Você está na página 1de 4606

BulunduÄŸun Yer : /home/tub8161/public_html/backup/

Dosya Upload :
BulunduÄŸun Dosya : /home/tub8161/public_html/backup/Backup_06.12.17-
10.46.34_e6368c.sql

-- Database Cron Backup


-- Version 1.0 for Wordpress 2.5+
-- Copyright Chris T aka Tefra http://www.t3-design.com
-- Generated: Monday 12th of June 2017 10:46 AM
-- MySQL Server: localhost via TCP/IP
-- MySQL Server version: 5.6.16
-- Database: `db654_tubifed`
-- --------------------------------------------------------

--
-- Table structure of table `wpor_commentmeta`
--

DROP TABLE IF EXISTS `wpor_commentmeta`;


CREATE TABLE IF NOT EXISTS "wpor_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))
);

--
-- Dumping data for table `wpor_commentmeta`
--

INSERT INTO `wpor_commentmeta` VALUES (251, 67, '_lpr_old_course', '3138');


INSERT INTO `wpor_commentmeta` VALUES (252, 67, '_thim_demo_content', 'yes');
INSERT INTO `wpor_commentmeta` VALUES (250, 67, '_lpr_review_title', 'Beautiful
theme - Awesome plugin');
INSERT INTO `wpor_commentmeta` VALUES (247, 66, '_lpr_old_course', '3138');
INSERT INTO `wpor_commentmeta` VALUES (248, 66, '_thim_demo_content', 'yes');
INSERT INTO `wpor_commentmeta` VALUES (249, 67, '_lpr_rating', '5');
INSERT INTO `wpor_commentmeta` VALUES (245, 66, '_lpr_rating', '5');
INSERT INTO `wpor_commentmeta` VALUES (246, 66, '_lpr_review_title', 'Incredible');
INSERT INTO `wpor_commentmeta` VALUES (244, 65, '_thim_demo_content', 'yes');
INSERT INTO `wpor_commentmeta` VALUES (243, 65, '_lpr_old_course', '3138');
INSERT INTO `wpor_commentmeta` VALUES (242, 65, '_lpr_review_title', 'The best LMS
WordPress plugin');
INSERT INTO `wpor_commentmeta` VALUES (241, 65, '_lpr_rating', '5');
INSERT INTO `wpor_commentmeta` VALUES (239, 64, '_lpr_old_course', '3363');
INSERT INTO `wpor_commentmeta` VALUES (240, 64, '_thim_demo_content', 'yes');
INSERT INTO `wpor_commentmeta` VALUES (236, 63, '_thim_demo_content', 'yes');
INSERT INTO `wpor_commentmeta` VALUES (238, 64, '_lpr_review_title', 'This is
great');
INSERT INTO `wpor_commentmeta` VALUES (237, 64, '_lpr_rating', '5');
INSERT INTO `wpor_commentmeta` VALUES (235, 63, '_lpr_old_course', '3361');
INSERT INTO `wpor_commentmeta` VALUES (234, 63, '_lpr_review_title',
'Unbelievable');
INSERT INTO `wpor_commentmeta` VALUES (233, 63, '_lpr_rating', '5');
INSERT INTO `wpor_commentmeta` VALUES (232, 62, '_thim_demo_content', 'yes');
INSERT INTO `wpor_commentmeta` VALUES (231, 62, '_lpr_old_course', '3362');
INSERT INTO `wpor_commentmeta` VALUES (229, 62, '_lpr_rating', '5');
INSERT INTO `wpor_commentmeta` VALUES (230, 62, '_lpr_review_title', 'Wonderful');
INSERT INTO `wpor_commentmeta` VALUES (228, 61, '_thim_demo_content', 'yes');
INSERT INTO `wpor_commentmeta` VALUES (227, 61, '_lpr_old_course', '3316');
INSERT INTO `wpor_commentmeta` VALUES (226, 61, '_lpr_review_title', 'Nice');
INSERT INTO `wpor_commentmeta` VALUES (223, 60, '_lpr_old_course', '1773');
INSERT INTO `wpor_commentmeta` VALUES (224, 60, '_thim_demo_content', 'yes');
INSERT INTO `wpor_commentmeta` VALUES (225, 61, '_lpr_rating', '5');
INSERT INTO `wpor_commentmeta` VALUES (222, 60, '_lpr_review_title', 'Awesome');
INSERT INTO `wpor_commentmeta` VALUES (221, 60, '_lpr_rating', '5');
INSERT INTO `wpor_commentmeta` VALUES (220, 59, '_thim_demo_content', 'yes');
INSERT INTO `wpor_commentmeta` VALUES (218, 59, '_lpr_review_title', 'Awesome');
INSERT INTO `wpor_commentmeta` VALUES (219, 59, '_lpr_old_course', '2460');
INSERT INTO `wpor_commentmeta` VALUES (217, 59, '_lpr_rating', '5');
INSERT INTO `wpor_commentmeta` VALUES (216, 58, '_thim_demo_content', 'yes');
INSERT INTO `wpor_commentmeta` VALUES (215, 58, '_lpr_old_course', '2460');
INSERT INTO `wpor_commentmeta` VALUES (214, 57, '_thim_demo_content', 'yes');
INSERT INTO `wpor_commentmeta` VALUES (213, 57, '_lpr_old_course', '2462');
INSERT INTO `wpor_commentmeta` VALUES (212, 57, '_lpr_review_title', 'OMG');
INSERT INTO `wpor_commentmeta` VALUES (211, 57, '_lpr_rating', '5');

--
-- Table structure of table `wpor_comments`
--

DROP TABLE IF EXISTS `wpor_comments`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_comments`
--

INSERT INTO `wpor_comments` VALUES (1, 1, 'A WordPress Commenter',


'wapuu@wordpress.example', 'https://wordpress.org/', '', '2017-05-24 20:03:22',
'2017-05-24 20:03:22', 'Hi, this is a comment.\nTo get started with moderating,
editing, and deleting comments, please visit the Comments screen in the
dashboard.\nCommenter avatars come from <a
href="https://gravatar.com">Gravatar</a>.', 0, 'post-trashed', '', '', 0, 0);
INSERT INTO `wpor_comments` VALUES (62, 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);
INSERT INTO `wpor_comments` VALUES (63, 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);
INSERT INTO `wpor_comments` VALUES (64, 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);
INSERT INTO `wpor_comments` VALUES (65, 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);
INSERT INTO `wpor_comments` VALUES (66, 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);
INSERT INTO `wpor_comments` VALUES (67, 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);
INSERT INTO `wpor_comments` VALUES (58, 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);
INSERT INTO `wpor_comments` VALUES (59, 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);
INSERT INTO `wpor_comments` VALUES (60, 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);
INSERT INTO `wpor_comments` VALUES (61, 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);
INSERT INTO `wpor_comments` VALUES (57, 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);

--
-- Table structure of table `wpor_learnpress_order_itemmeta`
--

DROP TABLE IF EXISTS `wpor_learnpress_order_itemmeta`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_learnpress_order_itemmeta`
--

--
-- Table structure of table `wpor_learnpress_order_items`
--

DROP TABLE IF EXISTS `wpor_learnpress_order_items`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_learnpress_order_items`
--

--
-- Table structure of table `wpor_learnpress_question_answers`
--

DROP TABLE IF EXISTS `wpor_learnpress_question_answers`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_learnpress_question_answers`
--

--
-- Table structure of table `wpor_learnpress_quiz_questions`
--

DROP TABLE IF EXISTS `wpor_learnpress_quiz_questions`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_learnpress_quiz_questions`
--

--
-- Table structure of table `wpor_learnpress_review_logs`
--

DROP TABLE IF EXISTS `wpor_learnpress_review_logs`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_learnpress_review_logs`
--

--
-- Table structure of table `wpor_learnpress_section_items`
--

DROP TABLE IF EXISTS `wpor_learnpress_section_items`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_learnpress_section_items`
--

--
-- Table structure of table `wpor_learnpress_sections`
--

DROP TABLE IF EXISTS `wpor_learnpress_sections`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_learnpress_sections`
--

--
-- Table structure of table `wpor_learnpress_sessions`
--

DROP TABLE IF EXISTS `wpor_learnpress_sessions`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_learnpress_sessions`
--

INSERT INTO `wpor_learnpress_sessions` VALUES (1, '1', 'a:1:


{s:8:"messages";s:6:"a:0:{}";}', 1497368750);

--
-- Table structure of table `wpor_learnpress_user_itemmeta`
--

DROP TABLE IF EXISTS `wpor_learnpress_user_itemmeta`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_learnpress_user_itemmeta`
--

--
-- Table structure of table `wpor_learnpress_user_items`
--

DROP TABLE IF EXISTS `wpor_learnpress_user_items`;


CREATE TABLE IF NOT EXISTS "wpor_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',
"end_time" 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")
);

--
-- Dumping data for table `wpor_learnpress_user_items`
--

--
-- Table structure of table `wpor_links`
--

DROP TABLE IF EXISTS `wpor_links`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_links`
--

--
-- Table structure of table `wpor_options`
--

DROP TABLE IF EXISTS `wpor_options`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_options`
--

INSERT INTO `wpor_options` VALUES (1, 'siteurl', 'http://www.tubifed.org.tr',


'yes');
INSERT INTO `wpor_options` VALUES (2, 'home', 'http://www.tubifed.org.tr', 'yes');
INSERT INTO `wpor_options` VALUES (3, 'blogname', 'TÜBİFED - Bilişim Sektörü
Dernekleri Federasyonu', 'yes');
INSERT INTO `wpor_options` VALUES (4, 'blogdescription', 'Bilişim Sektörü
Dernekleri Federasyonu', 'yes');
INSERT INTO `wpor_options` VALUES (5, 'users_can_register', '0', 'yes');
INSERT INTO `wpor_options` VALUES (6, 'admin_email', 'admin@www.tubifed.org.tr',
'yes');
INSERT INTO `wpor_options` VALUES (7, 'start_of_week', '1', 'yes');
INSERT INTO `wpor_options` VALUES (8, 'use_balanceTags', '0', 'yes');
INSERT INTO `wpor_options` VALUES (9, 'use_smilies', '1', 'yes');
INSERT INTO `wpor_options` VALUES (10, 'require_name_email', '1', 'yes');
INSERT INTO `wpor_options` VALUES (11, 'comments_notify', '1', 'yes');
INSERT INTO `wpor_options` VALUES (12, 'posts_per_rss', '10', 'yes');
INSERT INTO `wpor_options` VALUES (13, 'rss_use_excerpt', '0', 'yes');
INSERT INTO `wpor_options` VALUES (14, 'mailserver_url', 'mail.example.com',
'yes');
INSERT INTO `wpor_options` VALUES (15, 'mailserver_login', 'login@example.com',
'yes');
INSERT INTO `wpor_options` VALUES (16, 'mailserver_pass', 'password', 'yes');
INSERT INTO `wpor_options` VALUES (17, 'mailserver_port', '110', 'yes');
INSERT INTO `wpor_options` VALUES (18, 'default_category', '1', 'yes');
INSERT INTO `wpor_options` VALUES (19, 'default_comment_status', 'open', 'yes');
INSERT INTO `wpor_options` VALUES (20, 'default_ping_status', 'open', 'yes');
INSERT INTO `wpor_options` VALUES (21, 'default_pingback_flag', '1', 'yes');
INSERT INTO `wpor_options` VALUES (22, 'posts_per_page', '10', 'yes');
INSERT INTO `wpor_options` VALUES (23, 'date_format', 'F j, Y', 'yes');
INSERT INTO `wpor_options` VALUES (24, 'time_format', 'g:i a', 'yes');
INSERT INTO `wpor_options` VALUES (25, 'links_updated_date_format', 'F j, Y g:i a',
'yes');
INSERT INTO `wpor_options` VALUES (26, 'comment_moderation', '0', 'yes');
INSERT INTO `wpor_options` VALUES (27, 'moderation_notify', '1', 'yes');
INSERT INTO `wpor_options` VALUES (28, 'permalink_structure', '/%postname%/',
'yes');
INSERT INTO `wpor_options` VALUES (30, 'hack_file', '0', 'yes');
INSERT INTO `wpor_options` VALUES (31, 'blog_charset', 'UTF-8', 'yes');
INSERT INTO `wpor_options` VALUES (32, 'moderation_keys', '', 'no');
INSERT INTO `wpor_options` VALUES (34, 'category_base', '/kategori', 'yes');
INSERT INTO `wpor_options` VALUES (35, 'ping_sites', 'http://rpc.pingomatic.com/',
'yes');
INSERT INTO `wpor_options` VALUES (36, 'comment_max_links', '2', 'yes');
INSERT INTO `wpor_options` VALUES (37, 'gmt_offset', '0', 'yes');
INSERT INTO `wpor_options` VALUES (38, 'default_email_category', '1', 'yes');
INSERT INTO `wpor_options` VALUES (39, 'recently_edited', 'a:2:
{i:0;s:69:"C:\\vhosts\\tubifed.org.tr\\http/wp-content/themes/eduma-
child/style.css";i:2;s:0:"";}', 'no');
INSERT INTO `wpor_options` VALUES (42, 'comment_whitelist', '1', 'yes');
INSERT INTO `wpor_options` VALUES (43, 'blacklist_keys', '', 'no');
INSERT INTO `wpor_options` VALUES (44, 'comment_registration', '0', 'yes');
INSERT INTO `wpor_options` VALUES (45, 'html_type', 'text/html', 'yes');
INSERT INTO `wpor_options` VALUES (46, 'use_trackback', '0', 'yes');
INSERT INTO `wpor_options` VALUES (47, 'default_role', 'subscriber', 'yes');
INSERT INTO `wpor_options` VALUES (48, 'db_version', '38590', 'yes');
INSERT INTO `wpor_options` VALUES (49, 'uploads_use_yearmonth_folders', '1',
'yes');
INSERT INTO `wpor_options` VALUES (50, 'upload_path', '', 'yes');
INSERT INTO `wpor_options` VALUES (51, 'blog_public', '1', 'yes');
INSERT INTO `wpor_options` VALUES (52, 'default_link_category', '2', 'yes');
INSERT INTO `wpor_options` VALUES (53, 'show_on_front', 'page', 'yes');
INSERT INTO `wpor_options` VALUES (54, 'tag_base', '', 'yes');
INSERT INTO `wpor_options` VALUES (55, 'show_avatars', '1', 'yes');
INSERT INTO `wpor_options` VALUES (56, 'avatar_rating', 'G', 'yes');
INSERT INTO `wpor_options` VALUES (57, 'upload_url_path', '', 'yes');
INSERT INTO `wpor_options` VALUES (58, 'thumbnail_size_w', '150', 'yes');
INSERT INTO `wpor_options` VALUES (59, 'thumbnail_size_h', '150', 'yes');
INSERT INTO `wpor_options` VALUES (60, 'thumbnail_crop', '1', 'yes');
INSERT INTO `wpor_options` VALUES (61, 'medium_size_w', '300', 'yes');
INSERT INTO `wpor_options` VALUES (62, 'medium_size_h', '300', 'yes');
INSERT INTO `wpor_options` VALUES (63, 'avatar_default', 'mystery', 'yes');
INSERT INTO `wpor_options` VALUES (64, 'large_size_w', '1024', 'yes');
INSERT INTO `wpor_options` VALUES (65, 'large_size_h', '1024', 'yes');
INSERT INTO `wpor_options` VALUES (66, 'image_default_link_type', 'none', 'yes');
INSERT INTO `wpor_options` VALUES (67, 'image_default_size', '', 'yes');
INSERT INTO `wpor_options` VALUES (68, 'image_default_align', '', 'yes');
INSERT INTO `wpor_options` VALUES (69, 'close_comments_for_old_posts', '0', 'yes');
INSERT INTO `wpor_options` VALUES (70, 'close_comments_days_old', '14', 'yes');
INSERT INTO `wpor_options` VALUES (71, 'thread_comments', '1', 'yes');
INSERT INTO `wpor_options` VALUES (72, 'thread_comments_depth', '5', 'yes');
INSERT INTO `wpor_options` VALUES (73, 'page_comments', '0', 'yes');
INSERT INTO `wpor_options` VALUES (74, 'comments_per_page', '50', 'yes');
INSERT INTO `wpor_options` VALUES (75, 'default_comments_page', 'newest', 'yes');
INSERT INTO `wpor_options` VALUES (76, 'comment_order', 'asc', 'yes');
INSERT INTO `wpor_options` VALUES (77, 'sticky_posts', 'a:0:{}', 'yes');
INSERT INTO `wpor_options` VALUES (78, 'widget_categories', 'a:2:{i:2;a:5:
{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;s:12
:"widget-class";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (79, 'widget_text', 'a:3:{i:1;a:0:{}i:2;a:4:
{s:5:"title";s:0:"";s:4:"text";s:293:"<div class="thim-have-any-question">\r\nHave
any question? \r\n<div class="mobile"><i class="fa fa-phone"></i><a
href="tel:00123456789" class="value">(00) 123 456 789</a>\r\n</div>\r\n<div
class="email"><i class="fa fa-envelope"></i><a
href="mailto:hello@eduma.com">hello@eduma.com</a>\r\n</div>\r\n</div>";s:6:"filter"
;b:0;s:12:"widget-class";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (80, 'widget_rss', 'a:2:{i:1;a:0:
{}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (81, 'uninstall_plugins', 'a:1:{s:26:"secure-
wordpress/index.php";a:2:{i:0;s:10:"SwpaPlugin";i:1;s:9:"uninstall";}}', 'no');
INSERT INTO `wpor_options` VALUES (82, 'timezone_string', '', 'yes');
INSERT INTO `wpor_options` VALUES (83, 'page_for_posts', '125', 'yes');
INSERT INTO `wpor_options` VALUES (84, 'page_on_front', '5749', 'yes');
INSERT INTO `wpor_options` VALUES (85, 'default_post_format', '0', 'yes');
INSERT INTO `wpor_options` VALUES (86, 'link_manager_enabled', '0', 'yes');
INSERT INTO `wpor_options` VALUES (87, 'finished_splitting_shared_terms', '1',
'yes');
INSERT INTO `wpor_options` VALUES (88, 'site_icon', '0', 'yes');
INSERT INTO `wpor_options` VALUES (89, 'medium_large_size_w', '768', 'yes');
INSERT INTO `wpor_options` VALUES (90, 'medium_large_size_h', '0', 'yes');
INSERT INTO `wpor_options` VALUES (91, 'initial_db_version', '38590', 'yes');
INSERT INTO `wpor_options` VALUES (92, 'wpor_user_roles', 'a:15:
{s:13:"administrator";a:2:
{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:186:
{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:"publi
sh_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:"l
evel_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_p
ages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_publi
shed_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:1
4:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"in
stall_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:"dele
te_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_p
rivate_lp_lessons";b:1;s:23:"edit_private_lp_lessons";b:1;s:24:"delete_others_lp_le
ssons";b:1;s:22:"edit_others_lp_lessons";b:1;s:16:"delete_lp_orders";b:1;s:26:"dele
te_published_lp_orders";b:1;s:14:"edit_lp_orders";b:1;s:24:"edit_published_lp_order
s";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_orde
rs";b:1;s:22:"pmpro_memberships_menu";b:1;s:22:"pmpro_membershiplevels";b:1;s:22:"p
mpro_edit_memberships";b:1;s:18:"pmpro_pagesettings";b:1;s:21:"pmpro_paymentsetting
s";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:"pmp
ro_reports";b:1;s:12:"pmpro_orders";b:1;s:15:"pmpro_orderscsv";b:1;s:19:"pmpro_disc
ountcodes";b:1;s:13:"pmpro_updates";b:1;s:18:"manage_woocommerce";b:1;s:24:"view_wo
ocommerce_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:"publis
h_products";b:1;s:21:"read_private_products";b:1;s:15:"delete_products";b:1;s:23:"d
elete_private_products";b:1;s:25:"delete_published_products";b:1;s:22:"delete_other
s_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_s
hop_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_orde
rs";b:1;s:18:"delete_shop_orders";b:1;s:26:"delete_private_shop_orders";b:1;s:28:"d
elete_published_shop_orders";b:1;s:25:"delete_others_shop_orders";b:1;s:24:"edit_pr
ivate_shop_orders";b:1;s:26:"edit_published_shop_orders";b:1;s:23:"manage_shop_orde
r_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:"del
ete_published_shop_coupons";b:1;s:26:"delete_others_shop_coupons";b:1;s:25:"edit_pr
ivate_shop_coupons";b:1;s:27:"edit_published_shop_coupons";b:1;s:24:"manage_shop_co
upon_terms";b:1;s:22:"edit_shop_coupon_terms";b:1;s:24:"delete_shop_coupon_terms";b
:1;s:24:"assign_shop_coupon_terms";b:1;s:17:"edit_shop_webhook";b:1;s:17:"read_shop
_webhook";b:1;s:19:"delete_shop_webhook";b:1;s:18:"edit_shop_webhooks";b:1;s:25:"ed
it_others_shop_webhooks";b:1;s:21:"publish_shop_webhooks";b:1;s:26:"read_private_sh
op_webhooks";b:1;s:20:"delete_shop_webhooks";b:1;s:28:"delete_private_shop_webhooks
";b:1;s:30:"delete_published_shop_webhooks";b:1;s:27:"delete_others_shop_webhooks";
b:1;s:26:"edit_private_shop_webhooks";b:1;s:28:"edit_published_shop_webhooks";b:1;s
:25:"manage_shop_webhook_terms";b:1;s:23:"edit_shop_webhook_terms";b:1;s:25:"delete
_shop_webhook_terms";b:1;s:25:"assign_shop_webhook_terms";b:1;s:21:"event_manage_se
ttings";b:1;s:13:"edit_tp_event";b:1;s:13:"read_tp_event";b:1;s:15:"delete_tp_event
";b:1;s:16:"delete_tp_events";b:1;s:26:"delete_published_tp_events";b:1;s:14:"edit_
tp_events";b:1;s:24:"edit_published_tp_events";b:1;s:17:"publish_tp_events";b:1;s:2
4:"delete_private_tp_events";b:1;s:22:"edit_private_tp_events";b:1;s:23:"delete_oth
ers_tp_events";b:1;s:21:"edit_others_tp_events";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:"e
dit_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_publ
ished_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delet
e_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:"contributo
r";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:"del
ete_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:12:
{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: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:8:"customer";a:2:
{s:4:"name";s:9:"Müşteri";s:12:"capabilities";a:1:
{s:4:"read";b:1;}}s:12:"shop_manager";a:2:{s:4:"name";s:19:"Mağaza
yöneticisi";s:12:"capabilities";a:110:
{s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level
_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7
:"level_0";b:1;s:4:"read";b:1;s:18:"read_private_pages";b:1;s:18:"read_private_post
s";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:1
2:"delete_pages";b:1;s:20:"delete_private_pages";b:1;s:20:"delete_private_posts";b:
1;s:22:"delete_published_pages";b:1;s:22:"delete_published_posts";b:1;s:19:"delete_
others_posts";b:1;s:19:"delete_others_pages";b:1;s:17:"manage_categories";b:1;s:12:
"manage_links";b:1;s:17:"moderate_comments";b:1;s:15:"unfiltered_html";b:1;s:12:"up
load_files";b:1;s:6:"export";b:1;s:6:"import";b:1;s:10:"list_users";b:1;s:18:"manag
e_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_o
thers_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:"e
dit_shop_order";b:1;s:15:"read_shop_order";b:1;s:17:"delete_shop_order";b:1;s:16:"e
dit_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_other
s_shop_orders";b:1;s:24:"edit_private_shop_orders";b:1;s:26:"edit_published_shop_or
ders";b:1;s:23:"manage_shop_order_terms";b:1;s:21:"edit_shop_order_terms";b:1;s:23:
"delete_shop_order_te
rms";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:"e
dit_others_shop_coupons";b:1;s:20:"publish_shop_coupons";b:1;s:25:"read_private_sho
p_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:"man
age_shop_coupon_terms";b:1;s:22:"edit_shop_coupon_terms";b:1;s:24:"delete_shop_coup
on_terms";b:1;s:24:"assign_shop_coupon_terms";b:1;s:17:"edit_shop_webhook";b:1;s:17
:"read_shop_webhook";b:1;s:19:"delete_shop_webhook";b:1;s:18:"edit_shop_webhooks";b
:1;s:25:"edit_others_shop_webhooks";b:1;s:21:"publish_shop_webhooks";b:1;s:26:"read
_private_shop_webhooks";b:1;s:20:"delete_shop_webhooks";b:1;s:28:"delete_private_sh
op_webhooks";b:1;s:30:"delete_published_shop_webhooks";b:1;s:27:"delete_others_shop
_webhooks";b:1;s:26:"edit_private_shop_webhooks";b:1;s:28:"edit_published_shop_webh
ooks";b:1;s:25:"manage_shop_webhook_terms";b:1;s:23:"edit_shop_webhook_terms";b:1;s
:25:"delete_shop_webhook_terms";b:1;s:25:"assign_shop_webhook_terms";b:1;}}s:13:"bb
p_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_fo
rums";b:1;s:19:"read_private_forums";b:1;s:18:"read_hidden_forums";b:1;s:14:"publis
h_topics";b:1;s:11:"edit_topics";b:1;s:18:"edit_others_topics";b:1;s:13:"delete_top
ics";b:1;s:20:"delete_others_topics";b:1;s:19:"read_private_topics";b:1;s:15:"publi
sh_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_oth
ers_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:"delet
e_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_tag
s";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_pri
vate_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_ot
hers_topics";b:1;s:19:"read_private_topics";b:1;s:15:"publish_replies";b:1;s:12:"ed
it_replies";b:1;s:19:"edit_others_replies";b:1;s:14:"delete_replies";b:1;s:21:"dele
te_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:"pub
lish_topics";b:1;s:11:"edit_topics";b:1;s:15:"publish_replies";b:1;s:12:"edit_repli
es";b:1;s:17:"assign_topic_tags";b:1;}}s:13:"event_manager";a:2:
{s:4:"name";s:13:"Event Manager";s:12:"capabilities";a:41:
{s:4:"read";b:1;s:10:"edit_posts";b:1;s:12:"delete_posts";b:1;s:15:"unfiltered_html
";b:1;s:12:"upload_files";b:1;s:6:"export";b:1;s:6:"import";b:1;s:19:"delete_others
_pages";b:1;s:19:"delete_others_posts";b:1;s:12:"delete_pages";b:1;s:20:"delete_pri
vate_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:17:"edit_others_pages";b:1;s:17:"edit_others_pos
ts";b:1;s:10:"edit_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"edit_private_post
s";b:1;s:20:"edit_published_pages";b:1;s:20:"edit_published_posts";b:1;s:17:"manage
_categories";b:1;s:12:"manage_links";b:1;s:17:"moderate_comments";b:1;s:13:"publish
_pages";b:1;s:13:"publish_posts";b:1;s:18:"read_private_pages";b:1;s:18:"read_priva
te_posts";b:1;s:13:"edit_tp_event";b:1;s:13:"read_tp_event";b:1;s:15:"delete_tp_eve
nt";b:1;s:16:"delete_tp_events";b:1;s:26:"delete_published_tp_events";b:1;s:14:"edi
t_tp_events";b:1;s:24:"edit_published_tp_events";b:1;s:17:"publish_tp_events";b:1;s
:24:"delete_private_tp_events";b:1;s:22:"edit_private_tp_events";b:1;s:23:"delete_o
thers_tp_events";b:1;s:21:"edit_others_tp_events";b:1;s:21:"event_manage_settings";
b:1;}}s:12:"event_editor";a:2:{s:4:"name";s:12:"Event
Editor";s:12:"capabilities";a:13:
{s:4:"read";b:1;s:13:"edit_tp_event";b:1;s:13:"read_tp_event";b:1;s:15:"delete_tp_e
vent";b:1;s:16:"delete_tp_events";b:1;s:26:"delete_published_tp_events";b:1;s:14:"e
dit_tp_events";b:1;s:24:"edit_published_tp_events";b:1;s:17:"publish_tp_events";b:1
;s:24:"delete_private_tp_events";b:1;s:22:"edit_private_tp_events";b:1;s:23:"delete
_others_tp_events";b:1;s:21:"edit_others_tp_events";b:1;}}}', 'yes');
INSERT INTO `wpor_options` VALUES (10115,
'_transient_timeout_learn_press_user_guest_1497254548', '1497261748', 'no');
INSERT INTO `wpor_options` VALUES (10116,
'_transient_learn_press_user_guest_1497254548', '1497254548', 'no');
INSERT INTO `wpor_options` VALUES (10118,
'_transient_timeout_learn_press_user_guest_1497254645', '1497261845', 'no');
INSERT INTO `wpor_options` VALUES (10119,
'_transient_learn_press_user_guest_1497254645', '1497254645', 'no');
INSERT INTO `wpor_options` VALUES (10130,
'_transient_learn_press_user_guest_1497255022', '1497255022', 'no');
INSERT INTO `wpor_options` VALUES (10134,
'_transient_timeout_learn_press_user_guest_1497255382', '1497262582', 'no');
INSERT INTO `wpor_options` VALUES (10132,
'_transient_timeout_learn_press_user_guest_1497255248', '1497262448', 'no');
INSERT INTO `wpor_options` VALUES (10133,
'_transient_learn_press_user_guest_1497255248', '1497255248', 'no');
INSERT INTO `wpor_options` VALUES (10135,
'_transient_learn_press_user_guest_1497255382', '1497255382', 'no');
INSERT INTO `wpor_options` VALUES (10139,
'_transient_timeout_learn_press_user_guest_1497256024', '1497263224', 'no');
INSERT INTO `wpor_options` VALUES (10137,
'_transient_timeout_learn_press_user_guest_1497255800', '1497263000', 'no');
INSERT INTO `wpor_options` VALUES (93, 'fresh_site', '0', 'yes');
INSERT INTO `wpor_options` VALUES (94, 'widget_search', 'a:2:
{s:12:"_multiwidget";i:1;i:3;a:0:{}}', 'yes');
INSERT INTO `wpor_options` VALUES (95, 'widget_recent-posts', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (96, 'widget_recent-comments', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (97, 'widget_archives', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (98, 'widget_meta', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (99, 'sidebars_widgets', 'a:13:
{s:23:"thim_sidebar_1496182661";a:1:{i:0;s:7:"pages-
2";}s:19:"wp_inactive_widgets";a:2:{i:0;s:19:"courses-searching-2";i:1;s:8:"search-
3";}s:7:"sidebar";a:1:{i:0;s:12:"categories-2";}s:7:"toolbar";a:2:{i:0;s:6:"text-
2";i:1;s:13:"login-popup-2";}s:10:"menu_right";a:0:{}s:8:"menu_top";a:0:
{}s:6:"footer";a:1:{i:0;s:27:"siteorigin-panels-builder-
9";}s:13:"footer_bottom";a:0:{}s:9:"copyright";a:1:{i:0;s:11:"nav_menu-
14";}s:15:"sidebar_courses";a:4:{i:0;s:19:"course-categories-2";i:1;s:9:"courses-
5";i:2;s:15:"single-images-5";i:3;s:11:"list-post-7";}s:14:"sidebar_events";a:0:
{}s:6:"header";a:0:{}s:13:"array_version";i:3;}', 'yes');
INSERT INTO `wpor_options` VALUES (100, 'widget_pages', 'a:2:{i:2;a:4:
{s:5:"title";s:0:"";s:6:"sortby";s:10:"post_title";s:7:"exclude";s:0:"";s:12:"widge
t-class";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (101, 'widget_calendar', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (102, 'widget_tag_cloud', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (103, 'widget_nav_menu', 'a:2:{i:14;a:2:
{s:8:"nav_menu";i:267;s:12:"widget-class";s:0:"";}s:12:"_multiwidget";i:1;}',
'yes');
INSERT INTO `wpor_options` VALUES (104, 'cron', 'a:24:{i:1497264732;a:1:
{s:38:"learn_press_schedule_update_user_items";a:1:
{s:32:"40cd750bba9870f18aada2478b24840a";a:3:
{s:8:"schedule";s:11:"ten_minutes";s:4:"args";a:0:
{}s:8:"interval";i:600;}}}i:1497267672;a:1:{s:13:"sm_ping_daily";a:1:
{s:32:"40cd750bba9870f18aada2478b24840a";a:3:
{s:8:"schedule";s:5:"daily";s:4:"args";a:0:
{}s:8:"interval";i:86400;}}}i:1497297802;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:1497297929;a:1:{s:19:"wp_scheduled_delete";a:1:
{s:32:"40cd750bba9870f18aada2478b24840a";a:3:
{s:8:"schedule";s:5:"daily";s:4:"args";a:0:
{}s:8:"interval";i:86400;}}}i:1497300574;a:2:
{s:39:"learn_press_delete_user_guest_transient";a:1:
{s:32:"40cd750bba9870f18aada2478b24840a";a:3:
{s:8:"schedule";s:5:"daily";s:4:"args";a:0:
{}s:8:"interval";i:86400;}}s:28:"learn_press_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:1497300613;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:1497300614;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:1497300660;a:2:
{s:30:"woocommerce_tracker_send_event";a:1:
{s:32:"40cd750bba9870f18aada2478b24840a";a:3:
{s:8:"schedule";s:5:"daily";s:4:"args";a:0:
{}s:8:"interval";i:86400;}}s:28:"woocommerce_cleanup_sessions";a:1:
{s:32:"40cd750bba9870f18aada2478b24840a";a:3:
{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:
{}s:8:"interval";i:43200;}}}i:1497303780;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:1497312000;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:1497316740;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:1498118400;a:1:{s:24:"tp_event_schedule_status";a:1:
{s:32:"dec1d8fe5f8541ff37256b101bc499a7";a:2:{s:8:"schedule";b:0;s:4:"args";a:2:
{i:0;i:2951;i:1;s:19:"tp-event-happenning";}}}}i:1498669200;a:1:
{s:24:"tp_event_schedule_status";a:1:{s:32:"593e8ef91ee93919fd0b46c36c052613";a:2:
{s:8:"schedule";b:0;s:4:"args";a:2:{i:0;i:2952;i:1;s:16:"tp-event-
expired";}}}}i:1499299200;a:1:{s:25:"woocommerce_geoip_updater";a:1:
{s:32:"40cd750bba9870f18aada2478b24840a";a:3:
{s:8:"schedule";s:7:"monthly";s:4:"args";a:0:
{}s:8:"interval";i:2592000;}}}i:1502697600;a:1:
{s:24:"tp_event_schedule_status";a:1:{s:32:"aeaae5c6391f3917284b103f78d0c1c9";a:2:
{s:8:"schedule";b:0;s:4:"args";a:2:{i:0;i:2953;i:1;s:19:"tp-event-
happenning";}}}}i:1503594000;a:1:{s:24:"tp_event_schedule_status";a:1:
{s:32:"2db0f6e6814278fd12af87aca9b75839";a:2:{s:8:"schedule";b:0;s:4:"args";a:2:
{i:0;i:2953;i:1;s:16:"tp-event-expired";}}}}i:1505376000;a:1:
{s:24:"tp_event_schedule_status";a:1:{s:32:"aeaae5c6391f3917284b103f78d0c1c9";a:2:
{s:8:"schedule";b:0;s:4:"args";a:2:{i:0;i:2953;i:1;s:19:"tp-event-
happenning";}}}}i:1505494800;a:1:{s:24:"tp_event_schedule_status";a:1:
{s:32:"4bf289f4fdd79c930db73530848f2e77";a:2:{s:8:"schedule";b:0;s:4:"args";a:2:
{i:0;i:2951;i:1;s:16:"tp-event-expired";}}}}i:1505667600;a:1:
{s:24:"tp_event_schedule_status";a:1:{s:32:"2db0f6e6814278fd12af87aca9b75839";a:2:
{s:8:"schedule";b:0;s:4:"args";a:2:{i:0;i:2953;i:1;s:16:"tp-event-
expired";}}}}i:1509609600;a:1:{s:24:"tp_event_schedule_status";a:1:
{s:32:"2a12e68017819fedec235ae9f9437e3f";a:2:{s:8:"schedule";b:0;s:4:"args";a:2:
{i:0;i:2952;i:1;s:19:"tp-event-happenning";}}}}i:1509901200;a:1:
{s:24:"tp_event_schedule_status";a:1:{s:32:"593e8ef91ee93919fd0b46c36c052613";a:2:
{s:8:"schedule";b:0;s:4:"args";a:2:{i:0;i:2952;i:1;s:16:"tp-event-
expired";}}}}i:1512028800;a:1:{s:24:"tp_event_schedule_status";a:1:
{s:32:"dec1d8fe5f8541ff37256b101bc499a7";a:2:{s:8:"schedule";b:0;s:4:"args";a:2:
{i:0;i:2951;i:1;s:19:"tp-event-happenning";}}}}i:1512234000;a:1:
{s:24:"tp_event_schedule_status";a:1:{s:32:"4bf289f4fdd79c930db73530848f2e77";a:2:
{s:8:"schedule";b:0;s:4:"args";a:2:{i:0;i:2951;i:1;s:16:"tp-event-
expired";}}}}s:7:"version";i:2;}', 'yes');
INSERT INTO `wpor_options` VALUES (275, 'widget_woocommerce_product_search', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (276, 'widget_woocommerce_product_tag_cloud',
'a:1:{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (590,
'_transient_learn_press_user_guest_1495661620', '1495661620', 'no');
INSERT INTO `wpor_options` VALUES (591,
'_transient_timeout_learn_press_user_guest_1495661625', '1495668825', 'no');
INSERT INTO `wpor_options` VALUES (589,
'_transient_timeout_learn_press_user_guest_1495661620', '1495668820', 'no');
INSERT INTO `wpor_options` VALUES (587,
'_transient_timeout_learn_press_user_guest_1495661616', '1495668816', 'no');
INSERT INTO `wpor_options` VALUES (588,
'_transient_learn_press_user_guest_1495661616', '1495661616', 'no');
INSERT INTO `wpor_options` VALUES (592,
'_transient_learn_press_user_guest_1495661625', '1495661625', 'no');
INSERT INTO `wpor_options` VALUES (593,
'_transient_timeout_learn_press_user_guest_1495661647', '1495668847', 'no');
INSERT INTO `wpor_options` VALUES (594,
'_transient_learn_press_user_guest_1495661647', '1495661647', 'no');
INSERT INTO `wpor_options` VALUES (796, 'revslider-notices-dc', 'a:1:
{i:0;s:10:"TPRS545-01";}', 'yes');
INSERT INTO `wpor_options` VALUES (597,
'_transient_timeout_learn_press_user_guest_1495661975', '1495669175', 'no');
INSERT INTO `wpor_options` VALUES (598,
'_transient_learn_press_user_guest_1495661975', '1495661975', 'no');
INSERT INTO `wpor_options` VALUES (705,
'_transient_timeout_learn_press_user_guest_1495665325', '1495672525', 'no');
INSERT INTO `wpor_options` VALUES (695, 'widget_tp_event_widget_countdown', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (625,
'_transient_timeout_lp_addon_related_themes', '1495748838', 'no');
INSERT INTO `wpor_options` VALUES (626, '_transient_lp_addon_related_themes',
'a:18:{i:0;a:21:{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\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\n \nHair
sal";s:16:"description_html";s:11293:"<p>\n <a
href="https://thimpress.com/forums/?utm_source=hairsalonwp&#38;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&#38;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>\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\n <p><img
src="https://thimpress.com/wp-content/uploads/2016/10/Hair-salon-WordPress-
theme.jpg" alt="Hair Salon WordPress theme" />\n</p><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&#8217;s performance to rocket-fast, but also helps you manage all of the
theme&#8217;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&#8217;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&#8217;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&#8217;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&#8217;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 &#8211; 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&#8217;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&#8217;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 &#8211; 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&#8217;s why we&#8217;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&#8217;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 &#38; 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 &#38; 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&#8230;</p>\n\n\n<p><strong>CHANGELOG</strong></p>\n\n<p>Hair Salon WP 1.0.5
&#8211; 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 &#8211; 2017-02-15</p>\n<pre>+
Thim Core: Fix dashboard</pre>\n\n<p>Hair Salon WP 1.0.2 &#8211; 2016-10-
28</p>\n<pre>+ Updated: Plugin Thim Core, Dashboard.</pre>\n\n<p>Hair Salon WP
1.0.1 &#8211; 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
&#8211; 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/ret
ail/health-
beauty";s:18:"classification_url";s:62:"http://themeforest.net/category/wordpress/r
etail/health-
beauty";s:11:"price_cents";i:5900;s:15:"number_of_sales";i:173;s:15:"author_usernam
e";s:9:"ThimPress";s:10:"author_url";s:37:"http://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:"http://themeforest.net/item/hair-salon-wordpress-theme-hair-
salon-wp/17739078";s:7:"summary";s:440:"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.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.29000000000000003552713678800500929355621337890625;s:5:"count";i:
7;}s:10:"updated_at";s:20:"2017-05-20T02:02:40Z";s:12:"published_at";s:20:"2016-10-
23T13:39:37Z";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://0.s3.envato.com/files/217723897/hairsalon.png";s:13:"
landscape_url";s:69:"https://0.s3.envato.com/files/224322835/hairsalon.__large_prev
iew.png";}s:9:"live_site";a:1:{s:3:"url";s:97:"http://themeforest.net/item/hair-
salon-wordpress-theme-hair-salon-
wp/full_screen_preview/17739078";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:69:"https://0.s3.envato.com/files/224322835/hairsalon.__lar
ge_preview.png";}}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.7.x";i:1;s:15:"WordPress
4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress 4.5.x";i:4;s:15:"WordPress
4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress 4.5";i:7;s:15:"WordPress
4.4.2";i:8;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:44:"http://live2.thimpress.com/?item=hairsalonwp";}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: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";}}i:1;a:21:
{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 1.9 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 + Multilingual Ready + 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
pl";s:16:"description_html";s:14640:"<p>\n<a href="https://thimpress.com/wordpress-
hotel-theme-sailing/" rel="nofollow"><strong>Hotel WordPress Theme &#8211;
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 1.9 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>Multilingual Ready</strong> + <strong>Multi
Currencies</strong> + <strong>4 Payment Gateways (Offline Payment, Authorize.net,
Paypal, Stripe)</strong> + <strong>WooCommerce Integrated</strong> + <strong>and
more&#8230; </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/envato/hotel-
wordpress-theme-sailing.jpg" 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> &#8211; 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>Multiple Currencies &#38;
Languages</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 &#8211; Sailing has
a design with 5 home-pages for you to set up your website. The attractive
&#8220;About us&#8221; and &#8220;Gallery&#8221; pages also make killing any
visitor from the first sight.\nWith the availability of WooCommerce, WordPress
Hotel Theme &#8211; Sailing can be any online shop where you can set up products,
features, price, variation&#8230;. 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 &#8211; a premium plugin
of 19$ to deliver your website with high customization, transitions, effects and
custom animations. The drag and drop, responsive page builder &#8211; 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 &#8220;Visual Editor&#8221; widget type based
on the native WordPress TinyMCE editor, Testimonials By ThimPress &#8211; 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 &#8211; Sailing in a Glance</h3>\n<ul>\n
<li>Excellent online hotel reservation managed by <strong>wp hotel booking</strong>
plugin.</li>\n <li><strong>Revolution Slider (save 18$).</strong></li>\n
<li><strong>Drag &#38; drop, responsive SiteOrigin page builder.</strong></li>\n
<li>Responsive &#38; 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 &#8211;
Standard, Gallery, and Video.</li>\n <li>Built on latest Bootstrap 3 &#38;
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\n<p> Sailing Hotel v1.13.1 &#8211; 2017-04-18
</p>\n<pre>- Update: WP Hotel Booking</pre>\n\n<p> Sailing Hotel v1.13 &#8211;
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 &#8211; 2017-2-8 </p>\n<pre>-
Update: Plugin tp-hotel-booking 1.7\n- Fixed: Gallery</pre>\n\n<p> Sailing Hotel
v1.12 &#8211; 2017-1-23 </p>\n<pre>- Fixed: Install plugin TP Hotel
Booking</pre>\n\n<p> Sailing Hotel v1.11 &#8211; 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 &#8211; 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 &#8211; 2016-12-1
</p>\n<pre>- Update: UI/UX.\n- Update: plugin tp-hotel-booking.</pre>\n\n<p>
Sailing Hotel v1.9.8 &#8211; 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 &#8211; 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 &#8211;
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
&#8211; 2016-06-22 </p>\n<pre>- Fixed: Gallery images in single room page.
</pre>\n\n<p> Sailing Hotel v1.9.6.7 &#8211; 2016-06-20 </p>\n<pre>- Updated:
version of plugins required.</pre>\n\n<p> Sailing Hotel v1.9.6.6 &#8211; 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 &#8211; 2016-06-
14 </p>\n<pre>- Fixed: Gallery images in single room page.</pre>\n\n<p> Sailing
Hotel v1.9.6.4 &#8211; 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 &#8211; 2016-05-10 </p>\n<pre>-
Fixed: Install plugin TP Hotel Booking Importer.</pre>\n\n<p> Sailing Hotel
v1.9.6.2 &#8211; 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 &#8211; 2016-04-25 </p>\n<pre>-
Updated: Thim Framework 1.9.3.1.</pre>\n\n<p> Sailing Hotel v1.9.6 &#8211; 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 &#8211; 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 &#8211; 2016-03-29</p>\n<pre>\n+ Fixed: Filter gallery.\n+ Fixed: Draggable
google map.\n</pre>\n<p>Sailing Hotel 1.9.3 &#8211; 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 &#38; 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&#8217;s are you waiting for? ;) <a
href="http://themeforest.net/checkout/from_item/13321455?
license=regular&#38;purchasable=source&#38;support=bundle_6month">Buy it now, only
$59</a>.</p>\n\n <p><img
src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?
value=0&#38;guid=ON&#38;script=0" alt="\\\\"
/></p>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:23:"wordpress/ret
ail/travel";s:18:"classification_url";s:55:"http://themeforest.net/category/wordpre
ss/retail/travel";s:11:"price_cents";i:6400;s:15:"number_of_sales";i:1664;s:15:"aut
hor_username";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest.net/user/T
himPress";s:12:"author_image";s:50:"https://0.s3.envato.com/files/166436140/icon-
1.png";s:3:"url";s:66:"http://themeforest.net/item/hotel-wordpress-theme-
sailing/13321455";s:7:"summary";s:454:"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.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.339999999999999857891452847979962825775146484375;s:5:"count";i:13
6;}s:10:"updated_at";s:20:"2017-05-23T19:36:20Z";s:12:"published_at";s:20:"2015-11-
09T08:27:05Z";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://0.s3.envato.com/files/217824760/sailing.png";s:13:"la
ndscape_url";s:67:"https://0.s3.envato.com/files/224323053/sailing.__large_preview.
jpg";}s:9:"live_site";a:1:{s:3:"url";s:86:"http://themeforest.net/item/hotel-
wordpress-theme-
sailing/full_screen_preview/13321455";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:67:"https://0.s3.envato.com/files/224323053/sailing.__large
_preview.jpg";}}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.7.x";i:1;s:15:"WordPress 4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress
4.5.x";i:4;s:15:"WordPress 4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress
4.5";i:7;s:15:"WordPress 4.4.2";i:8;s:15:"WordPress 4.4.1";i:9;s:13:"WordPress
4.4";i:10;s:15:"WordPress 4.3.1";i:11;s:13:"WordPress 4.3";}}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:40:"http://live2.thimpress.com/?item=sailing";}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: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:"hol
iday";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";}}i:2;a:21:
{s:2:"id";i:12532973;s:4:"name";s:34:"Logistics WordPress Theme |
FastEx";s:11:"description";s:754:"Transport &amp; Logistics WordPress Theme –
FastEx is well-suited for Packaging &amp; 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 which save you more than
50$.\n\nPremium Transport WordPress Theme\nAdditionally, ThimPress developed its
own free plugins for this FastEx Transport &amp; 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
t";s:16:"description_html";s:7161:"<p><a href="http://thimpress.com/transport-
logistics-wordpress-theme-fastex" rel="nofollow"><strong>Transport &#38; Logistics
WordPress Theme</strong></a> &#8211; FastEx is well-suited for <strong>Packaging
&#38; 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 &#8211; an outstanding page builder and Slider Revolution to
deliver your website with high customization, transitions, effects and custom
animations which save you more than 50$.</p>\n<img
src="http://thimpress.com/envato/transport-logistics-wordpress-theme-fastex.jpg"
alt="Transport &#38; 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 &#38; 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 &#38; Logistics WordPress Theme &#8211; 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 &#38; Logistics WordPress Theme
&#8211; 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&#8217;
WordPress Themes, the FastEx <i>Transport &#38; 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 &#38; Logistics WordPress
Theme &#8211; FastEx</strong></h3>\n<ul>\n<li>Drag &#38; Drop Page Builder Visual
Composer (save 34$).</li>\n<li>Revolution Slider (save 18$).</li>\n<li>Responsive
&#38; 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 &#8211; Standard,
Gallery, and Video.</li>\n<li>Built on latest Bootstrap 3 &#38; 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&#38;guid=ON&#38;script=0" alt="\\\\"
/>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:28:"wordpress/corpora
te/business";s:18:"classification_url";s:60:"http://themeforest.net/category/wordpr
ess/corporate/business";s:11:"price_cents";i:5900;s:15:"number_of_sales";i:211;s:15
:"author_username";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest.net/u
ser/ThimPress";s:12:"author_image";s:50:"https://0.s3.envato.com/files/166436140/ic
on-1.png";s:3:"url";s:69:"http://themeforest.net/item/logistics-wordpress-theme-
fastex/12532973";s:7:"summary";s:454:"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.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, Columns:
4+";s:6:"rating";a:2:
{s:6:"rating";d:4.87999999999999989341858963598497211933135986328125;s:5:"count";i:
17;}s:10:"updated_at";s:20:"2017-02-23T03:30:24Z";s:12:"published_at";s:20:"2015-
09-17T04:15:06Z";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://0.s3.envato.com/files/145963849/thumbnail.png";s:13:"
landscape_url";s:70:"https://0.s3.envato.com/files/145963850/01_preview.__large_pre
view.jpg";}s:9:"live_site";a:1:
{s:3:"url";s:89:"http://themeforest.net/item/logistics-wordpress-theme-
fastex/full_screen_preview/12532973";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:70:"https://0.s3.envato.com/files/145963850/01_preview.__la
rge_preview.jpg";}}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.4.2";i:1;s:15:"WordPress
4.4.1";i:2;s:13:"WordPress 4.4";i:3;s:15:"WordPress 4.3.1";i:4;s:13:"WordPress
4.3";i:5;s:13:"WordPress 4.2";i:6;s:13:"WordPress 4.1";i:7;s:13:"WordPress
4.0";i:8;s:13:"WordPress 3.9";}}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:39:"http://live2.thimpress.com/?item=fastex";}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: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";}}i:3;a:21:
{s:2:"id";i:10981419;s:4:"name";s:41:"Purify - Cleaning Service WordPress
Theme";s:11:"description";s:752:"Purify – Cleaning Service WordPress Theme is a
perfect fit for suppliers of cleaning services business because of its professional
and modern design which is specially created to advertise your cleaning services to
potential customers.\n\n\n\n\n\n\nFEATURES\n\n100% responsive:\nBuilt with HTML5
and CSS3 and 1170 pixel layout based on the Bootstrap 3.0 advanced Grid system,
Purify Theme adapts automatically to your tablets and mobile devices. Each an every
element, including our awesome premium sliders are fully responsive, and it would
allow your customers to browse the shop from any device.\nUnlimited Layout:\nWith
our customized widgets, you can create unlimited layout for your front page, post,
page, Login page, and even Custom Post Type. You can
cr";s:16:"description_html";s:7829:"<p>Purify &#8211; <strong>Cleaning Service
WordPress Theme</strong> is a perfect fit for suppliers of cleaning services
business because of its professional and modern design which is specially created
to advertise your cleaning services to potential customers.</p>\n\n\n<p>\n<img
src="http://thimpress.com/envato/cleaning-service-wordpress-theme-purify.jpg"
/>\n</p>\n\n<h3 id="item-
description__features">FEATURES</h3>\n<ul>\n<li><strong>100%
responsive:</strong>\nBuilt with HTML5 and CSS3 and 1170 pixel layout based on the
Bootstrap 3.0 advanced Grid system, Purify Theme adapts automatically to your
tablets and mobile devices. Each an every element, including our awesome premium
sliders are fully responsive, and it would allow your customers to browse the shop
from any device.</li>\n<li><strong>Unlimited Layout:</strong>\nWith our customized
widgets, you can create unlimited layout for your front page, post, page, Login
page, and even Custom Post Type. You can create any layout you want. The only limit
is your imagination.</li>\n<li><strong>Powerful Theme Options:</strong>\nOur
awesome and advanced theme options allow users to customize Purify quickly and
easily. Users can adjust the margins, change the color scheme or typography.
Everything is grouped to one Theme Options menu for a quick and easy
control.</li>\n<li><strong>Unlimited Colors &#38; Skins:</strong>\nYou can change
the layout, colors and styles, and customize your shop to the last corner. The
flexibility nature of Purify will let you create shops with completely different
display though they are all built from the same awesome Purify
framework.</li>\n<li><strong>Advanced Typography Options:</strong>\nWe&#8217;ve
included 600+ Built-in Google fonts and 400 vector icons from Font to give you more
choice in your customization for Purify.
You can also change the font-size, font family and font-weight. In short, Purify
will give full control on typography options.</li>\n<li><strong>Sticky
Header:</strong>\nWe&#8217;ve put a Sticky header that is visible at all time when
users scroll your shop, to help your customers save time while browsing. The height
of this Sticky Header can be controlled through the Theme Options, and you can
freely choose whether to show it or hide it.</li>\n<li><strong>Boxed and Fullwidth
Layout modes</strong>\n</li>\n<li><strong>Built-in Custom Widgets:</strong>\nOur
beautiful and powerful widgets will let you display important elements on your
sidebar by just dragging, dropping and some customization: • Purify Flickr • Purify
Latest Blog • Purify Search on Page • Purify Social Links • Purify
Twitter\n</li>\n<li><strong>Testimonials:</strong>\nThis Custom Post Type is
created with places to include social network links to show off lovely feedbacks
from your customers.\n</li>\n<li><strong>Custom background, 2 Logos &#38;
Favicon:</strong>\nYou can choose a color for your site background, or you can
upload an image to used as background for your shop to give it more atmosphere.
Purify also supports 2 logos and one favicon that you can
upload.\n</li>\n<li><strong>Custom Style:</strong>\nNeed more customization? You
can easily add custom CSS directly from our Theme Options Pagel without touching
the core theme files. These styles will overwrite the theme style and will not be
lost when users upgrade their Purify theme.\n</li>\n<li><strong>Unlimited
Sidebars:</strong>\nUsers can also create an unlimited number of sidebars without
having to touch the function.php file, and set them to replace default sidebars in
specific pages. You will be able to create custom sidebars with specific widgets
that fit perfectly on your pages and posts. \n</li>\n<li><strong>Optimized for
Speed:</strong>\nThe clean design and well structured code of Purify ensures a high
score on the page speed grade. Users can also disable features they are not using
to increase the speed even more.\n</li>\n<li><strong>Optimized for SEO with
Microdata:</strong>\nPurify is built with SEO in mind. The way it allows search
engines to index the content of your site easily will help you get a high ranking
on their result pages.\n</li>\n<li><strong>Contact Form 7 Plugins:</strong>\nPurify
has a built-in contact form built with Contact Form 7 Plugins:. The layout of this
form is customized to match the design of our demo site. For more advanced forms,
we supports the free Contact Form 7 plugins, and it will also be installed by
default during the theme activation.\n</li>\n<li><strong>100% Child Themes
support:</strong>\nAllow you to modify the Purify theme without losing customized
works when updating to newer version &#8211; which we will do
frequently.</li>\n<li><strong>Demo Data:</strong>\nUsers can easily setup a site
exactly like our demo site with the provided demo content that they can import. It
would help new users to save more time and effort in setting up their shops using
Wordpress framework and Purify.\n</li>\n<li><strong>Cross browser
compatible:</strong>\nPurify support most of popular browsers and it will ensure
that your shop looks go gorgeous in any environment. Clean and modern design:
Purify offers a clean and modern pre- built layout that suit many product types and
is able to give them the highlight they deserve.\n</li>\n<li><strong>Compatible
with WooCommerce plugins:</strong>\nWooCommerce is the free Wordpress e-commerce
plugin that is automatically installed with Purify theme
activation.\n</li>\n<li><strong>We care about customer support:</strong>\nEvery
support inquiry will be taken care within 24 hours in weekdays, normally within 12
hours on account of different timezone.</li>\n</ul>\n\n<h4 id="item-
description__changelogs">CHANGELOGS</h4>\n<p><strong>Version 1.14 •
2016.4.11</strong></p>\n<pre>\n+ UPDATE: WooCommerce
3.0.0\n</pre>\n\n<p><strong>Version 1.13 • 2016.8.9</strong></p>\n<pre>\n+ Fix out
date Woocommerce 2.6.x.\n+ Fix API google map\n</pre>\n<p><strong>Version
1.12</strong></p>\n<pre>\n+ Update Portfolio.\n</pre>\n<p><strong>Version
1.11</strong></p>\n<pre>\n+ Fixed error css broken when instal
theme.\n</pre>\n<p><strong>Version 1.10 • 2016.3.17</strong></p>\n<pre>\n+ Update
WooCommerce 2.5.1.\n</pre>\n<p><strong>Version 1.9 •
2016.1.25</strong></p>\n<pre>\n+ Update WooCommerce 2.5.0.\n+ Fixed Responsive for
Icon Box.\n</pre>\n<p><strong>Version 1.8 • 2015.12.21</strong></p>\n<pre>\n+
Update TP framework.\n</pre>\n<p><strong>Version 1.7 •
2015.12.15</strong></p>\n<pre>\n+ Updated compatible with WordPress
4.4\n</pre>\n<p><strong>Version 1.6 • 2015.08.20</strong></p>\n<pre>\n+ Fixed
sticky menu.\n</pre>\n<p><strong>Version 1.5 • 2015.06.10</strong></p>\n<pre>\n+
Fixed submenu home 3\n+ Fixed breadcrumbs.\n+ Fixed menu
footer.\n</pre>\n<p><strong>Version 1.4 • 2015.05.09</strong></p>\n<pre>\n+ Fixed
slider navigation.\n+ Fixed header overlay responsive.\n</pre>\n<p><strong>Version
1.3 • 2015.05.05</strong></p>\n<pre>\n+ Fixed duplicate page title.\n+ Updated tmg
libarary.\n</pre>\n<p><strong>Version 1.2 • 2015.04.27</strong></p>\n<pre>\n+ Added
RTL support.\n+ Added Disable responsive option.\n</pre>\n<p><strong>Version 1.1 •
2015.04.17</strong></p>\n<pre>\n+ Updated 7-stroke Icon font.\n</pre>\n\n<h3
id="item-description__our-premium-wordpress-themes">Our Premium WordPress
Themes</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/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&#38;guid=ON&#38;script=0" alt="\\\\"
/>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:28:"wordpress/corpora
te/business";s:18:"classification_url";s:60:"http://themeforest.net/category/wordpr
ess/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:37:"http://themeforest.net/u
ser/ThimPress";s:12:"author_image";s:50:"https://0.s3.envato.com/files/166436140/ic
on-1.png";s:3:"url";s:76:"http://themeforest.net/item/purify-cleaning-service-
wordpress-theme/10981419";s:7:"summary";s:410:"High Resolution: Yes, Widget Ready:
Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome,
Compatible With: WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, WooCommerce
2.3.x, Bootstrap 3.x, Software Version: 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:2.8300000000000000710542735760100185871124267578125;s:5:"count";i:2
9;}s:10:"updated_at";s:20:"2017-05-07T22:10:52Z";s:12:"published_at";s:20:"2015-04-
08T02:00:52Z";s:8:"trending";b:0;s:8:"previews";a:3:
{s:27:"icon_with_landscape_preview";a:2:
{s:8:"icon_url";s:50:"https://0.s3.envato.com/files/128405799/purify.jpg";s:13:"lan
dscape_url";s:70:"https://0.s3.envato.com/files/128405813/01_preview.__large_previe
w.jpg";}s:9:"live_site";a:1:{s:3:"url";s:96:"http://themeforest.net/item/purify-
cleaning-service-wordpress-
theme/full_screen_preview/10981419";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:70:"https://0.s3.envato.com/files/128405813/01_preview.__la
rge_preview.jpg";}}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:10:{i:0;s:15:"WordPress 4.7.x";i:1;s:15:"WordPress
4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress 4.5.x";i:4;s:15:"WordPress
4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress 4.5";i:7;s:15:"WordPress
4.4.2";i:8;s:15:"WordPress 4.4.1";i:9;s:13:"WordPress 4.4";}}i:3;a:2:
{s:4:"name";s:15:"compatible-with";s:5:"value";a:5:{i:0;s:17:"WooCommerce
2.6.x";i:1;s:15:"WooCommerce 2.5";i:2;s:17:"WooCommerce
2.4.x";i:3;s:17:"WooCommerce 2.3.x";i:4;s:13:"Bootstrap 3.x";}}i:4;a:2:
{s:4:"name";s:8:"demo-url";s:5:"value";s:39:"http://live2.thimpress.com/?
item=purify";}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:4:"tags";a:14:
{i:0;s:8:"building";i:1;s:8:"cleaning";i:2;s:16:"Cleaning
Service";i:3;s:12:"construction";i:4;s:10:"contractor";i:5;s:11:"contractors";i:6;s
:11:"electrician";i:7;s:8:"engineer";i:8;s:18:"general
contractor";i:9;s:8:"handyman";i:10;s:4:"maid";i:11;s:11:"maintenance";i:12;s:7:"pa
inter";i:13;s:7:"plumber";}}i:4;a:21:
{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.0 newly
released: Seamless lesson design, LearnPress 2.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
directory";s:16:"description_html";s:59628:"<p>\n <a
href="https://thimpress.com/forums/?utm_source=eduma&#38;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/eduma/?utm_source=eduma&#38;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> &#8211; Education WP is
made for educational web, LMS, Training Center, Courses Hub, College, Academy,
University, School, Kindergarten.</p>\n\n<blockquote>Education WP 3.0 newly
released: <strong>Seamless lesson design</strong>, <strong>LearnPress 2.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">10+ 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__you-save-582">Save $582+</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 &#38; 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. &#8211;
Eraroma</blockquote>\n<p>\n</p>\n\n<p>\n<img
src="https://d1a6a9r46cnyll.cloudfront.net/12fd7813a8911aa8d950b774a0c325d42152550d
/687474703a2f2f7265732e636c6f7564696e6172792e636f6d2f6b656e656b3139352f696d6167652f
75706c6f61642f76313438323338363936312f74662d6564756d612e676966" alt="Thank you 5K+
Sales - 1 year birthday" />\n<img src="https://thimpress.com/wp-
content/uploads/2017/03/header-3.0.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&#38;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&#38;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="http://educationwp.thimpress.com/demo-2/?utm_source=tf-
eduma&#38;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&#38;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&#38;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&#38;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&#38;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&#38;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&#38;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&#38;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&#38;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&#38;utm_medium=demonewuni2" rel="nofollow"><img
src="https://thimpress.com/wp-content/uploads/2016/12/Education-WordPress-theme-
Demo-coming-soon-2.jpg" alt="Education WordPress theme - Demo New University 2"
/></a>\n\n </p><p><a href="http://educationwp.thimpress.com/?utm_source=tf-
eduma&#38;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/2016/10/Education-WordPress-theme-
Using-LMS-plugin-LearnPress.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 &#8230;</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&#38;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 (worth $50 on
Envato Studio) straight out of the box. Just go to Tools &gt; 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 &#8211; LearnPress</a></h3>\n\n
<p><a href="https://www.youtube.com/watch?v=M8bydrUQFPo" rel="nofollow"><img
src="https://thimpress.com/wp-content/uploads/2016/11/learnpress-20-coming-
soon.jpg" alt="LearnPress 2.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 &#8211; 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>, worth around <strong>$439+</strong>.
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&#8217;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&#8217;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 &#38; 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 &#38; 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 &#38; Drop curriculum, courses
couldn&#8217;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=rRWPl5-Hb4k" 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 &#38; Drop interface, creating online courses is as easy as A, B, C!
<strong>Shortcuts</strong> are also implemented, to make the instructor&#8217;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&#8217;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>,
worth $30 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&#8217;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&#8217;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
&#38; Drop Page Builder &#8211; 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 &#38;
Drop page builder on the official WordPress plugins directory &#8211; 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&#8217;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">You Save
$582</a></h3>\n<ul>\n <li>\n<strong>LearnPress premium add-ons ($439)</strong>:
all the premium add-ons for LearnPress 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 ($59)</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 ($19)</strong>:
create beautiful sliders and contents with Slider Revolution. The #1 premium slider
WordPress plugin &#8211; slider is integrated seamlessly into Education WP to
display contents of any kind, with high customization, animation, effects and best
quality. A $19 saving is not bad at all!</li>\n <li>\n<strong>Isotope Commercial
license ($25)</strong>: a fancy filter and sort magical layouts jQuery library.
It&#8217;s free to use in a non-ecommerce website, but if you are going to sell
courses, you usually have to pay $25 for the 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&#8217;t use the
same theme forever &#8211; 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 &#8211; a popular LMS WordPress plugin
on WordPress.org &#8211; 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\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&#8217;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 &#8211; 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&#8217;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&#8217;ve created
this feature for a better UI &#8211; 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 &#38; 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 &#38; 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&#8217;s not a joking advertising.
Let&#8217;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&#8217;t be disappointed with our customer service &#8211; 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<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 &#8211; link to
YouTube video how to create a course.</li>\n <li>\n<strong>LMS Course
Collection</strong> &#8211; 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> &#8211;
multiple instructor support for each course.</li>\n <li>\n<strong>bbPress
support</strong> &#8211; 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
&#38; 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 &#38; Font-Awesome 2: making
front-end of Education WP faster and easier. Size, color, drop shadow &#8211;
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 &#38; 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&#8217;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\n<p> Education WP
3.0.8 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 2017-03-24
</p>\n<pre>+ Fixed missing style on child theme.</pre>\n\n<p> Education WP 3.0.0
&#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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.1 &#8211; 2017-
01-25 </p>\n<pre>+ Fixed an issue with PHP 5.3 or lower.</pre>\n\n<p> Education WP
2.8.3 &#8211; 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.2 &#8211; 2017-01-11 </p>\n<pre>+
Added option to remove LearnPress ads.\n+ Updated WooCommerce Payments Add-on.\n+
Updated LearnPress profile.\n+ Improved styles.</pre>\n\n<p> Education WP 2.8.1
&#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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
&#8211; 2016-11-29 </p>\n<pre>+ Fixed bug logged in redirect to 404
page.</pre>\n\n<p> Education WP 2.7.3 &#8211; 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.2 &#8211; 2016-11-22
</p>\n<pre>+ Fixed a touch issue on Safari.\n+ Updated responsive style for course
templates.</pre>\n\n<p> Education WP 2.7.1 &#8211; 2016-11-21 </p>\n<pre>+ Fixed a
PHP script.</pre>\n\n<p> Education WP 2.7.0 &#8211; 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 &#8211; 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.1 &#8211; 2016-11-13
</p>\n<pre>+ Resubmitted Visual Composer package (version 5.0).\n+ Fixed a warning
message in LearnPress profile.</pre>\n\n<p> Education WP 2.6.0 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211;
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 &#8211; 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 &#8211; 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.5 &#8211; 2016-
08-22 </p>\n<pre>+ Added color option for buttons.\n+ Improved styles.\n+ Updated
demo data (removed unused content).\n+ Support WooCommerce 2.6.x.</pre>\n\n<p>
Education WP 2.4.4 &#8211; 2016-08-18 </p>\n<pre>+ Added redirect option for
registration form.\n+ Added target option for links in Icon Box widget.\n+ Added
styles for default membership levels page.\n+ Improved login popup on small
devices.\n+ Improved LearnPress styles (checkout page, quiz results page).\n+ Fixed
login pop-up issue in checkout page.</pre>\n\n<p> Education WP 2.4.3 &#8211; 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 &#8211; 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 &#8211;
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 &#8211; 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 &#8211; 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 &#8211; 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
&#8211; 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 &#8211; 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.2 &#8211; 2016-05-13</p>\n<pre>+ Improved
sidebar shop style.\n+ Improved top header image.\n+ Updated Thim Events
installation package.\n+ Fixed some warnings in LearnPress
profile.</pre>\n<p>Education WP 2.2.1 &#8211; 2016-05-09</p>\n<pre>+ Improved
registration form process.\n+ Improved events order.\n+ Improved single course page
style.\n+ Improved carousel style.\n+ Improved cart page responsive.\n+ Improved
Video widget style.\n+ Improved quiz UX.</pre>\n<p>Education WP 2.2.0 &#8211; 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 &#8211; 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.8.5 • 2016-03-18</p>\n<pre>+ Updated to
latest version 5.2.3 of Slider Revolution plugin.\n+ Added hover color option for
buttons.</pre>\n<p>Education WP 1.8.4 • 2016-03-14</p>\n<pre>+ Updated to latest
version of Slider Revolution plugin.\n+ Improved Courses widget.\n+ Improved Our
Team widget.</pre>\n<p>Education WP 1.8.3 • 2016-03-09</p>\n<pre>+ Added Gallery
widget.\n+ Fixed invalid key in reset password form.\n+ Improved BuddyPress
style.\n+ Improved PayPal redirect.</pre>\n<p>Education WP 1.8.2 • 2016-03-
03</p>\n<pre>+ Supported Portfolio plugin.\n+ Added option filter Our Team by
category.\n+ Updated menu issue in archive pages.\n+ Fixed social profile issue.\n+
Fixed students statistic issue.\n+ Improved translation for core
plugins.\n</pre>\n<p>Education WP 1.8.1 • 2016-02-24</p>\n<pre>+ Updated style.\n+
Fixed conflict with maintenance plugins.\n+ Improved Import Customize Settings
feature.\n</pre>\n<p>Education WP 1.8 • 2016-02-19</p>\n<pre>+ Added other brand
new Pre-built DEMO for University version 2 (with Mega Menu).\n+ Added one more
header version 2.\n+ Added coordinates option for widget Google Map.\n+ Added
sorting courses option by category for widget Course.\n+ Integrated with
BuddyPress.\n+ Updated events order.\n+ Updated style search page, account page.\n+
Fixed wrong read-more link in related courses.\n+ Fixed counter box issue for
events in other languages.\n+ Fixed Customizer issue in child
theme.\n</pre>\n<p>Education WP 1.7 • 2016-02-05</p>\n<pre>+ Added a brand new Pre-
built DEMO for University.\n+ Supported Mega Menu.\n+ Improved One Click Importing
Demo Data feature.\n+ Improved theme source code to fully support child-theme
modifications.\n+ Improved Testimonials templates.\n+ Improved Our Team
templates.\n+ Improved Event translations.\n+ Improved LearnPress translations.\n+
Improved performance, even better.\n+ Improved styles for color, review box, menu
in RTL.\n+ Added widget Tab Events.\n+ Fixed some minor notice bugs from Sorting
Choice Questions and Certificates add-ons.\n</pre>\n<p>Education WP 1.6 • 2016-01-
29</p>\n<pre>+ Added 2 brand new Pre-built DEMOS for One Course and One
Instructor.\n+ Improved microdata for course pages, make it even better for SEO.\n+
Improved responsive menu in Window phones.\n+ Improved logo display.\n+ Improved
mini-cart display.\n+ Improved search form style.\n+ Updated latest post slider
style.\n+ Updated active separator line position in menu.\n+ Updated RTL
demo.\n</pre>\n<p>Education WP 1.5 • 2016-01-23</p>\n<pre>+ Reduced some scripts
from WooCommerce for better performance.\n+ Updated to work perfectly on SSL.\n+
Updated template files for WooCommerce v2.5.0.\n+ Updated sticky sidebar.\n+
Improved UI for better pixel perfection.\n+ Improved course price display.\n+ Added
Duration for courses.\n+ Improved Parallax effect, work much more smoothly.\n+
Improved 404 page.\n+ Improved UX for search form.\n</pre>\n<p>Education WP 1.4 •
2016-01-19</p>\n<pre>+ Improved widget footer bottom.\n+ Updated style for shop.\n+
Updated style for contact form.\n+ Improved performance.\n+ Improved RTL.\n+
Updated DEMO data.\n+ Updated ThimPress Events plugin.\n+ Updated newest version of
Revolution Slider plugin.\n</pre>\n<p>Education WP 1.3 • 2016-01-07</p>\n<pre>+
Improved registration forms.\n+ Fixed can not delete events.\n+ Updated demo
data.\n</pre>\n<p>Education WP 1.2 • 2015-12-30</p>\n<pre>+ Improved sticky logo
display (in case big logo image).\n+ Improved social login buttons on mobile
devices.\n+ Fixed a bug in plugin Thim Framework.\n</pre>\n<p>Education WP 1.1 •
2015-12-24</p>\n<pre>+ Updated default language file.\n+ Updated demo data.\n+
Improved registration form for multi site.\n+ Renewed some premium add-on for
LearnPress.\n+ Fixed outdated WooCommerce templates.\n+ Improved some component
widget''s styles.\n+ Improved become an instructor form.\n</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&#38;purchasable=source&#38;support=bundle_6month">Buy it now
&#8211; only $64 for a value of $582+$64</a>.</p>\n\n<p>\n<img
src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?
value=0&#38;guid=ON&#38;script=0" alt="\\\\"
/>\n\n</p>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:19:"wordpress
/education";s:18:"classification_url";s:51:"http://themeforest.net/category/wordpre
ss/education";s:11:"price_cents";i:6400;s:15:"number_of_sales";i:7641;s:15:"author_
username";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest.net/user/ThimP
ress";s:12:"author_image";s:50:"https://0.s3.envato.com/files/166436140/icon-
1.png";s:3:"url";s:75:"http://themeforest.net/item/education-wordpress-theme-
education-wp/14058034";s:7:"summary";s:511:"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, WooCommerce 2.5, WooCommerce 2.4.x, bbPress
2.5.x, Visual Composer 4.12.x, Visual Composer 4.11.2.1, Visual Composer 4.11.x,
Bootstrap 3.x, Software Version: 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.7400000000000002131628207280300557613372802734375;s:5:"count";i:6
55;}s:10:"updated_at";s:20:"2017-05-25T07:02:13Z";s:12:"published_at";s:20:"2015-
12-22T10:04:15Z";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://0.s3.envato.com/files/225684160/logo.png";s:13:"lands
cape_url";s:88:"https://0.s3.envato.com/files/225684161/01_preview.__large_preview-
3.__large_preview.jpg";}s:9:"live_site";a:1:
{s:3:"url";s:95:"http://themeforest.net/item/education-wordpress-theme-education-
wp/full_screen_preview/14058034";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:88:"https://0.s3.envato.com/files/225684161/01_preview.__la
rge_preview-3.__large_preview.jpg";}}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:7:{i:0;s:15:"WordPress 4.7.x";i:1;s:15:"WordPress
4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress 4.5.x";i:4;s:15:"WordPress
4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress 4.5";}}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:17:"WooCommerce
3.0.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:13:"bbPress 2.5.x";i:9;s:22:"Visual
Composer 4.12.x";i:10;s:24:"Visual Composer 4.11.2.1";i:11;s:22:"Visual Composer
4.11.x";i:12;s:13:"Bootstrap 3.x";}}i:4;a:2:{s:4:"name";s:8:"demo-
url";s:5:"value";s:32:"http://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: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";}}i:5;a:21:{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 &amp; 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
\n";s:16:"description_html";s:9180:"<p><a href="http://thimpress.com/resca-
wordpress-restaurant-theme/" rel="nofollow">WordPress Restaurant Theme &#8211;
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> &#38; <strong>OpenTable</strong> form &#8211; 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&#38;utm_campaign=nem&#38;utm_source=tf&#38;utm_medium=resca">Restauran
t WordPress Theme &#8211; NEM</a></blockquote>\n<p><strong>Check out <a
href="http://themeforest.net/item/joomla-restaurant-template-resca/13548747">Joomla
Restaurant Template</a> &#8211; Resca</strong></p>\n\n <p><img
src="https://thimpress.com/envato/wordpress-restaurant-theme-resca.jpg"
alt="WordPress Restaurant Theme - Resca" title="WordPress Restaurant Theme - Resca"
/></p>\n\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
&#8211; 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 &#38;
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 &#38; One-page, you can select to run restaurant or coffee
business with the <strong>WordPress Restaurant Theme</strong> &#8211; Resca. More
than that, with the availability of <strong>WooCommerce</strong>, &#8211; 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&#8230;</p>\n<h3 id="item-description__more-about-this-awesome-
wordpress-restaurant-amp-cafe-theme-resca">More about this awesome WordPress
Restaurant &#38; Cafe Theme &#8211; 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 &#38; Mobile-Friendly: your restaurant website will
display amazing on every customer&#8217;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 &#38; 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 &#38; One-page.</li>\n<li>Drag &#38; 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\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&#38;guid=ON&#38;script=0" alt="\\\\"
/>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:41:"wordpress/enterta
inment/restaurants-
cafes";s:18:"classification_url";s:73:"http://themeforest.net/category/wordpress/en
tertainment/restaurants-
cafes";s:11:"price_cents";i:5900;s:15:"number_of_sales";i:1272;s:15:"author_usernam
e";s:9:"ThimPress";s:10:"author_url";s:37:"http://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:"http://themeforest.net/item/wordpress-restaurant-theme-
resca/12124219";s:7:"summary";s:390:"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.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.37000000000000010658141036401502788066864013671875;s:5:"count";i:
93;}s:10:"updated_at";s:20:"2017-05-04T15:27:32Z";s:12:"published_at";s:20:"2015-
07-21T10:40:04Z";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://0.s3.envato.com/files/217724451/resca.png";s:13:"land
scape_url";s:65:"https://0.s3.envato.com/files/224323012/resca.__large_preview.jpg"
;}s:9:"live_site";a:1:{s:3:"url";s:89:"http://themeforest.net/item/wordpress-
restaurant-theme-resca/full_screen_preview/12124219";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:65:"https://0.s3.envato.com/files/224323012/resca.__large_p
review.jpg";}}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:8:{i:0;s:15:"WordPress
4.7.x";i:1;s:15:"WordPress 4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress
4.5.x";i:4;s:15:"WordPress 4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress
4.5";i:7;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:37:"http://demo.thimpress.com/?
item=resca";}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: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";}}i:6;a:21:
{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 &amp; 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:11567:"<p>\n<strong>Landscaping WordPress
theme</strong> &#8211; Landscaping WP is an awesome theme built for
<strong>landscape</strong>, <strong>gardening</strong> &#38; <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/2016/07/Landscaping-
WordPress-theme.jpg" 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 &#8211; 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 &#8211; 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 &#8211; Landscaping WP
also supports this awesome feature. Instead of having to build each page for your
site, just go to <strong>Tools &gt; 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 &#38; 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 &#38; Drop page builder &#8211;
SiteOrigin</h3>\n<p>\nLandscaping WordPress theme &#8211; 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 &#38; 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
&#8211; 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 &#38; 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\n
<p><img
src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?
value=0&#38;guid=ON&#38;script=0" alt="\\\\"
/></p>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:28:"wordpress/cor
porate/business";s:18:"classification_url";s:60:"http://themeforest.net/category/wo
rdpress/corporate/business";s:11:"price_cents";i:5900;s:15:"number_of_sales";i:282;
s:15:"author_username";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest.n
et/user/ThimPress";s:12:"author_image";s:50:"https://0.s3.envato.com/files/16643614
0/icon-1.png";s:3:"url";s:79:"http://themeforest.net/item/landscaping-wordpress-
theme-landscaping-wp/16210005";s:7:"summary";s:403:"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.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.8499999999999996447286321199499070644378662109375;s:5:"count";i:1
3;}s:10:"updated_at";s:20:"2017-05-11T00:45:23Z";s:12:"published_at";s:20:"2016-08-
28T07:36:22Z";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://0.s3.envato.com/files/217724182/landscaping.png";s:13
:"landscape_url";s:71:"https://0.s3.envato.com/files/224322977/landscaping.__large_
preview.jpg";}s:9:"live_site";a:1:
{s:3:"url";s:99:"http://themeforest.net/item/landscaping-wordpress-theme-
landscaping-wp/full_screen_preview/16210005";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:71:"https://0.s3.envato.com/files/224322977/landscaping.__l
arge_preview.jpg";}}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.7.x";i:1;s:15:"WordPress 4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress
4.5.x";i:4;s:15:"WordPress 4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress
4.5";i:7;s:15:"WordPress 4.4.2";i:8;s:15:"WordPress 4.4.1";i:9;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:44:"http://live2.thimpress.com/?
item=landscaping";}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: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:"f
lorist";i:7;s:8:"gardener";i:8;s:9:"gardening";i:9;s:8:"industry";i:10;s:9:"landsca
pe";i:11;s:20:"landscape architects";i:12;s:16:"landscape
design";i:13;s:11:"landscaping";i:14;s:13:"lawn services";}}i:7;a:21:
{s:2:"id";i:14025178;s:4:"name";s:32:"Restaurant WordPress Theme |
NEM";s:11:"description";s:758:"\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 by
T";s:16:"description_html";s:15974:"<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 &#8211; NEM&#8217;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&#8217;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/envato/restaurant-
wordpress-theme-nem.jpg" 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 &#38; 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 &#38;
description for each dish. Just clicking the &#8220;Drag here&#8221; 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 &#38; Retina&#8230; \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&#8217;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 &#38; drop page builder, you will struggle with no problem to
build any page or content of your cafe &#38; restaurant website. More than that,
ThimPress develop SiteOrigin Widgets Bundle &#8211; a collection of all widgets,
neatly bundled into a single plugin. It&#8217;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 &#38; Retina&#8230;
</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&#8217;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 of 19$.</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
&#38; 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 &#8211; Standard, Audio, Gallery, Image, Link, Quote and
Video.</li>\n<li>Built on latest Bootstrap 3 &#38; 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 &#38; 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&#8217; 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&#8217;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&#38;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 &gt;&gt; Appearance &gt;&gt; Customize\nPlease use plugin Thim Framework
version 1.9.1 or latest\n</pre></p>\n\n<p><strong>Version 2.1 &#8211; APR 18,
2017</strong></p>\n<pre>+ Update: Compatible with WooCommerce
3.x</pre>\n\n<p><strong> VERSION 2.0.4.5 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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
&#38; 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 &#8211; APRIL 29,
2016</strong></p>\n<pre>+ Updated: Thim Framework.\n</pre>\n\n<p><strong>VERSION
2.0.4 &#8211; 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
&#8211; 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 &#8211; MAR 02,
2016</strong></p>\n\n<pre>+ Fixed: Demo Importer</pre>\n\n<p><strong>VERSION 2.0.1
&#8211; 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 &#8211; 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 &#8211; 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
&#8211; 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 &#8211; 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 &#8211; JAN 26,
2016</strong></p>\n\n<pre>+ Updated: Customize new settings for Posts Page, Single
&#38; Archive.</pre>\n\n<p><strong>VERSION 1.5 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; JAN 12,
2016</strong></p>\n\n<pre>+ Added: Import demo data.\n+ Fixed:
Favicon.</pre>\n\n<p><strong>VERSION 1.0 &#8211; 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&#38;guid=ON&#38;script=0" alt="\\\\"
/>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:41:"wordpress/enterta
inment/restaurants-
cafes";s:18:"classification_url";s:73:"http://themeforest.net/category/wordpress/en
tertainment/restaurants-
cafes";s:11:"price_cents";i:5900;s:15:"number_of_sales";i:517;s:15:"author_username
";s:9:"ThimPress";s:10:"author_url";s:37:"http://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:"http://themeforest.net/item/restaurant-wordpress-theme-
nem/14025178";s:7:"summary";s:460:"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, WooCommerce 2.3.x, Bootstrap 3.x, Software Version: 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";s:6:"rating";a:2:
{s:6:"rating";d:4.75;s:5:"count";i:44;}s:10:"updated_at";s:20:"2017-05-
04T16:59:37Z";s:12:"published_at";s:20:"2015-12-
21T19:00:02Z";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://0.s3.envato.com/files/161769372/nem.jpg";s:13:"landsc
ape_url";s:63:"https://0.s3.envato.com/files/224322768/nem.__large_preview.jpg";}s:
9:"live_site";a:1:{s:3:"url";s:87:"http://themeforest.net/item/restaurant-
wordpress-theme-nem/full_screen_preview/14025178";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:63:"https://0.s3.envato.com/files/224322768/nem.__large_pre
view.jpg";}}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:12:{i:0;s:15:"WordPress
4.7.x";i:1;s:15:"WordPress 4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress
4.5.x";i:4;s:15:"WordPress 4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress
4.5";i:7;s:15:"WordPress 4.4.2";i:8;s:15:"WordPress 4.4.1";i:9;s:13:"WordPress
4.4";i:10;s:15:"WordPress 4.3.1";i:11;s:13:"WordPress 4.3";}}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:36:"http://live2.thimpress.com/?
item=nem";}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: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";}}i:8;a:21:{s:2:"id";i:11797847;s:4:"name";s:34:"LMS WordPress Theme -
eLearning WP";s:11:"description";s:758:"\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 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 seriously and continuously developed and supported in spite of
free of charge. The WordPress LMS plugin – LearnPress is supported with a bunch of
fr";s:16:"description_html";s:12956:"<p><a
href="http://themeforest.net/item/education-wordpress-theme-education-
wp/14058034&#38;utm_source=elearningwp"><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><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\n
<p><img src="https://thimpress.com/wp-content/uploads/2016/11/LMS-WordPress-
theme-Elearning-WP.jpg" alt="LMS WordPress Theme LearnPress" /></p>\n\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 &#8211; 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 &#8211; LearnPress is supported with a bunch of free or premium add-ons.
That means LMS WordPress Theme &#8211; eLearning WP has all features packed from
the WordPress LMS plugin &#8211; LearnPress. The most important thing is if later
on you have demand of switching to another LMS Theme than our LMS WordPress Theme
&#8211; eLearning WP , all your courses and information could be retained thank to
the WordPress LMS plugin &#8211; LearnPress. Besides that, all powerful add-ons
with the cost of around 150$ of LearnPress WordPress LMS Plugin are integrated in
the LMS WordPress Theme &#8211; eLearning WP without any extra charge to this
theme.</p>\n\n\n <p>This one of the <strong>Best LMS WordPress Themes</strong> is
excellently compatible with bbPress Integration &#8211; communication forum for
courses and BuddyPress Integration &#8211; the profile system which help you enjoy
your learning on this LMS WordPress sites. More than that, amazing blog &#38;
timeline is also an ideal place to express your thought.</p>\n\n\n
<p><strong>WordPress LMS Theme &#8211; 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> &#8211;
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> &#8211; 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 &#8211; link to Youtube video how to create a
course.</li>\n<li>LMS Course Collection &#8211; 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 (save $16) to sale your course/product on a
timer.</li>\n<li>Co-instructors &#8211; multiple instructors support for each
course.</li>\n<li>bbPress support &#8211; for private course discussion between
instructors.</li>\n<li>BuddyPress support &#8211; for communicating between
instructors &#38; 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 &#38; Drop Page Builder.</li>\n<li>Super
lightweight &#38; 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
&#8211; 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 &#8211; your LMS
WordPress site with eLearning WP is mobile-friendly, Google loves it &#8211; give a
test link on Google</li>\n <li>Post formats &#8211; Standard, Audio, Gallery,
Image, Link, Quote and Video.</li>\n <li>Built on latest Bootstrap 3 &#38;
FontAwesome 2: making front-end of LMS WordPress theme &#8211; 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 &#8211; 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 &#8211; eLearning
WP<strong>.</strong></li>\n <li>Unlimited footers: Plenty of footers is waiting
in LMS WordPress theme &#8211; 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 &#8211; eLearning WP.</li>\n <li>Unlimited
color choices: you can select any color and decorate your LMS WordPress theme
&#8211; 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 &#8211; eLearning WP will look great in any technique
devices</li>\n <li>Translation ready (.po/.mo files): support WordPress LMS
Theme &#8211; 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 &#8211; eLearning WP Theme installed.</li>\n <li>and so much
more.</li>\n</ul>\n<h4 id="item-
description__changelogs">CHANGELOGS</h4>\n\n<p><strong>ELEARNING WP 2.4.4 &#8211;
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 &#8211; 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 &#8211; 2016-12-
22</strong></p>\n<pre>+ Updated outdated LearnPress
templates.</pre>\n\n<p><strong>ELEARNING WP 2.4.1 &#8211; 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
&#8211; NOV 22, 2016</strong></p>\n<pre>+ Updated prepare for LearnPress
2.0.</pre>\n\n<p><strong> ELEARNING WP 2.3.6 &#8211; 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 &#8211; 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 &#8211; 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
&#8211; 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 &#8211; 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 &#8211; MAY 10,
2016</strong></p>\n<pre>+ Updated plugin require.\n+ Improved shop
style.</pre>\n\n<p><strong>ELEARNING WP 2.3 &#8211; 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 &#8211; APR
08, 2016</strong></p>\n<pre>+ Disable update plugin notification
(LearnPress).</pre>\n\n<p><strong>ELEARNING WP 2.1 &#8211; MAR 31,
2016</strong></p>\n<pre>+ Updated template files for WooCommerce
2.5.0.</pre>\n\n<p><strong>ELEARNING WP 2.0 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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.\n<img
src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?
value=0&#38;guid=ON&#38;script=0" alt="\\\\"
/></p>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:19:"wordpress/edu
cation";s:18:"classification_url";s:51:"http://themeforest.net/category/wordpress/e
ducation";s:11:"price_cents";i:6400;s:15:"number_of_sales";i:553;s:15:"author_usern
ame";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest.net/user/ThimPress"
;s:12:"author_image";s:50:"https://0.s
3.envato.com/files/166436140/icon-
1.png";s:3:"url";s:69:"http://themeforest.net/item/lms-wordpress-theme-elearning-
wp/11797847";s:7:"summary";s:584:"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.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.5099999999999997868371792719699442386627197265625;s:5:"count";i:4
3;}s:10:"updated_at";s:20:"2017-05-24T06:01:00Z";s:12:"published_at";s:20:"2015-06-
24T15:23:07Z";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://0.s3.envato.com/files/137786551/thumb_80x80.png";s:13
:"landscape_url";s:70:"https://0.s3.envato.com/files/137786552/01_preview.__large_p
review.jpg";}s:9:"live_site";a:1:{s:3:"url";s:89:"http://themeforest.net/item/lms-
wordpress-theme-elearning-
wp/full_screen_preview/11797847";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:70:"https://0.s3.envato.com/files/137786552/01_preview.__la
rge_preview.jpg";}}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:13:{i:0;s:15:"WordPress 4.7.x";i:1;s:15:"WordPress
4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress 4.5.x";i:4;s:15:"WordPress
4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress 4.5";i:7;s:15:"WordPress
4.4.2";i:8;s:15:"WordPress 4.4.1";i:9;s:13:"WordPress 4.4";i:10;s:15:"WordPress
4.3.1";i:11;s:13:"WordPress 4.3";i:12;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:44:"http://live2.thimpress.com/?item=elearningwp";}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: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";}}i:9;a:21:
{s:2:"id";i:9167183;s:4:"name";s:42:"Knowledge Base WordPress Theme |
DeskPress";s:11:"description";s:752:"Knowledge Base WordPress Theme – DeskPress is
a brilliant Knowledgebase solution based on WordPress with AJAX search box, highly
bbPress support, FAQs.\n\nCheck out our #1 Trending Education WordPress
Theme.\n\nIntroduction Video\n\nKnowledgebase WordPress theme Overview
Video\n\nRather than the live demo, you can see how we use DeskPress Knowledgebase
theme for our own support site: ThimPress. We really make DeskPress theme for
ourselves to reduce as much effort as possible for our staff guys.\n\nComplete
Knowledge Base solution\nFAQs, Knowledge Bases, bbPress Forums, all in one works
smoothly with smart AJAX search to provide a comprehensive knowledge base solution
based on WordPress.\n\nGreat UX for Knowledge Base purpose\nThe DeskPress Helpdesk
WordP";s:16:"description_html";s:7881:"<p><strong>Knowledge Base WordPress
Theme</strong> &#8211; DeskPress is a brilliant Knowledgebase solution based on
WordPress with AJAX search box, highly bbPress support,
FAQs.</p>\n\n<blockquote>Check out our #1 Trending <a
href="http://themeforest.net/item/education-wordpress-theme-education-
wp/14058034">Education WordPress Theme</a>.</blockquote>\n\n<h2 id="item-
description__introduction-video">Introduction Video</h2>\n<p>\n<a
href="https://www.youtube.com/watch?v=TS9gbOXQqqM" rel="nofollow">Knowledgebase
WordPress theme Overview Video</a>\n</p>\n<p>Rather than the live demo, you can see
how we use DeskPress Knowledgebase theme for our own support site: <a
href="https://thimpress.com" rel="nofollow">ThimPress</a>. We really make DeskPress
theme for ourselves to reduce as much effort as possible for our staff
guys.</p>\n\n<h2 id="item-description__complete-knowledge-base-solution">Complete
Knowledge Base solution</h2>\n<p>FAQs, Knowledge Bases, bbPress Forums, all in one
works smoothly with smart AJAX search to provide a comprehensive knowledge base
solution based on WordPress.</p>\n\n<h2 id="item-description__great-ux-for-
knowledge-base-purpose">Great UX for Knowledge Base purpose</h2>\n<p>The DeskPress
Helpdesk WordPress Theme&#8217;s mission is providing effortless helpdesk support
solution which saving time for both customers &#38; supporters when working around
issues, every single elements in the theme have been considered very carefully to
make sure it saves as much time as possible for users.</p>\n\n<h2 id="item-
description__turn-bbpress-forum-into-a-smart-help-desk-system">Turn bbPress forum
into a smart help desk system</h2>\n<h3 id="item-description__integrated-with-
knowledge-base">Integrated with Knowledge base</h3>\n<p>Each time a customer create
a new topic, a smart suggestion will be pop out with related knowledge bases, KB
and existing topics.</p>\n\n<h3 id="item-description__integrated-with-
woocommerce">Integrated with WooCommerce</h3>\n<p>Provides support service to your
customers only who bought your products over WordPress WooCommerce ecommerce
plugin.</p>\n\n<h3 id="item-description__integrated-with-easy-digital-downloads-
edd">Integrated with Easy Digital Downloads (EDD)</h3>\n<p>Offers support service
to your EDD buyers only.</p>\n\n<h3 id="item-description__integrated-with-envato-
purchases">Integrated with Envato Purchases</h3>\n<p>Allow Envato buyers to get
supported on bbPress forum for purchased products.</p>\n\n<h2 id="item-
description__knowledge-base-wp-theme-features">Knowledge Base WP Theme
FEATURES</h2>\nThis awesome knowledge-base theme for WordPress comes up with plenty
of helpful features, works smoothly in one pie:\n<ul>\n<li>Smart search for all
FAQs, Knowledge Base and bbPress Forum.</li>\n<li>Turn bbPress Forum into support
help desk system.</li>\n<li>Quick create new topic within a
minute.</li>\n<li>Private Reply to send reply privately.</li>\n<li>Send access
information feature to send sensitive information, this will store into
customer&#8217;s account to view globally over the site.</li>\n<li>Email
notification to moderators/staffs per each forum.</li>\n<li>Only paid account can
create new topic.</li>\n<li>Flexible permission for each forum: when create a new
forum, we will have ability to assign number of specific staffs/moderators for it.
Those staffs/moderators will get notification when a new reply
created.</li>\n<li>Topic status.</li>\n<li>Staff assignment: assign a topic to a
particular staff/moderator.</li>\n<li>Attachments.</li>\n<li>Best Answer: set a
reply as a best answer for a topic. This feature will create a new Knowledge Base
item and show it as best answer in the topic page.</li>\n<li>Live suggestion on
creating topic form.</li>\n<li>Smart Canned Replies with multiple levels
support.</li>\n<li>Convenience floating popup reply form: able to view question and
type answer at the same screen.</li>\n<li>Convenience Knowledge Base link in reply
editor by using @kb:keyword.</li>\n<li>Activate paid account via Envato Purchase
Code, WooCommerce order or Easy Digital Downloads (EDD) order.</li>\n<li>Fancy
offcanvas sidebar for customer&#8217;s menu.</li>\n<li>Helpful top drawer to show
notification or promotion.</li>\n<li>Fully responsive, works perfectly on mobile
devices.</li>\n<li>Fully support Contact Form 7 &#38; Mailchimp
Newsletter.</li>\n<li>Social sharing for Knowledge Base.</li>\n<li>Highly SEO
optimized with Microdata for all Forums, Topics, Replies, Knowledge Base and
Blog.</li>\n<li>Built with HTML5, CSS5, Bootstrap.</li>\n<li>400+ web icons with
Font-Awesome.</li>\n<li>500+ fonts with Google Fonts.</li>\n<li>Compatible WPML
multilingual plugin.</li>\n<li>ONE click demo installation.</li>\n</ul>\n\n<h4
id="item-description__changelogs">CHANGELOGS</h4>\n<p><strong>Version 1.9 •
2017.04.19</strong></p>\n<pre>+ Updated: Outdated some WooCommerce template files
version 3.0.3</pre>\n<pre>+ Updated: Class TGM Plugin
Activation</pre>\n\n<p><strong>Version 1.8 • 2016.03.28</strong></p>\n<pre>+
Updated: RTL support.</pre>\n<p><strong>Version 1.7 •
2016.02.24</strong></p>\n<pre>+ Updated: Plugin tp-support with version
1.1.7.2.</pre>\n<p><strong>Version 1.6 • 2015.03.09</strong></p>\n<pre>\n+ Added:
Notification Hook on BBPress home page.\n+ Added: Permission for each
forum.\n</pre>\n<p><strong>Version 1.5 • 2015.02.25</strong></p>\n<pre>\n+ Fixed:
Show all items WooCommerce, EDD in Setting page.\n+ Update: WooCommerce Order ID
and EDD Order ID in profile page.\n+ Updated: Icon in BBPress
profile.\n</pre>\n<p><strong>Version
1.4 • 2015.01.20</strong></p>\n<pre>\n+ Added: Show all replies setting.\n+ Added:
Create Topic button on top forum.\n+ Added: Access information field setting.\n+
Added: FAQ highlight.\n+ Added: On/Off use WP register page default setting.\n+
Added: Comments on Knowledgebase.\n+ Fixed: Allow guest create topic and reply
setting.\n+ Fixed: List KB with tags.\n+ Fixed: Hidden title in Theme Options.\n+
Update: FAQ Content.\n</pre>\n<p><strong>Version 1.3 •
2015.01.05</strong></p>\n<pre>\n+ Added: Setting for KB, FAQs\n+ Fixed: FAQ detail,
FAQ URL on search\n+ Fixed: Email when create topic on quick create topic.\n+
Fixed: Show all KB in category.\n</pre>\n<p><strong>Version 1.2 •
2014.12.08</strong></p>\n<pre>\n+ Added: Link User Profile in check purchase code
page.\n+ Added: Setting for KB and FAQs.\n+ Added: Widget Items for KB.\n+ Added:
Clear Cache load Envato Item.\n+ Fixed: ctrl key board in bbp reply form\n+ Fixed:
Forums list on quick create topic\n+ Fixed: Tag Page\n+ Fixed: Breadcrumb\n+ Fixed:
Quick create topic.\n+ Fixed: Register URL.\n+ Fixed: load Forum on Quick Create
Topic.\n+ Fixed: Check Purchased code.\n</pre>\n<p><strong>Version 1.1 •
2014.10.26</strong></p>\n<pre>\n+ Updated compatible with Easy Digital Downloads
plugin.\n</pre>\n\n<p><strong>Version 1.0 • 2014.10.21</strong></p>\n<pre>\n+
Initial release.\n</pre>\n\n<h4 id="item-description__roadmap">ROADMAP</h4>\n<pre>+
Add Knowledge Base collection, able to make a fancy documentation based on a
collection of Knowledge Base items.\n+ Related tags recommendation when creating a
new topic or reply.\n+ Helpful attachments &gt; make it possible to drag &#38; drop
into textarea.\n+ Statistics: able to keep track on topics, forums, replies,
customers, ...\n+ Score system, make the support job more fun.\n+ Filter by status,
assigned moderator/staff (without browser reloading).\n+ Optimize Performance even
better.\n+ Fix all UI bugs for pixel perfection (if any).\n... much more, depends
on feedbacks from our dearest customers.\n</pre>\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<img
src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?
value=0&#38;guid=ON&#38;script=0" alt="\\\\"
/>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:23:"wordpress/miscell
aneous";s:18:"classification_url";s:55:"http://themeforest.net/category/wordpress/m
iscellaneous";s:11:"price_cents";i:4500;s:15:"number_of_sales";i:201;s:15:"author_u
sername";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest.net/user/ThimPr
ess";s:12:"author_image";s:50:"https://0.s3.envato.com/files/166436140/icon-
1.png";s:3:"url";s:76:"http://themeforest.net/item/knowledge-base-wordpress-theme-
deskpress/9167183";s:7:"summary";s:757:"High Resolution: Yes, Widget Ready: Yes,
Compatible Browsers: IE8, 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, WooCommerce 2.2.x, WooCommerce 2.1.x, WooCommerce 2.0.x, bbPress
2.5.x, bbPress 2.4.x, Easy Digital Downloads 2.4.x, Easy Digital Downloads 2.3.x,
Easy Digital Downloads 2.2.x, Easy Digital Downloads 2.1.x, Easy Digital Downloads
2.0.x, Easy Digital Downloads 1.9.x, Easy Digital Downloads 1.8.x, Easy Digital
Downloads, Bootstrap 3.x, Framework: Underscores, Software Version: 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;s:5:"count";i:9;}s:10:"updated_at";s:20:"2017-05-
09T17:15:08Z";s:12:"published_at";s:20:"2014-10-
21T14:24:40Z";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://0.s3.envato.com/files/109009561/deskpress.png";s:13:"
landscape_url";s:70:"https://0.s3.envato.com/files/109009562/01_preview.__large_pre
view.jpg";}s:9:"live_site";a:1:
{s:3:"url";s:96:"http://themeforest.net/item/knowledge-base-wordpress-theme-
deskpress/full_screen_preview/9167183";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:70:"https://0.s3.envato.com/files/109009562/01_preview.__la
rge_preview.jpg";}}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:9:
{i:0;s:3:"IE8";i:1;s:3:"IE9";i:2;s:4:"IE10";i:3;s:4:"IE11";i:4;s:7:"Firefox";i:5;s:
6:"Safari";i:6;s:5:"Opera";i:7;s:6:"Chrome";i:8;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.7.x";i:1;s:15:"WordPress 4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress
4.5.x";i:4;s:15:"WordPress 4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress
4.5";i:7;s:15:"WordPress 4.4.2";i:8;s:15:"WordPress 4.4.1";}}i:3;a:2:
{s:4:"name";s:15:"compatible-with";s:5:"value";a:19:
{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:13:"bbPress 2.5.x";i:9;s:13:"bbPress
2.4.x";i:10;s:28:"Easy Digital Downloads 2.4.x";i:11;s:28:"Easy Digital Downloads
2.3.x";i:12;s:28:"Easy Digital Downloads 2.2.x";i:13;s:28:"Easy Digital Downloads
2.1.x";i:14;s:28:"Easy Digital Downloads 2.0.x";i:15;s:28:"Easy Digital Downloads
1.9.x";i:16;s:28:"Easy Digital Downloads 1.8.x";i:17;s:22:"Easy Digital
Downloads";i:18;s:13:"Bootstrap 3.x";}}i:4;a:2:{s:4:"name";s:8:"demo-
url";s:5:"value";s:42:"http://live2.thimpress.com/?item=deskpress";}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:4:"tags";a:15:
{i:0;s:7:"bbpress";i:1;s:9:"deskpress";i:2;s:6:"envato";i:3;s:3:"faq";i:4;s:5:"foru
m";i:5;s:9:"help desk";i:6;s:8:"helpdesk";i:7;s:14:"knowledge
base";i:8;s:14:"knowledge-base";i:9;s:13:"knowledgebase";i:10;s:11:"live
search";i:11;s:10:"responsive";i:12;s:7:"support";i:13;s:6:"ticket";i:14;s:7:"ticke
ts";}}i:10;a:21:{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\nSpeaker &amp; 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
f";s:16:"description_html";s:20370:"<p>\n <a
href="https://thimpress.com/forums/?utm_source=coaching&#38;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&#38;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<strong>Speaker &#38; 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&#8217;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&#8217;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/2016/12/coachingfinal1-4-1.png"
alt="coaching-description2" /></strong>\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 &#8211; 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&#38;utm_source=coaching&#38;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
&#8211; 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 Bundle</a> for free (Worth <strong>~
$439</strong>). <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&#8217;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
&#8220;simplicity is the ultimate sophistication&#8221;? 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&#8217;t have to do much, just drag and drop, and
you&#8217;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&#8217;s customizing process.\n<h2 id="item-description__special-
effects-for-lasting-impressions"><strong>Special Effects For Lasting
Impressions</strong></h2>\n&#8220;First impression lasts!&#8221;. If your website
is not attractive and is not impressive enough, it will be wiped off of your
customer&#8217;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. A regular license of
Revolution slider would cost 19$, but now it&#8217;s on us. 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&#8217;s&#8217; feedback with
their face, their name, and title, bringing a sense of trust to your site. Apart
from that, this part&#8217;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&#8217;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 &#8211; 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 &#8211; 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&#8217;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"><stron
g>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&#8217;s still conflicts
with other plugins, there&#8217;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&#8217;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&#8217;t got any rating and review yet. However, let&#8217;s take a
look at what the customers are talking about us &#8211; 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
&#38; 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<ul>\n <li>LearnPress
&#8211; WordPress LMS Plugin\n<ul>\n <li>Powerful LMS Courses Management with
Drag &#38; 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 &#38; 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&#8230;</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 &#38; 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&#8217;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\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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 2016-12-27</p>\n<pre>+ Improved style popup
Course.</pre>\n\n<p>Coaching WordPress Theme 1.5 &#8211; 2016-12-21</p>\n<pre>+
Improved demo data.</pre>\n\n<p>Coaching WordPress Theme 1.4.1 &#8211; 2016-12-
20</p>\n<pre>+ Fixed outdated of Learnpress</pre>\n\n<p> Coaching WordPress Theme
1.4 &#8211; 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 &#8211; 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 &#8211; 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
&#8211; 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 &#8211; 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 &#8211; 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 &#8211; 2016-11-02 </p>\n<pre>+ Supported LearnPress
2.0.\n+ Updated demo data.</pre>\n\n<p> Coaching WordPress Theme 1.0.1 &#8211;
2016-10-27 </p>\n<pre>+ Updated prepare for LearnPress 2.0.</pre>\n\n<p> Coaching
WordPress Theme 1.0.0 &#8211; 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&#38;guid=ON&#38;script=0" alt="\\\\"
/></p>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:19:"wordpress/edu
cation";s:18:"classification_url";s:51:"http://themeforest.net/category/wordpress/e
ducation";s:11:"price_cents";i:4900;s:15:"number_of_sales";i:1020;s:15:"author_user
name";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest.net/user/ThimPress
";s:12:"author_image";s:50:"https://0.s3.envato.com/files/166436140/icon-
1.png";s:3:"url";s:87:"http://themeforest.net/item/speaker-and-life-coach-
wordpress-theme-coaching-wp/17097658";s:7:"summary";s:436:"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.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.63999999999999968025576890795491635799407958984375;s:5:"count";i:
45;}s:10:"updated_at";s:20:"2017-05-25T04:26:14Z";s:12:"published_at";s:20:"2016-
10-27T19:02:44Z";s:8:"trending";b:0;s:8:"previews";a:3:
{s:27:"icon_with_landscape_preview";a:2:
{s:8:"icon_url";s:59:"https://0.s3.envato.com/files/225685120/logo-coaching-
2.png";s:13:"landscape_url";s:70:"https://0.s3.envato.com/files/223106841/01_previe
w.__large_preview.jpg";}s:9:"live_site";a:1:
{s:3:"url";s:107:"http://themeforest.net/item/speaker-and-life-coach-wordpress-
theme-coaching-wp/full_screen_preview/17097658";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:70:"https://0.s3.envato.com/files/223106841/01_preview.__la
rge_preview.jpg";}}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:"n
ame";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:10:{i:0;s:15:"WordPress 4.7.x";i:1;s:15:"WordPress
4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress 4.5.x";i:4;s:15:"WordPress
4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress 4.5";i:7;s:15:"WordPress
4.4.2";i:8;s:15:"WordPress 4.4.1";i:9;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:41:"http://live2.thimpress.com/?
item=coaching";}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: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";}}i:11;a:21:
{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\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:6037:"<p><a href="https://thimpress.com/bakery-cake-
wordpress-theme-cake-art/" rel="nofollow">Cake WordPress Theme</a> &#8211; 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<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&#8217;s&#8217; 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/envato/bakery-cake-wordpress-
theme-cakeart.jpg" 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&#8230;or over ajax search form.</p>\n\n<p>Cake WordPress Theme
&#8211; 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 with
the price of 34$ is integrated in the Cake Art theme to allow you to build any page
just in seconds without difficulty. Besides that, Slider Revolution (18$) brings a
beautiful look of your contents. However, WP Theme for bakery, food, chocolate, ice
cream &#8211; 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&#8230;</p>\n\n<p>Similarly with other WordPress themes,
the WordPress Food Theme &#8211; Cake Art packs with WooCommerce, Contact form 7,
MailChimp, latest Bootstrap 3 &#38; 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 &#8211; Cake Art in a
Glance</h2>\n<ul>\n<li>Drag &#38; 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 &#38; FancyBox.</li>\n<li>Lovely design.</li>\n<li>Responsive &#38;
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 &#8211; Standard, Gallery, and Video.</li>\n<li>Built
on latest Bootstrap 3 &#38; 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\n<p>Cake Art 1.11 &#8211;
11/4/2017</p>\n</ul><pre>Update: WooCommerce 3.0.0</pre>\n\n<p> Cake Art 1.9
&#8211; 07/3/2016</p>\n<pre>- Update: Custom Title and Subtitle\n- Fixed: Title
category shop</pre>\n\n<p> Cake Art 1.9 &#8211; 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 &#8211; 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 &#8211; 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&#38;guid=ON&#38;script=0" alt="\\\\"
/>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:21:"wordpress/retail/
food";s:18:"classification_url";s:53:"http://themeforest.net/category/wordpress/ret
ail/food";s:11:"price_cents";i:5900;s:15:"number_of_sales";i:460;s:15:"author_usern
ame";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest.net/user/ThimPress"
;s:12:"author_image";s:50:"https://0.s3.envato.com/files/166436140/icon-
1.png";s:3:"url";s:66:"http://themeforest.net/item/cake-wordpress-theme-cake-
art/13782850";s:7:"summary";s:623:"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,
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.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.79999999999999982236431605997495353221893310546875;s:5:"count";i:
59;}s:10:"updated_at";s:20:"2017-05-17T03:36:47Z";s:12:"published_
at";s:20:"2015-12-10T12:07:07Z";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://0.s3.envato.com/files/159420767/icon.png";s:13:"lands
cape_url";s:67:"https://0.s3.envato.com/files/224322789/cakeart.__large_preview.jpg
";}s:9:"live_site";a:1:{s:3:"url";s:86:"http://themeforest.net/item/cake-wordpress-
theme-cake-art/full_screen_preview/13782850";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:67:"https://0.s3.envato.com/files/224322789/cakeart.__large
_preview.jpg";}}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.7.x";i:1;s:15:"WordPress 4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress
4.5.x";i:4;s:15:"WordPress 4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress
4.5";i:7;s:15:"WordPress 4.4.2";i:8;s:15:"WordPress 4.4.1";i:9;s:13:"WordPress
4.4";i:10;s:15:"WordPress 4.3.1";i:11;s:13:"WordPress 4.3";}}i:3;a:2:
{s:4:"name";s:15:"compatible-with";s:5:"value";a:13:
{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: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:40:"http://live2.thimpress.com/?
item=cakeart";}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: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";}}i:12;a:21:{s:2:"id";i:8254575;s:4:"name";s:35:"WordPress Resume Theme -
Squareroot";s:11:"description";s:755:"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 when
creatin";s:16:"description_html";s:7222:"<p><strong>WordPress Resume Theme</strong>
&#8211; 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&#38;utm_medium=sqrt&#38;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 &#38;
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 &#8211; Standard,
Audio, Gallery, Image, Link, Quote and Video.</li>\n <li>Built on latest
Bootstrap 3 &#38; 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&#8230;.</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.&lt;pre&gt;\n\n&lt;p&gt;&lt;strong&gt;Resume Theme 2.6 •
2017.02.17&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;+ Update: Configure show category
blog.\n+ Update: File Language.\n+ Update: Social Snapchat.\n+ Update: Font Awesome
4.7.0.&lt;/pre&gt;\n\n&lt;p&gt;&lt;strong&gt;Resume Theme 2.5 •
2017.02.06&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;+ Update: Plugin
Resume.&lt;/pre&gt;\n\n&lt;p&gt;&lt;strong&gt;Resume Theme 2.4 •
2017.02.06&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;+ Fix: compatible plugin ''Meta
Box'' new version.&lt;/pre&gt;\n\n&lt;p&gt;&lt;strong&gt;Resume Theme 2.3 •
2017.01.05&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;+ Update: plugin
resume&lt;/pre&gt;\n\n&lt;p&gt;&lt;strong&gt;Resume Theme 2.2 •
2016.09.16&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;+ Compatible https.\n+ Fix error
header&lt;/pre&gt;\n\n&lt;p&gt;&lt;strong&gt;Resume Theme 2.1 •
2016.09.06&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;+ Updated API google map and fix
errors js lib.\n&lt;/pre&gt;\n&lt;p&gt;&lt;strong&gt;Resume Theme 1.7 •
2016.06.16&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;\n+ Updated demo
data.\n&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;Resume Theme 1.6 •
2016.02.18&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;\n+ Improved
UI/UX.\n&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;Resume Theme 1.5 •
2015.03.04&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;\n+ Updated demo
data.\n&lt;/pre&gt;\n&lt;p&gt;&lt;strong&gt;Resume Theme 1.2 •
2014.09.05&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;\n+ Added number portfolios option
for portfolio shortcode. \n+ Compatible Jetpack plugin.\n+ Added Enterprise data
demo.\n&lt;/pre&gt;\n&lt;p&gt;&lt;strong&gt;Resume Theme 1.1 •
2014.08.29&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;\n+ Updated data demo files.\n+
Fixed issues responsive layout.\n&lt;/pre&gt;\n&lt;p&gt;&lt;strong&gt;Resume Theme
1.0 • 2014.08.28&lt;/strong&gt;&lt;/p&gt;\n&lt;pre&gt;\n+ Initial
release.\n&lt;/pre&gt;\n\n&lt;h2&gt;WordPress Themes by
ThimPress&lt;/h2&gt;\n&lt;p&gt;\n&lt;a href="http://themeforest.net/item/wordpress-
restaurant-theme-resca/12124219" title="WordPress Restaurant Theme"&gt;&lt;img
src="https://image-tf.s3.envato.com/files/141516029/01_preview.__large_preview.jpg"
alt="WordPress Restaurant Theme" title="WordPress Restaurant Theme"
/&gt;&lt;/a&gt;\n&lt;/p&gt;\n\n&lt;p&gt;\n&lt;a
href="http://themeforest.net/item/purify-cleaning-service-wordpress-
theme/10981419"&gt;&lt;img
src="https://0.s3.envato.com/files/128405813/01_preview.__large_preview.jpg"
alt="Purify - Cleaning Service Responsive WordPress Theme"
/&gt;&lt;/a&gt;\n&lt;/p&gt;\n&lt;p&gt;\n&lt;a
href="http://themeforest.net/item/deskpress-effortless-helpdesk-support-
wordpress-/9167183"&gt;&lt;img
src="https://0.s3.envato.com/files/109009562/01_preview.__large_preview.jpg"
alt="DeskPress - Effortless Helpdesk Support WordPress"
/&gt;&lt;/a&gt;\n&lt;/p&gt;\n\n&lt;img style="border-style:none;" alt=""
src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?
value=0&#38;guid=ON&#38;script=0"
/&gt;&lt;/pre&gt;</pre>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:
23:"wordpress/miscellaneous";s:18:"classification_url";s:55:"http://themeforest.net
/category/wordpress/miscellaneous";s:11:"price_cents";i:4400;s:15:"number_of_sales"
;i:743;s:15:"author_username";s:9:"ThimPress";s:10:"author_url";s:37:"http://themef
orest.net/user/ThimPress";s:12:"author_image";s:50:"https://0.s3.envato.com/files/1
66436140/icon-1.png";s:3:"url";s:69:"http://themeforest.net/item/wordpress-resume-
theme-squareroot/8254575";s:7:"summary";s:523:"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.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.70000000000000017763568394002504646778106689453125;s:5:"count";i:
47;}s:10:"updated_at";s:20:"2017-05-18T22:07:34Z";s:12:"published_at";s:20:"2014-
08-28T00:31:04Z";s:8:"trending";b:0;s:8:"previews";a:3:
{s:27:"icon_with_landscape_preview";a:2:
{s:8:"icon_url";s:58:"https://0.s3.envato.com/files/167176717/sqrt_thumbnail.jpg";s
:13:"landscape_url";s:70:"https://0.s3.envato.com/files/167176725/01_preview.__larg
e_preview.jpg";}s:9:"live_site";a:1:
{s:3:"url";s:89:"http://themeforest.net/item/wordpress-resume-theme-
squareroot/full_screen_preview/8254575";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:70:"https://0.s3.envato.com/files/167176725/01_preview.__la
rge_preview.jpg";}}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:20:{i:0;s:15:"WordPress
4.7.x";i:1;s:15:"WordPress 4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress
4.5.x";i:4;s:15:"WordPress 4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress
4.5";i:7;s:15:"WordPress 4.4.2";i:8;s:15:"WordPress 4.4.1";i:9;s:13:"WordPress
4.4";i:10;s:15:"WordPress 4.3.1";i:11;s:13:"WordPress 4.3";i:12;s:13:"WordPress
4.2";i:13;s:13:"WordPress 4.1";i:14;s:13:"WordPress 4.0";i:15;s:13:"WordPress
3.9";i:16;s:13:"WordPress 3.8";i:17;s:13:"WordPress 3.7";i:18;s:13:"WordPress
3.6";i:19;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:43:"http://live2.thimpress.com/?
item=squareroot";}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: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";}}i:13;a:21:
{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:7645:"<p><img
src="http://thimpress.com/envato/ecommerce-wordpress-theme-adot.jpg" 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211;
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 &#8211; Standard, Audio, Gallery, Image, Link, Quote and
Video.</li>\n <li>Built on latest Bootstrap 3 &#38; 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&#8230;</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/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/charity-wordpress-theme-
charity-wp/15593989?s_rank"><img src="https://image-
tf.s3.envato.com/files/179845890/01_preview.__large_preview.jpg" alt="Charity
WordPress Theme &#8211; Charity WP" /></a>\n</p>\n<p>\n<a
href="http://themeforest.net/item/aloxo-responsive-woocommerce-theme/9994416"><img
src="https://0.s3.envato.com/files/117827108/01_preview.__large_preview.png"
alt="Aloxo - WooCommerce WordPress Theme" /></a>\n</p>\n\n<h4 id="item-
description__changelogs">CHANGELOGS</h4>\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&#38;guid=ON&#38;script=0" alt="\\\\"
/>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:31:"wordpress/ecommer
ce/woocommerce";s:18:"classification_url";s:63:"http://themeforest.net/category/wor
dpress/ecommerce/woocommerce";s:11:"price_cents";i:5900;s:15:"number_of_sales";i:48
8;s:15:"author_username";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest
.net/user/ThimPress";s:12:"author_image";s:50:"https://0.s3.envato.com/files/166436
140/icon-1.png";s:3:"url";s:67:"http://themeforest.net/item/ecommerce-wordpress-
theme-adot/11733602";s:7:"summary";s:512:"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.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.38999999999999968025576890795491635799407958984375;s:5:"count";i:
44;}s:10:"updated_at";s:20:"2017-05-15T02:37:36Z";s:12:"published_at";s:20:"2015-
06-15T14:09:48Z";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://0.s3.envato.com/files/137103208/adot.png";s:13:"lands
cape_url";s:70:"https://0.s3.envato.com/files/139402308/01_preview.__large_preview.
jpg";}s:9:"live_site";a:1:{s:3:"url";s:87:"http://themeforest.net/item/ecommerce-
wordpress-theme-adot/full_screen_preview/11733602";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:70:"https://0.s3.envato.com/files/139402308/01_preview.__la
rge_preview.jpg";}}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:12:{i:0;s:15:"WordPress 4.7.x";i:1;s:15:"WordPress
4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress 4.5.x";i:4;s:15:"WordPress
4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress 4.5";i:7;s:15:"WordPress
4.4.2";i:8;s:15:"WordPress 4.4.1";i:9;s:13:"WordPress 4.4";i:10;s:15:"WordPress
4.3.1";i:11;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:37:"http://live2.thimpress.com/?item=adot";}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: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";}}i:14;a:21:
{s:2:"id";i:19305239;s:4:"name";s:33:"Mag WP | Magazine WordPress
Theme";s:11:"description";s:756:" \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\nMagWP 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\nThe 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 people using the Internet on mobile
than ever, optimize for mobile devices and for video is a must. We built MagWP with
";s:16:"description_html";s:20418:"<p><a href="https://thimpress.com/forums/?
utm_source=magwp&#38;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&#38;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 <p><strong>Magazine WordPress theme &#8211; 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&#8217;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 &#8211; 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<img src="https://thimpress.com/wp-
content/uploads/2017/03/thimpress-powerelite-magwp.png" alt="ThimPress - Power
Elite Author" />\n\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&#8217;s newest mobile standard &#8211; 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&#8217;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="https://magwp.thimpress.com/?utm_source=tf-
magwp&#38;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="https://magwp.thimpress.com/demo-9/?utm_source=tf-magwp&#38;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="https://magwp.thimpress.com/demo-8/?utm_source=tf-magwp&#38;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="https://magwp.thimpress.com/demo-5/?utm_source=tf-magwp&#38;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="https://magwp.thimpress.com/demo-7/?utm_source=tf-magwp&#38;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="https://magwp.thimpress.com/demo-2/?utm_source=tf-magwp&#38;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="https://magwp.thimpress.com/demo-4/?utm_source=tf-magwp&#38;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="https://magwp.thimpress.com/demo-6/?utm_source=tf-magwp&#38;utm_medium=demo6"
rel="nofollow"><img src="https://thimpress.com/wp-content/uploads/2017/02/08-
simplog-1.png" alt="demo8" /></a><a href="https://magwp.thimpress.com/demo-3/?
utm_source=tf-magwp&#38;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="https://magwp.thimpress.com/demo-10/?utm_source=tf-
magwp&#38;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="https://magwp.thimpress.com/?utm_source=tf-magwp&#38;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="https://magwp.thimpress.com/?
utm_source=tf-magwp&#38;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&#8217;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&#8217;t resist on clicking to explore
what&#8217;s next. It is proven to help increase 30% of your visitors&#8217; 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&#8217;s all on us &#8211;
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&#8217;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&#8217;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 &#8211; 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 &#8211; <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 &#38; 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 &#8211;
that&#8217;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&#8217;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 &#38; 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="https://magwp.thimpress.com/demo-amp/amp/" rel="nofollow">AMP
READY</a> &#8211; 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 &#8211; 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 &#38;
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&#8217;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&#38;open_purchase_for_item_id=19305239&#38;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 &#8211; 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 &#8211; 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 &#8211; 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
&#8211; 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 &#8211; 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 &#8211;
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 &#8211; 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&#38;guid=ON&#38;script=0" alt="\\\\"
/></p>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:32:"wordpress/blo
g-
magazine/personal";s:18:"classification_url";s:64:"http://themeforest.net/category/
wordpress/blog-
magazine/personal";s:11:"price_cents";i:5900;s:15:"number_of_sales";i:127;s:15:"aut
hor_username";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest.net/user/T
himPress";s:12:"author_image";s:50:"https://0.s3.envato.com/files/166436140/icon-
1.png";s:3:"url";s:68:"http://themeforest.net/item/magazine-wordpress-theme-mag-
wp/19305239";s:7:"summary";s:489:"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.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.3300000000000000710542735760100185871124267578125;s:5:"count";i:1
2;}s:10:"updated_at";s:20:"2017-05-23T17:59:19Z";s:12:"published_at";s:20:"2017-03-
23T15:21:09Z";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://0.s3.envato.com/files/224964173/maglogo.png";s:13:"la
ndscape_url";s:63:"https://0.s3.envato.com/files/224944165/mag.__large_preview.png"
;}s:9:"live_site";a:1:{s:3:"url";s:88:"http://themeforest.net/i
tem/magazine-wordpress-theme-mag-
wp/full_screen_preview/19305239";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:63:"https://0.s3.envato.com/files/224944165/mag.__large_pre
view.png";}}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:6:{i:0;s:15:"WordPress 4.7.x";i:1;s:15:"WordPress
4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress 4.5.x";i:4;s:15:"WordPress
4.5.2";i:5;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:36:"https://magwp.thimpress.com/demo-
11/";}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: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:"simp
le paper";}}i:15;a:21:{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\nComplete Charity WordPress Theme\n\nWith many years of experience in
WordPress themes &amp; 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 e";s:16:"description_html";s:18208:"<p><strong>Charity WordPress Theme
&#8211; 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 <p><img
src="https://thimpress.com/envato/charity_wordpress_theme_charity_wp.jpg"
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 &#38; 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 &#38; 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 &#8211; 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 (worth $50 on
Envato Studio) straight out of the box. Just go to Tools &gt; 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 &#8211; 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 &#38; 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, &#8220;Donate Now&#8221; 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 &#38; status for donations and information
about donors or &#8220;Add new&#8221;. 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 &#8211; Charity WP. It shows you donation&#8217;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
&#38; Drop Page Builder &#8211; 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 &#38; Drop page builder on the official WordPress plugins directory
&#8211; <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 &#38; Drop Charity WordPress Theme" title="Drag
&#38; 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&#8217;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 &#8211; 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&#8217;ve created this feature for a better UI &#8211; 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 &#38; 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 &#38;
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&#8217;t be disappointed with our customer service &#8211; 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&#8217;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><strong> Charity WP 1.1.4
&#8211; 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 &#8211; 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
&#8211; 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 &#8211; 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 &#8211; 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
&#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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
&#8211; 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 &#8211; 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 &#8211; 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&#38;guid=ON&#38;script=0" alt="\\\\"
/></p>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:27:"wordpress/non
profit/charity";s:18:"classification_url";s:59:"http://themeforest.net/category/wor
dpress/nonprofit/charity";s:11:"price_cents";i:6400;s:15:"number_of_sales";i:830;s:
15:"author_username";s:9:"ThimPress";s:10:"author_url";s:37:"http://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:"http://themeforest.net/item/charity-wordpress-theme-
charity-wp/15593989";s:7:"summary";s:403:"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.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.03000000000000024868995751603506505489349365234375;s:5:"count";i:
39;}s:10:"updated_at";s:20:"2017-05-19T13:36:43Z";s:12:"published_at";s:20:"2016-
05-24T01:09:46Z";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://0.s3.envato.com/files/217723107/charity.png";s:13:"la
ndscape_url";s:67:"https://0.s3.envato.com/files/224322815/charity.__large_preview.
jpg";}s:9:"live_site";a:1:{s:3:"url";s:91:"http://themeforest.net/item/charity-
wordpress-theme-charity-
wp/full_screen_preview/15593989";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:67:"https://0.s3.envato.com/files/224322815/charity.__large
_preview.jpg";}}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.7.x";i:1;s:15:"WordPress 4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress
4.5.x";i:4;s:15:"WordPress 4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress
4.5";i:7;s:15:"WordPress 4.4.2";i:8;s:15:"WordPress 4.4.1";i:9;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:42:"http://live2.thimpress.com/?
item=charitywp";}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: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:"f
oundation";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";}}i:16;a:21:
{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:6210:"<p>\n<a href="http://thimpress.com/car-
dealer-automotive-wordpress-theme-garage" rel="nofollow"><strong>Automotive
WordPress Theme &#8211; 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
&#8211; 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 &#8220;Appointment Now&#8221;
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 &#8211; Garage</strong> packs Visual Composer &#8211; a
powerful drag &#38; 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 &#8211; Garage</strong> supports WooCommerce which turn your
Repair Workshop, Car Service &#38; 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&#8230;, 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 &#8211; Garage:
</h3>\n<ul>\n<li><strong>Drag &#38; Drop Page Builder Visual Composer (save
34$).</strong></li>\n<li><strong>Revolution Slider (save
18$).</strong></li>\n<li>Responsive &#38; 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 &#8211; Standard, Gallery, and Video.</li>\n<li>Built on latest Bootstrap 3
&#38; 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 &#38; code, Car Dealer Automotive WordPress
Theme &#8211; 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\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&#38;guid=ON&#38;script=0" alt="\\\\"
/>";s:4:"site";s:15:"themeforest.net";s:14:"classification";s:28:"wordpress/corpora
te/business";s:18:"classification_url";s:60:"http://themeforest.net/category/wordpr
ess/corporate/business";s:11:"price_cents";i:5900;s:15:"number_of_sales";i:374;s:15
:"author_username";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest.net/u
ser/ThimPress";s:12:"author_image";s:50:"https://0.s3.envato.com/files/166436140/ic
on-1.png";s:3:"url";s:70:"http://themeforest.net/item/automotive-wordpress-theme-
garage/13513609";s:7:"summary";s:636:"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.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.4199999999999999289457264239899814128875732421875;s:5:"count";i:3
3;}s:10:"updated_at";s:20:"2017-05-11T00:11:17Z";s:12:"published_at";s:20:"2015-12-
10T05:45:31Z";s:8:"trending";b:0;s:8:"previews";a:3:
{s:27:"icon_with_landscape_preview";a:2:
{s:8:"icon_url";s:50:"https://0.s3.envato.com/files/156479325/garage.png";s:13:"lan
dscape_url";s:70:"https://0.s3.envato.com/files/162508231/01_preview.__large_previe
w.jpg";}s:9:"live_site";a:1:
{s:3:"url";s:90:"http://themeforest.net/item/automotive-wordpress-theme-
garage/full_screen_preview/13513609";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:70:"https://0.s3.envato.com/files/162508231/01_preview.__la
rge_preview.jpg";}}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.7.x";i:1;s:15:"WordPress 4.6.1";i:2;s:13:"WordPress 4.6";i:3;s:15:"WordPress
4.5.x";i:4;s:15:"WordPress 4.5.2";i:5;s:15:"WordPress 4.5.1";i:6;s:13:"WordPress
4.5";i:7;s:15:"WordPress 4.4.2";i:8;s:15:"WordPress 4.4.1";i:9;s:13:"WordPress
4.4";i:10;s:15:"WordPress 4.3.1";i:11;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:39:"http://live2.thimpress.com/?
item=garage";}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: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";}}i:17;a:21:{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 \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 hou";s:16:"description_html";s:16815:"<p>\n <a
href="https://thimpress.com/forums/forum/hotelwp/?
utm_source=hotelwp&#38;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/hotelwp/?
utm_source=hotelwp&#38;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&#38;utm_medium=quote">Hotel WordPress
theme &#8211; Sailing.</a>\n</blockquote>\n\n <p><img
src="https://thimpress.com/wp-content/uploads/2017/03/thimpress-powerelite-
magwp.png" alt="ThimPress - Power Elite Author" /></p>\n\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
&#8211; 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&#8217;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 &#38; 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/2016/11/Hotel-WordPress-
theme-Booking-room.jpg" 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/2016/11/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&#8230;</strong> all in one
place.</p>\n<ul>\n <li><p><strong>Bookings management &#8211; 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, &#8230; And you will see that they are all available in our theme. Because
we ultimately know that there&#8217;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 &#8211; 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&#8230; 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&#8217;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&#8217;t worry, ThimCore&#8217;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&#8217;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&#8217;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&#8217;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 &#8211; the Sailing:\n</p>\n<a
href="https://thimpress.com/forums/forum/hotelwp/?
utm_source=hotelwp&#38;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
&#8211; 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/hotelwp/?
utm_source=hotelwp&#38;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
&#8211; Hotel WP at a Glance</h3>\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 &#38; Without Technical Coding Knowledge</li>\n </ul>\n
</li>\n <li>TP Hotel Booking: Powerful Booking rooms System\n <ul>\n
<li>Bookings management &#8211; 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&#8230;\n</ul>\n\n <p><a
href="http://themeforest.net/checkout/from_item/18159471?
license=regular&#38;purchasable=source&#38;support=bundle_6month"><img
src="https://thimpress.com/wp-content/uploads/2017/03/buy-hotel-wp-now.png"
alt="Hotel WordPress theme - Buy now"
/></a></p>\n\n\n<p><strong>CHANGELOG</strong></p>\n\n<p>Hotel WP 1.1.2 &#8211;
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 &#8211;
2017-05-04</p>\n<pre>+ Updated: Link addon WP Hotel Booking.\n+ Fixed:
UX/UI.\n</pre>\n\n<p>Hotel WP 1.1.0 &#8211; 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 &#8211; 2017-03-23</p>\n<pre>+ UPDATE:
Document\n+ UI/UX\n</pre>\n\n<p>Hotel WP 1.0.2 &#8211; 2017-03-15</p>\n<pre>+
UPDATE: Thim Core - Fix error active theme\n</pre>\n\n<p>Hotel WP 1.0.1 &#8211;
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 &#8211; 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:"wordpre
ss/retail/travel";s:18:"classification_url";s:55:"http://themeforest.net/category/w
ordpress/retail/travel";s:11:"price_cents";i:6400;s:15:"number_of_sales";i:187;s:15
:"author_username";s:9:"ThimPress";s:10:"author_url";s:37:"http://themeforest.net/u
ser/ThimPress";s:12:"author_image";s:50:"https://0.s3.envato.com/files/166436140/ic
on-1.png";s:3:"url";s:82:"http://themeforest.net/item/travel-booking-hotel-
wordpress-theme-hotel-wp/18828322";s:7:"summary";s:528:"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.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.19000000000000039079850466805510222911834716796875;s:5:"count";i:
16;}s:10:"updated_at";s:20:"2017-05-25T07:37:59Z";s:12:"published_at";s:20:"2017-
03-13T00:52:06Z";s:8:"trending";b:1;s:8:"previews";a:3:
{s:27:"icon_with_landscape_preview";a:2:
{s:8:"icon_url";s:51:"https://0.s3.envato.com/files/223106313/hotelwp.png";s:13:"la
ndscape_url";s:65:"https://0.s3.envato.com/files/224322877/hotel.__large_preview.pn
g";}s:9:"live_site";a:1:{s:3:"url";s:102:"http://themeforest.net/item/travel-
booking-hotel-wordpress-theme-hotel-
wp/full_screen_preview/18828322";}s:17:"landscape_preview";a:1:
{s:13:"landscape_url";s:65:"https://0.s3.envato.com/files/224322877/hotel.__large_p
review.png";}}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:10:
{i:0;s:15:"WordPress 4.7.x";i:1;s:15:"WordPress 4.6.1";i:2;s:13:"WordPress
4.6";i:3;s:15:"WordPress 4.5.x";i:4;s:15:"WordPress 4.5.2";i:5;s:15:"WordPress
4.5.1";i:6;s:13:"WordPress 4.5";i:7;s:15:"WordPress 4.4.2";i:8;s:15:"WordPress
4.4.1";i:9;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:40:"http://live2.thimpress.com/?
item=hotelwp";}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: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:1
0;s:4:"room";i:11;s:6:"travel";i:12;s:8:"vacation";i:13;s:21:"wordpress hotel
theme";}}}', 'no');
INSERT INTO `wpor_options` VALUES (611, 'theme_mods_eduma-child', 'a:266:
{s:18:"custom_css_post_id";i:-
1;s:24:"thim_page_builder_chosen";s:0:"";s:15:"thim_custom_css";s:22:".author{displ
ay:none;}";s:19:"thim_import_setting";s:0:"";s:19:"thim_export_setting";s:0:"";s:18
:"nav_menu_locations";a:1:
{s:7:"primary";i:266;}s:9:"thim_logo";s:72:"http://www.tubifed.org.tr/wp-
content/uploads/2017/06/tubifed-
logosuu.png";s:16:"thim_sticky_logo";s:76:"http://www.tubifed.org.tr/wp-
content/uploads/2017/06/tubifed-
logosusiyah.png";s:15:"thim_width_logo";s:5:"200px";s:20:"thim_header_position";s:1
4:"header_overlay";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:24:"thim_font_size_main_menu";s:4:"14px";s:26:"thim_font_weight_main_m
enu";s:3:"600";s:25:"thim_bg_mobile_menu_color";s:7:"#232323";s:27:"thim_mobile_men
u_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:100:"http://
thim.staging.wpengine.com/demo-university/wp-content/uploads/sites/22/2015/11/logo-
sticky.png";s:23:"thim_sticky_logo_mobile";s:93:"http://thim.staging.wpengine.com/e
ducationwp-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_co
lor";s:16:"rgba(43,43,43,0)";s:24:"thim_sub_menu_text_color";s:7:"#999999";s:30:"th
im_sub_menu_text_color_hover";s:7:"#333333";s:18:"thim_header_sticky";b:1;s:22:"thi
m_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_m
enu_text_hover_color";s:4:"#333";s:17:"thim_toolbar_show";s:1:"0";s:22:"thim_font_s
ize_toolbar";s:4:"12px";s:21:"thim_bg_color_toolbar";s:7:"#111111";s:23:"thim_text_
color_toolbar";s:7:"#FFFFFF";s:23:"thim_link_color_toolbar";s:7:"#000000";s:18:"thi
m_body_bg_color";s:4:"#fff";s:23:"thim_body_primary_color";s:7:"#DD3333";s:15:"thim
_box_layout";s:4:"wide";s:20:"thim_user_bg_pattern";b:0;s:15:"thim_bg_pattern";s:99
:"http://thim.staging.wpengine.com/educationwp-2/wp-
content/themes/eduma/images/patterns/pattern1.png";s:14:"thim_bg_upload";s:0:"";s:1
4:"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:0:"";s:24:"thim_archive_cate_layou
t";s:13:"sidebar-
right";s:34:"thim_archive_cate_hide_breadcrumbs";b:0;s:28:"thim_archive_cate_hide_t
itle";b:0;s:27:"thim_archive_cate_top_image";s:65:"http://www.tubifed.org.tr/wp-
content/uploads/2017/06/etkinlik.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:2
7:"thim_archive_excerpt_length";s:2:"40";s:18:"thim_show_category";b:1;s:14:"thim_s
how_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:65:"http://www.tubifed.org.tr/wp-
content/uploads/2017/06/etkinlik.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_he
ading_text_color";s:7:"#878787";s:28:"thim_front_page_custom_title";s:0:"";s:25:"th
im_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_hi
de_title";b:0;s:29:"thim_archive_single_top_image";s:69:"http://www.tubifed.org.tr/
wp-content/uploads/2016/01/secim-
baskan.jpg";s:36:"thim_archive_single_heading_bg_color";s:0:"";s:38:"thim_archive_s
ingle_heading_text_color";s:4:"#fff";s:42:"thim_archive_single_sub_heading_text_col
or";s:7:"#878787";s:29:"thim_archive_single_sub_title";s:0:"";s:21:"thim_sharing_fa
cebook";b:1;s:20:"thim_sharing_twitter";b:1;s:19:"thim_sharing_google";b:1;s:22:"th
im_sharing_pinterest";b:1;s:14:"thim_font_body";a:6:{s:11:"font-
family";s:6:"Roboto";s:9:"font-
size";s:4:"15px";s:7:"variant";s:7:"regular";s:11:"line-
height";s:5:"1.7em";s:5:"color";s:7:"#666666";s:7:"subsets";a:1:{i:0;s:9:"latin-
ext";}}s:15:"thim_font_title";a:4:{s:11:"font-family";s:11:"Roboto
Slab";s:7:"variant";s:3:"700";s:5:"color";s:7:"#333333";s:7:"subsets";a:1:
{i:0;s:9:"latin-ext";}}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_copyri
ght_text_color";s:7:"#999999";s:19:"thim_copyright_text";s:97:"Copyright © 2017
TÜBİFED Bilişim Sektörü Dernekleri Federasyonu - Tüm Hakları
Saklıdır.";s:16:"thim_show_to_top";b:1;s:28:"thim_footer_title_font_color";s:4:"#ff
f";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:1
3:"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:89:"http://thim.staging.wpe
ngine.com/educationwp-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_co
lor";s:7:"#878787";s:30:"thim_learnpress_cate_sub_title";s:0:"";s:32:"thim_learnpre
ss_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_sin
gle_hide_title";b:0;s:32:"thim_learnpress_single_top_image";s:89:"http://thim.stagi
ng.wpengine.com/educationwp-2/wp-content/themes/eduma/images/bg-
page.jpg";s:39:"thim_learnpress_single_heading_bg_color";s:0:"";s:41:"thim_learnpre
ss_single_heading_text_color";s:4:"#fff";s:45:"thim_learnpress_single_sub_heading_t
ext_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:89:"http://thim.staging.wpengine.com/education
wp-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:"th
im_woo_product_per_page";s:1:"8";s:20:"thim_woo_set_show_qv";b:1;s:22:"thim_woo_sin
gle_layout";s:12:"full-
content";s:32:"thim_woo_single_hide_breadcrumbs";b:0;s:26:"thim_woo_single_hide_tit
le";b:0;s:25:"thim_woo_single_top_image";s:89:"http://thim.staging.wpengine.com/edu
cationwp-2/wp-content/themes/eduma/images/bg-
page.jpg";s:32:"thim_woo_single_heading_bg_color";s:0:"";s:34:"thim_woo_single_head
ing_text_color";s:4:"#fff";s:38:"thim_woo_single_sub_heading_text_color";s:7:"#8787
87";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_v1";s:26:"thim_portfolio_cate_layout";s:1
2:"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:91:"http://thim.staging.wpen
gine.com/demo-university/wp-content/themes/eduma/images/bg-
page.jpg";s:36:"thim_portfolio_cate_heading_bg_color";s:0:"";s:38:"thim_portfolio_c
ate_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_ca
te_grid_column";s:1:"3";s:23:"thim_button_hover_color";s:7:"#F70202";s:24:"thim_eve
nt_single_layout";s:13:"sidebar-
right";s:28:"thim_woo_cate_display_layout";s:4:"grid";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_top_image";s:65:"http://www.tubifed.org.tr/wp-
content/uploads/2017/06/etkinlik.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_he
ading_text_color";s:7:"#878787";s:25:"thim_event_cate_sub_title";s:0:"";s:18:"thim_
smooth_scroll";b:1;s:33:"thim_learnpress_shortcode_contact";s:0:"";s:30:"thim_learn
press_timetable_link";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:91
:"http://thim.staging.wpengine.com/demo-university/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:34:"thim_even
t_single_hide_breadcrumbs";b:0;s:28:"thim_event_single_hide_title";b:0;s:27:"thim_e
vent_single_top_image";s:65:"http://www.tubifed.org.tr/wp-
content/uploads/2017/06/etkinlik.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:1
8:"thim_preload_image";s:0:"";s:25:"thim_footer_bottom_bg_img";s:0:"";s:14:"thim_cu
stom_js";s:0:"";s:22:"thim_register_redirect";s:0:"";s:22:"thim_button_text_color";
s:4:"#333";s:19:"
thim_sticky_sidebar";b:1;s:28:"thim_learnpress_single_popup";s:1:"0";s:30:"thim_dis
play_login_menu_mobile";b:0;s:22:"thim_body_custom_class";s:0:"";s:16:"thim_show_au
thor";b:1;s:24:"thim_remove_query_string";b:1;s:24:"thim_footer_custom_class";s:0:"
";s:19:"thim_my_text_option";s:0:"";s:25:"thim_body_secondary_color";s:7:"#4caf50";
s:21:"thim_google_analytics";s:0:"";s:19:"thim_facebook_pixel";s:0:"";s:32:"thim_ar
chive_cate_display_layout";s:7:"default";s:26:"thim_learnpress_hidden_ads";b:1;s:23
:"thim_event_display_year";b:0;s:19:"thim_login_redirect";s:0:"";s:14:"thim_main_me
nu";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:0:"";s:5:"hover";s:0:"";
}s:26:"thim_archive_cate_bg_color";s:15:"rgba(0,0,0,0.5)";s:29:"thim_archive_cate_t
itle_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:22:"thim_blog_d
isplay_year";s:1:"0";s:28:"thim_archive_single_bg_color";s:15:"rgba(0,0,0,0.5)";s:3
1:"thim_archive_single_title_color";s:7:"#ffffff";s:35:"thim_archive_single_sub_tit
le_color";s:4:"#999";s:32:"thim_archive_single_related_post";s:1:"1";s:39:"thim_arc
hive_single_related_post_number";i:3;s:29:"thim_learnpress_cate_bg_color";s:15:"rgb
a(0,0,0,0.5)";s:32:"thim_learnpress_cate_title_color";s:7:"#ffffff";s:36:"thim_lear
npress_cate_sub_title_color";s:4:"#999";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:"th
im_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_ev
ent_cate_sub_title_color";s:4:"#999";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_sing
le_sub_title_color";s:4:"#999";s:27:"thim_copyright_border_color";s:4:"#222";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:18:"thim_preload_style";a:2:
{s:10:"background";s:7:"#ffffff";s:5:"color";s:7:"#ffb606";}s:16:"thim_page_layout"
;s:12:"full-content";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:27:"t
him_boxed_background_group";s:0:"";s:18:"thim_bg_boxed_type";s:5:"image";s:18:"thim
_heading_group";s:0:"";s:15:"thim_body_group";s:0:"";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_wo
o_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_t
itle_color";s:4:"#999";s:20:"thim_core_stylesheet";s:75:"//www.tubifed.org.tr/wp-
content/uploads/tc_stylesheets/eduma.1496961686.css";s:21:"thim_team_cate_layout";s
:13:"sidebar-
right";s:31:"thim_team_cate_hide_breadcrumbs";s:1:"0";s:25:"thim_team_cate_hide_tit
le";s:0:"";s:24:"thim_team_cate_top_image";s:68:"http://www.tubifed.org.tr/wp-
content/themes/eduma/images/bg-
page.jpg";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:27:"thim_team_single_hide_title";s:1:"0";s:26:"thim_team_single_top_image"
;s:68:"http://www.tubifed.org.tr/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_s
ingle_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_testimonia
ls_cate_hide_title";s:1:"0";s:32:"thim_testimonials_cate_top_image";s:68:"http://ww
w.tubifed.org.tr/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_testimon
ials_single_hide_title";s:1:"0";s:34:"thim_testimonials_single_top_image";s:68:"htt
p://www.tubifed.org.tr/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:"thi
m_testimonials_single_title_color";s:7:"#ffffff";s:40:"thim_testimonials_single_sub
_title_color";s:4:"#999";s:27:"tc-theme-notice-php-version";s:242:"Your server is
running PHP versions 5.3.27. It is recommended to be on at least PHP 5.6 and
preferably PHP 7.x to process all the theme''s functionalities. See <a
href="https://goo.gl/WRBYv3" target="_blank">How to update your PHP
version.</a>";}', 'yes');
INSERT INTO `wpor_options` VALUES (636,
'_transient_timeout_learn_press_user_guest_1495662579', '1495669779', 'no');
INSERT INTO `wpor_options` VALUES (637,
'_transient_learn_press_user_guest_1495662579', '1495662579', 'no');
INSERT INTO `wpor_options` VALUES (651,
'_transient_learn_press_user_guest_1495662675', '1495662675', 'no');
INSERT INTO `wpor_options` VALUES (679,
'_transient_timeout_external_ip_address_31.134.191.117', '1496269498', 'no');
INSERT INTO `wpor_options` VALUES (647,
'_transient_timeout_learn_press_user_guest_1495662674', '1495669874', 'no');
INSERT INTO `wpor_options` VALUES (648,
'_transient_learn_press_user_guest_1495662674', '1495662674', 'no');
INSERT INTO `wpor_options` VALUES (641, 'theme_mods_backup_eduma-child', 'a:2:
{s:18:"custom_css_post_id";i:-
1;s:24:"thim_page_builder_chosen";s:11:"site_origin";}', 'yes');
INSERT INTO `wpor_options` VALUES (614, 'course_category_children', 'a:0:{}',
'yes');
INSERT INTO `wpor_options` VALUES (702,
'_transient_learn_press_user_guest_1495665320', '1495665320', 'no');
INSERT INTO `wpor_options` VALUES (703,
'_transient_timeout_learn_press_user_guest_1495665321', '1495672521', 'no');
INSERT INTO `wpor_options` VALUES (704,
'_transient_learn_press_user_guest_1495665321', '1495665321', 'no');
INSERT INTO `wpor_options` VALUES (709,
'_transient_timeout_learn_press_user_guest_1495665592', '1495672792', 'no');
INSERT INTO `wpor_options` VALUES (710,
'_transient_learn_press_user_guest_1495665592', '1495665592', 'no');
INSERT INTO `wpor_options` VALUES (107, 'theme_mods_twentyseventeen', 'a:2:
{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:
{s:4:"time";i:1495658568;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');
INSERT INTO `wpor_options` VALUES (269,
'_transient_woocommerce_cache_excluded_uris', 'a:0:{}', 'yes');
INSERT INTO `wpor_options` VALUES (270, '_transient_woocommerce_webhook_ids', 'a:0:
{}', 'yes');
INSERT INTO `wpor_options` VALUES (271, 'widget_woocommerce_layered_nav_filters',
'a:1:{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (272, 'widget_woocommerce_layered_nav', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (273, 'widget_woocommerce_price_filter', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (274, 'widget_woocommerce_product_categories',
'a:1:{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (6198,
'_transient_timeout_learn_press_user_guest_1496397444', '1496404644', 'no');
INSERT INTO `wpor_options` VALUES (6639,
'_transient_timeout_learn_press_user_guest_1496477706', '1496484906', 'no');
INSERT INTO `wpor_options` VALUES (6640,
'_transient_learn_press_user_guest_1496477706', '1496477706', 'no');
INSERT INTO `wpor_options` VALUES (7039,
'_transient_timeout_learn_press_user_guest_1496615383', '1496622583', 'no');
INSERT INTO `wpor_options` VALUES (7040,
'_transient_learn_press_user_guest_1496615383', '1496615383', 'no');
INSERT INTO `wpor_options` VALUES (7362,
'_transient_timeout_learn_press_user_guest_1496783922', '1496791122', 'no');
INSERT INTO `wpor_options` VALUES (7363,
'_transient_learn_press_user_guest_1496783922', '1496783922', 'no');
INSERT INTO `wpor_options` VALUES (8196,
'_transient_timeout_learn_press_user_guest_1496954502', '1496961702', 'no');
INSERT INTO `wpor_options` VALUES (8197,
'_transient_learn_press_user_guest_1496954502', '1496954502', 'no');
INSERT INTO `wpor_options` VALUES (10184, '_site_transient_timeout_theme_roots',
'1497261716', 'no');
INSERT INTO `wpor_options` VALUES (10185, '_site_transient_theme_roots', 'a:7:
{s:24:"eduma-child-kindergarten";s:7:"/themes";s:19:"eduma-child-
landing";s:7:"/themes";s:11:"eduma-
child";s:7:"/themes";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');
INSERT INTO `wpor_options` VALUES (278, 'widget_woocommerce_rating_filter', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (279, 'widget_woocommerce_recent_reviews', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (280,
'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:"_multiwidget";i:1;}',
'yes');
INSERT INTO `wpor_options` VALUES (114,
'_site_transient_timeout_browser_372b39fc0ede5776ae5d65b675deeef4', '1496261129',
'no');
INSERT INTO `wpor_options` VALUES (115,
'_site_transient_browser_372b39fc0ede5776ae5d65b675deeef4', 'a:9:
{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"53.0";s:1
0:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpres
s.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/i
mages/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"
insecure";b:0;}', 'no');
INSERT INTO `wpor_options` VALUES (10027,
'_transient_timeout_feed_868981a74fb045e2d866f14ee0dbf978', '1497292691', 'no');
INSERT INTO `wpor_options` VALUES (10028,
'_transient_timeout_feed_mod_868981a74fb045e2d866f14ee0dbf978', '1497292691',
'no');
INSERT INTO `wpor_options` VALUES (10029,
'_transient_feed_mod_868981a74fb045e2d866f14ee0dbf978', '1497249491', 'no');
INSERT INTO `wpor_options` VALUES (10138,
'_transient_learn_press_user_guest_1497255800', '1497255800', 'no');
INSERT INTO `wpor_options` VALUES (10146,
'_transient_timeout_learn_press_user_guest_1497257641', '1497264841', 'no');
INSERT INTO `wpor_options` VALUES (10142,
'_transient_timeout_learn_press_user_guest_1497256356', '1497263556', 'no');
INSERT INTO `wpor_options` VALUES (10074,
'_transient_timeout_learn_press_user_guest_1497252290', '1497259490', 'no');
INSERT INTO `wpor_options` VALUES (10075,
'_transient_learn_press_user_guest_1497252290', '1497252290', 'no');
INSERT INTO `wpor_options` VALUES (10077,
'_transient_timeout_learn_press_user_guest_1497252565', '1497259765', 'no');
INSERT INTO `wpor_options` VALUES (10078,
'_transient_learn_press_user_guest_1497252565', '1497252565', 'no');
INSERT INTO `wpor_options` VALUES (10096,
'_transient_timeout_learn_press_user_guest_1497253471', '1497260671', 'no');
INSERT INTO `wpor_options` VALUES (10080,
'_transient_timeout_learn_press_user_guest_1497252769', '1497259969', 'no');
INSERT INTO `wpor_options` VALUES (10081,
'_transient_learn_press_user_guest_1497252769', '1497252769', 'no');
INSERT INTO `wpor_options` VALUES (10083,
'_transient_timeout_learn_press_user_guest_1497252772', '1497259972', 'no');
INSERT INTO `wpor_options` VALUES (10084,
'_transient_learn_press_user_guest_1497252772', '1497252772', 'no');
INSERT INTO `wpor_options` VALUES (10094,
'_transient_timeout_learn_press_user_guest_1497253376', '1497260576', 'no');
INSERT INTO `wpor_options` VALUES (10095,
'_transient_learn_press_user_guest_1497253376', '1497253376', 'no');
INSERT INTO `wpor_options` VALUES (10097,
'_transient_learn_press_user_guest_1497253471', '1497253471', 'no');
INSERT INTO `wpor_options` VALUES (10102,
'_transient_timeout_learn_press_user_guest_1497254304', '1497261504', 'no');
INSERT INTO `wpor_options` VALUES (10100,
'_transient_timeout_learn_press_user_guest_1497253950', '1497261150', 'no');
INSERT INTO `wpor_options` VALUES (10101,
'_transient_learn_press_user_guest_1497253950', '1497253950', 'no');
INSERT INTO `wpor_options` VALUES (10103,
'_transient_learn_press_user_guest_1497254304', '1497254304', 'no');
INSERT INTO `wpor_options` VALUES (10143,
'_transient_learn_press_user_guest_1497256356', '1497256356', 'no');
INSERT INTO `wpor_options` VALUES (10144,
'_transient_timeout_learn_press_user_guest_1497256357', '1497263557', 'no');
INSERT INTO `wpor_options` VALUES (10145,
'_transient_learn_press_user_guest_1497256357', '1497256357', 'no');
INSERT INTO `wpor_options` VALUES (10147,
'_transient_learn_press_user_guest_1497257641', '1497257641', 'no');
INSERT INTO `wpor_options` VALUES (10151,
'_transient_timeout_learn_press_user_guest_1497257650', '1497264850', 'no');
INSERT INTO `wpor_options` VALUES (10149,
'_transient_timeout_learn_press_user_guest_1497257644', '1497264844', 'no');
INSERT INTO `wpor_options` VALUES (10150,
'_transient_learn_press_user_guest_1497257644', '1497257644', 'no');
INSERT INTO `wpor_options` VALUES (10152,
'_transient_learn_press_user_guest_1497257650', '1497257650', 'no');
INSERT INTO `wpor_options` VALUES (10153,
'_transient_timeout_learn_press_user_guest_1497257931', '1497265131', 'no');
INSERT INTO `wpor_options` VALUES (10154,
'_transient_learn_press_user_guest_1497257931', '1497257931', 'no');
INSERT INTO `wpor_options` VALUES (10161,
'_transient_timeout_learn_press_user_guest_1497259291', '1497266491', 'no');
INSERT INTO `wpor_options` VALUES (10156,
'_transient_timeout_learn_press_user_guest_1497258168', '1497265368', 'no');
INSERT INTO `wpor_options` VALUES (10157,
'_transient_learn_press_user_guest_1497258168', '1497258168', 'no');
INSERT INTO `wpor_options` VALUES (10159,
'_transient_timeout_learn_press_user_guest_1497258834', '1497266034', 'no');
INSERT INTO `wpor_options` VALUES (10160,
'_transient_learn_press_user_guest_1497258834', '1497258834', 'no');
INSERT INTO `wpor_options` VALUES (10162,
'_transient_learn_press_user_guest_1497259291', '1497259291', 'no');
INSERT INTO `wpor_options` VALUES (10188, '_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:63:"https://downloads.wordpress.org/
release/tr_TR/wordpress-
4.8.zip";s:6:"locale";s:5:"tr_TR";s:8:"packages";O:8:"stdClass":5:
{s:4:"full";s:63:"https://downloads.wordpress.org/release/tr_TR/wordpress-
4.8.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollba
ck";b:0;}s:7:"current";s:3:"4.8";s:7:"version";s:3:"4.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_vers
ion";s:0:"";}i:1;O:8:"stdClass":10:
{s:8:"response";s:7:"upgrade";s:8:"download";s:57:"https://downloads.wordpress.org/
release/wordpress-
4.8.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:
{s:4:"full";s:57:"https://downloads.wordpress.org/release/wordpress-
4.8.zip";s:10:"no_content";s:68:"https://downloads.wordpress.org/release/wordpress-
4.8-no-
content.zip";s:11:"new_bundled";s:69:"https://downloads.wordpress.org/release/wordp
ress-4.8-new-
bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:3:"4.8";s:7:"ver
sion";s:3:"4.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:0:"";}i:2;O:8:"stdClass":11:
{s:8:"response";s:10:"autoupdate";s:8:"download";s:63:"https://downloads.wordpress.
org/release/tr_TR/wordpress-
4.8.zip";s:6:"locale";s:5:"tr_TR";s:8:"packages";O:8:"stdClass":5:
{s:4:"full";s:63:"https://downloads.wordpress.org/release/tr_TR/wordpress-
4.8.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollba
ck";b:0;}s:7:"current";s:3:"4.8";s:7:"version";s:3:"4.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_vers
ion";s:0:"";s:9:"new_files";s:1:"1";}}s:12:"last_checked";i:1497260030;s:15:"versio
n_checked";s:5:"4.7.5";s:12:"translations";a:0:{}}', 'no');
INSERT INTO `wpor_options` VALUES (10164,
'_transient_timeout_learn_press_user_guest_1497259713', '1497266913', 'no');
INSERT INTO `wpor_options` VALUES (10165,
'_transient_learn_press_user_guest_1497259713', '1497259713', 'no');
INSERT INTO `wpor_options` VALUES (10129,
'_transient_timeout_learn_press_user_guest_1497255022', '1497262222', 'no');
INSERT INTO `wpor_options` VALUES (10111,
'_transient_timeout_learn_press_user_guest_1497254480', '1497261680', 'no');
INSERT INTO `wpor_options` VALUES (10112,
'_transient_learn_press_user_guest_1497254480', '1497254480', 'no');
INSERT INTO `wpor_options` VALUES (10167,
'_transient_timeout_learn_press_user_guest_1497259717', '1497266917', 'no');
INSERT INTO `wpor_options` VALUES (10168,
'_transient_learn_press_user_guest_1497259717', '1497259717', 'no');
INSERT INTO `wpor_options` VALUES (10169,
'_transient_timeout_learn_press_user_guest_1497259732', '1497266932', 'no');
INSERT INTO `wpor_options` VALUES (10170,
'_transient_learn_press_user_guest_1497259732', '1497259732', 'no');
INSERT INTO `wpor_options` VALUES (10190, '_site_transient_update_themes',
'O:8:"stdClass":4:{s:12:"last_checked";i:1497260034;s:7:"checked";a:7:{s:24:"eduma-
child-kindergarten";s:5:"1.1.0";s:19:"eduma-child-landing";s:5:"1.0.0";s:11:"eduma-
child";s:5:"1.0.0";s:5:"eduma";s:5:"3.0.7";s:13:"twentyfifteen";s:3:"1.7";s:15:"twe
ntyseventeen";s:3:"1.2";s:13:"twentysixteen";s:3:"1.3";}s:8:"response";a:2:
{s:13:"twentyfifteen";a:4:
{s:5:"theme";s:13:"twentyfifteen";s:11:"new_version";s:3:"1.8";s:3:"url";s:43:"http
s://wordpress.org/themes/twentyfifteen/";s:7:"package";s:59:"https://downloads.word
press.org/theme/twentyfifteen.1.8.zip";}s:15:"twentyseventeen";a:4:
{s:5:"theme";s:15:"twentyseventeen";s:11:"new_version";s:3:"1.3";s:3:"url";s:45:"ht
tps://wordpress.org/themes/twentyseventeen/";s:7:"package";s:61:"https://downloads.
wordpress.org/theme/twentyseventeen.1.3.zip";}}s:12:"translations";a:0:{}}', 'no');
INSERT INTO `wpor_options` VALUES (10192,
'_transient_timeout_learn_press_user_guest_1497260119', '1497267319', 'no');
INSERT INTO `wpor_options` VALUES (10193,
'_transient_learn_press_user_guest_1497260119', '1497260119', 'no');
INSERT INTO `wpor_options` VALUES (10196,
'_transient_timeout_learn_press_user_guest_1497260605', '1497267805', 'no');
INSERT INTO `wpor_options` VALUES (10197,
'_transient_learn_press_user_guest_1497260605', '1497260605', 'no');
INSERT INTO `wpor_options` VALUES (10205,
'_transient_timeout_learn_press_user_guest_1497261095', '1497268295', 'no');
INSERT INTO `wpor_options` VALUES (10206,
'_transient_learn_press_user_guest_1497261095', '1497261095', 'no');
INSERT INTO `wpor_options` VALUES (10212, '_transient_is_multi_author', '0',
'yes');
INSERT INTO `wpor_options` VALUES (10209,
'_transient_timeout_learn_press_user_guest_1497261150', '1497268350', 'no');
INSERT INTO `wpor_options` VALUES (10210,
'_transient_learn_press_user_guest_1497261150', '1497261150', 'no');
INSERT INTO `wpor_options` VALUES (10213,
'_transient_timeout_learn_press_user_guest_1497261380', '1497268580', 'no');
INSERT INTO `wpor_options` VALUES (10214,
'_transient_learn_press_user_guest_1497261380', '1497261380', 'no');
INSERT INTO `wpor_options` VALUES (10215,
'_transient_timeout_learn_press_user_guest_1497261476', '1497268676', 'no');
INSERT INTO `wpor_options` VALUES (10216,
'_transient_learn_press_user_guest_1497261476', '1497261476', 'no');
INSERT INTO `wpor_options` VALUES (10229,
'_transient_timeout_learn_press_user_guest_1497263646', '1497270846', 'no');
INSERT INTO `wpor_options` VALUES (10218,
'_transient_timeout_learn_press_user_guest_1497261822', '1497269022', 'no');
INSERT INTO `wpor_options` VALUES (10219,
'_transient_learn_press_user_guest_1497261822', '1497261822', 'no');
INSERT INTO `wpor_options` VALUES (10221,
'_transient_timeout_learn_press_user_guest_1497262422', '1497269622', 'no');
INSERT INTO `wpor_options` VALUES (10222,
'_transient_learn_press_user_guest_1497262422', '1497262422', 'no');
INSERT INTO `wpor_options` VALUES (10224,
'_transient_timeout_learn_press_user_guest_1497263026', '1497270226', 'no');
INSERT INTO `wpor_options` VALUES (10225,
'_transient_learn_press_user_guest_1497263026', '1497263026', 'no');
INSERT INTO `wpor_options` VALUES (10227,
'_transient_timeout_learn_press_user_guest_1497263632', '1497270832', 'no');
INSERT INTO `wpor_options` VALUES (10228,
'_transient_learn_press_user_guest_1497263632', '1497263632', 'no');
INSERT INTO `wpor_options` VALUES (10230,
'_transient_learn_press_user_guest_1497263646', '1497263646', 'no');
INSERT INTO `wpor_options` VALUES (10231,
'_transient_timeout_learn_press_user_guest_1497263915', '1497271115', 'no');
INSERT INTO `wpor_options` VALUES (10232,
'_transient_learn_press_user_guest_1497263915', '1497263915', 'no');
INSERT INTO `wpor_options` VALUES (10233,
'_transient_timeout_learn_press_user_guest_1497263966', '1497271166', 'no');
INSERT INTO `wpor_options` VALUES (10234,
'_transient_learn_press_user_guest_1497263966', '1497263966', 'no');
INSERT INTO `wpor_options` VALUES (10238, 'wsd_plugin_install_error', 'a:1:
{i:0;s:136:"<strong>Acunetix Secure WordPress</strong>: The database user needs the
''<strong>CREATE</strong>'' right in order to install this plugin.";}', 'yes');
INSERT INTO `wpor_options` VALUES (10240, 'sm_rewrite_done', '$Id: sitemap-
loader.php 937300 2014-06-23 18:04:11Z arnee $', 'yes');
INSERT INTO `wpor_options` VALUES (10241, 'WP_firewall_redirect_page', 'homepage',
'yes');
INSERT INTO `wpor_options` VALUES (10242, 'WP_firewall_exclude_directory', 'allow',
'yes');
INSERT INTO `wpor_options` VALUES (10243, 'WP_firewall_exclude_queries', 'allow',
'yes');
INSERT INTO `wpor_options` VALUES (10244, 'WP_firewall_exclude_terms', 'allow',
'yes');
INSERT INTO `wpor_options` VALUES (10245, 'WP_firewall_exclude_spaces', 'allow',
'yes');
INSERT INTO `wpor_options` VALUES (10246, 'WP_firewall_exclude_file', 'allow',
'yes');
INSERT INTO `wpor_options` VALUES (10247, 'WP_firewall_exclude_http', 'disallow',
'yes');
INSERT INTO `wpor_options` VALUES (10248, 'WP_firewall_email_enable', 'enable',
'yes');
INSERT INTO `wpor_options` VALUES (10249, 'WP_firewall_email_address',
'admin@www.tubifed.org.tr', 'yes');
INSERT INTO `wpor_options` VALUES (10250, 'WP_firewall_whitelisted_ip', '', 'yes');
INSERT INTO `wpor_options` VALUES (10251, 'WP_firewall_whitelisted_page', '',
'yes');
INSERT INTO `wpor_options` VALUES (10252, 'WP_firewall_whitelisted_variable', '',
'yes');
INSERT INTO `wpor_options` VALUES (10253, 'WP_firewall_plugin_url',
'http://www.tubifed.org.tr/wp-admin/options-general.php?page=wordpress-
firewall.php', 'yes');
INSERT INTO `wpor_options` VALUES (10254, 'default_WP_firewall_whitelisted_page',
's:618:"a:11:{i:0;a:2:{i:0;s:24:".*/wp-comments-post\\.php";i:1;a:2:
{i:0;s:3:"url";i:1;s:7:"comment";}}i:1;a:2:{i:0;s:14:".*/wp-admin/.*";i:1;a:2:
{i:0;s:25:"_wp_original_http_referer";i:1;s:16:"_wp_http_referer";}}i:2;a:2:
{i:0;s:14:".*wp-login.php";i:1;a:1:{i:0;s:11:"redirect_to";}}i:3;a:2:
{i:0;s:2:".*";i:1;a:2:
{i:0;s:21:"comment_author_url_.*";i:1;s:6:"__utmz";}}i:4;s:32:".*/wp-admin/options-
general\\.php";i:5;s:25:".*/wp-admin/post-new\\.php";i:6;s:25:".*/wp-admin/page-
new\\.php";i:7;s:25:".*/wp-admin/link-add\\.php";i:8;s:21:".*/wp-
admin/post\\.php";i:9;s:21:".*/wp-admin/page\\.php";i:10;s:26:".*/wp-admin/admin-
ajax.php";}";', 'yes');
INSERT INTO `wpor_options` VALUES (10255, 'WP_firewall_previous_attack_var',
'checked[5]', 'yes');
INSERT INTO `wpor_options` VALUES (10256, 'WP_firewall_previous_attack_ip',
'85.97.187.123', 'yes');
INSERT INTO `wpor_options` VALUES (10257, 'WP_firewall_email_limit', 'off', 'yes');
INSERT INTO `wpor_options` VALUES (10258, 'widget_akismet_widget', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (10261, 'mail_from', '', 'yes');
INSERT INTO `wpor_options` VALUES (10262, 'mail_from_name', '', 'yes');
INSERT INTO `wpor_options` VALUES (10263, 'mailer', 'smtp', 'yes');
INSERT INTO `wpor_options` VALUES (10264, 'mail_set_return_path', 'false', 'yes');
INSERT INTO `wpor_options` VALUES (10265, 'smtp_host', 'localhost', 'yes');
INSERT INTO `wpor_options` VALUES (10266, 'smtp_port', '25', 'yes');
INSERT INTO `wpor_options` VALUES (10267, 'smtp_ssl', 'none', 'yes');
INSERT INTO `wpor_options` VALUES (10268, 'smtp_auth', '', 'yes');
INSERT INTO `wpor_options` VALUES (10269, 'smtp_user', '', 'yes');
INSERT INTO `wpor_options` VALUES (10270, 'smtp_pass', '', 'yes');
INSERT INTO `wpor_options` VALUES (10271, 'pepipost_user', '', 'yes');
INSERT INTO `wpor_options` VALUES (10272, 'pepipost_pass', '', 'yes');
INSERT INTO `wpor_options` VALUES (10273, 'pepipost_port', '2525', 'yes');
INSERT INTO `wpor_options` VALUES (10274, 'pepipost_ssl', 'none', 'yes');
INSERT INTO `wpor_options` VALUES (10280, 'loginlockdownmsrunonce', 'done', 'no');
INSERT INTO `wpor_options` VALUES (10282,
'_transient_timeout_learn_press_user_guest_1497264166', '1497271366', 'no');
INSERT INTO `wpor_options` VALUES (10277, 'loginlockdownAdminOptions', 'a:6:
{s:17:"max_login_retries";i:3;s:14:"retries_within";i:5;s:14:"lockout_length";i:60;
s:25:"lockout_invalid_usernames";s:2:"no";s:17:"mask_login_errors";s:2:"no";s:16:"s
how_credit_link";s:3:"yes";}', 'yes');
INSERT INTO `wpor_options` VALUES (10278,
'_transient_timeout_learn_press_user_guest_1497264139', '1497271339', 'no');
INSERT INTO `wpor_options` VALUES (10279,
'_transient_learn_press_user_guest_1497264139', '1497264139', 'no');
INSERT INTO `wpor_options` VALUES (10283,
'_transient_learn_press_user_guest_1497264166', '1497264166', 'no');
INSERT INTO `wpor_options` VALUES (10288, 'dbcbackup_options', 'a:8:
{s:10:"export_dir";s:36:"C:\\vhosts\\tubifed.org.tr\\http\\backup";s:11:"compressio
n";s:4:"none";s:8:"gzip_lvl";i:1;s:6:"period";i:2592000;s:6:"active";b:0;s:6:"rotat
e";i:0;s:4:"logs";N;s:8:"schedule";i:1497225600;}', 'yes');
INSERT INTO `wpor_options` VALUES (121, 'can_compress_scripts', '0', 'no');
INSERT INTO `wpor_options` VALUES (7681,
'_transient_timeout_learn_press_user_guest_1496868602', '1496875802', 'no');
INSERT INTO `wpor_options` VALUES (7672,
'_transient_timeout_learn_press_user_guest_1496868060', '1496875260', 'no');
INSERT INTO `wpor_options` VALUES (7673,
'_transient_learn_press_user_guest_1496868060', '1496868060', 'no');
INSERT INTO `wpor_options` VALUES (7682,
'_transient_learn_press_user_guest_1496868602', '1496868602', 'no');
INSERT INTO `wpor_options` VALUES (7684,
'_transient_timeout_learn_press_user_guest_1496868721', '1496875921', 'no');
INSERT INTO `wpor_options` VALUES (7685,
'_transient_learn_press_user_guest_1496868721', '1496868721', 'no');
INSERT INTO `wpor_options` VALUES (7689,
'_transient_timeout_learn_press_user_guest_1496869187', '1496876387', 'no');
INSERT INTO `wpor_options` VALUES (7690,
'_transient_learn_press_user_guest_1496869187', '1496869187', 'no');
INSERT INTO `wpor_options` VALUES (7692,
'_transient_timeout_learn_press_user_guest_1496869919', '1496877119', 'no');
INSERT INTO `wpor_options` VALUES (7693,
'_transient_learn_press_user_guest_1496869919', '1496869919', 'no');
INSERT INTO `wpor_options` VALUES (7695,
'_transient_timeout_learn_press_user_guest_1496870387', '1496877587', 'no');
INSERT INTO `wpor_options` VALUES (7696,
'_transient_learn_press_user_guest_1496870387', '1496870387', 'no');
INSERT INTO `wpor_options` VALUES (7698,
'_transient_timeout_learn_press_user_guest_1496871066', '1496878266', 'no');
INSERT INTO `wpor_options` VALUES (7699,
'_transient_learn_press_user_guest_1496871066', '1496871066', 'no');
INSERT INTO `wpor_options` VALUES (7701,
'_transient_timeout_learn_press_user_guest_1496871555', '1496878755', 'no');
INSERT INTO `wpor_options` VALUES (7702,
'_transient_learn_press_user_guest_1496871555', '1496871555', 'no');
INSERT INTO `wpor_options` VALUES (7704,
'_transient_timeout_learn_press_user_guest_1496872265', '1496879465', 'no');
INSERT INTO `wpor_options` VALUES (7705,
'_transient_learn_press_user_guest_1496872265', '1496872265', 'no');
INSERT INTO `wpor_options` VALUES (7707,
'_transient_learn_press_user_guest_1496872266', '1496872266', 'no');
INSERT INTO `wpor_options` VALUES (7726,
'_transient_timeout_learn_press_user_guest_1496872786', '1496879986', 'no');
INSERT INTO `wpor_options` VALUES (7727,
'_transient_learn_press_user_guest_1496872786', '1496872786', 'no');
INSERT INTO `wpor_options` VALUES (7762,
'_transient_timeout_learn_press_user_guest_1496876004', '1496883204', 'no');
INSERT INTO `wpor_options` VALUES (7743,
'_transient_timeout_learn_press_user_guest_1496873388', '1496880588', 'no');
INSERT INTO `wpor_options` VALUES (7744,
'_transient_learn_press_user_guest_1496873388', '1496873388', 'no');
INSERT INTO `wpor_options` VALUES (7751,
'_transient_timeout_learn_press_user_guest_1496874023', '1496881223', 'no');
INSERT INTO `wpor_options` VALUES (7752,
'_transient_learn_press_user_guest_1496874023', '1496874023', 'no');
INSERT INTO `wpor_options` VALUES (7754,
'_transient_timeout_learn_press_user_guest_1496874641', '1496881841', 'no');
INSERT INTO `wpor_options` VALUES (7755,
'_transient_learn_press_user_guest_1496874641', '1496874641', 'no');
INSERT INTO `wpor_options` VALUES (7757,
'_transient_timeout_learn_press_user_guest_1496875382', '1496882582', 'no');
INSERT INTO `wpor_options` VALUES (7758,
'_transient_learn_press_user_guest_1496875382', '1496875382', 'no');
INSERT INTO `wpor_options` VALUES (7760,
'_transient_timeout_learn_press_user_guest_1496875876', '1496883076', 'no');
INSERT INTO `wpor_options` VALUES (7761,
'_transient_learn_press_user_guest_1496875876', '1496875876', 'no');
INSERT INTO `wpor_options` VALUES (7763,
'_transient_learn_press_user_guest_1496876004', '1496876004', 'no');
INSERT INTO `wpor_options` VALUES (7764,
'_transient_timeout_learn_press_user_guest_1496876005', '1496883205', 'no');
INSERT INTO `wpor_options` VALUES (7765,
'_transient_learn_press_user_guest_1496876005', '1496876005', 'no');
INSERT INTO `wpor_options` VALUES (7811,
'_transient_timeout_learn_press_user_guest_1496880007', '1496887207', 'no');
INSERT INTO `wpor_options` VALUES (7767,
'_transient_timeout_learn_press_user_guest_1496876490', '1496883690', 'no');
INSERT INTO `wpor_options` VALUES (7768,
'_transient_learn_press_user_guest_1496876490', '1496876490', 'no');
INSERT INTO `wpor_options` VALUES (7770,
'_transient_timeout_learn_press_user_guest_1496877013', '1496884213', 'no');
INSERT INTO `wpor_options` VALUES (7771,
'_transient_learn_press_user_guest_1496877013', '1496877013', 'no');
INSERT INTO `wpor_options` VALUES (7774,
'_transient_timeout_learn_press_user_guest_1496877016', '1496884216', 'no');
INSERT INTO `wpor_options` VALUES (7775,
'_transient_learn_press_user_guest_1496877016', '1496877016', 'no');
INSERT INTO `wpor_options` VALUES (7781,
'_transient_learn_press_user_guest_1496877333', '1496877333', 'no');
INSERT INTO `wpor_options` VALUES (7793, 'WPLANG', 'tr_TR', 'yes');
INSERT INTO `wpor_options` VALUES (8262, 'thimpress_events_allow_register_event',
'no', 'yes');
INSERT INTO `wpor_options` VALUES (7802,
'_transient_timeout_learn_press_user_guest_1496877583', '1496884783', 'no');
INSERT INTO `wpor_options` VALUES (7803,
'_transient_learn_press_user_guest_1496877583', '1496877583', 'no');
INSERT INTO `wpor_options` VALUES (7809,
'_transient_timeout_learn_press_user_guest_1496878959', '1496886159', 'no');
INSERT INTO `wpor_options` VALUES (7810,
'_transient_learn_press_user_guest_1496878959', '1496878959', 'no');
INSERT INTO `wpor_options` VALUES (7812,
'_transient_learn_press_user_guest_1496880007', '1496880007', 'no');
INSERT INTO `wpor_options` VALUES (7816,
'_transient_timeout_learn_press_user_guest_1496880010', '1496887210', 'no');
INSERT INTO `wpor_options` VALUES (7814,
'_transient_timeout_learn_press_user_guest_1496880008', '1496887208', 'no');
INSERT INTO `wpor_options` VALUES (7815,
'_transient_learn_press_user_guest_1496880008', '1496880008', 'no');
INSERT INTO `wpor_options` VALUES (7817,
'_transient_learn_press_user_guest_1496880010', '1496880010', 'no');
INSERT INTO `wpor_options` VALUES (7818,
'_transient_timeout_learn_press_user_guest_1496880014', '1496887214', 'no');
INSERT INTO `wpor_options` VALUES (7819,
'_transient_learn_press_user_guest_1496880014', '1496880014', 'no');
INSERT INTO `wpor_options` VALUES (7820,
'_transient_timeout_learn_press_user_guest_1496880018', '1496887218', 'no');
INSERT INTO `wpor_options` VALUES (7821,
'_transient_learn_press_user_guest_1496880018', '1496880018', 'no');
INSERT INTO `wpor_options` VALUES (7822,
'_transient_timeout_learn_press_user_guest_1496880022', '1496887222', 'no');
INSERT INTO `wpor_options` VALUES (7823,
'_transient_learn_press_user_guest_1496880022', '1496880022', 'no');
INSERT INTO `wpor_options` VALUES (7824,
'_transient_timeout_learn_press_user_guest_1496880026', '1496887226', 'no');
INSERT INTO `wpor_options` VALUES (7825,
'_transient_learn_press_user_guest_1496880026', '1496880026', 'no');
INSERT INTO `wpor_options` VALUES (7826,
'_transient_timeout_learn_press_user_guest_1496880030', '1496887230', 'no');
INSERT INTO `wpor_options` VALUES (7827,
'_transient_learn_press_user_guest_1496880030', '1496880030', 'no');
INSERT INTO `wpor_options` VALUES (7830,
'_transient_timeout_learn_press_user_guest_1496880036', '1496887236', 'no');
INSERT INTO `wpor_options` VALUES (7831,
'_transient_learn_press_user_guest_1496880036', '1496880036', 'no');
INSERT INTO `wpor_options` VALUES (7832,
'_transient_timeout_learn_press_user_guest_1496880039', '1496887239', 'no');
INSERT INTO `wpor_options` VALUES (7833,
'_transient_learn_press_user_guest_1496880039', '1496880039', 'no');
INSERT INTO `wpor_options` VALUES (7836,
'_transient_timeout_learn_press_user_guest_1496880043', '1496887243', 'no');
INSERT INTO `wpor_options` VALUES (7837,
'_transient_learn_press_user_guest_1496880043', '1496880043', 'no');
INSERT INTO `wpor_options` VALUES (7838,
'_transient_timeout_learn_press_user_guest_1496880047', '1496887247', 'no');
INSERT INTO `wpor_options` VALUES (7839,
'_transient_learn_press_user_guest_1496880047', '1496880047', 'no');
INSERT INTO `wpor_options` VALUES (7840,
'_transient_timeout_learn_press_user_guest_1496880051', '1496887251', 'no');
INSERT INTO `wpor_options` VALUES (7841,
'_transient_learn_press_user_guest_1496880051', '1496880051', 'no');
INSERT INTO `wpor_options` VALUES (7842,
'_transient_timeout_learn_press_user_guest_1496880054', '1496887254', 'no');
INSERT INTO `wpor_options` VALUES (7843,
'_transient_learn_press_user_guest_1496880054', '1496880054', 'no');
INSERT INTO `wpor_options` VALUES (7844,
'_transient_timeout_learn_press_user_guest_1496880058', '1496887258', 'no');
INSERT INTO `wpor_options` VALUES (7845,
'_transient_learn_press_user_guest_1496880058', '1496880058', 'no');
INSERT INTO `wpor_options` VALUES (7848,
'_transient_timeout_learn_press_user_guest_1496880061', '1496887261', 'no');
INSERT INTO `wpor_options` VALUES (7849,
'_transient_learn_press_user_guest_1496880061', '1496880061', 'no');
INSERT INTO `wpor_options` VALUES (7850,
'_transient_timeout_learn_press_user_guest_1496880069', '1496887269', 'no');
INSERT INTO `wpor_options` VALUES (7851,
'_transient_learn_press_user_guest_1496880069', '1496880069', 'no');
INSERT INTO `wpor_options` VALUES (7852,
'_transient_timeout_learn_press_user_guest_1496880073', '1496887273', 'no');
INSERT INTO `wpor_options` VALUES (7853,
'_transient_learn_press_user_guest_1496880073', '1496880073', 'no');
INSERT INTO `wpor_options` VALUES (7854,
'_transient_timeout_learn_press_user_guest_1496880076', '1496887276', 'no');
INSERT INTO `wpor_options` VALUES (7855,
'_transient_learn_press_user_guest_1496880076', '1496880076', 'no');
INSERT INTO `wpor_options` VALUES (7856,
'_transient_timeout_learn_press_user_guest_1496880088', '1496887288', 'no');
INSERT INTO `wpor_options` VALUES (7857,
'_transient_learn_press_user_guest_1496880088', '1496880088', 'no');
INSERT INTO `wpor_options` VALUES (7858,
'_transient_timeout_learn_press_user_guest_1496880091', '1496887291', 'no');
INSERT INTO `wpor_options` VALUES (7859,
'_transient_learn_press_user_guest_1496880091', '1496880091', 'no');
INSERT INTO `wpor_options` VALUES (7860,
'_transient_timeout_learn_press_user_guest_1496880094', '1496887294', 'no');
INSERT INTO `wpor_options` VALUES (7861,
'_transient_learn_press_user_guest_1496880094', '1496880094', 'no');
INSERT INTO `wpor_options` VALUES (7862,
'_transient_timeout_learn_press_user_guest_1496880098', '1496887298', 'no');
INSERT INTO `wpor_options` VALUES (7863,
'_transient_learn_press_user_guest_1496880098', '1496880098', 'no');
INSERT INTO `wpor_options` VALUES (7864,
'_transient_timeout_learn_press_user_guest_1496880101', '1496887301', 'no');
INSERT INTO `wpor_options` VALUES (7865,
'_transient_learn_press_user_guest_1496880101', '1496880101', 'no');
INSERT INTO `wpor_options` VALUES (7866,
'_transient_timeout_learn_press_user_guest_1496880104', '1496887304', 'no');
INSERT INTO `wpor_options` VALUES (7867,
'_transient_learn_press_user_guest_1496880104', '1496880104', 'no');
INSERT INTO `wpor_options` VALUES (7868,
'_transient_timeout_learn_press_user_guest_1496880108', '1496887308', 'no');
INSERT INTO `wpor_options` VALUES (7869,
'_transient_learn_press_user_guest_1496880108', '1496880108', 'no');
INSERT INTO `wpor_options` VALUES (7872,
'_transient_timeout_learn_press_user_guest_1496880111', '1496887311', 'no');
INSERT INTO `wpor_options` VALUES (7873,
'_transient_learn_press_user_guest_1496880111', '1496880111', 'no');
INSERT INTO `wpor_options` VALUES (7874,
'_transient_timeout_learn_press_user_guest_1496880114', '1496887314', 'no');
INSERT INTO `wpor_options` VALUES (7875,
'_transient_learn_press_user_guest_1496880114', '1496880114', 'no');
INSERT INTO `wpor_options` VALUES (7876,
'_transient_timeout_learn_press_user_guest_1496880117', '1496887317', 'no');
INSERT INTO `wpor_options` VALUES (7877,
'_transient_learn_press_user_guest_1496880117', '1496880117', 'no');
INSERT INTO `wpor_options` VALUES (7878,
'_transient_timeout_learn_press_user_guest_1496880120', '1496887320', 'no');
INSERT INTO `wpor_options` VALUES (7879,
'_transient_learn_press_user_guest_1496880120', '1496880120', 'no');
INSERT INTO `wpor_options` VALUES (7880,
'_transient_timeout_learn_press_user_guest_1496880180', '1496887380', 'no');
INSERT INTO `wpor_options` VALUES (7881,
'_transient_learn_press_user_guest_1496880180', '1496880180', 'no');
INSERT INTO `wpor_options` VALUES (7882,
'_transient_timeout_learn_press_user_guest_1496880182', '1496887382', 'no');
INSERT INTO `wpor_options` VALUES (7883,
'_transient_learn_press_user_guest_1496880182', '1496880182', 'no');
INSERT INTO `wpor_options` VALUES (7884,
'_transient_timeout_learn_press_user_guest_1496880185', '1496887385', 'no');
INSERT INTO `wpor_options` VALUES (7885,
'_transient_learn_press_user_guest_1496880185', '1496880185', 'no');
INSERT INTO `wpor_options` VALUES (7886,
'_transient_timeout_learn_press_user_guest_1496880188', '1496887388', 'no');
INSERT INTO `wpor_options` VALUES (7887,
'_transient_learn_press_user_guest_1496880188', '1496880188', 'no');
INSERT INTO `wpor_options` VALUES (7888,
'_transient_timeout_learn_press_user_guest_1496880191', '1496887391', 'no');
INSERT INTO `wpor_options` VALUES (7889,
'_transient_learn_press_user_guest_1496880191', '1496880191', 'no');
INSERT INTO `wpor_options` VALUES (7890,
'_transient_timeout_learn_press_user_guest_1496880194', '1496887394', 'no');
INSERT INTO `wpor_options` VALUES (7891,
'_transient_learn_press_user_guest_1496880194', '1496880194', 'no');
INSERT INTO `wpor_options` VALUES (7892,
'_transient_timeout_learn_press_user_guest_1496880198', '1496887398', 'no');
INSERT INTO `wpor_options` VALUES (7893,
'_transient_learn_press_user_guest_1496880198', '1496880198', 'no');
INSERT INTO `wpor_options` VALUES (7894,
'_transient_timeout_learn_press_user_guest_1496880202', '1496887402', 'no');
INSERT INTO `wpor_options` VALUES (7895,
'_transient_learn_press_user_guest_1496880202', '1496880202', 'no');
INSERT INTO `wpor_options` VALUES (7896,
'_transient_timeout_learn_press_user_guest_1496880205', '1496887405', 'no');
INSERT INTO `wpor_options` VALUES (7897,
'_transient_learn_press_user_guest_1496880205', '1496880205', 'no');
INSERT INTO `wpor_options` VALUES (7898,
'_transient_timeout_learn_press_user_guest_1496880208', '1496887408', 'no');
INSERT INTO `wpor_options` VALUES (7899,
'_transient_learn_press_user_guest_1496880208', '1496880208', 'no');
INSERT INTO `wpor_options` VALUES (7900,
'_transient_timeout_learn_press_user_guest_1496880368', '1496887568', 'no');
INSERT INTO `wpor_options` VALUES (7901,
'_transient_learn_press_user_guest_1496880368', '1496880368', 'no');
INSERT INTO `wpor_options` VALUES (7902,
'_transient_timeout_learn_press_user_guest_1496880380', '1496887580', 'no');
INSERT INTO `wpor_options` VALUES (7903,
'_transient_learn_press_user_guest_1496880380', '1496880380', 'no');
INSERT INTO `wpor_options` VALUES (7904,
'_transient_timeout_learn_press_user_guest_1496880442', '1496887642', 'no');
INSERT INTO `wpor_options` VALUES (7905,
'_transient_learn_press_user_guest_1496880442', '1496880442', 'no');
INSERT INTO `wpor_options` VALUES (7906,
'_transient_timeout_learn_press_user_guest_1496880444', '1496887644', 'no');
INSERT INTO `wpor_options` VALUES (7907,
'_transient_learn_press_user_guest_1496880444', '1496880444', 'no');
INSERT INTO `wpor_options` VALUES (7908,
'_transient_timeout_learn_press_user_guest_1496880479', '1496887679', 'no');
INSERT INTO `wpor_options` VALUES (7909,
'_transient_learn_press_user_guest_1496880479', '1496880479', 'no');
INSERT INTO `wpor_options` VALUES (7910,
'_transient_timeout_learn_press_user_guest_1496880481', '1496887681', 'no');
INSERT INTO `wpor_options` VALUES (7911,
'_transient_learn_press_user_guest_1496880481', '1496880481', 'no');
INSERT INTO `wpor_options` VALUES (7912,
'_transient_timeout_learn_press_user_guest_1496880558', '1496887758', 'no');
INSERT INTO `wpor_options` VALUES (7913,
'_transient_learn_press_user_guest_1496880558', '1496880558', 'no');
INSERT INTO `wpor_options` VALUES (7914,
'_transient_timeout_learn_press_user_guest_1496880559', '1496887759', 'no');
INSERT INTO `wpor_options` VALUES (7915,
'_transient_learn_press_user_guest_1496880559', '1496880559', 'no');
INSERT INTO `wpor_options` VALUES (7916,
'_transient_timeout_learn_press_user_guest_1496880562', '1496887762', 'no');
INSERT INTO `wpor_options` VALUES (7917,
'_transient_learn_press_user_guest_1496880562', '1496880562', 'no');
INSERT INTO `wpor_options` VALUES (7921,
'_transient_timeout_learn_press_user_guest_1496880760', '1496887960', 'no');
INSERT INTO `wpor_options` VALUES (7919,
'_transient_timeout_learn_press_user_guest_1496880759', '1496887959', 'no');
INSERT INTO `wpor_options` VALUES (7920,
'_transient_learn_press_user_guest_1496880759', '1496880759', 'no');
INSERT INTO `wpor_options` VALUES (7922,
'_transient_learn_press_user_guest_1496880760', '1496880760', 'no');
INSERT INTO `wpor_options` VALUES (7923,
'_transient_timeout_learn_press_user_guest_1496885820', '1496893020', 'no');
INSERT INTO `wpor_options` VALUES (7924,
'_transient_learn_press_user_guest_1496885820', '1496885820', 'no');
INSERT INTO `wpor_options` VALUES (7928,
'_transient_timeout_learn_press_user_guest_1496885822', '1496893022', 'no');
INSERT INTO `wpor_options` VALUES (7926,
'_transient_timeout_learn_press_user_guest_1496885821', '1496893021', 'no');
INSERT INTO `wpor_options` VALUES (7927,
'_transient_learn_press_user_guest_1496885821', '1496885821', 'no');
INSERT INTO `wpor_options` VALUES (7929,
'_transient_learn_press_user_guest_1496885822', '1496885822', 'no');
INSERT INTO `wpor_options` VALUES (7936,
'_transient_timeout_learn_press_user_guest_1496886880', '1496894080', 'no');
INSERT INTO `wpor_options` VALUES (7931,
'_transient_timeout_learn_press_user_guest_1496886330', '1496893530', 'no');
INSERT INTO `wpor_options` VALUES (7932,
'_transient_learn_press_user_guest_1496886330', '1496886330', 'no');
INSERT INTO `wpor_options` VALUES (7934,
'_transient_timeout_learn_press_user_guest_1496886879', '1496894079', 'no');
INSERT INTO `wpor_options` VALUES (7935,
'_transient_learn_press_user_guest_1496886879', '1496886879', 'no');
INSERT INTO `wpor_options` VALUES (7937,
'_transient_learn_press_user_guest_1496886880', '1496886880', 'no');
INSERT INTO `wpor_options` VALUES (7938,
'_transient_timeout_learn_press_user_guest_1496886890', '1496894090', 'no');
INSERT INTO `wpor_options` VALUES (7939,
'_transient_learn_press_user_guest_1496886890', '1496886890', 'no');
INSERT INTO `wpor_options` VALUES (7940,
'_transient_timeout_learn_press_user_guest_1496886910', '1496894110', 'no');
INSERT INTO `wpor_options` VALUES (7941,
'_transient_learn_press_user_guest_1496886910', '1496886910', 'no');
INSERT INTO `wpor_options` VALUES (7942,
'_transient_timeout_learn_press_user_guest_1496887242', '1496894442', 'no');
INSERT INTO `wpor_options` VALUES (7943,
'_transient_learn_press_user_guest_1496887242', '1496887242', 'no');
INSERT INTO `wpor_options` VALUES (7947,
'_transient_timeout_learn_press_user_guest_1496887248', '1496894448', 'no');
INSERT INTO `wpor_options` VALUES (7945,
'_transient_timeout_learn_press_user_guest_1496887243', '1496894443', 'no');
INSERT INTO `wpor_options` VALUES (7946,
'_transient_learn_press_user_guest_1496887243', '1496887243', 'no');
INSERT INTO `wpor_options` VALUES (7948,
'_transient_learn_press_user_guest_1496887248', '1496887248', 'no');
INSERT INTO `wpor_options` VALUES (7949,
'_transient_timeout_learn_press_user_guest_1496887518', '1496894718', 'no');
INSERT INTO `wpor_options` VALUES (7950,
'_transient_learn_press_user_guest_1496887518', '1496887518', 'no');
INSERT INTO `wpor_options` VALUES (7951,
'_transient_timeout_learn_press_user_guest_1496887519', '1496894719', 'no');
INSERT INTO `wpor_options` VALUES (7952,
'_transient_learn_press_user_guest_1496887519', '1496887519', 'no');
INSERT INTO `wpor_options` VALUES (7953, 'portfolio_category_children', 'a:0:{}',
'yes');
INSERT INTO `wpor_options` VALUES (7954,
'_transient_timeout_learn_press_user_guest_1496888597', '1496895797', 'no');
INSERT INTO `wpor_options` VALUES (7955,
'_transient_learn_press_user_guest_1496888597', '1496888597', 'no');
INSERT INTO `wpor_options` VALUES (7969,
'_transient_timeout_learn_press_user_guest_1496899448', '1496906648', 'no');
INSERT INTO `wpor_options` VALUES (7958,
'_transient_timeout_learn_press_user_guest_1496890616', '1496897816', 'no');
INSERT INTO `wpor_options` VALUES (7959,
'_transient_learn_press_user_guest_1496890616', '1496890616', 'no');
INSERT INTO `wpor_options` VALUES (7961,
'_transient_timeout_learn_press_user_guest_1496899166', '1496906366', 'no');
INSERT INTO `wpor_options` VALUES (7962,
'_transient_learn_press_user_guest_1496899166', '1496899166', 'no');
INSERT INTO `wpor_options` VALUES (7963,
'_transient_timeout_learn_press_user_guest_1496899446', '1496906646', 'no');
INSERT INTO `wpor_options` VALUES (7964,
'_transient_learn_press_user_guest_1496899446', '1496899446', 'no');
INSERT INTO `wpor_options` VALUES (7965,
'_transient_timeout_learn_press_user_guest_1496899447', '1496906647', 'no');
INSERT INTO `wpor_options` VALUES (7966,
'_transient_learn_press_user_guest_1496899447', '1496899447', 'no');
INSERT INTO `wpor_options` VALUES (7970,
'_transient_learn_press_user_guest_1496899448', '1496899448', 'no');
INSERT INTO `wpor_options` VALUES (7971,
'_transient_timeout_learn_press_user_guest_1496899451', '1496906651', 'no');
INSERT INTO `wpor_options` VALUES (7972,
'_transient_learn_press_user_guest_1496899451', '1496899451', 'no');
INSERT INTO `wpor_options` VALUES (7973,
'_transient_timeout_learn_press_user_guest_1496899453', '1496906653', 'no');
INSERT INTO `wpor_options` VALUES (7974,
'_transient_learn_press_user_guest_1496899453', '1496899453', 'no');
INSERT INTO `wpor_options` VALUES (7975,
'_transient_timeout_learn_press_user_guest_1496899456', '1496906656', 'no');
INSERT INTO `wpor_options` VALUES (7976,
'_transient_learn_press_user_guest_1496899456', '1496899456', 'no');
INSERT INTO `wpor_options` VALUES (7977,
'_transient_timeout_learn_press_user_guest_1496899458', '1496906658', 'no');
INSERT INTO `wpor_options` VALUES (7978,
'_transient_learn_press_user_guest_1496899458', '1496899458', 'no');
INSERT INTO `wpor_options` VALUES (7979,
'_transient_timeout_learn_press_user_guest_1496899461', '1496906661', 'no');
INSERT INTO `wpor_options` VALUES (7980,
'_transient_learn_press_user_guest_1496899461', '1496899461', 'no');
INSERT INTO `wpor_options` VALUES (7981,
'_transient_timeout_learn_press_user_guest_1496899463', '1496906663', 'no');
INSERT INTO `wpor_options` VALUES (7982,
'_transient_learn_press_user_guest_1496899463', '1496899463', 'no');
INSERT INTO `wpor_options` VALUES (7983,
'_transient_timeout_learn_press_user_guest_1496899466', '1496906666', 'no');
INSERT INTO `wpor_options` VALUES (7984,
'_transient_learn_press_user_guest_1496899466', '1496899466', 'no');
INSERT INTO `wpor_options` VALUES (7985,
'_transient_timeout_learn_press_user_guest_1496899468', '1496906668', 'no');
INSERT INTO `wpor_options` VALUES (7986,
'_transient_learn_press_user_guest_1496899468', '1496899468', 'no');
INSERT INTO `wpor_options` VALUES (7987,
'_transient_timeout_learn_press_user_guest_1496899471', '1496906671', 'no');
INSERT INTO `wpor_options` VALUES (7988,
'_transient_learn_press_user_guest_1496899471', '1496899471', 'no');
INSERT INTO `wpor_options` VALUES (7989,
'_transient_timeout_learn_press_user_guest_1496899473', '1496906673', 'no');
INSERT INTO `wpor_options` VALUES (7990,
'_transient_learn_press_user_guest_1496899473', '1496899473', 'no');
INSERT INTO `wpor_options` VALUES (7991,
'_transient_timeout_learn_press_user_guest_1496899476', '1496906676', 'no');
INSERT INTO `wpor_options` VALUES (7992,
'_transient_learn_press_user_guest_1496899476', '1496899476', 'no');
INSERT INTO `wpor_options` VALUES (7993,
'_transient_timeout_learn_press_user_guest_1496899478', '1496906678', 'no');
INSERT INTO `wpor_options` VALUES (7994,
'_transient_learn_press_user_guest_1496899478', '1496899478', 'no');
INSERT INTO `wpor_options` VALUES (7995,
'_transient_timeout_learn_press_user_guest_1496899481', '1496906681', 'no');
INSERT INTO `wpor_options` VALUES (7996,
'_transient_learn_press_user_guest_1496899481', '1496899481', 'no');
INSERT INTO `wpor_options` VALUES (7997,
'_transient_timeout_learn_press_user_guest_1496899483', '1496906683', 'no');
INSERT INTO `wpor_options` VALUES (7998,
'_transient_learn_press_user_guest_1496899483', '1496899483', 'no');
INSERT INTO `wpor_options` VALUES (7999,
'_transient_timeout_learn_press_user_guest_1496899486', '1496906686', 'no');
INSERT INTO `wpor_options` VALUES (8000,
'_transient_learn_press_user_guest_1496899486', '1496899486', 'no');
INSERT INTO `wpor_options` VALUES (10049,
'_transient_timeout_learn_press_user_guest_1497250620', '1497257820', 'no');
INSERT INTO `wpor_options` VALUES (10036, '_transient_timeout_plugin_slugs',
'1497350583', 'no');
INSERT INTO `wpor_options` VALUES (10037, '_transient_plugin_slugs', 'a:33:
{i:0;s:26:"secure-
wordpress/index.php";i:1;s:19:"akismet/akismet.php";i:2;s:51:"all-in-one-wp-
migration/all-in-one-wp-
migration.php";i:3;s:19:"bbpress/bbpress.php";i:4;s:59:"black-studio-tinymce-
widget/black-studio-tinymce-widget.php";i:5;s:36:"contact-form-7/wp-contact-form-
7.php";i:6;s:24:"dbc-backup/dbcbackup.php";i:7;s:36:"google-sitemap-
generator/sitemap.php";i:8;s:9:"hello.php";i:9;s:25:"learnpress/learnpress.php";i:1
0;s:49:"learnpress-collections/learnpress-collections.php";i:11;s:53:"learnpress-
course-review/learnpress-course-review.php";i:12;s:43:"learnpress-
wishlist/learnpress-wishlist.php";i:13;s:32:"login-
lockdown/loginlockdown.php";i:14;s:37:"mailchimp-for-wp/mailchimp-for-
wp.php";i:15;s:39:"siteorigin-panels/siteorigin-panels.php";i:16;s:45:"paid-
memberships-pro/paid-memberships-pro.php";i:17;s:39:"so-widgets-bundle/so-widgets-
bundle.php";i:18;s:23:"revslider/revslider.php";i:19;s:58:"miniorange-login-
openid/miniorange_openid_sso_settings.php";i:20;s:23:"thim-core/thim-
core.php";i:21;s:21:"tp-event/tp-event.php";i:22;s:22:"thim-our-
team/init.php";i:23;s:21:"tp-portfolio/init.php";i:24;s:39:"thim-testimonials/thim-
testimonials.php";i:25;s:35:"tk-google-fonts/tk-google-
fonts.php";i:26;s:27:"woocommerce/woocommerce.php";i:27;s:41:"wordpress-
firewall/wordpress-firewall.php";i:28;s:41:"wordpress-importer/wordpress-
importer.php";i:29;s:29:"wp-mail-
smtp/wp_mail_smtp.php";i:30;s:27:"js_composer/js_composer.php";i:31;s:31:"wp-
migrate-db/wp-migrate-db.php";i:32;s:24:"wordpress-seo/wp-seo.php";}', 'no');
INSERT INTO `wpor_options` VALUES (10038,
'_transient_timeout_dash_d574e94acce509528fce430351f5c76a', '1497292697', 'no');
INSERT INTO `wpor_options` VALUES (1189,
'_transient_timeout_learn_press_user_guest_1495723282', '1495730482', 'no');
INSERT INTO `wpor_options` VALUES (1190,
'_transient_learn_press_user_guest_1495723282', '1495723282', 'no');
INSERT INTO `wpor_options` VALUES (1219,
'_transient_timeout_external_ip_address_193.15.16.4', '1496329209', 'no');
INSERT INTO `wpor_options` VALUES (1210,
'_transient_timeout_learn_press_user_guest_1495724210', '1495731410', 'no');
INSERT INTO `wpor_options` VALUES (1211,
'_transient_learn_press_user_guest_1495724210', '1495724210', 'no');
INSERT INTO `wpor_options` VALUES (1206,
'_transient_timeout_external_ip_address_51.15.43.205', '1496328983', 'no');
INSERT INTO `wpor_options` VALUES (1207,
'_transient_external_ip_address_51.15.43.205', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1208,
'_transient_timeout_external_ip_address_109.163.234.9', '1496329005', 'no');
INSERT INTO `wpor_options` VALUES (1209,
'_transient_external_ip_address_109.163.234.9', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (9288,
'_transient_timeout_learn_press_user_guest_1497125632', '1497132832', 'no');
INSERT INTO `wpor_options` VALUES (9289,
'_transient_learn_press_user_guest_1497125632', '1497125632', 'no');
INSERT INTO `wpor_options` VALUES (9291,
'_transient_learn_press_user_guest_1497125715', '1497125715', 'no');
INSERT INTO `wpor_options` VALUES (9292,
'_transient_timeout_learn_press_user_guest_1497125719', '1497132919', 'no');
INSERT INTO `wpor_options` VALUES (9293,
'_transient_learn_press_user_guest_1497125719', '1497125719', 'no');
INSERT INTO `wpor_options` VALUES (9294,
'_transient_timeout_learn_press_user_guest_1497125992', '1497133192', 'no');
INSERT INTO `wpor_options` VALUES (9295,
'_transient_learn_press_user_guest_1497125992', '1497125992', 'no');
INSERT INTO `wpor_options` VALUES (9299,
'_transient_timeout_learn_press_user_guest_1497127906', '1497135106', 'no');
INSERT INTO `wpor_options` VALUES (9297,
'_transient_timeout_learn_press_user_guest_1497126163', '1497133363', 'no');
INSERT INTO `wpor_options` VALUES (9298,
'_transient_learn_press_user_guest_1497126163', '1497126163', 'no');
INSERT INTO `wpor_options` VALUES (277, 'widget_woocommerce_products', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (136, 'thim_update_tax_meta', '1', 'yes');
INSERT INTO `wpor_options` VALUES (2782,
'_transient_timeout_learn_press_user_guest_1495893916', '1495901116', 'no');
INSERT INTO `wpor_options` VALUES (137, 'theme_mods_eduma-child-landing', 'a:2:
{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:
{s:4:"time";i:1495658575;s:4:"data";a:9:{s:19:"wp_inactive_widgets";a:0:
{}s:7:"sidebar";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:7:"toolbar";a:0:{}s:10:"menu_right";a:0:
{}s:8:"menu_top";N;s:6:"footer";N;s:13:"footer_bottom";N;s:9:"copyright";N;s:6:"hea
der";N;}}}', 'yes');
INSERT INTO `wpor_options` VALUES (144, 'theme_mods_eduma', 'a:266:
{s:24:"thim_page_builder_chosen";s:15:"visual_composer";s:15:"thim_custom_css";s:0:
"";s:19:"thim_import_setting";s:0:"";s:19:"thim_export_setting";s:0:"";s:18:"nav_me
nu_locations";a:1:
{s:7:"primary";i:182;}s:9:"thim_logo";s:84:"http://thim.staging.wpengine.com/thim-
2/wp-
content/uploads/sites/44/2015/11/logo.png";s:16:"thim_sticky_logo";s:91:"http://thi
m.staging.wpengine.com/thim-2/wp-content/uploads/sites/44/2015/11/logo-
sticky.png";s:15:"thim_width_logo";s:5:"153px";s:20:"thim_header_position";s:14:"he
ader_overlay";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:"#ff
ffff";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_tex
t_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:91:"http://thim.s
taging.wpengine.com/thim-2/wp-content/uploads/sites/44/2015/11/logo-
sticky.png";s:23:"thim_sticky_logo_mobile";s:86:"http://thim.staging.wpengine.com/t
him-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_co
lor";s:16:"rgba(43,43,43,0)";s:24:"thim_sub_menu_text_color";s:7:"#999999";s:30:"th
im_sub_menu_text_color_hover";s:7:"#333333";s:18:"thim_header_sticky";s:1:"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_ma
in_menu_text_hover_color";s:4:"#333";s:17:"thim_toolbar_show";b:1;s:22:"thim_font_s
ize_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:"thi
m_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:92
:"http://thim.staging.wpengine.com/thim-2/wp-
content/themes/eduma/images/patterns/pattern1.png";s:14:"thim_bg_upload";s:0:"";s:1
4:"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_cat
e_layout";s:13:"sidebar-
right";s:34:"thim_archive_cate_hide_breadcrumbs";b:0;s:28:"thim_archive_cate_hide_t
itle";b:0;s:27:"thim_archive_cate_top_image";s:82:"http://thim.staging.wpengine.com
/thim-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_leng
th";s:2:"40";s:18:"thim_show_category";b:1;s:14:"thim_show_date";b:1;s:17:"thim_sho
w_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:82:"http://thim.staging.wpengine.com/thim-
2/wp-content/themes/eduma/images/bg-
page.jpg";s:32:"thim_front_page_heading_bg_color";s:0:"";s:34:"thim_front_page_head
ing_text_color";s:4:"#fff";s:38:"thim_front_page_sub_heading_text_color";s:7:"#8787
87";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_hi
de_title";b:0;s:29:"thim_archive_single_top_image";s:82:"http://thim.staging.wpengi
ne.com/thim-2/wp-content/themes/eduma/images/bg-
page.jpg";s:36:"thim_archive_single_heading_bg_color";s:0:"";s:38:"thim_archive_sin
gle_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_face
book";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_copyri
ght_text_color";s:7:"#999999";s:19:"thim_copyright_text";s:243:"<a
href="https://themeforest.net/item/education-wordpress-theme-education-wp/14058034?
ref=ThimPress&utm_source=demo&utm_medium=demofooter">Education WordPress theme</a>
by <a href="http://www.thimpress.com">ThimPress</a>. Powered by
WordPress.";s:16:"thim_show_to_top";b:1;s:28:"thim_footer_title_font_color";s:4:"#f
ff";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:82:"http://thim.staging.wpe
ngine.com/thim-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_co
lor";s:7:"#878787";s:30:"thim_learnpress_cate_sub_title";s:0:"";s:32:"thim_learnpre
ss_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_sin
gle_hide_title";b:0;s:32:"thim_learnpress_single_top_image";s:82:"http://thim.stagi
ng.wpengine.com/thim-2/wp-content/themes/eduma/images/bg-
page.jpg";s:39:"thim_learnpress_single_heading_bg_color";s:0:"";s:41:"thim_learnpre
ss_single_heading_text_color";s:4:"#fff";s:45:"thim_learnpress_single_sub_heading_t
ext_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:82:"http://thim.staging.wpengine.com/thim-
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:"th
im_woo_product_per_page";s:1:"8";s:20:"thim_woo_set_show_qv";b:1;s:22:"thim_woo_sin
gle_layout";s:12:"full-
content";s:32:"thim_woo_single_hide_breadcrumbs";b:0;s:26:"thim_woo_single_hide_tit
le";b:0;s:25:"thim_woo_single_top_image";s:82:"http://thim.staging.wpengine.com/thi
m-2/wp-content/themes/eduma/images/bg-
page.jpg";s:32:"thim_woo_single_heading_bg_color";s:0:"";s:34:"thim_woo_single_head
ing_text_color";s:4:"#fff";s:38:"thim_woo_single_sub_heading_text_color";s:7:"#8787
87";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_v1";s:26:"thim_portfolio_cate_layout";s:1
2:"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:82:"http://thim.staging.wpen
gine.com/thim-2/wp-content/themes/eduma/images/bg-
page.jpg";s:36:"thim_portfolio_cate_heading_bg_color";s:0:"";s:38:"thim_portfolio_c
ate_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_ca
te_grid_column";s:1:"3";s:23:"thim_button_hover_color";s:7:"#e6a303";s:20:"thim_sup
port_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_tit
le";b:0;s:25:"thim_event_cate_top_image";s:82:"http://thim.staging.wpengine.com/thi
m-2/wp-content/themes/eduma/images/bg-
page.jpg";s:32:"thim_event_cate_heading_bg_color";s:0:"";s:34:"thim_event_cate_head
ing_text_color";s:4:"#fff";s:38:"thim_event_cate_sub_heading_text_color";s:7:"#8787
87";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:82:"http://thim.staging.wpengine.com/thim-
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_hid
e_breadcrumbs";b:0;s:32:"thim_portfolio_single_hide_title";b:0;s:31:"thim_portfolio
_single_top_image";s:82:"http://thim.staging.wpengine.com/thim-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_prel
oad_image";s:0:"";s:14:"thim_custom_js";s:0:"";s:25:"thim_foote
r_bottom_bg_img";s:89:"http://thim.staging.wpengine.com/thim-2/wp-
content/uploads/sites/44/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:0:"";s:5:"hover";s:0:"";
}s:32:"thim_archive_cate_display_layout";s:4:"list";s:26:"thim_archive_cate_bg_colo
r";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_d
isplay_year";s:1:"0";s:28:"thim_archive_single_bg_color";s:15:"rgba(0,0,0,0.5)";s:3
1:"thim_archive_single_title_color";s:7:"#ffffff";s:35:"thim_archive_single_sub_tit
le_color";s:4:"#999";s:32:"thim_archive_single_related_post";s:1:"1";s:39:"thim_arc
hive_single_related_post_number";i:3;s:29:"thim_learnpress_cate_bg_color";s:15:"rgb
a(0,0,0,0.5)";s:32:"thim_learnpress_cate_title_color";s:7:"#ffffff";s:36:"thim_lear
npress_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:"th
im_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:"t
him_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:"t
him_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:"#f
fffff";s:29:"thim_woo_cate_sub_title_color";s:4:"#999";s:24:"thim_woo_single_bg_col
or";s:15:"rgba(0,0,0,0.5)";s:27:"thim_woo_single_title_color";s:7:"#ffffff";s:31:"t
him_woo_single_sub_title_color";s:4:"#999";s:20:"thim_core_stylesheet";s:104:"//thi
m.staging.wpengine.com/demo-vc-university/wp-
content/uploads/sites/44/tc_stylesheets/eduma.demo.css";s:21:"thim_team_cate_layout
";s:13:"sidebar-
right";s:31:"thim_team_cate_hide_breadcrumbs";s:1:"0";s:25:"thim_team_cate_hide_tit
le";s:0:"";s:24:"thim_team_cate_top_image";s:68:"http://www.tubifed.org.tr/wp-
content/themes/eduma/images/bg-
page.jpg";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:27:"thim_team_single_hide_title";s:1:"0";s:26:"thim_team_single_top_image"
;s:68:"http://www.tubifed.org.tr/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_s
ingle_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_testimonia
ls_cate_hide_title";s:1:"0";s:32:"thim_testimonials_cate_top_image";s:68:"http://ww
w.tubifed.org.tr/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_testimon
ials_single_hide_title";s:1:"0";s:34:"thim_testimonials_single_top_image";s:68:"htt
p://www.tubifed.org.tr/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:"thi
m_testimonials_single_title_color";s:7:"#ffffff";s:40:"thim_testimonials_single_sub
_title_color";s:4:"#999";s:16:"sidebars_widgets";a:2:
{s:4:"time";i:1495662390;s:4:"data";a:9:{s:7:"sidebar";a:5:{i:0;s:8:"search-
4";i:1;s:12:"categories-2";i:2;s:9:"courses-2";i:3;s:15:"single-images-
2";i:4;s:11:"list-post-2";}s:7:"toolbar";a:2:{i:0;s:6:"text-2";i:1;s:13:"login-
popup-2";}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-8";}s:6:"footer";a:5:
{i:0;s:6:"text-7";i:1;s:11:"nav_menu-15";i:2;s:11:"nav_menu-27";i:3;s:11:"nav_menu-
28";i:4;s:11:"nav_menu-29";}s:9:"copyright";a:1:{i:0;s:11:"nav_menu-
30";}s:15:"sidebar_courses";a:4:{i:0;s:19:"course-categories-2";i:1;s:9:"courses-
8";i:2;s:15:"single-images-8";i:3;s:12:"list-post-10";}s:14:"sidebar_events";a:1:
{i:0;s:12:"book-event-2";}s:19:"wp_inactive_widgets";a:33:{i:0;s:10:"archives-
2";i:1;s:6:"meta-2";i:2;s:8:"search-2";i:3;s:8:"search-5";i:4;s:8:"search-
6";i:5;s:8:"search-7";i:6;s:6:"text-3";i:7;s:6:"text-4";i:8;s:6:"text-
5";i:9;s:6:"text-6";i:10;s:14:"recent-posts-2";i:11;s:17:"recent-comments-
2";i:12;s:11:"nav_menu-16";i:13;s:11:"nav_menu-17";i:14;s:11:"nav_menu-
18";i:15;s:11:"nav_menu-14";i:16;s:11:"nav_menu-19";i:17;s:11:"nav_menu-
20";i:18;s:11:"nav_menu-21";i:19;s:11:"nav_menu-22";i:20;s:11:"nav_menu-
23";i:21;s:11:"nav_menu-24";i:22;s:11:"nav_menu-25";i:23;s:11:"nav_menu-
26";i:24;s:15:"single-images-5";i:25;s:15:"single-images-6";i:26;s:15:"single-
images-7";i:27;s:11:"list-post-7";i:28;s:11:"list-post-8";i:29;s:11:"list-post-
9";i:30;s:9:"courses-5";i:31;s:9:"courses-6";i:32;s:9:"courses-7";}}}}', 'yes');
INSERT INTO `wpor_options` VALUES (140, 'current_theme', 'Eduma Child', 'yes');
INSERT INTO `wpor_options` VALUES (141, 'theme_switched', '', 'yes');
INSERT INTO `wpor_options` VALUES (142, 'thim_eduma_version', '3.0.8', 'yes');
INSERT INTO `wpor_options` VALUES (148, 'recently_activated', 'a:2:{s:39:"wp-
events-manager/wp-events-
manager.php";i:1496957687;s:27:"woocommerce/woocommerce.php";i:1496957606;}',
'yes');
INSERT INTO `wpor_options` VALUES (8467, 'category_children', 'a:0:{}', 'yes');
INSERT INTO `wpor_options` VALUES (150, 'widget_button', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (151, 'widget_google-map', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (152, 'widget_heading', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (153, 'widget_icon-box', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (154, 'widget_single-images', 'a:2:{i:5;a:7:
{s:5:"image";i:3384;s:10:"image_size";s:0:"";s:10:"image_link";s:1:"#";s:11:"link_t
arget";s:5:"_self";s:15:"image_alignment";s:4:"left";s:13:"css_animation";b:0;s:12:
"widget-class";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (155, 'widget_social', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (156, 'widget_gallery-images', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (157, 'widget_empty-space', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (158, 'widget_tab', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (159, 'widget_our-team', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (160, 'widget_login-menu', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (161, 'widget_counters-box', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (162, 'widget_countdown-box', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (163, 'widget_carousel-post', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (164, 'widget_accordion', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (165, 'widget_list-post', 'a:2:{i:7;a:11:
{s:5:"title";s:12:"Latest
Posts";s:6:"cat_id";s:1:"9";s:10:"image_size";s:9:"thumbnail";s:16:"show_descriptio
n";s:2:"no";s:12:"number_posts";i:3;s:7:"orderby";s:6:"recent";s:5:"order";s:4:"des
c";s:4:"link";s:0:"";s:9:"text_link";s:0:"";s:5:"style";s:7:"sidebar";s:12:"widget-
class";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (166, 'widget_one-course-instructors', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (167, 'widget_video', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (168, 'widget_gallery-posts', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (169, 'widget_landing-image', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (170, 'widget_login-popup', 'a:2:{i:2;a:5:
{s:13:"text_register";s:8:"Register";s:10:"text_login";s:5:"Login";s:11:"text_logou
t";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:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (171, 'widget_timetable', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (172, 'widget_link', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (173, 'widget_carousel-categories', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (174, 'widget_multiple-images', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (175, 'widget_login-form', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (176, 'widget_thim_layout_builder', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (177, 'thim_core_admin_settings', 'a:1:
{s:13:"first_install";b:0;}', 'yes');
INSERT INTO `wpor_options` VALUES (7043,
'_transient_timeout_learn_press_user_guest_1496615386', '1496622586', 'no');
INSERT INTO `wpor_options` VALUES (7044,
'_transient_learn_press_user_guest_1496615386', '1496615386', 'no');
INSERT INTO `wpor_options` VALUES (181, 'widget_lp-widget-featured-courses', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (182, 'widget_lp-widget-popular-courses', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (183, 'widget_lp-widget-recent-courses', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (184, 'widget_courses-searching', 'a:2:{i:2;a:5:
{s:6:"layout";s:7:"default";s:5:"title";s:0:"";s:11:"description";s:0:"";s:11:"plac
eholder";s:3:"Ara";s:12:"widget-class";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (185, 'widget_course-categories', 'a:2:{i:2;a:4:
{s:5:"title";s:11:"All Courses";s:12:"widget-
class";s:0:"";s:11:"show_counts";b:0;s:12:"hierarchical";b:0;}s:12:"_multiwidget";i
:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (186, 'widget_courses', 'a:2:{i:5;a:9:
{s:13:"heading_group";a:5:{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";s:7:"default";
s:19:"custom_font_heading";a:2:
{s:16:"custom_font_size";i:18;s:18:"custom_font_weight";s:6:"normal";}}s:10:"desc_g
roup";a:4:
{s:3:"des";s:0:"";s:9:"des_color";b:0;s:13:"des_font_size";i:16;s:15:"des_font_weig
ht";s:6:"normal";}s:5:"order";s:7:"popular";s:6:"layout";s:12:"list-
sidebar";s:5:"limit";i:3;s:16:"view_all_courses";s:0:"";s:14:"slider-options";a:3:
{s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"2";}s:12:"widget-
class";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (187, 'widget_course-filters', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (188, 'learn_press_instructor_registration',
'no', 'yes');
INSERT INTO `wpor_options` VALUES (189, 'learn_press_currency', 'USD', 'yes');
INSERT INTO `wpor_options` VALUES (190, 'learn_press_currency_pos', 'left', 'yes');
INSERT INTO `wpor_options` VALUES (191, 'learn_press_thousands_separator', ',',
'yes');
INSERT INTO `wpor_options` VALUES (192, 'learn_press_decimals_separator', '.',
'yes');
INSERT INTO `wpor_options` VALUES (193, 'learn_press_number_of_decimals', '2',
'yes');
INSERT INTO `wpor_options` VALUES (194, 'learn_press_load_css', 'yes', 'yes');
INSERT INTO `wpor_options` VALUES (195, 'learn_press_debug', 'yes', 'yes');
INSERT INTO `wpor_options` VALUES (196, 'learn_press_logout_redirect_page_id', '',
'yes');
INSERT INTO `wpor_options` VALUES (197, 'learn_press_courses_page_id', '2778',
'yes');
INSERT INTO `wpor_options` VALUES (198, 'learn_press_course_category_base',
'course-category', 'yes');
INSERT INTO `wpor_options` VALUES (199, 'learn_press_course_tag_base', 'course-
tag', 'yes');
INSERT INTO `wpor_options` VALUES (200, 'learn_press_required_review', 'yes',
'yes');
INSERT INTO `wpor_options` VALUES (201, 'learn_press_enable_edit_published', 'yes',
'yes');
INSERT INTO `wpor_options` VALUES (202, 'learn_press_archive_course_limit', '9',
'yes');
INSERT INTO `wpor_options` VALUES (203, 'learn_press_generate_course_thumbnail',
'yes', 'yes');
INSERT INTO `wpor_options` VALUES (204, 'learn_press_single_course_image_size',
'a:3:{i:0;i:800;i:1;i:450;i:2;s:3:"yes";}', 'yes');
INSERT INTO `wpor_options` VALUES (205, 'learn_press_course_thumbnail_image_size',
'a:3:{i:0;i:400;i:1;i:250;i:2;s:3:"yes";}', 'yes');
INSERT INTO `wpor_options` VALUES (206, 'learn_press_lesson_slug', 'lessons',
'yes');
INSERT INTO `wpor_options` VALUES (207, 'learn_press_quiz_slug', 'quizzes', 'yes');
INSERT INTO `wpor_options` VALUES (208, 'learn_press_profile_page_id', '7121',
'yes');
INSERT INTO `wpor_options` VALUES (209, 'learn_press_admin_bar_link', 'yes',
'yes');
INSERT INTO `wpor_options` VALUES (210, 'learn_press_admin_bar_link_text', '',
'yes');
INSERT INTO `wpor_options` VALUES (211, 'learn_press_admin_bar_link_target', 'yes',
'yes');
INSERT INTO `wpor_options` VALUES (212, 'learn_press_profile_courses_limit', '10',
'yes');
INSERT INTO `wpor_options` VALUES (213, 'learn_press_profile_endpoints[profile-
courses]', 'courses', 'yes');
INSERT INTO `wpor_options` VALUES (214, 'learn_press_profile_endpoints[profile-
quizzes]', 'quizzes', 'yes');
INSERT INTO `wpor_options` VALUES (215, 'learn_press_profile_endpoints[profile-
orders]', 'orders', 'yes');
INSERT INTO `wpor_options` VALUES (216, 'learn_press_profile_endpoints[profile-
order-details]', 'order-details', 'yes');
INSERT INTO `wpor_options` VALUES (217,
'learn_press_profile_picture_thumbnail_size', 'a:3:
{i:0;i:150;i:1;i:150;i:2;s:3:"yes";}', 'yes');
INSERT INTO `wpor_options` VALUES (218, 'learn_press_quiz_endpoints[results]',
'results', 'yes');
INSERT INTO `wpor_options` VALUES (219, 'learn_press_become_a_teacher_page_id',
'9', 'yes');
INSERT INTO `wpor_options` VALUES (220, 'learn_press_auto_enroll', 'yes', 'yes');
INSERT INTO `wpor_options` VALUES (221, 'learn_press_checkout_page_id', '5',
'yes');
INSERT INTO `wpor_options` VALUES (222,
'learn_press_checkout_endpoints[lp_order_received]', 'lp-order-received', 'yes');
INSERT INTO `wpor_options` VALUES (223, 'learn_press_course_base_type', 'custom',
'yes');
INSERT INTO `wpor_options` VALUES (224, 'learn_press_paypal_email',
'admin@www.tubifed.org.tr', 'yes');
INSERT INTO `wpor_options` VALUES (225, 'learn_press_paypal_enable', 'yes', 'yes');
INSERT INTO `wpor_options` VALUES (226, 'learn_press_profile_endpoints', 'a:4:
{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";}', 'yes');
INSERT INTO `wpor_options` VALUES (227, 'learn_press_checkout_endpoints', 'a:1:
{s:17:"lp_order_received";s:17:"lp-order-received";}', 'yes');
INSERT INTO `wpor_options` VALUES (228, 'learn_press_cart_page_id', '6', 'yes');
INSERT INTO `wpor_options` VALUES (556,
'_transient_learn_press_user_guest_1495660571', '1495660571', 'no');
INSERT INTO `wpor_options` VALUES (560,
'_transient_learn_press_user_guest_1495660731', '1495660731', 'no');
INSERT INTO `wpor_options` VALUES (583,
'_transient_learn_press_user_guest_1495661379', '1495661379', 'no');
INSERT INTO `wpor_options` VALUES (8413,
'_transient_timeout_learn_press_user_guest_1496960229', '1496967429', 'no');
INSERT INTO `wpor_options` VALUES (563,
'_transient_timeout_learn_press_user_guest_1495660798', '1495667998', 'no');
INSERT INTO `wpor_options` VALUES (564,
'_transient_learn_press_user_guest_1495660798', '1495660798', 'no');
INSERT INTO `wpor_options` VALUES (566,
'_transient_timeout_learn_press_user_guest_1495660801', '1495668001', 'no');
INSERT INTO `wpor_options` VALUES (567,
'_transient_learn_press_user_guest_1495660801', '1495660801', 'no');
INSERT INTO `wpor_options` VALUES (568,
'_transient_timeout_learn_press_user_guest_1495660889', '1495668089', 'no');
INSERT INTO `wpor_options` VALUES (569,
'_transient_learn_press_user_guest_1495660889', '1495660889', 'no');
INSERT INTO `wpor_options` VALUES (570,
'_transient_timeout_learn_press_user_guest_1495660892', '1495668092', 'no');
INSERT INTO `wpor_options` VALUES (571,
'_transient_learn_press_user_guest_1495660892', '1495660892', 'no');
INSERT INTO `wpor_options` VALUES (572,
'_transient_timeout_learn_press_user_guest_1495660895', '1495668095', 'no');
INSERT INTO `wpor_options` VALUES (573,
'_transient_learn_press_user_guest_1495660895', '1495660895', 'no');
INSERT INTO `wpor_options` VALUES (582,
'_transient_timeout_learn_press_user_guest_1495661379', '1495668579', 'no');
INSERT INTO `wpor_options` VALUES (579,
'_transient_timeout_learn_press_user_guest_1495661147', '1495668347', 'no');
INSERT INTO `wpor_options` VALUES (580,
'_transient_learn_press_user_guest_1495661147', '1495661147', 'no');
INSERT INTO `wpor_options` VALUES (575,
'_transient_timeout_learn_press_user_guest_1495661104', '1495668304', 'no');
INSERT INTO `wpor_options` VALUES (576,
'_transient_learn_press_user_guest_1495661104', '1495661104', 'no');
INSERT INTO `wpor_options` VALUES (698,
'_transient_learn_press_user_guest_1495665313', '1495665313', 'no');
INSERT INTO `wpor_options` VALUES (706,
'_transient_learn_press_user_guest_1495665325', '1495665325', 'no');
INSERT INTO `wpor_options` VALUES (650,
'_transient_timeout_learn_press_user_guest_1495662675', '1495669875', 'no');
INSERT INTO `wpor_options` VALUES (643,
'_transient_timeout_learn_press_user_guest_1495662625', '1495669825', 'no');
INSERT INTO `wpor_options` VALUES (644,
'_transient_learn_press_user_guest_1495662625', '1495662625', 'no');
INSERT INTO `wpor_options` VALUES (700,
'_transient_learn_press_user_guest_1495665316', '1495665316', 'no');
INSERT INTO `wpor_options` VALUES (701,
'_transient_timeout_learn_press_user_guest_1495665320', '1495672520', 'no');
INSERT INTO `wpor_options` VALUES (699,
'_transient_timeout_learn_press_user_guest_1495665316', '1495672516', 'no');
INSERT INTO `wpor_options` VALUES (697,
'_transient_timeout_learn_press_user_guest_1495665313', '1495672513', 'no');
INSERT INTO `wpor_options` VALUES (234, 'learnpress_db_version', '2.1.6.1', 'yes');
INSERT INTO `wpor_options` VALUES (230, 'learn_press_update_logs', 'a:2:
{s:5:"1.0.8";a:1:{s:4:"time";i:1495658974;}s:3:"2.0";a:1:
{s:4:"time";i:1495658974;}}', 'yes');
INSERT INTO `wpor_options` VALUES (235, 'learnpress_version', '2.1.6.1', 'yes');
INSERT INTO `wpor_options` VALUES (240, 'widget_wpems_widget_countdown', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (238,
'_transient_timeout_learn_press_user_guest_1495658983', '1495666183', 'no');
INSERT INTO `wpor_options` VALUES (239,
'_transient_learn_press_user_guest_1495658983', '1495658983', 'no');
INSERT INTO `wpor_options` VALUES (241, 'widget_list-event', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (242, 'widget_tab-event', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (243, 'widget_book-event', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (255, 'pmpro_email_admin_cancels', '1', 'yes');
INSERT INTO `wpor_options` VALUES (256, 'pmpro_email_admin_billing', '1', 'yes');
INSERT INTO `wpor_options` VALUES (257, 'pmpro_tospage', '', 'yes');
INSERT INTO `wpor_options` VALUES (258, 'pmpro_nag_paused', '1497856875', 'no');
INSERT INTO `wpor_options` VALUES (259, 'pmpro_db_version', '1.93', 'yes');
INSERT INTO `wpor_options` VALUES (245, 'pmpro_nonmembertext', 'This content is for
!!levels!! members only.<br /><a href="http://www.tubifed.org.tr/wp-login.php?
action=register">Register</a>', 'yes');
INSERT INTO `wpor_options` VALUES (246, 'pmpro_notloggedintext', 'This content is
for !!levels!! members only.<br /><a href="http://www.tubifed.org.tr/wp-
login.php">Log In</a> <a href="http://www.tubifed.org.tr/wp-login.php?
action=register">Register</a>', 'yes');
INSERT INTO `wpor_options` VALUES (247, 'pmpro_rsstext', 'This content is for !!
levels!! members only. Visit the site and log in/register to read.', 'yes');
INSERT INTO `wpor_options` VALUES (248, 'pmpro_gateway_environment', 'sandbox',
'yes');
INSERT INTO `wpor_options` VALUES (249, 'pmpro_currency', 'USD', 'yes');
INSERT INTO `wpor_options` VALUES (250, 'pmpro_accepted_credit_cards',
'Visa,Mastercard,American Express,Discover', 'yes');
INSERT INTO `wpor_options` VALUES (251, 'pmpro_from_email',
'wordpress@fikirgen.com', 'yes');
INSERT INTO `wpor_options` VALUES (252, 'pmpro_from_name', 'WordPress', 'yes');
INSERT INTO `wpor_options` VALUES (253, 'pmpro_email_admin_checkout', '1', 'yes');
INSERT INTO `wpor_options` VALUES (254, 'pmpro_email_admin_changes', '1', 'yes');
INSERT INTO `wpor_options` VALUES (260, 'pmpro_filterqueries', '1', 'yes');
INSERT INTO `wpor_options` VALUES (262,
'_transient_timeout_learn_press_user_guest_1495659015', '1495666215', 'no');
INSERT INTO `wpor_options` VALUES (263,
'_transient_learn_press_user_guest_1495659015', '1495659015', 'no');
INSERT INTO `wpor_options` VALUES (10018, 'pmpro_addons_timestamp', '1497249483',
'no');
INSERT INTO `wpor_options` VALUES (267, 'widget_mc4wp_form_widget', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (293, 'woocommerce_demo_store_notice', 'Burası
denemeler yapmak amacıyla oluşturulmuş bir Demo/Test sistemidir. &mdash; Sipariş
işlemleri sonladırılamayacaktır, Lütfen herhangi bir ödeme işlemi yapmayın.',
'no');
INSERT INTO `wpor_options` VALUES (294, 'woocommerce_currency', 'GBP', 'yes');
INSERT INTO `wpor_options` VALUES (295, 'woocommerce_currency_pos', 'left', 'yes');
INSERT INTO `wpor_options` VALUES (296, 'woocommerce_price_thousand_sep', ',',
'yes');
INSERT INTO `wpor_options` VALUES (297, 'woocommerce_price_decimal_sep', '.',
'yes');
INSERT INTO `wpor_options` VALUES (298, 'woocommerce_price_num_decimals', '2',
'yes');
INSERT INTO `wpor_options` VALUES (299, 'woocommerce_weight_unit', 'kg', 'yes');
INSERT INTO `wpor_options` VALUES (300, 'woocommerce_dimension_unit', 'cm', 'yes');
INSERT INTO `wpor_options` VALUES (301, 'woocommerce_enable_review_rating', 'yes',
'yes');
INSERT INTO `wpor_options` VALUES (302, 'woocommerce_review_rating_required',
'yes', 'no');
INSERT INTO `wpor_options` VALUES (303,
'woocommerce_review_rating_verification_label', 'yes', 'no');
INSERT INTO `wpor_options` VALUES (304,
'woocommerce_review_rating_verification_required', 'no', 'no');
INSERT INTO `wpor_options` VALUES (305, 'woocommerce_shop_page_id', '1697', 'yes');
INSERT INTO `wpor_options` VALUES (306, 'woocommerce_shop_page_display', '',
'yes');
INSERT INTO `wpor_options` VALUES (307, 'woocommerce_category_archive_display', '',
'yes');
INSERT INTO `wpor_options` VALUES (308, 'woocommerce_default_catalog_orderby',
'menu_order', 'yes');
INSERT INTO `wpor_options` VALUES (309, 'woocommerce_cart_redirect_after_add',
'no', 'yes');
INSERT INTO `wpor_options` VALUES (310, 'woocommerce_enable_ajax_add_to_cart',
'yes', 'yes');
INSERT INTO `wpor_options` VALUES (311, 'shop_catalog_image_size', 'a:3:
{s:5:"width";s:3:"300";s:6:"height";s:3:"300";s:4:"crop";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (312, 'shop_single_image_size', 'a:3:
{s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:4:"crop";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (313, 'shop_thumbnail_image_size', 'a:3:
{s:5:"width";s:3:"180";s:6:"height";s:3:"180";s:4:"crop";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (314, 'woocommerce_manage_stock', 'yes', 'yes');
INSERT INTO `wpor_options` VALUES (315, 'woocommerce_hold_stock_minutes', '60',
'no');
INSERT INTO `wpor_options` VALUES (316, 'woocommerce_notify_low_stock', 'yes',
'no');
INSERT INTO `wpor_options` VALUES (281, 'widget_woocommerce_top_rated_products',
'a:1:{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (282, 'widget_woocommerce_widget_cart', 'a:2:
{i:2;a:3:{s:5:"title";s:4:"Cart";s:13:"hide_if_empty";i:0;s:12:"widget-
class";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (284, 'woocommerce_default_country', 'GB',
'yes');
INSERT INTO `wpor_options` VALUES (285, 'woocommerce_allowed_countries', 'all',
'yes');
INSERT INTO `wpor_options` VALUES (286, 'woocommerce_all_except_countries', '',
'yes');
INSERT INTO `wpor_options` VALUES (287, 'woocommerce_specific_allowed_countries',
'', 'yes');
INSERT INTO `wpor_options` VALUES (288, 'woocommerce_ship_to_countries', '',
'yes');
INSERT INTO `wpor_options` VALUES (289, 'woocommerce_specific_ship_to_countries',
'', 'yes');
INSERT INTO `wpor_options` VALUES (290, 'woocommerce_default_customer_address',
'geolocation', 'yes');
INSERT INTO `wpor_options` VALUES (291, 'woocommerce_calc_taxes', 'no', 'yes');
INSERT INTO `wpor_options` VALUES (292, 'woocommerce_demo_store', 'no', 'yes');
INSERT INTO `wpor_options` VALUES (317, 'woocommerce_notify_no_stock', 'yes',
'no');
INSERT INTO `wpor_options` VALUES (318, 'woocommerce_stock_email_recipient',
'admin@www.tubifed.org.tr', 'no');
INSERT INTO `wpor_options` VALUES (319, 'woocommerce_notify_low_stock_amount', '2',
'no');
INSERT INTO `wpor_options` VALUES (320, 'woocommerce_notify_no_stock_amount', '0',
'yes');
INSERT INTO `wpor_options` VALUES (321, 'woocommerce_hide_out_of_stock_items',
'no', 'yes');
INSERT INTO `wpor_options` VALUES (322, 'woocommerce_stock_format', '', 'yes');
INSERT INTO `wpor_options` VALUES (323, 'woocommerce_file_download_method',
'force', 'no');
INSERT INTO `wpor_options` VALUES (324, 'woocommerce_downloads_require_login',
'no', 'no');
INSERT INTO `wpor_options` VALUES (325,
'woocommerce_downloads_grant_access_after_payment', 'yes', 'no');
INSERT INTO `wpor_options` VALUES (326, 'woocommerce_prices_include_tax', 'no',
'yes');
INSERT INTO `wpor_options` VALUES (327, 'woocommerce_tax_based_on', 'shipping',
'yes');
INSERT INTO `wpor_options` VALUES (328, 'woocommerce_shipping_tax_class',
'inherit', 'yes');
INSERT INTO `wpor_options` VALUES (329, 'woocommerce_tax_round_at_subtotal', 'no',
'yes');
INSERT INTO `wpor_options` VALUES (330, 'woocommerce_tax_classes', 'İndirimli
oran\nVergisiz', 'yes');
INSERT INTO `wpor_options` VALUES (331, 'woocommerce_tax_display_shop', 'excl',
'yes');
INSERT INTO `wpor_options` VALUES (332, 'woocommerce_tax_display_cart', 'excl',
'no');
INSERT INTO `wpor_options` VALUES (333, 'woocommerce_price_display_suffix', '',
'yes');
INSERT INTO `wpor_options` VALUES (334, 'woocommerce_tax_total_display',
'itemized', 'no');
INSERT INTO `wpor_options` VALUES (335, 'woocommerce_enable_shipping_calc', 'yes',
'no');
INSERT INTO `wpor_options` VALUES (336,
'woocommerce_shipping_cost_requires_address', 'no', 'no');
INSERT INTO `wpor_options` VALUES (337, 'woocommerce_ship_to_destination',
'billing', 'no');
INSERT INTO `wpor_options` VALUES (338, 'woocommerce_shipping_debug_mode', 'no',
'no');
INSERT INTO `wpor_options` VALUES (339, 'woocommerce_enable_coupons', 'yes',
'yes');
INSERT INTO `wpor_options` VALUES (340, 'woocommerce_calc_discounts_sequentially',
'no', 'no');
INSERT INTO `wpor_options` VALUES (341, 'woocommerce_enable_guest_checkout', 'yes',
'no');
INSERT INTO `wpor_options` VALUES (342, 'woocommerce_force_ssl_checkout', 'no',
'yes');
INSERT INTO `wpor_options` VALUES (343, 'woocommerce_unforce_ssl_checkout', 'no',
'yes');
INSERT INTO `wpor_options` VALUES (344, 'woocommerce_cart_page_id', '1698', 'yes');
INSERT INTO `wpor_options` VALUES (345, 'woocommerce_checkout_page_id', '1699',
'yes');
INSERT INTO `wpor_options` VALUES (346, 'woocommerce_terms_page_id', '', 'no');
INSERT INTO `wpor_options` VALUES (347, 'woocommerce_checkout_pay_endpoint',
'order-pay', 'yes');
INSERT INTO `wpor_options` VALUES (348,
'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes');
INSERT INTO `wpor_options` VALUES (349,
'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes');
INSERT INTO `wpor_options` VALUES (350,
'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method',
'yes');
INSERT INTO `wpor_options` VALUES (351,
'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-
method', 'yes');
INSERT INTO `wpor_options` VALUES (352, 'woocommerce_myaccount_page_id', '',
'yes');
INSERT INTO `wpor_options` VALUES (353,
'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'no');
INSERT INTO `wpor_options` VALUES (354,
'woocommerce_enable_myaccount_registration', 'no', 'no');
INSERT INTO `wpor_options` VALUES (355,
'woocommerce_enable_checkout_login_reminder', 'yes', 'no');
INSERT INTO `wpor_options` VALUES (356,
'woocommerce_registration_generate_username', 'yes', 'no');
INSERT INTO `wpor_options` VALUES (357,
'woocommerce_registration_generate_password', 'no', 'no');
INSERT INTO `wpor_options` VALUES (358, 'woocommerce_myaccount_orders_endpoint',
'orders', 'yes');
INSERT INTO `wpor_options` VALUES (359,
'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes');
INSERT INTO `wpor_options` VALUES (360, 'woocommerce_myaccount_downloads_endpoint',
'downloads', 'yes');
INSERT INTO `wpor_options` VALUES (361,
'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes');
INSERT INTO `wpor_options` VALUES (362,
'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes');
INSERT INTO `wpor_options` VALUES (363,
'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes');
INSERT INTO `wpor_options` VALUES (364,
'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes');
INSERT INTO `wpor_options` VALUES (365, 'woocommerce_logout_endpoint', 'customer-
logout', 'yes');
INSERT INTO `wpor_options` VALUES (366, 'woocommerce_email_from_name', 'TÜBİFED
&#8211; Türkiye Bilişim Sektörü Dernekleri Federasyonu', 'no');
INSERT INTO `wpor_options` VALUES (367, 'woocommerce_email_from_address',
'admin@www.tubifed.org.tr', 'no');
INSERT INTO `wpor_options` VALUES (368, 'woocommerce_email_header_image', '',
'no');
INSERT INTO `wpor_options` VALUES (369, 'woocommerce_email_footer_text', 'TÜBİFED
&#8211; Türkiye Bilişim Sektörü Dernekleri Federasyonu - WooCommerce ile
güçlendirilmiştir.', 'no');
INSERT INTO `wpor_options` VALUES (370, 'woocommerce_email_base_color', '#96588a',
'no');
INSERT INTO `wpor_options` VALUES (371, 'woocommerce_email_background_color',
'#f7f7f7', 'no');
INSERT INTO `wpor_options` VALUES (372, 'woocommerce_email_body_background_color',
'#ffffff', 'no');
INSERT INTO `wpor_options` VALUES (373, 'woocommerce_email_text_color', '#3c3c3c',
'no');
INSERT INTO `wpor_options` VALUES (374, 'woocommerce_api_enabled', 'yes', 'yes');
INSERT INTO `wpor_options` VALUES (498,
'_transient_learn_press_user_guest_1495659425', '1495659425', 'no');
INSERT INTO `wpor_options` VALUES (377, 'woocommerce_db_version', '3.0.7', 'yes');
INSERT INTO `wpor_options` VALUES (378, 'woocommerce_version', '3.0.7', 'yes');
INSERT INTO `wpor_options` VALUES (380, '_transient_wc_attribute_taxonomies', 'a:0:
{}', 'yes');
INSERT INTO `wpor_options` VALUES (381,
'_transient_timeout_learn_press_user_guest_1495659061', '1495666261', 'no');
INSERT INTO `wpor_options` VALUES (382,
'_transient_learn_press_user_guest_1495659061', '1495659061', 'no');
INSERT INTO `wpor_options` VALUES (6471,
'_transient_external_ip_address_70.39.246.37', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (497,
'_transient_timeout_learn_press_user_guest_1495659425', '1495666625', 'no');
INSERT INTO `wpor_options` VALUES (403, 'wpcf7', 'a:1:{s:7:"version";s:3:"4.8";}',
'yes');
INSERT INTO `wpor_options` VALUES (424, 'siteorigin_panels_settings', 'a:1:
{s:10:"post-types";a:3:{i:0;s:4:"page";i:1;s:4:"post";i:2;s:14:"thim-
component";}}', 'yes');
INSERT INTO `wpor_options` VALUES (425, 'siteorigin_panels_active_version',
'2.5.5', 'yes');
INSERT INTO `wpor_options` VALUES (426, 'widget_siteorigin-panels-post-content',
'a:1:{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (427, 'widget_siteorigin-panels-postloop', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (428, 'widget_siteorigin-panels-builder', 'a:2:
{i:9;a:3:{s:11:"panels_data";a:3:{s:7:"widgets";a:6:{i:0;a:6:
{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:795:"<div class="thim-
footer-location"><p><img class="alignnone wp-image-7572"
src="http://www.tubifed.org.tr/wp-content/uploads/2017/06/tubifed-logosuu.png"
alt="" width="176" height="52" /></p><p class="info"><a href="tel:+90 (0212) 273 00
96"><span class="ff0 fs20">+90 </span><span class="ff1 fs20">(0212) </span><span
class="ff0 fs20">273</span> <span class="ff0 fs20">00</span> <span class="ff0
fs20">9</span><span class="ff1 fs20">6</span></a></p><div><div><div id="imCell_5"
class="imGrid[0, 0]"><div id="imCellStyle_5"><div id="imTextObject_5_tab0"
class="text-tab-content"><div class="text-inner"><p><a
href="mailto:info@tubifed.org.tr"><span class="ff0 cf0
fs20">info@tubifed.org.tr</span></a><span class="ff0 fs20"><br
/></span></p></div></div></div></div></div></div><div>
</div></div>";s:6:"filter";s:1:"1";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";s:4:"grid";i:0;s:4:"cell";i:0;s:
2:"id";i:0;s:9:"widget_id";s:36:"ab0cefc2-e22c-48ef-84fe-
58c73581f97c";s:5:"style";a:12:
{s:2:"id";s:0:"";s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:10:"mobile_css";s:0:
"";s:7:"padding";s:0:"";s:14:"mobile_padding";s:0:"";s:10:"background";s:0:"";s:27:
"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"tile";s:12:"bo
rder_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}}}i:1;a:11:
{s:5:"title";s:0:"";s:9:"link_face";s:1:"#";s:12:"link_twitter";s:1:"#";s:11:"link_
google";s:1:"#";s:12:"link_dribble";s:0:"";s:13:"link_linkedin";s:0:"";s:14:"link_p
interest";s:1:"#";s:14:"link_instagram";s:0:"";s:12:"link_youtube";s:0:"";s:11:"lin
k_target";s:5:"_self";s:11:"panels_info";a:7:
{s:5:"class";s:18:"Thim_Social_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;
s:2:"id";i:1;s:9:"widget_id";s:36:"c0cc3005-9b8f-4e8c-ac66-
138f7e37cf43";s:5:"style";a:8:
{s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:7:"padding";s:0:"";s:10:"background"
;s:0:"";s:27:"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"t
ile";s:12:"border_color";s:0:"";s:10:"font_color";s:0:"";}}}i:2;a:4:
{s:5:"title";s:9:"TÜBİFED";s:8:"nav_menu";i:264;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:18:"WP_Nav_Menu_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:1;
s:2:"id";i:2;s:9:"widget_id";s:36:"a1bff1c6-e5ac-45ee-804a-
0452dbe4e866";s:5:"style";a:12:
{s:2:"id";s:0:"";s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:10:"mobile_css";s:0:
"";s:7:"padding";s:0:"";s:14:"mobile_padding";s:0:"";s:10:"background";s:0:"";s:27:
"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"tile";s:12:"bo
rder_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}}}i:3;a:4:
{s:5:"title";s:15:"Yönetim Kurulu";s:8:"nav_menu";i:265;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:18:"WP_Nav_Menu_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2;
s:2:"id";i:3;s:9:"widget_id";s:36:"344cbc68-165a-4be0-9d50-
a05ca38138b1";s:5:"style";a:12:
{s:2:"id";s:0:"";s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:10:"mobile_css";s:0:
"";s:7:"padding";s:0:"";s:14:"mobile_padding";s:0:"";s:10:"background";s:0:"";s:27:
"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"tile";s:12:"bo
rder_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}}}i:4;a:4:
{s:5:"title";s:17:"Faydalı Bilgiler";s:8:"nav_menu";i:269;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:18:"WP_Nav_Menu_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:3;
s:2:"id";i:4;s:9:"widget_id";s:36:"5bf9e167-213c-43ab-bc8b-
535fdf89e339";s:5:"style";a:12:
{s:2:"id";s:0:"";s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:10:"mobile_css";s:0:
"";s:7:"padding";s:0:"";s:14:"mobile_padding";s:0:"";s:10:"background";s:0:"";s:27:
"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"tile";s:12:"bo
rder_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}}}i:5;a:4:
{s:5:"title";s:13:"Bize Ulaşın";s:8:"nav_menu";i:268;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:18:"WP_Nav_Menu_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:4;
s:2:"id";i:5;s:9:"widget_id";s:36:"9939226e-6245-41fd-93df-
6054ec51a66e";s:5:"style";a:12:
{s:2:"id";s:0:"";s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:10:"mobile_css";s:0:
"";s:7:"padding";s:0:"";s:14:"mobile_padding";s:0:"";s:10:"background";s:0:"";s:27:
"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"tile";s:12:"bo
rder_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}}}}s:5:"grids
";a:1:{i:0;a:2:{s:5:"cells";i:5;s:5:"style";a:11:
{s:5:"class";s:0:"";s:10:"cell_class";s:0:"";s:7:"row_css";s:0:"";s:13:"bottom_marg
in";s:0:"";s:6:"gutter";s:0:"";s:7:"padding";s:0:"";s:11:"row_stretch";s:0:"";s:10:
"background";s:0:"";s:27:"background_image_attachment";s:1:"0";s:18:"background_dis
play";s:4:"tile";s:12:"border_color";s:0:"";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";d:0.33300000000000002;s:5:"style";a:0:
{}}i:1;a:4:
{s:4:"grid";i:0;s:5:"index";i:1;s:6:"weight";d:0.16675000000000001;s:5:"style";a:0:
{}}i:2;a:4:
{s:4:"grid";i:0;s:5:"index";i:2;s:6:"weight";d:0.16675000000000001;s:5:"style";a:0:
{}}i:3;a:4:
{s:4:"grid";i:0;s:5:"index";i:3;s:6:"weight";d:0.16675000000000001;s:5:"style";a:0:
{}}i:4;a:4:
{s:4:"grid";i:0;s:5:"index";i:4;s:6:"weight";d:0.16675000000000001;s:5:"style";a:0:
{}}}}s:10:"builder_id";s:13:"5939d52cdf900";s:12:"widget-
class";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (407, 'widget_black-studio-tinymce', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (409, 'revslider-update-check-short',
'1497112291', 'yes');
INSERT INTO `wpor_options` VALUES (410, 'revslider-templates-check', '1497249453',
'yes');
INSERT INTO `wpor_options` VALUES (386, 'woocommerce_admin_notices', 'a:0:{}',
'yes');
INSERT INTO `wpor_options` VALUES (387, 'woocommerce_meta_box_errors', 'a:0:{}',
'yes');
INSERT INTO `wpor_options` VALUES (388,
'_transient_timeout_external_ip_address_78.164.66.244', '1496263872', 'no');
INSERT INTO `wpor_options` VALUES (389,
'_transient_external_ip_address_78.164.66.244', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (399, '_bbp_db_version', '250', 'yes');
INSERT INTO `wpor_options` VALUES (390, 'widget_bbp_login_widget', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (391, 'widget_bbp_views_widget', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (392, 'widget_bbp_search_widget', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (393, 'widget_bbp_forums_widget', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (394, 'widget_bbp_topics_widget', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (395, 'widget_bbp_replies_widget', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (396, 'widget_bbp_stats_widget', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (397, '_bbp_private_forums', 'a:0:{}', 'yes');
INSERT INTO `wpor_options` VALUES (398, '_bbp_hidden_forums', 'a:0:{}', 'yes');
INSERT INTO `wpor_options` VALUES (415, 'revslider-library-check', '1496957192',
'yes');
INSERT INTO `wpor_options` VALUES (416, 'rs-library', 'a:2:{s:7:"objects";a:169:
{i:198;a:11:
{s:2:"id";s:3:"198";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_dvd_1.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-10-17 12:43:17";s:6:"active";s:1:"1";}i:197;a:11:
{s:2:"id";s:3:"197";s:4:"type";s:1:"2";s:6:"handle";s:17:"relax_hammock.jpg";s:4:"n
ame";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:"descriptio
n";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:"a
dded";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}i:196;a:11:
{s:2:"id";s:3:"196";s:4:"type";s:1:"2";s:6:"handle";s:16:"beach_houses.jpg";s:4:"na
me";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:"a
dded";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}i:195;a:11:
{s:2:"id";s:3:"195";s:4:"type";s:1:"2";s:6:"handle";s:17:"forest_road_2.jpg";s:4:"n
ame";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:"descri
ption";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:"a
dded";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}i:194;a:11:
{s:2:"id";s:3:"194";s:4:"type";s:1:"2";s:6:"handle";s:14:"clean_desk.jpg";s:4:"name
";s:10:"Clean Desk";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}i:193;a:11:
{s:2:"id";s:3:"193";s:4:"type";s:1:"2";s:6:"handle";s:19:"mountain_view_6.jpg";s:4:
"name";s:15:"Mountain View 6";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"descript
ion";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:"a
dded";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}i:192;a:11:
{s:2:"id";s:3:"192";s:4:"type";s:1:"2";s:6:"handle";s:14:"corn_field.jpg";s:4:"name
";s:10:"Corn Field";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description"
;s:8:"New
File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1320";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}i:191;a:11:
{s:2:"id";s:3:"191";s:4:"type";s:1:"2";s:6:"handle";s:21:"stylish_apartment.jpg";s:
4:"name";s:17:"Stylish Apartment";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}i:190;a:11:
{s:2:"id";s:3:"190";s:4:"type";s:1:"2";s:6:"handle";s:24:"hipster_coffee_house.jpg"
;s:4:"name";s:20:"Hipster Coffee House";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}i:189;a:11:
{s:2:"id";s:3:"189";s:4:"type";s:1:"2";s:6:"handle";s:16:"blurry_beach.jpg";s:4:"na
me";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:"a
dded";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}i:188;a:11:
{s:2:"id";s:3:"188";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_plant_1.png";s:4:"
name";s:7:"Plant 1";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";}i:187;a:11:
{s:2:"id";s:3:"187";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_pen_1.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";}i:186;a:11:
{s:2:"id";s:3:"186";s:4:"type";s:1:"2";s:6:"handle";s:17:"greens_street.jpg";s:4:"n
ame";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:"descriptio
n";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:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:185;a:11:
{s:2:"id";s:3:"185";s:4:"type";s:1:"2";s:6:"handle";s:10:"desert.jpg";s:4:"name";s:
6:"Desert";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description"
;s:8:"New
File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:184;a:11:
{s:2:"id";s:3:"184";s:4:"type";s:1:"2";s:6:"handle";s:19:"mountain_view_5.jpg";s:4:
"name";s:15:"Mountain View 5";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description"
;s:8:"New
File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:183;a:11:
{s:2:"id";s:3:"183";s:4:"type";s:1:"2";s:6:"handle";s:10:"laptop.jpg";s:4:"name";s:
6:"Laptop";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:182;a:11:
{s:2:"id";s:3:"182";s:4:"type";s:1:"2";s:6:"handle";s:16:"grand_canyon.jpg";s:4:"na
me";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:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:181;a:11:
{s:2:"id";s:3:"181";s:4:"type";s:1:"2";s:6:"handle";s:20:"landscape_clouds.jpg";s:4
:"name";s:16:"Landscape Clouds";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description"
;s:8:"New
File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:180;a:11:
{s:2:"id";s:3:"180";s:4:"type";s:1:"2";s:6:"handle";s:17:"highway_night.jpg";s:4:"n
ame";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:"descriptio
n";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:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:179;a:11:
{s:2:"id";s:3:"179";s:4:"type";s:1:"2";s:6:"handle";s:15:"beach_water.jpg";s:4:"nam
e";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:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:177;a:11:
{s:2:"id";s:3:"177";s:4:"type";s:1:"2";s:6:"handle";s:15:"woman_beach.jpg";s:4:"nam
e";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:"descri
ption";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:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:175;a:11:
{s:2:"id";s:3:"175";s:4:"type";s:1:"2";s:6:"handle";s:12:"cool_guy.jpg";s:4:"name";
s:8:"Cool Guy";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:174;a:11:
{s:2:"id";s:3:"174";s:4:"type";s:1:"2";s:6:"handle";s:13:"beach_sea.jpg";s:4:"name"
;s:9:"Beach Sea";s:4:"tags";a:3:{i:0;a:3:
{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:173;a:11:
{s:2:"id";s:3:"173";s:4:"type";s:1:"2";s:6:"handle";s:17:"bridge_clouds.jpg";s:4:"n
ame";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:"Ci
ty";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:"a
dded";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}i:172;a:11:
{s:2:"id";s:3:"172";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_egg_1.png";s:4:"na
me";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:"descriptio
n";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:"add
ed";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:171;a:11:
{s:2:"id";s:3:"171";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_guitar_1.png";s:4:
"name";s:6:"Guitar";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"descripti
on";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:170;a:11:
{s:2:"id";s:3:"170";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_envelope_1.png";s:
4:"name";s:15:"Closed Envelope";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:169;a:11:
{s:2:"id";s:3:"169";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_postit_2.png";s:4:
"name";s:18:"Postit Label White";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"add
ed";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:168;a:11:
{s:2:"id";s:3:"168";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_envelope_2.png";s:
4:"name";s:13:"Open Envelope";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:167;a:11:
{s:2:"id";s:3:"167";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_eggs_1.png";s:4:"n
ame";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:"descriptio
n";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:166;a:11:
{s:2:"id";s:3:"166";s:4:"type";s:1:"1";s:6:"handle";s:25:"object_bottleopener_1.png
";s:4:"name";s:13:"Bottle Opener";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"add
ed";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:165;a:11:
{s:2:"id";s:3:"165";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_blueprints_1.png";
s:4:"name";s:10:"Blueprints";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:164;a:11:
{s:2:"id";s:3:"164";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_holepunch_1.png";s
:4:"name";s:10:"Hole-punch";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:163;a:11:
{s:2:"id";s:3:"163";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_speaker_1.png";s:4
:"name";s:13:"Black Speaker";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"descripti
on";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:162;a:11:
{s:2:"id";s:3:"162";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_eraser_1.png";s:4:
"name";s:6:"Eraser";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"add
ed";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:161;a:11:
{s:2:"id";s:3:"161";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_vinylcover_1.png";
s:4:"name";s:11:"Vinyl Cover";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:160;a:11:
{s:2:"id";s:3:"160";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_booklet_1.png";s:4
:"name";s:9:"Booklet 1";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:159;a:11:
{s:2:"id";s:3:"159";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_earphones_2.png";s
:4:"name";s:11:"Earphones 2";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"descripti
on";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:158;a:11:
{s:2:"id";s:3:"158";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_vinyl_1.png";s:4:"
name";s:5:"Vinyl";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"descripti
on";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:157;a:11:
{s:2:"id";s:3:"157";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_postit_1.png";s:4:
"name";s:17:"Postit Label Pink";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"add
ed";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:156;a:11:
{s:2:"id";s:3:"156";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_mechpencil_1.png";
s:4:"name";s:17:"Mechanical Pencil";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:155;a:11:
{s:2:"id";s:3:"155";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_turntable_1.png";s
:4:"name";s:9:"Turntable";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"descripti
on";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:154;a:11:
{s:2:"id";s:3:"154";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_folder_2.png";s:4:
"name";s:19:"Closed Folder Black";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:153;a:11:
{s:2:"id";s:3:"153";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_postit_4.png";s:4:
"name";s:18:"Postit Label Green";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"add
ed";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:152;a:11:
{s:2:"id";s:3:"152";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_folder_1.png";s:4:
"name";s:12:"Blank Folder";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:151;a:11:
{s:2:"id";s:3:"151";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_pencup_1.png";s:4:
"name";s:7:"Pen Cup";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:150;a:11:
{s:2:"id";s:3:"150";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_winebottle_1.png";
s:4:"name";s:15:"Red Wine Bottle";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:149;a:11:
{s:2:"id";s:3:"149";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_headphones_1.png";
s:4:"name";s:10:"Headphones";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"descripti
on";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:148;a:11:
{s:2:"id";s:3:"148";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_earphones_1.png";s
:4:"name";s:9:"Earphones";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"descripti
on";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:"a
dded";s:19:"2016-08-18
15:34:49";s:6:"active";s:1:"1";}i:147;a:11:
{s:2:"id";s:3:"147";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_postit_3.png";s:4:
"name";s:19:"Postit Label Yellow";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"add
ed";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:146;a:11:
{s:2:"id";s:3:"146";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_corkscrew_1.png";s
:4:"name";s:23:"Corkscrew Bottle Opener";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}i:145;a:11:
{s:2:"id";s:3:"145";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_muffin_1.png";s:4:
"name";s:16:"Chocolate Muffin";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"add
ed";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:144;a:11:
{s:2:"id";s:3:"144";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_chair_2.png";s:4:"
name";s:12:"Yellow Chair";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:143;a:11:
{s:2:"id";s:3:"143";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_knife_2.png";s:4:"
name";s:7:"Knife 2";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:142;a:11:
{s:2:"id";s:3:"142";s:4:"type";s:1:"1";s:6:"handle";s:26:"object_choppingboard_2.pn
g";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:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:141;a:11:
{s:2:"id";s:3:"141";s:4:"type";s:1:"1";s:6:"handle";s:26:"object_choppingboard_3.pn
g";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:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:140;a:11:
{s:2:"id";s:3:"140";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_coffee_2.png";s:4:
"name";s:12:"Coffee Cup 2";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:139;a:11:
{s:2:"id";s:3:"139";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_bread_1.png";s:4:"
name";s:15:"Croissant Bread";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:138;a:11:
{s:2:"id";s:3:"138";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_spoon_2.png";s:4:"
name";s:12:"Wodden Spoon";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:137;a:11:
{s:2:"id";s:3:"137";s:4:"type";s:1:"1";s:6:"handle";s:26:"object_choppingboard_1.pn
g";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:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:136;a:11:
{s:2:"id";s:3:"136";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_cup_2.png";s:4:"na
me";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:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:135;a:11:
{s:2:"id";s:3:"135";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_knife_1.png";s:4:"
name";s:5:"Knife";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:134;a:11:
{s:2:"id";s:3:"134";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_spoon_1.png";s:4:"
name";s:5:"Spoon";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:133;a:11:
{s:2:"id";s:3:"133";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_cup_1.png";s:4:"na
me";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:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:132;a:11:
{s:2:"id";s:3:"132";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_chair_3.png";s:4:"
name";s:11:"White Chair";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:131;a:11:
{s:2:"id";s:3:"131";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_coffee_1.png";s:4:
"name";s:10:"Coffee Cup";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:130;a:11:
{s:2:"id";s:3:"130";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_frypan_2.png";s:4:
"name";s:9:"Fry Pan 2";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:129;a:11:
{s:2:"id";s:3:"129";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_frypan_1.png";s:4:
"name";s:9:"Fry Pan 1";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:128;a:11:
{s:2:"id";s:3:"128";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_fork_1.png";s:4:"n
ame";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:"descriptio
n";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:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:127;a:11:
{s:2:"id";s:3:"127";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_dishrag_1.png";s:4
:"name";s:13:"Dishrag Cloth";s:4:"tags";a:0:{}s:11:"description";s:8:"New
File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}i:126;a:11:
{s:2:"id";s:3:"126";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_wacom_pen.png";s:4
:"name";s:17:"Wacom Drawing Pen";s:4:"tags";a:3:{i:0;a:3:
{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:2;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}i:125;a:11:
{s:2:"id";s:3:"125";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_occulus_vr.png";s:
4:"name";s:23:"Occulus Virtual Reality";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s
:11:"description";s:8:"New
File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}i:124;a:11:
{s:2:"id";s:3:"124";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_antenna.png";s:4:"
name";s:13:"Antenna Radar";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}i:123;a:11:
{s:2:"id";s:3:"123";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_solarpanel.png";s:
4:"name";s:11:"Solar Panel";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}i:122;a:11:
{s:2:"id";s:3:"122";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_wacom.png";s:4:"na
me";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:"a
dded";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}i:121;a:11:
{s:2:"id";s:3:"121";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_earth_2.png";s:4:"
name";s:20:"Earth Globe Planet 2";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}i:120;a:11:
{s:2:"id";s:3:"120";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_chair_1.png";s:4:"
name";s:12:"Office Chair";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}i:119;a:11:
{s:2:"id";s:3:"119";s:4:"type";s:1:"1";s:6:"handle";s:24:"object_windturbine_2.png"
;s:4:"name";s:14:"Wind Turbine 2";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}i:118;a:11:
{s:2:"id";s:3:"118";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_windturbine.png";s
:4:"name";s:12:"Wind Turbine";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}i:117;a:11:
{s:2:"id";s:3:"117";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_earth.png";s:4:"na
me";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:"descriptio
n";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:"a
dded";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}i:116;a:11:
{s:2:"id";s:3:"116";s:4:"type";s:1:"2";s:6:"handle";s:19:"mountain_view_2.jpg";s:4:
"name";s:15:"Mountain View 2";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:115;a:11:
{s:2:"id";s:3:"115";s:4:"type";s:1:"2";s:6:"handle";s:16:"desert_trees.jpg";s:4:"na
me";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:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:114;a:11:
{s:2:"id";s:3:"114";s:4:"type";s:1:"2";s:6:"handle";s:20:"explore_moutains.jpg";s:4
:"name";s:17:"Explore Mountains";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:113;a:11:
{s:2:"id";s:3:"113";s:4:"type";s:1:"2";s:6:"handle";s:19:"night_skyline_2.jpg";s:4:
"name";s:15:"Night Skyline 2";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:1;a:3:
{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:112;a:11:
{s:2:"id";s:3:"112";s:4:"type";s:1:"2";s:6:"handle";s:15:"cliff_ocean.jpg";s:4:"nam
e";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:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:111;a:11:
{s:2:"id";s:3:"111";s:4:"type";s:1:"2";s:6:"handle";s:14:"city_smoke.jpg";s:4:"name
";s:10:"City Smoke";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:1;a:3:
{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:110;a:11:
{s:2:"id";s:3:"110";s:4:"type";s:1:"2";s:6:"handle";s:16:"surfer_beach.jpg";s:4:"na
me";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:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:109;a:11:
{s:2:"id";s:3:"109";s:4:"type";s:1:"2";s:6:"handle";s:13:"sky_night.jpg";s:4:"name"
;s:9:"Sky Night";s:4:"tags";a:3:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:
{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"descript
ion";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:108;a:11:
{s:2:"id";s:3:"108";s:4:"type";s:1:"2";s:6:"handle";s:15:"palm_sunset.jpg";s:4:"nam
e";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:"descript
ion";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:107;a:11:
{s:2:"id";s:3:"107";s:4:"type";s:1:"2";s:6:"handle";s:18:"concert_people.jpg";s:4:"
name";s:14:"Concert People";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:106;a:11:
{s:2:"id";s:3:"106";s:4:"type";s:1:"2";s:6:"handle";s:15:"forest_road.jpg";s:4:"nam
e";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:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:105;a:11:
{s:2:"id";s:3:"105";s:4:"type";s:1:"2";s:6:"handle";s:15:"beach_ocean.jpg";s:4:"nam
e";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:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:104;a:11:
{s:2:"id";s:3:"104";s:4:"type";s:1:"2";s:6:"handle";s:18:"mountain_night.jpg";s:4:"
name";s:14:"Mountain Night";s:4:"tags";a:3:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:
{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"descript
ion";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:103;a:11:
{s:2:"id";s:3:"103";s:4:"type";s:1:"2";s:6:"handle";s:19:"ocean_mountains.jpg";s:4:
"name";s:15:"Ocean Mountains";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:102;a:11:
{s:2:"id";s:3:"102";s:4:"type";s:1:"2";s:6:"handle";s:10:"forest.jpg";s:4:"name";s:
6:"Forest";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:101;a:11:
{s:2:"id";s:3:"101";s:4:"type";s:1:"2";s:6:"handle";s:16:"ocean_stones.jpg";s:4:"na
me";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:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:100;a:11:
{s:2:"id";s:3:"100";s:4:"type";s:1:"2";s:6:"handle";s:16:"country_road.jpg";s:4:"na
me";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:"ad
ded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:99;a:11:
{s:2:"id";s:2:"99";s:4:"type";s:1:"2";s:6:"handle";s:9:"beach.jpg";s:4:"name";s:5:"
Beach";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:98;a:11:
{s:2:"id";s:2:"98";s:4:"type";s:1:"2";s:6:"handle";s:16:"city_skyline.jpg";s:4:"nam
e";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:"descriptio
n";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:97;a:11:
{s:2:"id";s:2:"97";s:4:"type";s:1:"2";s:6:"handle";s:17:"night_skyline.jpg";s:4:"na
me";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:"descript
ion";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:96;a:11:
{s:2:"id";s:2:"96";s:4:"type";s:1:"2";s:6:"handle";s:14:"city_river.jpg";s:4:"name"
;s:10:"City River";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:95;a:11:
{s:2:"id";s:2:"95";s:4:"type";s:1:"2";s:6:"handle";s:19:"mountain_view_3.jpg";s:4:"
name";s:15:"Mountain View 3";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:94;a:11:
{s:2:"id";s:2:"94";s:4:"type";s:1:"2";s:6:"handle";s:14:"misty_farm.jpg";s:4:"name"
;s:10:"Misty Farm";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:93;a:11:
{s:2:"id";s:2:"93";s:4:"type";s:1:"2";s:6:"handle";s:17:"mountain_path.jpg";s:4:"na
me";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:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:92;a:11:
{s:2:"id";s:2:"92";s:4:"type";s:1:"2";s:6:"handle";s:19:"night_skyline_3.jpg";s:4:"
name";s:15:"Night Skyline 3";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:91;a:11:
{s:2:"id";s:2:"91";s:4:"type";s:1:"2";s:6:"handle";s:17:"mountain_view.jpg";s:4:"na
me";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:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:90;a:11:
{s:2:"id";s:2:"90";s:4:"type";s:1:"2";s:6:"handle";s:19:"rocky_landscape.jpg";s:4:"
name";s:15:"Rocky Landscape";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:89;a:11:
{s:2:"id";s:2:"89";s:4:"type";s:1:"2";s:6:"handle";s:19:"mountain_view_4.jpg";s:4:"
name";s:15:"Mountain View 4";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:
{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"descri
ption";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:"a
dded";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}i:88;a:11:
{s:2:"id";s:2:"88";s:4:"type";s:1:"1";s:6:"handle";s:24:"object_eiffeltower_2.png";
s:4:"name";s:13:"Eiffeltower 2";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:
{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s
:11:"description";s:8:"New
File";s:5:"width";s:3:"700";s:6:"height";s:3:"700";s:7:"version";s:3:"1.0";s:5:"add
ed";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:87;a:11:
{s:2:"id";s:2:"87";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_notebook_1.png";s:4
:"name";s:11:"Notebook PC";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:86;a:11:
{s:2:"id";s:2:"86";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_macbook_1.png";s:4:
"name";s:20:"Apple Macbook Silver";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:85;a:11:
{s:2:"id";s:2:"85";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_canon_2.png";s:4:"n
ame";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:84;a:11:
{s:2:"id";s:2:"84";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_iphone_3.png";s:4:"
name";s:25:"Apple iPhone Silver White";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:83;a:11:
{s:2:"id";s:2:"83";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_candy_2.png";s:4:"n
ame";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:"descriptio
n";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:"add
ed";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:82;a:11:
{s:2:"id";s:2:"82";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_macmouse_1.png";s:4
:"name";s:15:"Apple Mac Mouse";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:81;a:11:
{s:2:"id";s:2:"81";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_iphone_1.png";s:4:"
name";s:18:"Apple iPhone Black";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:80;a:11:
{s:2:"id";s:2:"80";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_deco_1.png";s:4:"na
me";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:"add
ed";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:79;a:11:
{s:2:"id";s:2:"79";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_applewatch_1.png";s
:4:"name";s:24:"Apple Watch White Silver";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"add
ed";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:78;a:11:
{s:2:"id";s:2:"78";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_swissknife_1.png";s
:4:"name";s:11:"Swiss Knife";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:
{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s
:11:"description";s:8:"New

File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:5:"add
ed";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:77;a:11:
{s:2:"id";s:2:"77";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_applewatch_2.png";s
:4:"name";s:17:"Apple Watch Black";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"add
ed";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:76;a:11:
{s:2:"id";s:2:"76";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_candy_1.png";s:4:"n
ame";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:"descriptio
n";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:"add
ed";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:75;a:11:
{s:2:"id";s:2:"75";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_ipad_1.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:74;a:11:
{s:2:"id";s:2:"74";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_lamp_2.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:73;a:11:
{s:2:"id";s:2:"73";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_canon_1.png";s:4:"n
ame";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:72;a:11:
{s:2:"id";s:2:"72";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_blackberry_2.png";s
:4:"name";s:12:"Blackberry 3";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:71;a:11:
{s:2:"id";s:2:"71";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_iphone_2.png";s:4:"
name";s:19:"Apple iPhone Silver";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:70;a:11:
{s:2:"id";s:2:"70";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_ipad_2.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:69;a:11:
{s:2:"id";s:2:"69";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_printer_1.png";s:4:
"name";s:7:"Printer";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:68;a:11:
{s:2:"id";s:2:"68";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_pcmouse_1.png";s:4:
"name";s:14:"Black PC Mouse";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:67;a:11:
{s:2:"id";s:2:"67";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_ipad_3.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:66;a:11:
{s:2:"id";s:2:"66";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_lamp_1.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:65;a:11:
{s:2:"id";s:2:"65";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_macscreen_1.png";s:
4:"name";s:16:"Apple Mac Screen";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:64;a:11:
{s:2:"id";s:2:"64";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_blackberry_3.png";s
:4:"name";s:12:"Blackberry 2";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:63;a:11:
{s:2:"id";s:2:"63";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_applewatch_3.png";s
:4:"name";s:16:"Apple Watch Gold";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"add
ed";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:62;a:11:
{s:2:"id";s:2:"62";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_blackberry_1.png";s
:4:"name";s:10:"Blackberry";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}i:49;a:11:
{s:2:"id";s:2:"49";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_bottle_1.png";s:4:"
name";s:18:"Brown Glass Bottle";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:
{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:48;a:11:
{s:2:"id";s:2:"48";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_glasses_1.png";s:4:
"name";s:19:"Hipster Glasses Top";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s
:11:"description";s:8:"New
File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:47;a:11:
{s:2:"id";s:2:"47";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_magazine_1.png";s:4
:"name";s:14:"Blank Magazine";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:46;a:11:
{s:2:"id";s:2:"46";s:4:"type";s:1:"1";s:6:"handle";s:28:"object_leatherdocument_2.p
ng";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:45;a:11:
{s:2:"id";s:2:"45";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_purse_2.png";s:4:"n
ame";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:44;a:11:
{s:2:"id";s:2:"44";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_typewriter_1.png";s
:4:"name";s:18:"Retro Typewriter 2";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:43;a:11:
{s:2:"id";s:2:"43";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_book_5.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12
12:57:32";s:6:"active";s:1:"1";}i:42;a:11:
{s:2:"id";s:2:"42";s:4:"type";s:1:"1";s:6:"handle";s:28:"object_leatherdocument_1.p
ng";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:41;a:11:
{s:2:"id";s:2:"41";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_book_4.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:40;a:11:
{s:2:"id";s:2:"40";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_wallet_2.png";s:4:"
name";s:22:"Black Leather Document";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s
:11:"description";s:8:"New
File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:39;a:11:
{s:2:"id";s:2:"39";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_quill_2.png";s:4:"n
ame";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:38;a:11:
{s:2:"id";s:2:"38";s:4:"type";s:1:"1";s:6:"handle";s:24:"object_eiffeltower_1.png";
s:4:"name";s:11:"Eiffeltower";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"descriptio
n";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:37;a:11:
{s:2:"id";s:2:"37";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_magazine_2.png";s:4
:"name";s:11:"Open Book 3";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:36;a:11:
{s:2:"id";s:2:"36";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_book_1.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:35;a:11:
{s:2:"id";s:2:"35";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_glasses_2.png";s:4:
"name";s:15:"Hipster Glasses";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s
:11:"description";s:8:"New
File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:34;a:11:
{s:2:"id";s:2:"34";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_book_2.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:33;a:11:
{s:2:"id";s:2:"33";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_gloves_1.png";s:4:"
name";s:12:"Black Gloves";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s
:11:"description";s:8:"New
File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:32;a:11:
{s:2:"id";s:2:"32";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_typewriter_2.png";s
:4:"name";s:16:"Retro Typewriter";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:31;a:11:
{s:2:"id";s:2:"31";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_book_3.png";s:4:"na
me";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:30;a:11:
{s:2:"id";s:2:"30";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_wallet_1.png";s:4:"
name";s:12:"Black Wallet";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s
:11:"description";s:8:"New
File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:29;a:11:
{s:2:"id";s:2:"29";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_purse_1.png";s:4:"n
ame";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:28;a:11:
{s:2:"id";s:2:"28";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_quill_1.png";s:4:"n
ame";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:"descrip
tion";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:"a
dded";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}i:27;a:11:
{s:2:"id";s:2:"27";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_artbox_2.png";s:4:"
name";s:16:"Art Box Colors 2";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";
s:8:"New
File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}i:26;a:11:
{s:2:"id";s:2:"26";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_cloth_1.png";s:4:"n
ame";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:"a
dded";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}i:25;a:11:
{s:2:"id";s:2:"25";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_brushpot_1.png";s:4
:"name";s:9:"Brush Pot";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";
s:8:"New
File";s:5:"width";s:3:"984";s:6:"height";s:3:"984";s:7:"version";s:3:"1.0";s:5:"add
ed";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}i:24;a:11:
{s:2:"id";s:2:"24";s:4:"type";s:1:"1";s:6:"handle";s:24:"object_paintbucket_1.png";
s:4:"name";s:12:"Paint Bucket";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";
s:8:"New
File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}i:23;a:11:
{s:2:"id";s:2:"23";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_paintbrush_2.png";s
:4:"name";s:12:"Paintbrush 3";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";
s:8:"New
File";s:5:"width";s:3:"700";s:6:"height";s:3:"700";s:7:"version";s:3:"1.0";s:5:"add
ed";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}i:22;a:11:
{s:2:"id";s:2:"22";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_artbox_1.png";s:4:"
name";s:14:"Art Box Colors";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";
s:8:"New
File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}i:21;a:11:
{s:2:"id";s:2:"21";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_paintbrush_3.png";s
:4:"name";s:12:"Paintbrush 2";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";
s:8:"New
File";s:5:"width";s:4:"1100";s:6:"height";s:4:"1100";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}i:20;a:11:
{s:2:"id";s:2:"20";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_paintbrush_1.png";s
:4:"name";s:12:"Paintbrush 1";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";
s:8:"New
File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}i:11;a:11:
{s:2:"id";s:2:"11";s:4:"type";s:1:"1";s:6:"handle";s:21:"table_radio_right.png";s:4
:"name";s:18:"Radio Speaker Wood";s:4:"tags";a:1:{i:0;a:3:
{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"descripti
on";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:"a
dded";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";}i:10;a:11:
{s:2:"id";s:2:"10";s:4:"type";s:1:"1";s:6:"handle";s:18:"keyboard_apple.png";s:4:"n
ame";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:"descrip
tion";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:"a
dded";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";}i:9;a:11:
{s:2:"id";s:1:"9";s:4:"type";s:1:"1";s:6:"handle";s:20:"macbook_top_gold.png";s:4:"
name";s:18:"Apple Macbook Gold";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name"
;s:6:"Office";}}s:11:"description";s:8:"New
File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:5:"a
dded";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";}i:8;a:11:
{s:2:"id";s:1:"8";s:4:"type";s:1:"1";s:6:"handle";s:21:"nexus6_front_blue.png";s:4:
"name";s:19:"Google Nexus 6 Blue";s:4:"tags";a:2:{i:0;a:3:
{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:
{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"descrip
tion";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:"a
dded";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');
INSERT INTO `wpor_options` VALUES (417, 'revslider_checktables', '1', 'yes');
INSERT INTO `wpor_options` VALUES (418, 'rs_tables_created', '1', 'yes');
INSERT INTO `wpor_options` VALUES (419, 'revslider_table_version', '1.0.6', 'yes');
INSERT INTO `wpor_options` VALUES (420, 'revslider_update_version', '5.2.5.5',
'yes');
INSERT INTO `wpor_options` VALUES (421, 'widget_rev-slider-widget', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (422, 'thim_core_check_update_plugins', 'a:23:
{i:0;O:8:"stdClass":19:{s:4:"name";s:15:"Visual
Composer";s:4:"slug";s:11:"js_composer";s:7:"version";s:5:"5.1.1";s:6:"author";s:24
:"Michael M -
WPBakery.com";s:14:"author_profile";s:19:"http://wpbakery.com";s:8:"requires";s:3:"
4.6";s:6:"tested";s:5:"4.7.4";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:19:"http://wpbakery.com";s:17:"short_description";s:186:"Drag and drop page
builder for WordPress. Take full control over your WordPress site, build any layout
you can imagine – no programming knowledge required. By Michael M -
WPBakery.com.";s:13:"download_link";s:55:"https://plugins.thimpress.com/downloads/j
s_composer.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:1;O:8:"stdClass":19:{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:6:"author";s:9:"ThimPress";s:14:"author_profile";
s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:69:"A plugin that allows
you to show off your team members. By
ThimPress.";s:13:"download_link";s:57:"https://plugins.thimpress.com/downloads/thim
-our-team.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:2;O:8:"stdClass":19:{s:4:"name";s:17:"Thim
Testimonials";s:4:"slug";s:17:"thim-
testimonials";s:7:"version";s:5:"1.3.1";s:6:"author";s:9:"ThimPress";s:14:"author_p
rofile";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7
.4";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:21:"https://thimpress.com";s:17:"short_description";s:69:"A plugin that allows
you to show off your testimonials. By
ThimPress.";s:13:"download_link";s:61:"https://plugins.thimpress.com/downloads/thim
-testimonials.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:3;O:8:"stdClass":19:{s:4:"name";s:17:"Revolution
Slider";s:4:"slug";s:9:"revslider";s:7:"version";s:7:"5.4.3.1";s:6:"author";s:10:"T
hemePunch";s:14:"author_profile";s:27:"https://www.themepunch.com/";s:8:"requires";
s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:34:"https://revolution.themepunch.com/";s:17:"short_description";s:58:"Slider
Revolution Premium responsive slider By
ThemePunch.";s:13:"download_link";s:53:"https://plugins.thimpress.com/downloads/rev
slider.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:4;O:8:"stdClass":19:{s:4:"name";s:11:"Thim
Events";s:4:"slug";s:8:"tp-
event";s:7:"version";s:5:"2.0.3";s:6:"author";s:9:"ThimPress";s:14:"author_profile"
;s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";s:1
3:"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:21:"https://thimpress.com";s:17:"short_description";s:34:"Thim event countdown
By
ThimPress.";s:13:"download_link";s:66:"https://plugins.thimpress.com/downloads/edum
a-plugins/tp-event.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:5;O:8:"stdClass":19:{s:4:"name";s:14:"Thim
Portfolio";s:4:"slug";s:12:"tp-
portfolio";s:7:"version";s:3:"1.3";s:6:"author";s:9:"ThimPress";s:14:"author_profil
e";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:66:"A plugin that allows
you to show off your portfolio. By
ThimPress.";s:13:"download_link";s:56:"https://plugins.thimpress.com/downloads/tp-
portfolio.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:6;O:8:"stdClass":19:{s:4:"name";s:23:"LearnPress
Certificates";s:4:"slug";s:23:"learnpress-
certificates";s:7:"version";s:5:"2.2.6";s:6:"author";s:9:"ThimPress";s:14:"author_p
rofile";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7
.4";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:21:"https://thimpress.com";s:17:"short_description";s:79:"An addon for
LearnPress plugin to create certificate for a course By
ThimPress.";s:13:"download_link";s:81:"https://plugins.thimpress.com/downloads/edum
a-plugins/learnpress-certificates.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:7;O:8:"stdClass":19:{s:4:"name";s:22:"LearnPress
Collections";s:4:"slug";s:22:"learnpress-
collections";s:7:"version";s:5:"2.1.2";s:6:"author";s:9:"ThimPress";s:14:"author_pr
ofile";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.
4";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:21:"https://thimpress.com";s:17:"short_description";s:77:"Collecting related
courses into one collection by administrator By
ThimPress.";s:13:"download_link";s:80:"https://plugins.thimpress.com/downloads/edum
a-plugins/learnpress-collections.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:8;O:8:"stdClass":19:{s:4:"name";s:33:"LearnPress -
Paid Memberships Pro";s:4:"slug";s:30:"learnpress-paid-membership-
pro";s:7:"version";s:5:"2.3.1";s:6:"author";s:9:"ThimPress";s:14:"author_profile";s
:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:55:"Paid Membership Pro
add-on for LearnPress By
ThimPress.";s:13:"download_link";s:88:"https://plugins.thimpress.com/downloads/edum
a-plugins/learnpress-paid-membership-pro.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:9;O:8:"stdClass":19:{s:4:"name";s:25:"LearnPress Co-
Instructors";s:4:"slug";s:24:"learnpress-co-
instructor";s:7:"version";s:5:"2.0.2";s:6:"author";s:9:"ThimPress";s:14:"author_pro
file";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4
";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:21:"https://thimpress.com";s:17:"short_description";s:53:"Building courses with
other instructors By
ThimPress.";s:13:"download_link";s:82:"https://plugins.thimpress.com/downloads/edum
a-plugins/learnpress-co-instructor.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:10;O:8:"stdClass":19:{s:4:"name";s:12:"Thim
Twitter";s:4:"slug";s:12:"thim-
twitter";s:7:"version";s:5:"1.0.0";s:6:"author";s:9:"ThimPress";s:14:"author_profil
e";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:76:"Thim Twitter plugin
helps you get feed on your account easily. By
Thimpress.";s:13:"download_link";s:56:"https://plugins.thimpress.com/downloads/thim
-twitter.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:11;O:8:"stdClass":19:{s:4:"name";s:33:"LearnPress -
WooCommerce Payments";s:4:"slug";s:22:"learnpress-woo-
payment";s:7:"version";s:5:"2.4.4";s:6:"author";s:9:"ThimPress";s:14:"author_profil
e";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:49:"Using the payment
system provided by
WooCommerce.";s:13:"download_link";s:80:"https://plugins.thimpress.com/downloads/ed
uma-plugins/learnpress-woo-payment.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:12;O:8:"stdClass":19:{s:4:"name";s:34:"LearnPress -
Authorize.net Payment";s:4:"slug";s:31:"learnpress-authorizenet-
payment";s:7:"version";s:3:"2.0";s:6:"author";s:9:"ThimPress";s:14:"author_profile"
;s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";s:1
3:"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:21:"https://thimpress.com";s:17:"short_description";s:37:"Payment Authorize.net
for
LearnPress.";s:13:"download_link";s:89:"https://plugins.thimpress.com/downloads/edu
ma-plugins/learnpress-authorizenet-payment.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:13;O:8:"stdClass":19:{s:4:"name";s:32:"LearnPress -
Coming Soon Courses";s:4:"slug";s:30:"learnpress-coming-soon-
courses";s:7:"version";s:3:"2.1";s:6:"author";s:9:"ThimPress";s:14:"author_profile"
;s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:52:"Set a course is
"Coming Soon" and schedule to
public";s:13:"download_link";s:88:"https://plugins.thimpress.com/downloads/eduma-
plugins/learnpress-coming-soon-courses.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:14;O:8:"stdClass":19:{s:4:"name";s:34:"LearnPress -
Instructor Commission";s:4:"slug";s:21:"learnpress-
commission";s:7:"version";s:5:"2.0.1";s:6:"author";s:9:"ThimPress";s:14:"author_pro
file";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4
";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:21:"https://thimpress.com";s:17:"short_description";s:32:"Commission add-on for
LearnPress";s:13:"download_link";s:79:"https://plugins.thimpress.com/downloads/edum
a-plugins/learnpress-commission.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:15;O:8:"stdClass":19:{s:4:"name";s:25:"LearnPress -
Content Drip";s:4:"slug";s:23:"learnpress-content-
drip";s:7:"version";s:5:"2.2.2";s:6:"author";s:9:"ThimPress";s:14:"author_profile";
s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:63:"Decide when learners
will be able to access the lesson
content.";s:13:"download_link";s:81:"https://plugins.thimpress.com/downloads/eduma-
plugins/learnpress-content-drip.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:16;O:8:"stdClass":19:{s:4:"name";s:22:"LearnPress -
Gradebook";s:4:"slug";s:20:"learnpress-
gradebook";s:7:"version";s:5:"2.0.1";s:6:"author";s:9:"ThimPress";s:14:"author_prof
ile";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4"
;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:21:"https://thimpress.com";s:17:"short_description";s:39:"Adding Course
Gradebook for
LearnPress.";s:13:"download_link";s:78:"https://plugins.thimpress.com/downloads/edu
ma-plugins/learnpress-gradebook.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:17;O:8:"stdClass":19:{s:4:"name";s:31:"LearnPress -
myCred Integration";s:4:"slug";s:17:"learnpress-
mycred";s:7:"version";s:5:"2.0.1";s:6:"author";s:9:"ThimPress";s:14:"author_profile
";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:50:"Running with the
point management system -
myCred.";s:13:"download_link";s:75:"https://plugins.thimpress.com/downloads/eduma-
plugins/learnpress-mycred.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:18;O:8:"stdClass":19:{s:4:"name";s:37:"LearnPress -
Randomize Quiz Questions";s:4:"slug";s:22:"learnpress-random-
quiz";s:7:"version";s:5:"2.1.1";s:6:"author";s:9:"ThimPress";s:14:"author_profile";
s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:37:"Mix all available
questions in a
quiz";s:13:"download_link";s:80:"https://plugins.thimpress.com/downloads/eduma-
plugins/learnpress-random-quiz.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:19;O:8:"stdClass":19:{s:4:"name";s:27:"LearnPress -
Stripe Payment";s:4:"slug";s:17:"learnpress-
stripe";s:7:"version";s:5:"2.0.1";s:6:"author";s:9:"ThimPress";s:14:"author_profile
";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:37:"Stripe payment
gateway for
LearnPress";s:13:"download_link";s:75:"https://plugins.thimpress.com/downloads/edum
a-plugins/learnpress-stripe.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:20;O:8:"stdClass":19:{s:4:"name";s:36:"LearnPress -
Sorting Choice Question";s:4:"slug";s:25:"learnpress-sorting-
choice";s:7:"version";s:5:"2.1.0";s:6:"author";s:9:"ThimPress";s:14:"author_profile
";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:86:"Sorting Choice
provide ability to sorting the options of a question to the right
order";s:13:"download_link";s:83:"https://plugins.thimpress.com/downloads/eduma-
plugins/learnpress-sorting-choice.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:21;O:8:"stdClass":19:{s:4:"name";s:26:"LearnPress -
Students List";s:4:"slug";s:24:"learnpress-students-
list";s:7:"version";s:5:"2.0.1";s:6:"author";s:9:"ThimPress";s:14:"author_profile";
s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";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:21:"https://thimpress.com";s:17:"short_description";s:29:"Get students list by
filters.";s:13:"download_link";s:82:"https://plugins.thimpress.com/downloads/eduma-
plugins/learnpress-students-list.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}i:22;O:8:"stdClass":19:{s:4:"name";s:34:"Thim Events -
WooCommerce Payments";s:4:"slug";s:20:"tp-event-woo-
payment";s:7:"version";s:3:"2.2";s:6:"author";s:9:"ThimPress";s:14:"author_profile"
;s:21:"https://thimpress.com";s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"4.7.4";s:1
3:"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:21:"https://thimpress.com";s:17:"short_description";s:78:"Support paying for a
booking with the payment methods provided by
Woocommerce.";s:13:"download_link";s:78:"https://plugins.thimpress.com/downloads/ed
uma-plugins/tp-event-woo-payment.zip";s:4:"tags";O:8:"stdClass":0:
{}s:11:"donate_link";s:0:"";}}', 'no');
INSERT INTO `wpor_options` VALUES (10186,
'_transient_timeout_learn_press_user_guest_1497259964', '1497267164', 'no');
INSERT INTO `wpor_options` VALUES (10187,
'_transient_learn_press_user_guest_1497259964', '1497259964', 'no');
INSERT INTO `wpor_options` VALUES (432, 'mo_openid_login_redirect', 'same', 'yes');
INSERT INTO `wpor_options` VALUES (433, 'mo_openid_login_theme', 'longbutton',
'yes');
INSERT INTO `wpor_options` VALUES (434, 'mo_openid_share_theme', 'oval', 'yes');
INSERT INTO `wpor_options` VALUES (435, 'mo_share_options_enable_post_position',
'before', 'yes');
INSERT INTO `wpor_options` VALUES (436, 'mo_share_options_home_page_position',
'before', 'yes');
INSERT INTO `wpor_options` VALUES (437, 'mo_share_options_static_pages_position',
'before', 'yes');
INSERT INTO `wpor_options` VALUES (438, 'mo_share_options_bb_forum_position',
'before', 'yes');
INSERT INTO `wpor_options` VALUES (439, 'mo_share_options_bb_topic_position',
'before', 'yes');
INSERT INTO `wpor_options` VALUES (440, 'mo_share_options_bb_reply_position',
'before', 'yes');
INSERT INTO `wpor_options` VALUES (441, 'mo_openid_default_login_enable', '1',
'yes');
INSERT INTO `wpor_options` VALUES (442,
'mo_login_openid_login_widget_customize_textcolor', '000000', 'yes');
INSERT INTO `wpor_options` VALUES (443, 'mo_openid_login_widget_customize_text',
'Connect with:', 'yes');
INSERT INTO `wpor_options` VALUES (444, 'mo_openid_share_widget_customize_text',
'Share with:', 'yes');
INSERT INTO `wpor_options` VALUES (445,
'mo_openid_share_widget_customize_text_color', '000000', 'yes');
INSERT INTO `wpor_options` VALUES (446, 'mo_openid_login_button_customize_text',
'Login with', 'yes');
INSERT INTO `wpor_options` VALUES (447,
'mo_openid_share_widget_customize_direction_horizontal', '1', 'yes');
INSERT INTO `wpor_options` VALUES (448, 'mo_sharing_icon_custom_size', '35',
'yes');
INSERT INTO `wpor_options` VALUES (449, 'mo_openid_share_custom_theme', 'default',
'yes');
INSERT INTO `wpor_options` VALUES (450, 'mo_sharing_icon_custom_color', '000000',
'yes');
INSERT INTO `wpor_options` VALUES (451, 'mo_sharing_icon_space', '4', 'yes');
INSERT INTO `wpor_options` VALUES (452, 'mo_sharing_icon_custom_font', '000000',
'yes');
INSERT INTO `wpor_options` VALUES (453, 'mo_login_icon_custom_size', '35', 'yes');
INSERT INTO `wpor_options` VALUES (454, 'mo_login_icon_space', '4', 'yes');
INSERT INTO `wpor_options` VALUES (455, 'mo_login_icon_custom_width', '200',
'yes');
INSERT INTO `wpor_options` VALUES (456, 'mo_login_icon_custom_height', '35',
'yes');
INSERT INTO `wpor_options` VALUES (457, 'mo_login_icon_custom_boundary', '4',
'yes');
INSERT INTO `wpor_options` VALUES (458, 'mo_openid_login_custom_theme', 'default',
'yes');
INSERT INTO `wpor_options` VALUES (459, 'mo_login_icon_custom_color', '2B41FF',
'yes');
INSERT INTO `wpor_options` VALUES (460, 'mo_openid_logout_redirection_enable', '0',
'yes');
INSERT INTO `wpor_options` VALUES (461, 'mo_openid_logout_redirect', 'currentpage',
'yes');
INSERT INTO `wpor_options` VALUES (462, 'mo_openid_auto_register_enable', '1',
'yes');
INSERT INTO `wpor_options` VALUES (463, 'mo_openid_register_disabled_message',
'Registration is disabled for this website. Please contact the administrator for
any queries.', 'yes');
INSERT INTO `wpor_options` VALUES (464, 'moopenid_social_login_avatar', '1',
'yes');
INSERT INTO `wpor_options` VALUES (465, 'moopenid_user_attributes', '0', 'yes');
INSERT INTO `wpor_options` VALUES (466, 'mo_share_vertical_hide_mobile', '1',
'yes');
INSERT INTO `wpor_options` VALUES (467, 'mo_openid_social_comment_blogpost', '1',
'yes');
INSERT INTO `wpor_options` VALUES (468, 'mo_openid_social_comment_default_label',
'Default Comments', 'yes');
INSERT INTO `wpor_options` VALUES (469, 'mo_openid_social_comment_fb_label',
'Facebook Comments', 'yes');
INSERT INTO `wpor_options` VALUES (470, 'mo_openid_social_comment_google_label',
'Google+ Comments', 'yes');
INSERT INTO `wpor_options` VALUES (471, 'mo_openid_social_comment_disqus_label',
'Disqus Comments', 'yes');
INSERT INTO `wpor_options` VALUES (472, 'mo_openid_social_comment_heading_label',
'Leave a Reply', 'yes');
INSERT INTO `wpor_options` VALUES (473, 'mo_openid_login_role_mapping',
'subscriber', 'yes');
INSERT INTO `wpor_options` VALUES (474, 'mo_openid_user_number', '0', 'yes');
INSERT INTO `wpor_options` VALUES (475,
'mo_openid_login_widget_customize_logout_name_text', 'Howdy, ##username## |',
'yes');
INSERT INTO `wpor_options` VALUES (476,
'mo_openid_login_widget_customize_logout_text', 'Logout?', 'yes');
INSERT INTO `wpor_options` VALUES (477, 'mo_openid_share_email_subject', 'I wanted
you to see this site', 'yes');
INSERT INTO `wpor_options` VALUES (478, 'mo_openid_share_email_body', 'Check out
this site ##url##', 'yes');
INSERT INTO `wpor_options` VALUES (480, 'widget_portfolio', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (1085,
'_transient_learn_press_user_guest_1495701738', '1495701738', 'no');
INSERT INTO `wpor_options` VALUES (1086,
'_transient_timeout_learn_press_user_guest_1495701740', '1495708940', 'no');
INSERT INTO `wpor_options` VALUES (1087,
'_transient_learn_press_user_guest_1495701740', '1495701740', 'no');
INSERT INTO `wpor_options` VALUES (1088,
'_transient_timeout_external_ip_address_88.234.216.225', '1496315258', 'no');
INSERT INTO `wpor_options` VALUES (1089,
'_transient_external_ip_address_88.234.216.225', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (483, 'vc_version', '5.1.1', 'yes');
INSERT INTO `wpor_options` VALUES (485, 'widget_testimonials', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (486, 'thim_importer_current_demo', 'a:8:
{s:5:"theme";s:11:"eduma-child";s:4:"demo";s:23:"demo-so/demo-
university";s:10:"revsliders";a:1:{i:0;s:19:"home-
university.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:92:"C:\\vhosts\\tubifed.org.tr\
\http/wp-content/themes/eduma/inc/data/demos/demo-so/demo-
university";s:16:"plugins_required";a:0:
{}s:22:"plugins_required_count";i:1;s:12:"current_step";i:6;}', 'yes');
INSERT INTO `wpor_options` VALUES (490, 'theme_mods_backup_eduma', 'a:265:
{s:24:"thim_page_builder_chosen";s:15:"visual_composer";s:15:"thim_custom_css";s:0:
"";s:19:"thim_import_setting";s:0:"";s:19:"thim_export_setting";s:0:"";s:18:"nav_me
nu_locations";a:1:
{s:7:"primary";i:140;}s:9:"thim_logo";s:84:"http://thim.staging.wpengine.com/thim-
2/wp-
content/uploads/sites/44/2015/11/logo.png";s:16:"thim_sticky_logo";s:91:"http://thi
m.staging.wpengine.com/thim-2/wp-content/uploads/sites/44/2015/11/logo-
sticky.png";s:15:"thim_width_logo";s:5:"153px";s:20:"thim_header_position";s:14:"he
ader_overlay";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:"#ff
ffff";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_tex
t_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:91:"http://thim.s
taging.wpengine.com/thim-2/wp-content/uploads/sites/44/2015/11/logo-
sticky.png";s:23:"thim_sticky_logo_mobile";s:86:"http://thim.staging.wpengine.com/t
him-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_co
lor";s:16:"rgba(43,43,43,0)";s:24:"thim_sub_menu_text_color";s:7:"#999999";s:30:"th
im_sub_menu_text_color_hover";s:7:"#333333";s:18:"thim_header_sticky";s:1:"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_ma
in_menu_text_hover_color";s:4:"#333";s:17:"thim_toolbar_show";b:1;s:22:"thim_font_s
ize_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:"thi
m_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:92
:"http://thim.staging.wpengine.com/thim-2/wp-
content/themes/eduma/images/patterns/pattern1.png";s:14:"thim_bg_upload";s:0:"";s:1
4:"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_cat
e_layout";s:13:"sidebar-
right";s:34:"thim_archive_cate_hide_breadcrumbs";b:0;s:28:"thim_archive_cate_hide_t
itle";b:0;s:27:"thim_archive_cate_top_image";s:82:"http://thim.staging.wpengine.com
/thim-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_leng
th";s:2:"40";s:18:"thim_show_category";b:1;s:14:"thim_show_date";b:1;s:17:"thim_sho
w_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:82:"http://thim.staging.wpengine.com/thim-
2/wp-content/themes/eduma/images/bg-
page.jpg";s:32:"thim_front_page_heading_bg_color";s:0:"";s:34:"thim_front_page_head
ing_text_color";s:4:"#fff";s:38:"thim_front_page_sub_heading_text_color";s:7:"#8787
87";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_hi
de_title";b:0;s:29:"thim_archive_single_top_image";s:82:"http://thim.staging.wpengi
ne.com/thim-2/wp-content/themes/eduma/images/bg-
page.jpg";s:36:"thim_archive_single_heading_bg_color";s:0:"";s:38:"thim_archive_sin
gle_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_face
book";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_copyri
ght_text_color";s:7:"#999999";s:19:"thim_copyright_text";s:243:"<a
href="https://themeforest.net/item/education-wordpress-theme-education-wp/14058034?
ref=ThimPress&utm_source=demo&utm_medium=demofooter">Education WordPress theme</a>
by <a href="http://www.thimpress.com">ThimPress</a>. Powered by
WordPress.";s:16:"thim_show_to_top";b:1;s:28:"thim_footer_title_font_color";s:4:"#f
ff";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:82:"http://thim.staging.wpe
ngine.com/thim-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_co
lor";s:7:"#878787";s:30:"thim_learnpress_cate_sub_title";s:0:"";s:32:"thim_learnpre
ss_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_sin
gle_hide_title";b:0;s:32:"thim_learnpress_single_top_image";s:82:"http://thim.stagi
ng.wpengine.com/thim-2/wp-content/themes/eduma/images/bg-
page.jpg";s:39:"thim_learnpress_single_heading_bg_color";s:0:"";s:41:"thim_learnpre
ss_single_heading_text_color";s:4:"#fff";s:45:"thim_learnpress_single_sub_heading_t
ext_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:82:"http://thim.staging.wpengine.com/thim-
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:"th
im_woo_product_per_page";s:1:"8";s:20:"thim_woo_set_show_qv";b:1;s:22:"thim_woo_sin
gle_layout";s:12:"full-
content";s:32:"thim_woo_single_hide_breadcrumbs";b:0;s:26:"thim_woo_single_hide_tit
le";b:0;s:25:"thim_woo_single_top_image";s:82:"http://thim.staging.wpengine.com/thi
m-2/wp-content/themes/eduma/images/bg-
page.jpg";s:32:"thim_woo_single_heading_bg_color";s:0:"";s:34:"thim_woo_single_head
ing_text_color";s:4:"#fff";s:38:"thim_woo_single_sub_heading_text_color";s:7:"#8787
87";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_v1";s:26:"thim_portfolio_cate_layout";s:1
2:"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:82:"http://thim.staging.wpen
gine.com/thim-2/wp-content/themes/eduma/images/bg-
page.jpg";s:36:"thim_portfolio_cate_heading_bg_color";s:0:"";s:38:"thim_portfolio_c
ate_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_ca
te_grid_column";s:1:"3";s:23:"thim_button_hover_color";s:7:"#e6a303";s:20:"thim_sup
port_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_tit
le";b:0;s:25:"thim_event_cate_top_image";s:82:"http://thim.staging.wpengine.com/thi
m-2/wp-content/themes/eduma/images/bg-
page.jpg";s:32:"thim_event_cate_heading_bg_color";s:0:"";s:34:"thim_event_cate_head
ing_text_color";s:4:"#fff";s:38:"thim_event_cate_sub_heading_text_color";s:7:"#8787
87";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:82:"http://thim.staging.wpengine.com/thim-
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_hid
e_breadcrumbs";b:0;s:32:"thim_portfolio_single_hide_title";b:0;s:31:"thim_portfolio
_single_top_image";s:82:"http://thim.staging.wpengine.com/thim-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_prel
oad_image";s:0:"";s:14:"thim_custom_js";s:0:"";s:25:"thi
m_footer_bottom_bg_img";s:89:"http://thim.staging.wpengine.com/thim-2/wp-
content/uploads/sites/44/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:0:"";s:5:"hover";s:0:"";
}s:32:"thim_archive_cate_display_layout";s:4:"list";s:26:"thim_archive_cate_bg_colo
r";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_d
isplay_year";s:1:"0";s:28:"thim_archive_single_bg_color";s:15:"rgba(0,0,0,0.5)";s:3
1:"thim_archive_single_title_color";s:7:"#ffffff";s:35:"thim_archive_single_sub_tit
le_color";s:4:"#999";s:32:"thim_archive_single_related_post";s:1:"1";s:39:"thim_arc
hive_single_related_post_number";i:3;s:29:"thim_learnpress_cate_bg_color";s:15:"rgb
a(0,0,0,0.5)";s:32:"thim_learnpress_cate_title_color";s:7:"#ffffff";s:36:"thim_lear
npress_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:"th
im_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:"t
him_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:"t
him_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:"#f
fffff";s:29:"thim_woo_cate_sub_title_color";s:4:"#999";s:24:"thim_woo_single_bg_col
or";s:15:"rgba(0,0,0,0.5)";s:27:"thim_woo_single_title_color";s:7:"#ffffff";s:31:"t
him_woo_single_sub_title_color";s:4:"#999";s:20:"thim_core_stylesheet";s:104:"//thi
m.staging.wpengine.com/demo-vc-university/wp-
content/uploads/sites/44/tc_stylesheets/eduma.demo.css";s:21:"thim_team_cate_layout
";s:13:"sidebar-
right";s:31:"thim_team_cate_hide_breadcrumbs";s:1:"0";s:25:"thim_team_cate_hide_tit
le";s:0:"";s:24:"thim_team_cate_top_image";s:68:"http://www.tubifed.org.tr/wp-
content/themes/eduma/images/bg-
page.jpg";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:27:"thim_team_single_hide_title";s:1:"0";s:26:"thim_team_single_top_image"
;s:68:"http://www.tubifed.org.tr/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_s
ingle_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_testimonia
ls_cate_hide_title";s:1:"0";s:32:"thim_testimonials_cate_top_image";s:68:"http://ww
w.tubifed.org.tr/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_testimon
ials_single_hide_title";s:1:"0";s:34:"thim_testimonials_single_top_image";s:68:"htt
p://www.tubifed.org.tr/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:"thi
m_testimonials_single_title_color";s:7:"#ffffff";s:40:"thim_testimonials_single_sub
_title_color";s:4:"#999";}', 'yes');
INSERT INTO `wpor_options` VALUES (488, 'widget_lpr_course_review', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (491, 'thim_importer_prepare_wp_import', '1',
'yes');
INSERT INTO `wpor_options` VALUES (6470,
'_transient_timeout_external_ip_address_70.39.246.37', '1497023904', 'no');
INSERT INTO `wpor_options` VALUES (493,
'_transient_timeout_learn_press_user_guest_1495659419', '1495666619', 'no');
INSERT INTO `wpor_options` VALUES (494,
'_transient_learn_press_user_guest_1495659419', '1495659419', 'no');
INSERT INTO `wpor_options` VALUES (499, 'rewrite_rules', 'a:449:{s:34:"sitemap(-+
([a-zA-Z0-9_-]+))?\\.xml$";s:40:"index.php?
xml_sitemap=params=$matches[2]";s:38:"sitemap(-+([a-zA-Z0-9_-]
+))?\\.xml\\.gz$";s:49:"index.php?
xml_sitemap=params=$matches[2];zip=true";s:35:"sitemap(-+([a-zA-Z0-9_-]
+))?\\.html$";s:50:"index.php?
xml_sitemap=params=$matches[2];html=true";s:38:"sitemap(-+([a-zA-Z0-9_-]
+))?\\.html.gz$";s:59:"index.php?
xml_sitemap=params=$matches[2];html=true;zip=true";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: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: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: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:14:"etkinlikler/?
$";s:28:"index.php?post_type=tp_event";s:44:"etkinlikler/feed/(feed|rdf|rss|rss2|
atom)/?$";s:45:"index.php?post_type=tp_event&feed=$matches[1]";s:39:"etkinlikler/
(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?
post_type=tp_event&feed=$matches[1]";s:31:"etkinlikler/page/([0-9]{1,})/?
$";s:46:"index.php?post_type=tp_event&paged=$matches[1]";s:14:"collections/?
$";s:33:"index.php?post_type=lp_collection";s:44:"collections/feed/(feed|rdf|rss|
rss2|atom)/?$";s:50:"index.php?
post_type=lp_collection&feed=$matches[1]";s:39:"collections/(feed|rdf|rss|rss2|
atom)/?$";s:50:"index.php?
post_type=lp_collection&feed=$matches[1]";s:31:"collections/page/([0-9]{1,})/?
$";s:51:"index.php?post_type=lp_collection&paged=$matches[1]";s:30:"^collections/
([^/]*)/page/(.*)";s:63:"index.php?
lp_collection=$matches[1]&collection_page=$matches[2]";s:39:"^courses/([^/]+)
(?:/lessons/([^/]+))/?$";s:50:"index.php?
lp_course=$matches[1]&lesson=$matches[2]";s:49:"^courses/([^/]+)(?:/quizzes/([^/]
+)/?([^/]+)?)/?$";s:69:"index.php?
lp_course=$matches[1]&quiz=$matches[2]&question=$matches[3]";s:54:"^profile/
([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)/?";s:89:"index.php?
page_id=7121&user=$matches[1]&view=$matches[2]&id=$matches[3]&paged=$matches[4]";s:
28:"^courses/page/([0-9]{1,})/?$";s:43:"index.php?
pagename=courses&page=$matches[1]";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: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: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: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: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: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:47:"kategori/(.+?)/feed/
(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?
category_name=$matches[1]&feed=$matches[2]";s:42:"kategori/(.+?)/(feed|rdf|rss|
rss2|atom)/?$";s:52:"index.php?
category_name=$matches[1]&feed=$matches[2]";s:23:"kategori/(.+?)/embed/?
$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"kategori/(.
+?)/page/?([0-9]{1,})/?$";s:53:"index.php?
category_name=$matches[1]&paged=$matches[2]";s:17:"kategori/(.+?)/?
$";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: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: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: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: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:37:"thim-component/(.+?)(?:/([0-9]+))?/?
$";s:53:"index.php?thim-component=$matches[1]&page=$matches[2]";s:40:"vc_grid_item/
[^/]+/attachment/([^/]+)/?$";s:32:"index.php?
attachment=$matches[1]";s:50:"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?
$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"vc_grid_item/[^/]
+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?
attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]
+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?
attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]
+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?
attachment=$matches[1]&cpage=$matches[2]";s:46:"vc_grid_item/[^/]+/attachment/([^/]
+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"vc_grid_item/
([^/]+)/embed/?$";s:45:"index.php?
vc_grid_item=$matches[1]&embed=true";s:33:"vc_grid_item/([^/]+)/trackback/?
$";s:39:"index.php?vc_grid_item=$matches[1]&tb=1";s:41:"vc_grid_item/([^/]+)/page/?
([0-9]{1,})/?$";s:52:"index.php?
vc_grid_item=$matches[1]&paged=$matches[2]";s:48:"vc_grid_item/([^/]+)/comment-
page-([0-9]{1,})/?$";s:52:"index.php?
vc_grid_item=$matches[1]&cpage=$matches[2]";s:37:"vc_grid_item/([^/]+)(?:/([0-
9]+))?/?$";s:51:"index.php?
vc_grid_item=$matches[1]&page=$matches[2]";s:29:"vc_grid_item/[^/]+/([^/]+)/?
$";s:32:"index.php?attachment=$matches[1]";s:39:"vc_grid_item/[^/]+/([^/]
+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"vc_grid_item/
[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?
attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/(feed|
rdf|rss|rss2|atom)/?$";s:49:"index.php?
attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/comment-
page-([0-9]{1,})/?$";s:50:"index.php?
attachment=$matches[1]&cpage=$matches[2]";s:35:"vc_grid_item/[^/]+/([^/]+)/embed/?
$";s:43:"index.php?attachment=$matches[1]&embed=true";s: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: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: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: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: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:31:"lp_order/(.
+?)(?:/([0-9]+))?/?$";s:47:"index.php?
lp_order=$matches[1]&page=$matches[2]";s:37:"etkinlikler/.+?/attachment/([^/]+)/?
$";s:32:"index.php?attachment=$matches[1]";s:47:"etkinlikler/.+?/attachment/([^/]
+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"etkinlikler/.
+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?
attachment=$matches[1]&feed=$matches[2]";s:62:"etkinlikler/.+?/attachment/([^/]+)/
(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?
attachment=$matches[1]&feed=$matches[2]";s:62:"etkinlikler/.+?/attachment/([^/]
+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?
attachment=$matches[1]&cpage=$matches[2]";s:43:"etkinlikler/.+?/attachment/([^/]
+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"etkinlikler/
(.+?)/embed/?$";s:41:"index.php?tp_event=$matches[1]&embed=true";s:30:"etkinlikler/
(.+?)/trackback/?$";s:35:"index.php?tp_event=$matches[1]&tb=1";s:50:"etkinlikler/(.
+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?
tp_event=$matches[1]&feed=$matches[2]";s:45:"etkinlikler/(.+?)/(feed|rdf|rss|rss2|
atom)/?$";s:47:"index.php?tp_event=$matches[1]&feed=$matches[2]";s:38:"etkinlikler/
(.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?
tp_event=$matches[1]&paged=$matches[2]";s:45:"etkinlikler/(.+?)/comment-page-([0-9]
{1,})/?$";s:48:"index.php?
tp_event=$matches[1]&cpage=$matches[2]";s:34:"etkinlikler/(.+?)(?:/([0-9]+))?/?
$";s:47:"index.php?tp_event=$matches[1]&page=$matches[2]";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: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:37:"collections/.+?/attachment/
([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"collections/.
+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?
attachment=$matches[1]&tb=1";s:67:"collections/.+?/attachment/([^/]+)/feed/(feed|
rdf|rss|rss2|atom)/?$";s:49:"index.php?
attachment=$matches[1]&feed=$matches[2]";s:62:"collections/.+?/attachment/([^/]+)/
(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?
attachment=$matches[1]&feed=$matches[2]";s:62:"collections/.+?/attachment/([^/]
+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?
attachment=$matches[1]&cpage=$matches[2]";s:43:"collections/.+?/attachment/([^/]
+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"collections/
(.+?)/embed/?$";s:46:"index.php?
lp_collection=$matches[1]&embed=true";s:30:"collections/(.+?)/trackback/?
$";s:40:"index.php?lp_collection=$matches[1]&tb=1";s:50:"collections/(.+?)/feed/
(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?
lp_collection=$matches[1]&feed=$matches[2]";s:45:"collections/(.+?)/(feed|rdf|rss|
rss2|atom)/?$";s:52:"index.php?
lp_collection=$matches[1]&feed=$matches[2]";s:38:"collections/(.+?)/page/?([0-9]
{1,})/?$";s:53:"index.php?
lp_collection=$matches[1]&paged=$matches[2]";s:45:"collections/(.+?)/comment-page-
([0-9]{1,})/?$";s:53:"index.php?
lp_collection=$matches[1]&cpage=$matches[2]";s:34:"collections/(.+?)(?:/([0-
9]+))?/?$";s:52:"index.php?lp_collection=$matches[1]&page=$matches[2]";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: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=5749&cpage=$matches[1]";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: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: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: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: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: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: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:36:"(.?.+?)/lp-order-received(/(.*))?/?
$";s:60:"index.php?pagename=$matches[1]&lp-order-received=$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:"(.?.+?)/wishlist(/(.*))?/?$";s:51:"index.php?
pagename=$matches[1]&wishlist=$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: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');
INSERT INTO `wpor_options` VALUES (9218,
'_transient_timeout_learn_press_user_guest_1497121977', '1497129177', 'no');
INSERT INTO `wpor_options` VALUES (9219,
'_transient_learn_press_user_guest_1497121977', '1497121977', 'no');
INSERT INTO `wpor_options` VALUES (9191,
'_transient_timeout_learn_press_user_guest_1497116341', '1497123541', 'no');
INSERT INTO `wpor_options` VALUES (9192,
'_transient_learn_press_user_guest_1497116341', '1497116341', 'no');
INSERT INTO `wpor_options` VALUES (9193,
'_transient_timeout_learn_press_user_guest_1497116345', '1497123545', 'no');
INSERT INTO `wpor_options` VALUES (9194,
'_transient_learn_press_user_guest_1497116345', '1497116345', 'no');
INSERT INTO `wpor_options` VALUES (9195,
'_transient_timeout_learn_press_user_guest_1497117643', '1497124843', 'no');
INSERT INTO `wpor_options` VALUES (9196,
'_transient_learn_press_user_guest_1497117643', '1497117643', 'no');
INSERT INTO `wpor_options` VALUES (9215,
'_transient_timeout_learn_press_user_guest_1497121856', '1497129056', 'no');
INSERT INTO `wpor_options` VALUES (9198,
'_transient_timeout_learn_press_user_guest_1497117646', '1497124846', 'no');
INSERT INTO `wpor_options` VALUES (9199,
'_transient_learn_press_user_guest_1497117646', '1497117646', 'no');
INSERT INTO `wpor_options` VALUES (9201,
'_transient_timeout_learn_press_user_guest_1497118369', '1497125569', 'no');
INSERT INTO `wpor_options` VALUES (9202,
'_transient_learn_press_user_guest_1497118369', '1497118369', 'no');
INSERT INTO `wpor_options` VALUES (9203,
'_transient_timeout_learn_press_user_guest_1497118371', '1497125571', 'no');
INSERT INTO `wpor_options` VALUES (9204,
'_transient_learn_press_user_guest_1497118371', '1497118371', 'no');
INSERT INTO `wpor_options` VALUES (9206,
'_transient_timeout_learn_press_user_guest_1497120634', '1497127834', 'no');
INSERT INTO `wpor_options` VALUES (9207,
'_transient_learn_press_user_guest_1497120634', '1497120634', 'no');
INSERT INTO `wpor_options` VALUES (9208,
'_transient_timeout_learn_press_user_guest_1497120636', '1497127836', 'no');
INSERT INTO `wpor_options` VALUES (9209,
'_transient_learn_press_user_guest_1497120636', '1497120636', 'no');
INSERT INTO `wpor_options` VALUES (9211,
'_transient_timeout_learn_press_user_guest_1497121648', '1497128848', 'no');
INSERT INTO `wpor_options` VALUES (9212,
'_transient_learn_press_user_guest_1497121648', '1497121648', 'no');
INSERT INTO `wpor_options` VALUES (9213,
'_transient_timeout_learn_press_user_guest_1497121650', '1497128850', 'no');
INSERT INTO `wpor_options` VALUES (9214,
'_transient_learn_press_user_guest_1497121650', '1497121650', 'no');
INSERT INTO `wpor_options` VALUES (9216,
'_transient_learn_press_user_guest_1497121856', '1497121856', 'no');
INSERT INTO `wpor_options` VALUES (9220,
'_transient_timeout_learn_press_user_guest_1497121980', '1497129180', 'no');
INSERT INTO `wpor_options` VALUES (9221,
'_transient_learn_press_user_guest_1497121980', '1497121980', 'no');
INSERT INTO `wpor_options` VALUES (9228,
'_transient_timeout_learn_press_user_guest_1497122181', '1497129381', 'no');
INSERT INTO `wpor_options` VALUES (9229,
'_transient_learn_press_user_guest_1497122181', '1497122181', 'no');
INSERT INTO `wpor_options` VALUES (9251,
'_transient_timeout_learn_press_user_guest_1497124263', '1497131463', 'no');
INSERT INTO `wpor_options` VALUES (9239,
'_transient_timeout_learn_press_user_guest_1497122537', '1497129737', 'no');
INSERT INTO `wpor_options` VALUES (9240,
'_transient_learn_press_user_guest_1497122537', '1497122537', 'no');
INSERT INTO `wpor_options` VALUES (9242,
'_transient_timeout_learn_press_user_guest_1497122541', '1497129741', 'no');
INSERT INTO `wpor_options` VALUES (9243,
'_transient_learn_press_user_guest_1497122541', '1497122541', 'no');
INSERT INTO `wpor_options` VALUES (9247,
'_transient_timeout_learn_press_user_guest_1497124259', '1497131459', 'no');
INSERT INTO `wpor_options` VALUES (9248,
'_transient_learn_press_user_guest_1497124259', '1497124259', 'no');
INSERT INTO `wpor_options` VALUES (9249,
'_transient_timeout_learn_press_user_guest_1497124260', '1497131460', 'no');
INSERT INTO `wpor_options` VALUES (9250,
'_transient_learn_press_user_guest_1497124260', '1497124260', 'no');
INSERT INTO `wpor_options` VALUES (9252,
'_transient_learn_press_user_guest_1497124263', '1497124263', 'no');
INSERT INTO `wpor_options` VALUES (9256,
'_transient_timeout_learn_press_user_guest_1497124539', '1497131739', 'no');
INSERT INTO `wpor_options` VALUES (9254,
'_transient_timeout_learn_press_user_guest_1497124339', '1497131539', 'no');
INSERT INTO `wpor_options` VALUES (9255,
'_transient_learn_press_user_guest_1497124339', '1497124339', 'no');
INSERT INTO `wpor_options` VALUES (9257,
'_transient_learn_press_user_guest_1497124539', '1497124539', 'no');
INSERT INTO `wpor_options` VALUES (9258,
'_transient_timeout_learn_press_user_guest_1497124733', '1497131933', 'no');
INSERT INTO `wpor_options` VALUES (9259,
'_transient_learn_press_user_guest_1497124733', '1497124733', 'no');
INSERT INTO `wpor_options` VALUES (9286,
'_transient_learn_press_user_guest_1497125247', '1497125247', 'no');
INSERT INTO `wpor_options` VALUES (9261,
'_transient_timeout_learn_press_user_guest_1497124939', '1497132139', 'no');
INSERT INTO `wpor_options` VALUES (9262,
'_transient_learn_press_user_guest_1497124939', '1497124939', 'no');
INSERT INTO `wpor_options` VALUES (9264,
'_transient_timeout_learn_press_user_guest_1497124943', '1497132143', 'no');
INSERT INTO `wpor_options` VALUES (9265,
'_transient_learn_press_user_guest_1497124943', '1497124943', 'no');
INSERT INTO `wpor_options` VALUES (9268,
'_transient_timeout_learn_press_user_guest_1497125007', '1497132207', 'no');
INSERT INTO `wpor_options` VALUES (9269,
'_transient_learn_press_user_guest_1497125007', '1497125007', 'no');
INSERT INTO `wpor_options` VALUES (9290,
'_transient_timeout_learn_press_user_guest_1497125715', '1497132915', 'no');
INSERT INTO `wpor_options` VALUES (9272, 'ai1wm_updater', 'a:0:{}', 'yes');
INSERT INTO `wpor_options` VALUES (9300,
'_transient_learn_press_user_guest_1497127906', '1497127906', 'no');
INSERT INTO `wpor_options` VALUES (9319,
'_transient_timeout_learn_press_user_guest_1497133925', '1497141125', 'no');
INSERT INTO `wpor_options` VALUES (9302,
'_transient_timeout_learn_press_user_guest_1497127909', '1497135109', 'no');
INSERT INTO `wpor_options` VALUES (9303,
'_transient_learn_press_user_guest_1497127909', '1497127909', 'no');
INSERT INTO `wpor_options` VALUES (9479,
'_transient_timeout_learn_press_user_guest_1497175183', '1497182383', 'no');
INSERT INTO `wpor_options` VALUES (9305,
'_transient_timeout_learn_press_user_guest_1497128508', '1497135708', 'no');
INSERT INTO `wpor_options` VALUES (9306,
'_transient_learn_press_user_guest_1497128508', '1497128508', 'no');
INSERT INTO `wpor_options` VALUES (9307,
'_transient_timeout_learn_press_user_guest_1497128509', '1497135709', 'no');
INSERT INTO `wpor_options` VALUES (9308,
'_transient_learn_press_user_guest_1497128509', '1497128509', 'no');
INSERT INTO `wpor_options` VALUES (9310,
'_transient_timeout_learn_press_user_guest_1497129849', '1497137049', 'no');
INSERT INTO `wpor_options` VALUES (9311,
'_transient_learn_press_user_guest_1497129849', '1497129849', 'no');
INSERT INTO `wpor_options` VALUES (9312,
'_transient_timeout_learn_press_user_guest_1497129850', '1497137050', 'no');
INSERT INTO `wpor_options` VALUES (9313,
'_transient_learn_press_user_guest_1497129850', '1497129850', 'no');
INSERT INTO `wpor_options` VALUES (9315,
'_transient_timeout_learn_press_user_guest_1497133686', '1497140886', 'no');
INSERT INTO `wpor_options` VALUES (9316,
'_transient_learn_press_user_guest_1497133686', '1497133686', 'no');
INSERT INTO `wpor_options` VALUES (9317,
'_transient_timeout_learn_press_user_guest_1497133687', '1497140887', 'no');
INSERT INTO `wpor_options` VALUES (9318,
'_transient_learn_press_user_guest_1497133687', '1497133687', 'no');
INSERT INTO `wpor_options` VALUES (9320,
'_transient_learn_press_user_guest_1497133925', '1497133925', 'no');
INSERT INTO `wpor_options` VALUES (9329,
'_transient_timeout_learn_press_user_guest_1497137464', '1497144664', 'no');
INSERT INTO `wpor_options` VALUES (9322,
'_transient_timeout_learn_press_user_guest_1497133936', '1497141136', 'no');
INSERT INTO `wpor_options` VALUES (9323,
'_transient_learn_press_user_guest_1497133936', '1497133936', 'no');
INSERT INTO `wpor_options` VALUES (9325,
'_transient_timeout_learn_press_user_guest_1497136939', '1497144139', 'no');
INSERT INTO `wpor_options` VALUES (9326,
'_transient_learn_press_user_guest_1497136939', '1497136939', 'no');
INSERT INTO `wpor_options` VALUES (9327,
'_transient_timeout_learn_press_user_guest_1497136941', '1497144141', 'no');
INSERT INTO `wpor_options` VALUES (6539,
'_transient_learn_press_user_guest_1496425046', '1496425046', 'no');
INSERT INTO `wpor_options` VALUES (6432,
'_transient_timeout_learn_press_user_guest_1496417398', '1496424598', 'no');
INSERT INTO `wpor_options` VALUES (6433,
'_transient_learn_press_user_guest_1496417398', '1496417398', 'no');
INSERT INTO `wpor_options` VALUES (6442,
'_transient_timeout_learn_press_user_guest_1496418011', '1496425211', 'no');
INSERT INTO `wpor_options` VALUES (6443,
'_transient_learn_press_user_guest_1496418011', '1496418011', 'no');
INSERT INTO `wpor_options` VALUES (6535,
'_transient_learn_press_user_guest_1496422633', '1496422633', 'no');
INSERT INTO `wpor_options` VALUES (6536,
'_transient_timeout_learn_press_user_guest_1496422634', '1496429834', 'no');
INSERT INTO `wpor_options` VALUES (6537,
'_transient_learn_press_user_guest_1496422634', '1496422634', 'no');
INSERT INTO `wpor_options` VALUES (6538,
'_transient_timeout_learn_press_user_guest_1496425046', '1496432246', 'no');
INSERT INTO `wpor_options` VALUES (500,
'_transient_timeout_learn_press_user_guest_1495659430', '1495666630', 'no');
INSERT INTO `wpor_options` VALUES (501,
'_transient_learn_press_user_guest_1495659430', '1495659430', 'no');
INSERT INTO `wpor_options` VALUES (502,
'_transient_timeout_learn_press_user_guest_1495659433', '1495666633', 'no');
INSERT INTO `wpor_options` VALUES (503,
'_transient_learn_press_user_guest_1495659433', '1495659433', 'no');
INSERT INTO `wpor_options` VALUES (504,
'_transient_timeout_learn_press_user_guest_1495659444', '1495666644', 'no');
INSERT INTO `wpor_options` VALUES (505,
'_transient_learn_press_user_guest_1495659444', '1495659444', 'no');
INSERT INTO `wpor_options` VALUES (506, 'pmpro_views', 'a:5:
{s:5:"today";i:85;s:8:"thisdate";s:10:"2017-12-
06";s:5:"month";i:1336;s:9:"thismonth";s:1:"6";s:7:"alltime";i:2995;}', 'yes');
INSERT INTO `wpor_options` VALUES (508, 'mc4wp_default_form_id', '3383', 'yes');
INSERT INTO `wpor_options` VALUES (509, '_transient_product_query-transient-
version', '1495665342', 'yes');
INSERT INTO `wpor_options` VALUES (510, 'product_cat_children', 'a:0:{}', 'yes');
INSERT INTO `wpor_options` VALUES (514, 'pmpro_visits', 'a:5:
{s:5:"today";i:2;s:8:"thisdate";s:10:"2017-12-
06";s:5:"month";i:9;s:9:"thismonth";s:1:"6";s:7:"alltime";i:15;}', 'yes');
INSERT INTO `wpor_options` VALUES (512,
'_transient_timeout_learn_press_user_guest_1495659585', '1495666785', 'no');
INSERT INTO `wpor_options` VALUES (513,
'_transient_learn_press_user_guest_1495659585', '1495659585', 'no');
INSERT INTO `wpor_options` VALUES (558,
'_transient_external_ip_address_177.157.89.240', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (557,
'_transient_timeout_external_ip_address_177.157.89.240', '1496265531', 'no');
INSERT INTO `wpor_options` VALUES (555,
'_transient_timeout_learn_press_user_guest_1495660571', '1495667771', 'no');
INSERT INTO `wpor_options` VALUES (6457,
'_transient_timeout_learn_press_user_guest_1496418588', '1496425788', 'no');
INSERT INTO `wpor_options` VALUES (6458,
'_transient_learn_press_user_guest_1496418588', '1496418588', 'no');
INSERT INTO `wpor_options` VALUES (712,
'_transient_timeout_learn_press_user_guest_1495665596', '1495672796', 'no');
INSERT INTO `wpor_options` VALUES (713,
'_transient_learn_press_user_guest_1495665596', '1495665596', 'no');
INSERT INTO `wpor_options` VALUES (517,
'_transient_timeout_external_ip_address_220.248.226.38', '1496264590', 'no');
INSERT INTO `wpor_options` VALUES (518,
'_transient_external_ip_address_220.248.226.38', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (519,
'_transient_timeout_learn_press_user_guest_1495659790', '1495666990', 'no');
INSERT INTO `wpor_options` VALUES (520,
'_transient_learn_press_user_guest_1495659790', '1495659790', 'no');
INSERT INTO `wpor_options` VALUES (521, 'yith_wcwl_wishlist_page_id', '7118',
'yes');
INSERT INTO `wpor_options` VALUES (522, 'thim_importer_demo_installed', 'demo-
so/demo-university', 'yes');
INSERT INTO `wpor_options` VALUES (527, 'mc4wp_version', '4.1.3', 'yes');
INSERT INTO `wpor_options` VALUES (10290, 'pmpro_license_check', 'a:2:
{s:7:"license";b:0;s:7:"enddate";i:0;}', 'no');
INSERT INTO `wpor_options` VALUES (529,
'wpb_js_composer_license_activation_notified', 'yes', 'yes');
INSERT INTO `wpor_options` VALUES (530, 'thim_core_check_update_themes', 'a:2:
{s:12:"last_checked";i:1497260790;s:6:"themes";a:1:{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.1.0";s:4:"icon";s:48:"https://0.s3.envato.com/files/22
5684160/logo.png";s:6:"author";s:9:"ThimPress";s:10:"author_url";s:38:"https://them
eforest.net/user/thimpress";s:6:"rating";d:4.7699999999999996;s:12:"rating_count";i
:669;s:3:"url";s:76:"https://themeforest.net/item/education-wordpress-theme-
education-wp/14058034";s:7:"package";s:0:"";}}}', 'yes');
INSERT INTO `wpor_options` VALUES (531, 'mc4wp_flash_messages', 'a:0:{}', 'no');
INSERT INTO `wpor_options` VALUES (532, 'thim_custom_css_name',
'eduma.1496961686.css', 'yes');
INSERT INTO `wpor_options` VALUES (559,
'_transient_timeout_learn_press_user_guest_1495660731', '1495667931', 'no');
INSERT INTO `wpor_options` VALUES (7791,
'_site_transient_timeout_available_translations', '1496888263', 'no');
INSERT INTO `wpor_options` VALUES (537,
'_transient_timeout_learn_press_user_guest_1495660188', '1495667388', 'no');
INSERT INTO `wpor_options` VALUES (538,
'_transient_learn_press_user_guest_1495660188', '1495660188', 'no');
INSERT INTO `wpor_options` VALUES (7792, '_site_transient_available_translations',
'a:108:{s:2:"af";a:8:
{s:8:"language";s:2:"af";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-03-27
04:32:49";s:12:"english_name";s:9:"Afrikaans";s:11:"native_name";s:9:"Afrikaans";s:
7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/af.zip";s:
3:"iso";a:2:{i:1;s:2:"af";i:2;s:3:"afr";}s:7:"strings";a:1:
{s:8:"continue";s:10:"Gaan voort";}}s:3:"ary";a:8:
{s:8:"language";s:3:"ary";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-26
15:42:35";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:" ‫العربية‬
‫;"المغربية‬s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.5/a
ry.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:
{s:8:"continue";s:16:"‫}};"المتابعة‬s:2:"ar";a:8:
{s:8:"language";s:2:"ar";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-26
15:49:08";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"‫;"العربية‬s:7:"pack
age";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/ar.zip";s:3:"iso"
;a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:16:"
‫}};"المتابعة‬s:2:"as";a:8:
{s:8:"language";s:2:"as";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-22
18:59:07";s:12:"english_name";s:8:"Assamese";s:11:"native_name";s:21:"অসমমযয";s:7:"
package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/as.zip";s:3:"
iso";a:3:{i:1;s:2:"as";i:2;s:3:"asm";i:3;s:3:"asm";}s:7:"strings";a:1:
{s:8:"continue";s:0:"";}}s:3:"azb";a:8:
{s:8:"language";s:3:"azb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-12
20:34:31";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"
‫گؤنئی‬
‫;"آذربایجان‬s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/
azb.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Continue";}}s:2:"az";a:8:
{s:8:"language";s:2:"az";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-06
00:09:27";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbayca
n
dili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/az
.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:
{s:8:"continue";s:5:"Davam";}}s:3:"bel";a:8:
{s:8:"language";s:3:"bel";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-09
11:39:31";s:12:"english_name";s:10:"Belarusian";s:11:"native_name";s:29:"Беларуская
мова";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.5/be
l.zip";s:3:"iso";a:2:{i:1;s:2:"be";i:2;s:3:"bel";}s:7:"strings";a:1:
{s:8:"continue";s:20:"Працягнуць";}}s:5:"bg_BG";a:8:
{s:8:"language";s:5:"bg_BG";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
16
13:06:08";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s
:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/bg_BG.zip
";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:
{s:8:"continue";s:12:"Напред";}}s:5:"bn_BD";a:8:
{s:8:"language";s:5:"bn_BD";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-
04
16:58:43";s:12:"english_name";s:7:"Bengali";s:11:"native_name";s:15:"বযবলয";s:7:"pa
ckage";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip";s:3:
"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:23:"এগগয়য
চল.";}}s:2:"bo";a:8:
{s:8:"language";s:2:"bo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-05
09:44:12";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བབད་
ཡཡག";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/bo.z
ip";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:
{s:8:"continue";s:24:"མ་མཐད།";}}s:5:"bs_BA";a:8:
{s:8:"language";s:5:"bs_BA";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-
04
20:20:28";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:7:"
package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip";s:
3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:
{s:8:"continue";s:7:"Nastavi";}}s:2:"ca";a:8:
{s:8:"language";s:2:"ca";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-21
20:41:02";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:7:"pa
ckage";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/ca.zip";s:3:"is
o";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Continua";}}s:3:"ceb";a:8:
{s:8:"language";s:3:"ceb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-02
17:25:51";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:7:"p
ackage";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip";s:3:"
iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:
{s:8:"continue";s:7:"Padayun";}}s:5:"cs_CZ";a:8:
{s:8:"language";s:5:"cs_CZ";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-
12
08:46:26";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:12:"Čeština";s:7:"pa
ckage";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip";s:3:
"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:
{s:8:"continue";s:11:"Pokračovat";}}s:2:"cy";a:8:
{s:8:"language";s:2:"cy";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-26
15:49:29";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:7:"pac
kage";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/cy.zip";s:3:"iso
";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:
{s:8:"continue";s:6:"Parhau";}}s:5:"da_DK";a:8:
{s:8:"language";s:5:"da_DK";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-
05
09:50:06";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:7:"pack
age";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/da_DK.zip";s:3:"i
so";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Fortsæt";}}s:14:"de_CH_informal";a:8:
{s:8:"language";s:14:"de_CH_informal";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:
"2017-01-26 15:39:59";s:12:"english_name";s:30:"German (Switzerland,
Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz,
Du)";s:7:"package";s:73:"https://downloads.wordpress.org/translation/core/4.7.5/de_
CH_informal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:
{s:8:"continue";s:6:"Weiter";}}s:5:"de_CH";a:8:
{s:8:"language";s:5:"de_CH";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:40:03";s:12:"english_name";s:20:"German
(Switzerland)";s:11:"native_name";s:17:"Deutsch
(Schweiz)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7
.5/de_CH.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:
{s:8:"continue";s:6:"Weiter";}}s:5:"de_DE";a:8:
{s:8:"language";s:5:"de_DE";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
24
13:44:35";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:7:"pa
ckage";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/de_DE.zip";s:3:
"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:
{s:8:"continue";s:6:"Weiter";}}s:12:"de_DE_formal";a:8:
{s:8:"language";s:12:"de_DE_formal";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2
017-05-24 13:44:46";s:12:"english_name";s:15:"German
(Formal)";s:11:"native_name";s:13:"Deutsch
(Sie)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/4.7.5/d
e_DE_formal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:
{s:8:"continue";s:6:"Weiter";}}s:3:"dzo";a:8:
{s:8:"language";s:3:"dzo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-06-29
08:59:03";s:12:"english_name";s:8:"Dzongkha";s:11:"native_name";s:18:"རབང་
ཁ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/dzo.z
ip";s:3:"iso";a:2:{i:1;s:2:"dz";i:2;s:3:"dzo";}s:7:"strings";a:1:
{s:8:"continue";s:0:"";}}s:2:"el";a:8:
{s:8:"language";s:2:"el";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-11
20:10:39";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:7:"p
ackage";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/el.zip";s:3:"i
so";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:
{s:8:"continue";s:16:"Συνέχεια";}}s:5:"en_GB";a:8:
{s:8:"language";s:5:"en_GB";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
28 03:10:25";s:12:"english_name";s:12:"English
(UK)";s:11:"native_name";s:12:"English
(UK)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/en
_GB.zip";s:3:"iso";a:3:
{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Continue";}}s:5:"en_NZ";a:8:
{s:8:"language";s:5:"en_NZ";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:54:30";s:12:"english_name";s:21:"English (New
Zealand)";s:11:"native_name";s:21:"English (New
Zealand)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.
5/en_NZ.zip";s:3:"iso";a:3:
{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Continue";}}s:5:"en_CA";a:8:
{s:8:"language";s:5:"en_CA";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:49:34";s:12:"english_name";s:16:"English
(Canada)";s:11:"native_name";s:16:"English
(Canada)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.
5/en_CA.zip";s:3:"iso";a:3:
{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Continue";}}s:5:"en_AU";a:8:
{s:8:"language";s:5:"en_AU";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
27 00:40:28";s:12:"english_name";s:19:"English
(Australia)";s:11:"native_name";s:19:"English
(Australia)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4
.7.5/en_AU.zip";s:3:"iso";a:3:
{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Continue";}}s:5:"en_ZA";a:8:
{s:8:"language";s:5:"en_ZA";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:53:43";s:12:"english_name";s:22:"English (South
Africa)";s:11:"native_name";s:22:"English (South
Africa)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5
/en_ZA.zip";s:3:"iso";a:3:
{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Continue";}}s:2:"eo";a:8:{s:8:"lang
uage";s:2:"eo";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-04
18:08:49";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:
7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/eo.zip";s:
3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Daŭrigi";}}s:5:"es_MX";a:8:
{s:8:"language";s:5:"es_MX";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:42:28";s:12:"english_name";s:16:"Spanish
(Mexico)";s:11:"native_name";s:19:"Español de
México";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/
es_MX.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuar";}}s:5:"es_GT";a:8:
{s:8:"language";s:5:"es_GT";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:54:37";s:12:"english_name";s:19:"Spanish
(Guatemala)";s:11:"native_name";s:21:"Español de
Guatemala";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7
.5/es_GT.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuar";}}s:5:"es_VE";a:8:
{s:8:"language";s:5:"es_VE";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-
23 23:02:31";s:12:"english_name";s:19:"Spanish
(Venezuela)";s:11:"native_name";s:21:"Español de
Venezuela";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7
.5/es_VE.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuar";}}s:5:"es_CO";a:8:
{s:8:"language";s:5:"es_CO";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:54:37";s:12:"english_name";s:18:"Spanish
(Colombia)";s:11:"native_name";s:20:"Español de
Colombia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.
5/es_CO.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuar";}}s:5:"es_CL";a:8:
{s:8:"language";s:5:"es_CL";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-
28 20:09:49";s:12:"english_name";s:15:"Spanish
(Chile)";s:11:"native_name";s:17:"Español de
Chile";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/e
s_CL.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuar";}}s:5:"es_PE";a:8:
{s:8:"language";s:5:"es_PE";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-
09 09:36:22";s:12:"english_name";s:14:"Spanish
(Peru)";s:11:"native_name";s:17:"Español de
Perú";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/es
_PE.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuar";}}s:5:"es_AR";a:8:
{s:8:"language";s:5:"es_AR";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:41:31";s:12:"english_name";s:19:"Spanish
(Argentina)";s:11:"native_name";s:21:"Español de
Argentina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7
.5/es_AR.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuar";}}s:5:"es_ES";a:8:
{s:8:"language";s:5:"es_ES";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
10 16:26:52";s:12:"english_name";s:15:"Spanish
(Spain)";s:11:"native_name";s:8:"Español";s:7:"package";s:64:"https://downloads.wor
dpress.org/translation/core/4.7.5/es_ES.zip";s:3:"iso";a:1:
{i:1;s:2:"es";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"et";a:8:
{s:8:"language";s:2:"et";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-27
16:37:11";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:7:"pa
ckage";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/et.zip";s:3:"is
o";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:
{s:8:"continue";s:6:"Jätka";}}s:2:"eu";a:8:
{s:8:"language";s:2:"eu";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-12
06:40:28";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:7:"pa
ckage";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/eu.zip";s:3:"is
o";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Jarraitu";}}s:5:"fa_IR";a:8:
{s:8:"language";s:5:"fa_IR";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-02-
02 15:21:03";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"
‫;"فارسی‬s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/fa
_IR.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:
{s:8:"continue";s:10:"‫}};"ادامه‬s:2:"fi";a:8:
{s:8:"language";s:2:"fi";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-26
15:42:25";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:7:"pac
kage";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/fi.zip";s:3:"iso
";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:
{s:8:"continue";s:5:"Jatka";}}s:5:"fr_FR";a:8:
{s:8:"language";s:5:"fr_FR";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
05 12:10:24";s:12:"english_name";s:15:"French
(France)";s:11:"native_name";s:9:"Français";s:7:"package";s:64:"https://downloads.w
ordpress.org/translation/core/4.7.5/fr_FR.zip";s:3:"iso";a:1:
{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_CA";a:8:
{s:8:"language";s:5:"fr_CA";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-02-
03 21:08:25";s:12:"english_name";s:15:"French
(Canada)";s:11:"native_name";s:19:"Français du
Canada";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/
fr_CA.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuer";}}s:5:"fr_BE";a:8:
{s:8:"language";s:5:"fr_BE";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:40:32";s:12:"english_name";s:16:"French
(Belgium)";s:11:"native_name";s:21:"Français de
Belgique";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.
5/fr_BE.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuer";}}s:2:"gd";a:8:
{s:8:"language";s:2:"gd";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-08-23
17:41:37";s:12:"english_name";s:15:"Scottish
Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:7:"package";s:61:"https://downloads.wor
dpress.org/translation/core/4.7.2/gd.zip";s:3:"iso";a:3:
{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:
{s:8:"continue";s:15:"Lean air adhart";}}s:5:"gl_ES";a:8:
{s:8:"language";s:5:"gl_ES";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-
26
15:40:27";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:7:"p
ackage";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/gl_ES.zip";s:3
:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuar";}}s:2:"gu";a:8:
{s:8:"language";s:2:"gu";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-21
14:17:42";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગગગગગગગ";s:7:
"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/gu.zip";s:3:
"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:31:"ગગગગ
ગગગગગગ";}}s:3:"haz";a:8:
{s:8:"language";s:3:"haz";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-05
00:59:09";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:" ‫هزاره‬
‫;"گی‬s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.2/haz.
zip";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"
‫}};"ادامه‬s:5:"he_IL";a:8:
{s:8:"language";s:5:"he_IL";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
29 21:21:10";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"
‫;"ע רבבר רית‬s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/h
e_IL.zip";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:8:"
‫}};"המשך‬s:5:"hi_IN";a:8:
{s:8:"language";s:5:"hi_IN";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
17
06:35:04";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हहनदद";s:7:"packag
e";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/hi_IN.zip";s:3:"iso
";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:
{s:8:"continue";s:12:"जजरद";}}s:2:"hr";a:8:
{s:8:"language";s:2:"hr";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-03-28
13:34:22";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:7:
"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/hr.zip";s:3:
"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:
{s:8:"continue";s:7:"Nastavi";}}s:5:"hu_HU";a:8:
{s:8:"language";s:5:"hu_HU";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-
26
15:48:39";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:7:"
package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip";s:
3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:
{s:8:"continue";s:10:"Folytatás";}}s:2:"hy";a:8:
{s:8:"language";s:2:"hy";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-03
16:21:10";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:7:
"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip";s:3:
"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:
{s:8:"continue";s:20:"Շարունակել";}}s:5:"id_ID";a:8:
{s:8:"language";s:5:"id_ID";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
02 14:01:52";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa
Indonesia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7
.5/id_ID.zip";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Lanjutkan";}}s:5:"is_IS";a:8:
{s:8:"language";s:5:"is_IS";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-
13
13:55:54";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:7
:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/is_IS.zip";
s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:
{s:8:"continue";s:6:"Áfram";}}s:5:"it_IT";a:8:
{s:8:"language";s:5:"it_IT";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-
08
04:57:54";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:7:"
package";s:64:"https:
//downloads.wordpress.org/translation/core/4.7.5/it_IT.zip";s:3:"iso";a:2:
{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Continua";}}s:2:"ja";a:8:
{s:8:"language";s:2:"ja";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-06-03
15:15:18";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本
語";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/ja.z
ip";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:9:"続け
る";}}s:5:"ka_GE";a:8:
{s:8:"language";s:5:"ka_GE";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-
05
06:17:00";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:7:
"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/ka_GE.zip";s
:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:
{s:8:"continue";s:30:"გაგრძელება";}}s:3:"kab";a:8:
{s:8:"language";s:3:"kab";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26
15:39:13";s:12:"english_name";s:6:"Kabyle";s:11:"native_name";s:9:"Taqbaylit";s:7:"
package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/kab.zip";s:3:
"iso";a:2:{i:2;s:3:"kab";i:3;s:3:"kab";}s:7:"strings";a:1:
{s:8:"continue";s:6:"Kemmel";}}s:2:"km";a:8:
{s:8:"language";s:2:"km";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-07
02:07:59";s:12:"english_name";s:5:"Khmer";s:11:"native_name";s:27:"ភសខខខរ";s:7:"pa
ckage";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/km.zip";s:3:"is
o";a:2:{i:1;s:2:"km";i:2;s:3:"khm";}s:7:"strings";a:1:
{s:8:"continue";s:12:"បនន";}}s:5:"ko_KR";a:8:
{s:8:"language";s:5:"ko_KR";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-06-
07 11:10:31";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국
어";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/ko_K
R.zip";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:
{s:8:"continue";s:6:"계속";}}s:3:"ckb";a:8:
{s:8:"language";s:3:"ckb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26
15:48:25";s:12:"english_name";s:16:"Kurdish (Sorani)";s:11:"native_name";s:13:"
‫;"كوردی‬s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/ck
b.zip";s:3:"iso";a:2:{i:1;s:2:"ku";i:3;s:3:"ckb";}s:7:"strings";a:1:
{s:8:"continue";s:30:"‫}};"به‌رده‌وام به‬s:2:"lo";a:8:
{s:8:"language";s:2:"lo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12
09:59:23";s:12:"english_name";s:3:"Lao";s:11:"native_name";s:21:"ພາສາ
ລາວ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/lo.
zip";s:3:"iso";a:2:{i:1;s:2:"lo";i:2;s:3:"lao";}s:7:"strings";a:1:
{s:8:"continue";s:18:"ຕ ຕໄປ";}}s:5:"lt_LT";a:8:
{s:8:"language";s:5:"lt_LT";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-03-
30
09:46:13";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių
kalba";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/l
t_LT.zip";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:
{s:8:"continue";s:6:"Tęsti";}}s:2:"lv";a:8:
{s:8:"language";s:2:"lv";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-03-17
20:40:40";s:12:"english_name";s:7:"Latvian";s:11:"native_name";s:16:"Latviešu
valoda";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/
lv.zip";s:3:"iso";a:2:{i:1;s:2:"lv";i:2;s:3:"lav";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Turpināt";}}s:5:"mk_MK";a:8:
{s:8:"language";s:5:"mk_MK";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26
15:54:41";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски
јазик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/m
k_MK.zip";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:
{s:8:"continue";s:16:"Продолжи";}}s:5:"ml_IN";a:8:
{s:8:"language";s:5:"ml_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-
27
03:43:32";s:12:"english_name";s:9:"Malayalam";s:11:"native_name";s:18:"മലയയളള";s:7
:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip";
s:3:"iso";a:2:{i:1;s:2:"ml";i:2;s:3:"mal";}s:7:"strings";a:1:
{s:8:"continue";s:18:"തതടരതക";}}s:2:"mn";a:8:
{s:8:"language";s:2:"mn";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-12
07:29:35";s:12:"english_name";s:9:"Mongolian";s:11:"native_name";s:12:"Монгол";s:7:
"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip";s:3:
"iso";a:2:{i:1;s:2:"mn";i:2;s:3:"mon";}s:7:"strings";a:1:
{s:8:"continue";s:24:"Үргэлжлүүлэх";}}s:2:"mr";a:8:
{s:8:"language";s:2:"mr";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-03-24
06:52:11";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मरजठद";s:7:"pack
age";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/mr.zip";s:3:"iso"
;a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"ससर
ठठवज";}}s:5:"ms_MY";a:8:
{s:8:"language";s:5:"ms_MY";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-03-
05 09:45:10";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa
Melayu";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/
ms_MY.zip";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Teruskan";}}s:5:"my_MM";a:8:
{s:8:"language";s:5:"my_MM";s:7:"version";s:6:"4.1.18";s:7:"updated";s:19:"2015-03-
26 15:57:42";s:12:"english_name";s:17:"Myanmar
(Burmese)";s:11:"native_name";s:15:"ဗမ
စ";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.1.18/my_M
M.zip";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:
{s:8:"continue";s:54:"ဆက" လက" လ"ပ"ဆဆင"ပ။
";}}s:5:"nb_NO";a:8:
{s:8:"language";s:5:"nb_NO";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:42:31";s:12:"english_name";s:19:"Norwegian
(Bokmål)";s:11:"native_name";s:13:"Norsk
bokmål";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/
nb_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Fortsett";}}s:5:"ne_NP";a:8:
{s:8:"language";s:5:"ne_NP";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-06-
02
10:59:56";s:12:"english_name";s:6:"Nepali";s:11:"native_name";s:18:"नठपजलद";s:7:"packa
ge";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/ne_NP.zip";s:3:"is
o";a:2:{i:1;s:2:"ne";i:2;s:3:"nep";}s:7:"strings";a:1:{s:8:"continue";s:43:"जजरद
रजखनसहहसस";}}s:12:"nl_NL_formal";a:8:
{s:8:"language";s:12:"nl_NL_formal";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2
017-02-16 13:24:21";s:12:"english_name";s:14:"Dutch
(Formal)";s:11:"native_name";s:20:"Nederlands
(Formeel)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/4.7
.5/nl_NL_formal.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Doorgaan";}}s:5:"nl_BE";a:8:
{s:8:"language";s:5:"nl_BE";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-06-
07 17:23:35";s:12:"english_name";s:15:"Dutch
(Belgium)";s:11:"native_name";s:20:"Nederlands
(België)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.
5/nl_BE.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Doorgaan";}}s:5:"nl_NL";a:8:
{s:8:"language";s:5:"nl_NL";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
11
15:57:29";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:7:
"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/nl_NL.zip";s
:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Doorgaan";}}s:5:"nn_NO";a:8:
{s:8:"language";s:5:"nn_NO";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:40:57";s:12:"english_name";s:19:"Norwegian
(Nynorsk)";s:11:"native_name";s:13:"Norsk
nynorsk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5
/nn_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Hald fram";}}s:3:"oci";a:8:
{s:8:"language";s:3:"oci";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-02
13:47:38";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:7:"p
ackage";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/oci.zip";s:3:"
iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Contunhar";}}s:5:"pa_IN";a:8:
{s:8:"language";s:5:"pa_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-
16
05:19:43";s:12:"english_name";s:7:"Punjabi";s:11:"native_name";s:18:"ਪਪਜਜਬਬ";s:7:"pa
ckage";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip";s:3:
"iso";a:2:{i:1;s:2:"pa";i:2;s:3:"pan";}s:7:"strings";a:1:{s:8:"continue";s:25:"ਜਜਰਬ
ਰਰਖਖ";}}s:5:"pl_PL";a:8:
{s:8:"language";s:5:"pl_PL";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-
23
09:31:28";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:7:"pac
kage";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/pl_PL.zip";s:3:"
iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Kontynuuj";}}s:2:"ps";a:8:
{s:8:"language";s:2:"ps";s:7:"version";s:6:"4.1.18";s:7:"updated";s:19:"2015-03-29
22:19:48";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"‫;"پښتو‬s:7:"packag
e";s:62:"https://downloads.wordpress.org/translation/core/4.1.18/ps.zip";s:3:"iso";
a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:19:" ‫دوام‬
‫}};"ورکره‬s:5:"pt_BR";a:8:
‫ړ‬
{s:8:"language";s:5:"pt_BR";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-
17 15:02:48";s:12:"english_name";s:19:"Portuguese
(Brazil)";s:11:"native_name";s:20:"Português do
Brasil";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/
pt_BR.zip";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuar";}}s:5:"pt_PT";a:8:
{s:8:"language";s:5:"pt_PT";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
31 13:50:28";s:12:"english_name";s:21:"Portuguese
(Portugal)";s:11:"native_name";s:10:"Português";s:7:"package";s:64:"https://downloa
ds.wordpress.org/translation/core/4.7.5/pt_PT.zip";s:3:"iso";a:1:
{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:3:"rhg";a:8:
{s:8:"language";s:3:"rhg";s:7:"version";s:5
:"4.7.2";s:7:"updated";s:19:"2016-03-16
13:03:18";s:12:"english_name";s:8:"Rohingya";s:11:"native_name";s:8:"Ruáinga";s:7:"
package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip";s:3:
"iso";a:1:{i:3;s:3:"rhg";}s:7:"strings";a:1:
{s:8:"continue";s:0:"";}}s:5:"ro_RO";a:8:
{s:8:"language";s:5:"ro_RO";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
28
08:15:40";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:7:"p
ackage";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/ro_RO.zip";s:3
:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Continuă";}}s:5:"ru_RU";a:8:
{s:8:"language";s:5:"ru_RU";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-
20
10:13:53";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:7:"
package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/ru_RU.zip";s:
3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:
{s:8:"continue";s:20:"Продолжить";}}s:3:"sah";a:8:
{s:8:"language";s:3:"sah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-21
02:06:41";s:12:"english_name";s:5:"Sakha";s:11:"native_name";s:14:"Сахалыы";s:7:"pa
ckage";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip";s:3:"i
so";a:2:{i:2;s:3:"sah";i:3;s:3:"sah";}s:7:"strings";a:1:
{s:8:"continue";s:12:"Салҕаа";}}s:5:"si_LK";a:8:
{s:8:"language";s:5:"si_LK";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-
12
06:00:52";s:12:"english_name";s:7:"Sinhala";s:11:"native_name";s:15:"සසහල";s:7:"pa
ckage";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip";s:3:
"iso";a:2:{i:1;s:2:"si";i:2;s:3:"sin";}s:7:"strings";a:1:
{s:8:"continue";s:44:"දගටම කරගගන යනන";}}s:5:"sk_SK";a:8:
{s:8:"language";s:5:"sk_SK";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
10
13:48:29";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:7
:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/sk_SK.zip";
s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:
{s:8:"continue";s:12:"Pokračovať";}}s:5:"sl_SI";a:8:
{s:8:"language";s:5:"sl_SI";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-02-
08
17:57:45";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina"
;s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/sl_SI.z
ip";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:
{s:8:"continue";s:8:"Nadaljuj";}}s:2:"sq";a:8:
{s:8:"language";s:2:"sq";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-24
08:35:30";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:7:"pa
ckage";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/sq.zip";s:3:"is
o";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:
{s:8:"continue";s:6:"Vazhdo";}}s:5:"sr_RS";a:8:
{s:8:"language";s:5:"sr_RS";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:41:03";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски
језик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/s
r_RS.zip";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:
{s:8:"continue";s:14:"Настави";}}s:5:"sv_SE";a:8:
{s:8:"language";s:5:"sv_SE";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-
03
00:34:10";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:7:"p
ackage";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/sv_SE.zip";s:3
:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:
{s:8:"continue";s:9:"Fortsätt";}}s:3:"szl";a:8:
{s:8:"language";s:3:"szl";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-24
19:58:14";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ
gŏdka";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/s
zl.zip";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:
{s:8:"continue";s:13:"Kōntynuować";}}s:5:"ta_IN";a:8:
{s:8:"language";s:5:"ta_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-
27
03:22:47";s:12:"english_name";s:5:"Tamil";s:11:"native_name";s:15:"ગગગગગ";s:7:"pack
age";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip";s:3:"i
so";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:
{s:8:"continue";s:24:"ગગગગગગગગ";}}s:2:"te";a:8:
{s:8:"language";s:2:"te";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26
15:47:39";s:12:"english_name";s:6:"Telugu";s:11:"native_name";s:18:"తలగ";s:7:"pack
age";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/te.zip";s:3:"iso"
;a:2:{i:1;s:2:"te";i:2;s:3:"tel";}s:7:"strings";a:1:
{s:8:"continue";s:30:"కనసగగచ";}}s:2:"th";a:8:
{s:8:"language";s:2:"th";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26
15:48:43";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:7:"package"
;s:61:"https://downloads.wordpress.org/translation/core/4.7.2/th.zip";s:3:"iso";a:2
:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ตอ

ไป";}}s:2:"tl";a:8:
{s:8:"language";s:2:"tl";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-30
02:38:08";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:7:"p
ackage";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip";s:3:"i
so";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:
{s:8:"continue";s:10:"Magpatuloy";}}s:5:"tr_TR";a:8:
{s:8:"language";s:5:"tr_TR";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-
15
09:03:35";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:7:"pa
ckage";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/tr_TR.zip";s:3:
"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:
{s:8:"continue";s:5:"Devam";}}s:5:"tt_RU";a:8:
{s:8:"language";s:5:"tt_RU";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-
20 20:20:50";s:12:"english_name";s:5:"Tatar";s:11:"native_name";s:19:"Татар
теле";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/tt
_RU.zip";s:3:"iso";a:2:{i:1;s:2:"tt";i:2;s:3:"tat";}s:7:"strings";a:1:
{s:8:"continue";s:17:"дәвам итү";}}s:3:"tah";a:8:
{s:8:"language";s:3:"tah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-06
18:39:39";s:12:"english_name";s:8:"Tahitian";s:11:"native_name";s:10:"Reo
Tahiti";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/
tah.zip";s:3:"iso";a:3:
{i:1;s:2:"ty";i:2;s:3:"tah";i:3;s:3:"tah";}s:7:"strings";a:1:
{s:8:"continue";s:0:"";}}s:5:"ug_CN";a:8:
{s:8:"language";s:5:"ug_CN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-
05
09:23:39";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:9:"Uyƣurqə";s:7:"pa
ckage";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip";s:3:
"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"
‫}};"داۋاملشتۇرۇش‬s:2:"uk";a:8:
{s:8:"language";s:2:"uk";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-17
03:13:31";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";
s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/uk.zip";
s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:
{s:8:"continue";s:20:"Продовжити";}}s:2:"ur";a:8:
{s:8:"language";s:2:"ur";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-03-27
07:08:07";s:12:"english_name";s:4:"Urdu";s:11:"native_name";s:8:"‫;"اردو‬s:7:"package";
s:61:"https://downloads.wordpress.org/translation/core/4.7.5/ur.zip";s:3:"iso";a:2:
{i:1;s:2:"ur";i:2;s:3:"urd";}s:7:"strings";a:1:{s:8:"continue";s:19:" ‫جاری‬
‫}};"رکھیں‬s:5:"uz_UZ";a:8:
{s:8:"language";s:5:"uz_UZ";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
13
09:55:38";s:12:"english_name";s:5:"Uzbek";s:11:"native_name";s:11:"O‘zbekcha";s:7:"
package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/uz_UZ.zip";s:
3:"iso";a:2:{i:1;s:2:"uz";i:2;s:3:"uzb";}s:7:"strings";a:1:
{s:8:"continue";s:11:"Davom etish";}}s:2:"vi";a:8:
{s:8:"language";s:2:"vi";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-04-10
15:33:37";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng
Việt";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.5/vi
.zip";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:
{s:8:"continue";s:12:"Tiếp tục";}}s:5:"zh_TW";a:8:
{s:8:"language";s:5:"zh_TW";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
08 04:16:08";s:12:"english_name";s:16:"Chinese
(Taiwan)";s:11:"native_name";s:12:"繁體中
文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/zh_T
W.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:
{s:8:"continue";s:6:"繼續";}}s:5:"zh_HK";a:8:
{s:8:"language";s:5:"zh_HK";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-05-
23 02:18:07";s:12:"english_name";s:19:"Chinese (Hong
Kong)";s:11:"native_name";s:16:"香港中文版
";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/
zh_HK.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:
{s:8:"continue";s:6:"繼續";}}s:5:"zh_CN";a:8:
{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"4.7.5";s:7:"updated";s:19:"2017-01-
26 15:54:45";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简
体中
文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.5/zh_C
N.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:
{s:8:"continue";s:6:"继续";}}}', 'no');
INSERT INTO `wpor_options` VALUES (548,
'_transient_timeout_learn_press_user_guest_1495660450', '1495667650', 'no');
INSERT INTO `wpor_options` VALUES (549,
'_transient_learn_press_user_guest_1495660450', '1495660450', 'no');
INSERT INTO `wpor_options` VALUES (7633, 'rs-templates', 'a:2:{s:6:"slider";a:170:
{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:"cla
ssic-
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:"ui
d";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:"124
0";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:3
2:"e02e91604b690123a3d07a65582c4fd0";s:3:"img";s:22:"contenttabs/slider.jpg";s:7:"p
review";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:"faceboo
k-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:1
1:"fashion.zip";s:3:"uid";s:32:"4f4b914d6db35e19101ff003c4e7ea3a";s:3:"img";s:18:"f
ashion/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:"flic
kr-
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.zi
p";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:"hig
hlight-
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:"hig
hlight-
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:"1
230";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:"7db18781d44f2adc28c962440894aa
c1";s:3:"img";s:20:"imagehero/slider.jpg";s:7:"preview";s:54:"http://revolution.the
mepunch.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:"inst
a-
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:"levanorestauran
tbar/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:"12
40";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:"r
equired";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"750";s:11:"descriptio
n";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:"med
ia-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:"124
0";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:"201
6-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:"newslet
ter-
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:"p
review";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.themepu
nch.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:"pho
tography-
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:"102
4";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:2
7:"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:"8de7a145f32a362d618d2595ffa2f
724";s:3:"img";s:21:"sportshero/slider.jpg";s:7:"preview";s:54:"http://revolution.t
hemepunch.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:"vime
o-
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:"123
0";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:"c5
75575f96173d88589cddcb06120b77";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:"ver
sion";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/slide
r.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:"yout
ube-
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:"124
0";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:3
2:"e0b2c12a45841bdf21cb96305f2c85bf";s:3:"img";s:22:"youtubehero/slider.jpg";s:7:"p
review";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:"scrol
leffect/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:"content
zoom/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:"foo
dcarousel/slider_cover.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/fo
od-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:"rotati
ngwords/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:"tra
vel-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:"1
240";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:"fulls
creen-
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:"124
0";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/sli
de1.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/slid
e1.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:"bfb09a396
56c7c80e86b468fc5b3403c";s:3:"img";s:17:"woobig/slide1.jpg";s:7:"preview";s:52:"htt
p://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:"201
6-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/sl
ide1.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:"201
6-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:3
2:"03481a9e258501fbe3888b48830ea845";s:3:"img";s:21:"finedining/slide1.jpg";s:7:"pr
eview";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:"d8eb
1fec07a79202d1118bb17f70c233";s:3:"img";s:18:"ourteam/slide1.jpg";s:7:"preview";s:7
4:"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:"our
teamcarousel/slide1.jpg";s:7:"preview";s:83:"http://revolution.themepunch.com/thumb
nail-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:"ui
d";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:"agencywebsit
eheader/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:"prev
iew";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:"a
747bf0837caff86c62419a746690209";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:"5f5
57a5fad2fd6ca982a6ae6e9619637";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/sli
de1.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:"12
40";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:"ui
d";s:32:"38eb600893c1484ab8fd2a3dce3678d7";s:3:"img";s:25:"applandingpage/slide1.jp
g";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:"12
40";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:"1
72a1a89a3e3b333cb4dbeb238f534c5";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/slid
e1.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:"stan
dard-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":"revsl
ider-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:"000
0-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:"interactivewhi
teboard.zip";s:3:"uid";s:32:"058b4af535d6c6c7bcec5225845e3eb4";s:3:"img";s:32:"inte
ractivewhiteboard/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:3
2:"d3440b69126d9c186fddc713b18b0002";s:3:"img";s:21:"innovation/slide1.jpg";s:7:"pr
eview";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:"desc
ription";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:"dar
k-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:"dar
k-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:"fullsit
e-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_p
arent";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:"fulls
ite-
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_p
arent";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:"fullsi
te-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_p
arent";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:"ful
lsite-block-3-
services/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpres
s-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_p
arent";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:"ful
lsite-block-4-
products/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpres
s-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_p
arent";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/word
press-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_p
arent";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:"full
site-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_p
arent";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:"fulls
ite-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_p
arent";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:"102
4";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:"12
40";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.z
ip";s:3:"uid";s:32:"0636cb368af3bcaa2f68eb0ebefe6439";s:3:"img";s:28:"creativefront
page/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:"12
40";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:"website
builder-
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:"1
240";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:"website
builder-
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:"1
230";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:"webs
itebuilder-
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:"1
240";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:"web
sitebuilder-
services/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpres
s-website-
builder/";s:7:"version";s:5:"1.0.1";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1
240";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:"web
sitebuilder-
discover/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/word
press-website-
builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1
240";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:"websi
tebuilder-
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:"1
240";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/word
press-website-
builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1
240";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:"websi
tebuilder-
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:"1
240";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:"ui
d";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:"12
40";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:"4948
62ceb6cb7c6658ad7cd36848cccd";s:3:"img";s:18:"duotone/slide1.jpg";s:7:"preview";s:6
4:"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:"12
00";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:"30
d6a6895db1a5f29b1679061551c9f0";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.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"12
40";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:"b8b
46186956f6e66ad0c08e4532bbbde";s:3:"img";s:17:"r_hero/slide1.jpg";s:7:"preview";s:5
9:"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:"12
40";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:"12
40";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:"d6
e368e8fd4862174af6c980389ae530";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:"12
40";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:"inspirationheade
r/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:"ui
d";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:"explorationheade
r/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:"12
40";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:"1
240";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_p
arent";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/s
lide1.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/slid
e1.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_h
eader.zip";s:3:"uid";s:32:"907091e4d58acc7d12f802de2f280b7d";s:3:"img";s:30:"themep
licity_header/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wor
dpress-
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_off
er.zip";s:3:"uid";s:32:"1bd8f9aa2f3e340449664c65ba17fb51";s:3:"img";s:29:"themeplic
ity_offer/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpre
ss-
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_wha
twedo.zip";s:3:"uid";s:32:"aa800a44b5a3eab30414dde1f32bfed7";s:3:"img";s:32:"themep
licity_whatwedo/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/w
ordpress-
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/themeplici
ty_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/themeplicit
y_whatsgreat.zip";s:3:"uid";s:32:"ce9faf8c55ed2e33e091b23667e7173b";s:3:"img";s:34:
"themeplicity_whatsgreat/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepu
nch.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_t
ables.zip";s:3:"uid";s:32:"f28bb4cd20ec1f29a1de7da5ad09c293";s:3:"img";s:30:"themep
licity_tables/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wor
dpress-
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/them
eplicity_contactform.zip";s:3:"uid";s:32:"3e59da970f534490774fa8e053f5b5ed";s:3:"im
g";s:35:"themeplicity_contactform/slide1.jpg";s:7:"preview";s:50:"https://revolutio
n.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_f
ooter.zip";s:3:"uid";s:32:"89eeb0b4b852c5f743e1bd76e3e8f2ef";s:3:"img";s:30:"themep
licity_footer/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wor
dpress-
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_H
eader.zip";s:3:"uid";s:32:"76931033addb20a62557c2845a4d6a11";s:3:"img";s:30:"NiceAn
dClean_Header/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nic
e-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/NiceAndCle
an_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_Abo
ut.zip";s:3:"uid";s:32:"9510f6fdbb8e9473e8c22f692a6bc89f";s:3:"img";s:29:"NiceAndCl
ean_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_vid
eo.zip";s:3:"uid";s:32:"2bb9e1ad329435cc500542d0c7025e15";s:3:"img";s:29:"niceandcl
ean_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/nicean
dclean_highlights.zip";s:3:"uid";s:32:"ff396af163a79d2d5b35db17c1ea7aa6";s:3:"img";
s:34:"niceandclean_highlights/slide1.jpg";s:7:"preview";s:72:"https://revolution.th
emepunch.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/NiceAndCle
an_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/nicean
dclean_textblocks.zip";s:3:"uid";s:32:"1f33eb839c96ea3225faff1c8d382b05";s:3:"img";
s:34:"niceandclean_textblocks/slide1.jpg";s:7:"preview";s:72:"https://revolution.th
emepunch.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:"nic
eandclean_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_f
ooter.zip";s:3:"uid";s:32:"5492d7f72b3771a4e754f91bda063b15";s:3:"img";s:30:"nicean
dclean_footer/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nic
e-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:"98881ab51f71b2
fbdb220752d321b15a";s:3:"img";s:14:"80s/slide1.jpg";s:7:"preview";s:50:"https://rev
olution.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:3
2:"83bd6e1ccef83f03c944fa05b0a2d879";s:3:"img";s:21:"blurslider/slide1.jpg";s:7:"pr
eview";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:"ui
d";s:32:"51258492055b940099eb96ba52901fa9";s:3:"img";s:26:"ComingSoonAddo
n/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:"7408
d8567b8af5716eaabd390422e51b";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:"1
240";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:"partic
le-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/slid
e1.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:352:"[{"path":"revslider-404-
addon\\/revslider-404-addon.php","name":"404 Page Add-
On","url":"https:\\/\\/revolution.themepunch.com\\/direct-customer-
benefits\\/#addoninstall"},{"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/sli
de1.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:"previe
w";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:"pre
view";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:"ui
d";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.zi
p";s:3:"uid";s:32:"83537cae05709ddb9bcb7375470a5894";s:3:"img";s:29:"parallaxzoomsl
ices/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:"doubleexposureeffec
t.zip";s:3:"uid";s:32:"8d9229b5cbcf5bda5fbdc6a8e01a2b8c";s:3:"img";s:31:"doubleexpo
sureeffect/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/wordpr
ess-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:"mountainparallaxh
eader.zip";s:3:"uid";s:32:"8dc64663f317a2abdf179bbe341d016e";s:3:"img";s:33:"mounta
inparallaxheader/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:"d
ate";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.jp
g";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/s
lide1.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:"goodnewswhatsho
t/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/goodnewsfeature
d.zip";s:3:"uid";s:32:"00bde4b09e3700da7183999eaf137ccc";s:3:"img";s:27:"goodnewsfe
atured/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/goodnewsspotl
ight.zip";s:3:"uid";s:32:"138076241a828e1c5764379944755f2b";s:3:"img";s:28:"goodnew
sspotlight/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodne
ws-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/goodnewscarouse
l.zip";s:3:"uid";s:32:"d29d4460a6015e30d08d2714232d3768";s:3:"img";s:27:"goodnewsca
rousel/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.z
ip";s:3:"uid";s:32:"d9568b3193e96577fae630b3a6728785";s:3:"img";s:26:"goodnewscallo
ut/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/s
lide1.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:"102
4";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.zi
p";s:3:"uid";s:32:"1340d1aeefba497a7d404d12a1fceed4";s:3:"img";s:27:"goodnewsmenuba
ck/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:"124
0";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/goodnewsbloghea
der.zip";s:3:"uid";s:32:"abc4d7c1e48475c6def05f1f6d8bf564";s:3:"img";s:29:"goodnews
blogheader/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodne
ws-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:"124
0";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/goodnewsblogc
ontent.zip";s:3:"uid";s:32:"bbf34563da6db2779c29599b503b07e9";s:3:"img";s:30:"goodn
ewsblogcontent/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/go
odnews-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:"124
0";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/goodnew
stestimonials.zip";s:3:"uid";s:32:"606b7336e86f69c567542d3f43712b56";s:3:"img";s:31
:"goodnewstestimonials/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunc
h.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:"124
0";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/goodnewsblogfoo
ter.zip";s:3:"uid";s:32:"1fb88aecfb116fde67ce8d52bd3b5f05";s:3:"img";s:29:"goodnews
blogfooter/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodne
ws-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:"124
0";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:"beforeafterslide
r/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:"12
40";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/sl
ide1.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:"overexposuret
ransition.zip";s:3:"uid";s:32:"13f16bbe6c6d646c7d0cb817a0d3d181";s:3:"img";s:33:"ov
erexposuretransition/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;}}s
:6:"slides";a:162:{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_Project
s";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_textblock
s";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";}}}}', 'no');
INSERT INTO `wpor_options` VALUES (797,
'_transient_timeout_learn_press_user_guest_1495668339', '1495675539', 'no');
INSERT INTO `wpor_options` VALUES (798,
'_transient_learn_press_user_guest_1495668339', '1495668339', 'no');
INSERT INTO `wpor_options` VALUES (1795,
'_transient_learn_press_user_guest_1495754981', '1495754981', 'no');
INSERT INTO `wpor_options` VALUES (817,
'_transient_timeout_learn_press_user_guest_1495669175', '1495676375', 'no');
INSERT INTO `wpor_options` VALUES (808,
'_transient_timeout_learn_press_user_guest_1495668580', '1495675780', 'no');
INSERT INTO `wpor_options` VALUES (809,
'_transient_learn_press_user_guest_1495668580', '1495668580', 'no');
INSERT INTO `wpor_options` VALUES (8474,
'_transient_timeout_learn_press_user_guest_1496962190', '1496969390', 'no');
INSERT INTO `wpor_options` VALUES (818,
'_transient_learn_press_user_guest_1495669175', '1495669175', 'no');
INSERT INTO `wpor_options` VALUES (827,
'_transient_timeout_learn_press_user_guest_1495669795', '1495676995', 'no');
INSERT INTO `wpor_options` VALUES (828,
'_transient_learn_press_user_guest_1495669795', '1495669795', 'no');
INSERT INTO `wpor_options` VALUES (830,
'_transient_timeout_learn_press_user_guest_1495669811', '1495677011', 'no');
INSERT INTO `wpor_options` VALUES (831,
'_transient_learn_press_user_guest_1495669811', '1495669811', 'no');
INSERT INTO `wpor_options` VALUES (873,
'_transient_timeout_external_ip_address_176.55.64.77', '1496276700', 'no');
INSERT INTO `wpor_options` VALUES (865,
'_transient_timeout_learn_press_user_guest_1495671600', '1495678800', 'no');
INSERT INTO `wpor_options` VALUES (833,
'_transient_timeout_learn_press_user_guest_1495669880', '1495677080', 'no');
INSERT INTO `wpor_options` VALUES (834,
'_transient_learn_press_user_guest_1495669880', '1495669880', 'no');
INSERT INTO `wpor_options` VALUES (840,
'_transient_timeout_learn_press_user_guest_1495670376', '1495677576', 'no');
INSERT INTO `wpor_options` VALUES (841,
'_transient_learn_press_user_guest_1495670376', '1495670376', 'no');
INSERT INTO `wpor_options` VALUES (843,
'_transient_timeout_learn_press_user_guest_1495670402', '1495677602', 'no');
INSERT INTO `wpor_options` VALUES (844,
'_transient_learn_press_user_guest_1495670402', '1495670402', 'no');
INSERT INTO `wpor_options` VALUES (856,
'_transient_timeout_learn_press_user_guest_1495671011', '1495678211', 'no');
INSERT INTO `wpor_options` VALUES (857,
'_transient_learn_press_user_guest_1495671011', '1495671011', 'no');
INSERT INTO `wpor_options` VALUES (866,
'_transient_learn_press_user_guest_1495671600', '1495671600', 'no');
INSERT INTO `wpor_options` VALUES (874,
'_transient_external_ip_address_176.55.64.77', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (875,
'_transient_timeout_learn_press_user_guest_1495671900', '1495679100', 'no');
INSERT INTO `wpor_options` VALUES (876,
'_transient_learn_press_user_guest_1495671900', '1495671900', 'no');
INSERT INTO `wpor_options` VALUES (877,
'_transient_timeout_learn_press_user_guest_1495671901', '1495679101', 'no');
INSERT INTO `wpor_options` VALUES (878,
'_transient_learn_press_user_guest_1495671901', '1495671901', 'no');
INSERT INTO `wpor_options` VALUES (970,
'_transient_timeout_learn_press_user_guest_1495673974', '1495681174', 'no');
INSERT INTO `wpor_options` VALUES (884,
'_transient_timeout_learn_press_user_guest_1495672190', '1495679390', 'no');
INSERT INTO `wpor_options` VALUES (885,
'_transient_learn_press_user_guest_1495672190', '1495672190', 'no');
INSERT INTO `wpor_options` VALUES (910,
'_transient_timeout_learn_press_user_guest_1495672787', '1495679987', 'no');
INSERT INTO `wpor_options` VALUES (911,
'_transient_learn_press_user_guest_1495672787', '1495672787', 'no');
INSERT INTO `wpor_options` VALUES (941,
'_transient_timeout_learn_press_user_guest_1495673378', '1495680578', 'no');
INSERT INTO `wpor_options` VALUES (942,
'_transient_learn_press_user_guest_1495673378', '1495673378', 'no');
INSERT INTO `wpor_options` VALUES (952,
'_transient_timeout_learn_press_user_guest_1495673499', '1495680699', 'no');
INSERT INTO `wpor_options` VALUES (953,
'_transient_learn_press_user_guest_1495673499', '1495673499', 'no');
INSERT INTO `wpor_options` VALUES (971,
'_transient_learn_press_user_guest_1495673974', '1495673974', 'no');
INSERT INTO `wpor_options` VALUES (1002,
'_transient_timeout_learn_press_user_guest_1495674676', '1495681876', 'no');
INSERT INTO `wpor_options` VALUES (998,
'_transient_timeout_learn_press_user_guest_1495674580', '1495681780', 'no');
INSERT INTO `wpor_options` VALUES (999,
'_transient_learn_press_user_guest_1495674580', '1495674580', 'no');
INSERT INTO `wpor_options` VALUES (1003,
'_transient_learn_press_user_guest_1495674676', '1495674676', 'no');
INSERT INTO `wpor_options` VALUES (1004,
'_transient_timeout_learn_press_user_guest_1495674677', '1495681877', 'no');
INSERT INTO `wpor_options` VALUES (1005,
'_transient_learn_press_user_guest_1495674677', '1495674677', 'no');
INSERT INTO `wpor_options` VALUES (1018,
'_transient_timeout_learn_press_user_guest_1495675172', '1495682372', 'no');
INSERT INTO `wpor_options` VALUES (1019,
'_transient_learn_press_user_guest_1495675172', '1495675172', 'no');
INSERT INTO `wpor_options` VALUES (1021,
'_transient_timeout_learn_press_user_guest_1495675182', '1495682382', 'no');
INSERT INTO `wpor_options` VALUES (1022,
'_transient_learn_press_user_guest_1495675182', '1495675182', 'no');
INSERT INTO `wpor_options` VALUES (715, '_transient_wc_count_comments',
'O:8:"stdClass":7:{s:8:"approved";s:2:"11";s:12:"post-
trashed";s:1:"1";s:14:"total_comments";i:11;s:3:"all";i:11;s:9:"moderated";i:0;s:4:
"spam";i:0;s:5:"trash";i:0;}', 'yes');
INSERT INTO `wpor_options` VALUES (657, 'rs_cache_overlay', '5.4.3.1', 'yes');
INSERT INTO `wpor_options` VALUES (658, 'revslider-connection', '1', 'yes');
INSERT INTO `wpor_options` VALUES (659, 'revslider-latest-version', '5.4.5.1',
'yes');
INSERT INTO `wpor_options` VALUES (660, 'revslider-stable-version', '4.2', 'yes');
INSERT INTO `wpor_options` VALUES (661, 'revslider-notices', 'a:7:
{i:0;O:8:"stdClass":7:{s:7:"version";s:5:"5.0.9";s:4:"text";s:230:"<a
href="http://revolution.themepunch.com/direct-customer-benefits/"
target="_blank"><img
src="http://updates.themepunch.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:242:"<a
href="http://revolution.themepunch.com/direct-customer-benefits/?ref=515b"
target="_blank"><img
src="http://updates.themepunch.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:240:"<a
href="http://revolution.themepunch.com/direct-customer-benefits/?ref=52b"
target="_blank"><img
src="http://updates.themepunch.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:249:"<a
href="http://revolution.themepunch.com/direct-customer-benefits/?ref=530b"
target="_blank"><img
src="http://updates.themepunch.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:232:"<a
href="http://revolution.themepunch.com/direct-customer-benefits/?ref=54b"
target="_blank"><img src="http://updates.themepunch.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:249:"<a
href="http://revolution.themepunch.com/direct-customer-benefits/?ref=542b"
target="_blank"><img
src="http://updates.themepunch.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:236:"<a
href="http://revolution.themepunch.com/direct-customer-benefits/?ref=545b"
target="_blank"><img
src="http://updates.themepunch.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:{}}}', 'yes');
INSERT INTO `wpor_options` VALUES (662, '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');
INSERT INTO `wpor_options` VALUES (663, 'revslider-addons', 'O:8:"stdClass":17:
{s:26:"revslider-whiteboard-addon";O:8:"stdClass":9:{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:70:"http://updates.themep
unch.tools/addons/images/whiteboard_widget_bg.jpg";s:6:"button";s:11:"How to
use?";}s:22:"revslider-backup-addon";O:8:"stdClass":9:{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:23:"revslider-gallery-addon";O:8:"stdClass":9:
{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:"Conf
igure";}s:25:"revslider-rel-posts-addon";O:8:"stdClass":9:
{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:"Con
figure";}s:26:"revslider-typewriter-addon";O:8:"stdClass":9:
{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:23:"revslider-sharing-addon";O:8:"stdClass":9:{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:27:"revslider-maintenance-addon";O:8:"stdClass":9:
{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.4";s:10:"background";s:0:"";s:6:"button";s:9:"Confi
gure";}s:20:"revslider-snow-addon";O:8:"stdClass":9:{s:4:"slug";s:20:"revslider-
snow-
addon";s:12:"version_from";s:3:"5.3";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.3";s:10:"background";s:0:"";s:6:"button";s:11:"How to
use?";}s:25:"revslider-particles-addon";O:8:"stdClass":9:
{s:4:"slug";s:25:"revslider-particles-
addon";s:12:"version_from";s:3:"5.3";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.4";s:10:"background";s:0:"";s:6:"button";s:11:"Ho
w to use?";}s:24:"revslider-polyfold-addon";O:8:"stdClass":9:
{s:4:"slug";s:24:"revslider-polyfold-
addon";s:12:"version_from";s:3:"5.3";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.1";s:10:"background";s:0:"";s:6:"button";s:11:"How
to use?";}s:19:"revslider-404-addon";O:8:"stdClass":9:{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:"Confi
gure";}s:30:"revslider-prevnext-posts-addon";O:8:"stdClass":9:
{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:"Configu
re";}s:25:"revslider-filmstrip-addon";O:8:"stdClass":9:{s:4:"slug";s:25:"revslider-
filmstrip-
addon";s:12:"version_from";s:3:"5.4";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.0";s:10:"background";s:0:"";s:6:"button";s:6:
"How To";}s:21:"revslider-login-addon";O:8:"stdClass":9:
{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:"Conf
igure";}s:24:"revslider-featured-addon";O:8:"stdClass":9:
{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:"Confi
gure";}s:22:"revslider-slicey-addon";O:8:"stdClass":9:{s:4:"slug";s:22:"revslider-
slicey-
addon";s:12:"version_from";s:3:"5.4";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.0";s:10:"background";s:0:"";s:6:"button";s:6:"
How To";}s:27:"revslider-beforeafter-addon";O:8:"stdClass":9:
{s:4:"slug";s:27:"revslider-beforeafter-
addon";s:12:"version_from";s:7:"5.4.3.2";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.1";s:10:"background";s:0:"";s:6:"button";s:6
:"How To";}}', 'yes');
INSERT INTO `wpor_options` VALUES (664, 'revslider-update-check', '', 'yes');
INSERT INTO `wpor_options` VALUES (670,
'_transient_timeout_learn_press_user_guest_1495663216', '1495670416', 'no');
INSERT INTO `wpor_options` VALUES (671,
'_transient_learn_press_user_guest_1495663216', '1495663216', 'no');
INSERT INTO `wpor_options` VALUES (673,
'_transient_timeout_learn_press_user_guest_1495663826', '1495671026', 'no');
INSERT INTO `wpor_options` VALUES (674,
'_transient_learn_press_user_guest_1495663826', '1495663826', 'no');
INSERT INTO `wpor_options` VALUES (676,
'_transient_timeout_learn_press_user_guest_1495664382', '1495671582', 'no');
INSERT INTO `wpor_options` VALUES (677,
'_transient_learn_press_user_guest_1495664382', '1495664382', 'no');
INSERT INTO `wpor_options` VALUES (680,
'_transient_external_ip_address_31.134.191.117', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (681,
'_transient_timeout_learn_press_user_guest_1495664698', '1495671898', 'no');
INSERT INTO `wpor_options` VALUES (682,
'_transient_learn_press_user_guest_1495664698', '1495664698', 'no');
INSERT INTO `wpor_options` VALUES (2496,
'_transient_timeout_learn_press_user_guest_1495837565', '1495844765', 'no');
INSERT INTO `wpor_options` VALUES (684,
'_transient_timeout_learn_press_user_guest_1495665039', '1495672239', 'no');
INSERT INTO `wpor_options` VALUES (685,
'_transient_learn_press_user_guest_1495665039', '1495665039', 'no');
INSERT INTO `wpor_options` VALUES (1029,
'_transient_timeout_learn_press_user_guest_1495676006', '1495683206', 'no');
INSERT INTO `wpor_options` VALUES (1027,
'_transient_timeout_learn_press_user_guest_1495675827', '1495683027', 'no');
INSERT INTO `wpor_options` VALUES (1028,
'_transient_learn_press_user_guest_1495675827', '1495675827', 'no');
INSERT INTO `wpor_options` VALUES (1046,
'_transient_timeout_learn_press_user_guest_1495683594', '1495690794', 'no');
INSERT INTO `wpor_options` VALUES (725,
'_transient_timeout_learn_press_user_guest_1495666206', '1495673406', 'no');
INSERT INTO `wpor_options` VALUES (726,
'_transient_learn_press_user_guest_1495666206', '1495666206', 'no');
INSERT INTO `wpor_options` VALUES (730,
'_transient_timeout_learn_press_user_guest_1495666279', '1495673479', 'no');
INSERT INTO `wpor_options` VALUES (731,
'_transient_learn_press_user_guest_1495666279', '1495666279', 'no');
INSERT INTO `wpor_options` VALUES (743,
'_transient_timeout_learn_press_user_guest_1495666779', '1495673979', 'no');
INSERT INTO `wpor_options` VALUES (744,
'_transient_learn_press_user_guest_1495666779', '1495666779', 'no');
INSERT INTO `wpor_options` VALUES (1201, 'nav_menu_options', 'a:2:
{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes');
INSERT INTO `wpor_options` VALUES (1195,
'_transient_timeout_learn_press_user_guest_1495723807', '1495731007', 'no');
INSERT INTO `wpor_options` VALUES (775,
'_site_transient_timeout_popular_importers_d162239830a041d40baa1ef57bc5a4e9',
'1495840920', 'no');
INSERT INTO `wpor_options` VALUES (757,
'_transient_timeout_learn_press_user_guest_1495667376', '1495674576', 'no');
INSERT INTO `wpor_options` VALUES (758,
'_transient_learn_press_user_guest_1495667376', '1495667376', 'no');
INSERT INTO `wpor_options` VALUES (760,
'_transient_timeout_learn_press_user_guest_1495667378', '1495674578', 'no');
INSERT INTO `wpor_options` VALUES (761,
'_transient_learn_press_user_guest_1495667378', '1495667378', 'no');
INSERT INTO `wpor_options` VALUES (773,
'_transient_timeout_learn_press_user_guest_1495668079', '1495675279', 'no');
INSERT INTO `wpor_options` VALUES (774,
'_transient_learn_press_user_guest_1495668079', '1495668079', 'no');
INSERT INTO `wpor_options` VALUES (776,
'_site_transient_popular_importers_d162239830a041d40baa1ef57bc5a4e9', 'a:2:
{s:9:"importers";a:8:{s:7:"blogger";a:4:
{s:4:"name";s:7:"Blogger";s:11:"description";s:54:"Import posts, comments, and
users from a Blogger blog.";s:11:"plugin-slug";s:16:"blogger-
importer";s:11:"importer-id";s:7:"blogger";}s:9:"wpcat2tag";a:4:
{s:4:"name";s:29:"Categories and Tags Converter";s:11:"description";s:71:"Convert
existing categories to tags or tags to categories, selectively.";s:11:"plugin-
slug";s:18:"wpcat2tag-importer";s:11:"importer-id";s:10:"wp-
cat2tag";}s:11:"livejournal";a:4:
{s:4:"name";s:11:"LiveJournal";s:11:"description";s:46:"Import posts from
LiveJournal using their API.";s:11:"plugin-slug";s:20:"livejournal-
importer";s:11:"importer-id";s:11:"livejournal";}s:11:"movabletype";a:4:
{s:4:"name";s:24:"Movable Type and TypePad";s:11:"description";s:62:"Import posts
and comments from a Movable Type or TypePad blog.";s:11:"plugin-
slug";s:20:"movabletype-importer";s:11:"importer-id";s:2:"mt";}s:4:"opml";a:4:
{s:4:"name";s:8:"Blogroll";s:11:"description";s:28:"Import links in OPML
format.";s:11:"plugin-slug";s:13:"opml-importer";s:11:"importer-
id";s:4:"opml";}s:3:"rss";a:4:{s:4:"name";s:3:"RSS";s:11:"description";s:30:"Import
posts from an RSS feed.";s:11:"plugin-slug";s:12:"rss-importer";s:11:"importer-
id";s:3:"rss";}s:6:"tumblr";a:4:
{s:4:"name";s:6:"Tumblr";s:11:"description";s:53:"Import posts &amp; media from
Tumblr using their API.";s:11:"plugin-slug";s:15:"tumblr-importer";s:11:"importer-
id";s:6:"tumblr";}s:9:"wordpress";a:4:
{s:4:"name";s:9:"WordPress";s:11:"description";s:96:"Import posts, pages, comments,
custom fields, categories, and tags from a WordPress export file.";s:11:"plugin-
slug";s:18:"wordpress-importer";s:11:"importer-
id";s:9:"wordpress";}}s:10:"translated";b:0;}', 'no');
INSERT INTO `wpor_options` VALUES (2722,
'_transient_learn_press_user_guest_1495876137', '1495876137', 'no');
INSERT INTO `wpor_options` VALUES (2723,
'_transient_timeout_learn_press_user_guest_1495876141', '1495883341', 'no');
INSERT INTO `wpor_options` VALUES (2724,
'_transient_learn_press_user_guest_1495876141', '1495876141', 'no');
INSERT INTO `wpor_options` VALUES (2725,
'_transient_timeout_learn_press_user_guest_1495876897', '1495884097', 'no');
INSERT INTO `wpor_options` VALUES (2726,
'_transient_learn_press_user_guest_1495876897', '1495876897', 'no');
INSERT INTO `wpor_options` VALUES (2744,
'_transient_timeout_learn_press_user_guest_1495888324', '1495895524', 'no');
INSERT INTO `wpor_options` VALUES (2728,
'_transient_timeout_learn_press_user_guest_1495876908', '1495884108', 'no');
INSERT INTO `wpor_options` VALUES (2729,
'_transient_learn_press_user_guest_1495876908', '1495876908', 'no');
INSERT INTO `wpor_options` VALUES (2730,
'_transient_timeout_learn_press_user_guest_1495887484', '1495894684', 'no');
INSERT INTO `wpor_options` VALUES (2731,
'_transient_learn_press_user_guest_1495887484', '1495887484', 'no');
INSERT INTO `wpor_options` VALUES (2732,
'_transient_timeout_learn_press_user_guest_1495887488', '1495894688', 'no');
INSERT INTO `wpor_options` VALUES (2733,
'_transient_learn_press_user_guest_1495887488', '1495887488', 'no');
INSERT INTO `wpor_options` VALUES (2734,
'_transient_timeout_learn_press_user_guest_1495887491', '1495894691', 'no');
INSERT INTO `wpor_options` VALUES (2735,
'_transient_learn_press_user_guest_1495887491', '1495887491', 'no');
INSERT INTO `wpor_options` VALUES (2736,
'_transient_timeout_learn_press_user_guest_1495887494', '1495894694', 'no');
INSERT INTO `wpor_options` VALUES (2737,
'_transient_learn_press_user_guest_1495887494', '1495887494', 'no');
INSERT INTO `wpor_options` VALUES (2738,
'_transient_timeout_external_ip_address_178.240.30.169', '1496492909', 'no');
INSERT INTO `wpor_options` VALUES (2739,
'_transient_external_ip_address_178.240.30.169', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (2740,
'_transient_timeout_learn_press_user_guest_1495888109', '1495895309', 'no');
INSERT INTO `wpor_options` VALUES (2741,
'_transient_learn_press_user_guest_1495888109', '1495888109', 'no');
INSERT INTO `wpor_options` VALUES (2742,
'_transient_timeout_learn_press_user_guest_1495888110', '1495895310', 'no');
INSERT INTO `wpor_options` VALUES (2743,
'_transient_learn_press_user_guest_1495888110', '1495888110', 'no');
INSERT INTO `wpor_options` VALUES (2745,
'_transient_learn_press_user_guest_1495888324', '1495888324', 'no');
INSERT INTO `wpor_options` VALUES (2749,
'_transient_timeout_learn_press_user_guest_1495888326', '1495895526', 'no');
INSERT INTO `wpor_options` VALUES (2747,
'_transient_timeout_learn_press_user_guest_1495888325', '1495895525', 'no');
INSERT INTO `wpor_options` VALUES (2748,
'_transient_learn_press_user_guest_1495888325', '1495888325', 'no');
INSERT INTO `wpor_options` VALUES (2750,
'_transient_learn_press_user_guest_1495888326', '1495888326', 'no');
INSERT INTO `wpor_options` VALUES (2751,
'_transient_timeout_learn_press_user_guest_1495888329', '1495895529', 'no');
INSERT INTO `wpor_options` VALUES (2752,
'_transient_learn_press_user_guest_1495888329', '1495888329', 'no');
INSERT INTO `wpor_options` VALUES (2753,
'_transient_timeout_external_ip_address_85.101.210.30', '1496493887', 'no');
INSERT INTO `wpor_options` VALUES (2754,
'_transient_external_ip_address_85.101.210.30', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (2755,
'_transient_timeout_learn_press_user_guest_1495889087', '1495896287', 'no');
INSERT INTO `wpor_options` VALUES (2756,
'_transient_learn_press_user_guest_1495889087', '1495889087', 'no');
INSERT INTO `wpor_options` VALUES (2758,
'_transient_timeout_learn_press_user_guest_1495891112', '1495898312', 'no');
INSERT INTO `wpor_options` VALUES (2759,
'_transient_learn_press_user_guest_1495891112', '1495891112', 'no');
INSERT INTO `wpor_options` VALUES (2761,
'_transient_timeout_learn_press_user_guest_1495891114', '1495898314', 'no');
INSERT INTO `wpor_options` VALUES (2762,
'_transient_learn_press_user_guest_1495891114', '1495891114', 'no');
INSERT INTO `wpor_options` VALUES (2763,
'_transient_timeout_learn_press_user_guest_1495891266', '1495898466', 'no');
INSERT INTO `wpor_options` VALUES (2764,
'_transient_learn_press_user_guest_1495891266', '1495891266', 'no');
INSERT INTO `wpor_options` VALUES (2766,
'_transient_timeout_learn_press_user_guest_1495893124', '1495900324', 'no');
INSERT INTO `wpor_options` VALUES (2767,
'_transient_learn_press_user_guest_1495893124', '1495893124', 'no');
INSERT INTO `wpor_options` VALUES (2771,
'_transient_timeout_learn_press_user_guest_1495893865', '1495901065', 'no');
INSERT INTO `wpor_options` VALUES (2769,
'_transient_timeout_learn_press_user_guest_1495893125', '1495900325', 'no');
INSERT INTO `wpor_options` VALUES (2770,
'_transient_learn_press_user_guest_1495893125', '1495893125', 'no');
INSERT INTO `wpor_options` VALUES (2772,
'_transient_learn_press_user_guest_1495893865', '1495893865', 'no');
INSERT INTO `wpor_options` VALUES (2774,
'_transient_timeout_learn_press_user_guest_1495893888', '1495901088', 'no');
INSERT INTO `wpor_options` VALUES (2775,
'_transient_learn_press_user_guest_1495893888', '1495893888', 'no');
INSERT INTO `wpor_options` VALUES (2776,
'_transient_timeout_learn_press_user_guest_1495893905', '1495901105', 'no');
INSERT INTO `wpor_options` VALUES (2777,
'_transient_learn_press_user_guest_1495893905', '1495893905', 'no');
INSERT INTO `wpor_options` VALUES (2778,
'_transient_timeout_learn_press_user_guest_1495893907', '1495901107', 'no');
INSERT INTO `wpor_options` VALUES (2779,
'_transient_learn_press_user_guest_1495893907', '1495893907', 'no');
INSERT INTO `wpor_options` VALUES (2780,
'_transient_timeout_learn_press_user_guest_1495893913', '1495901113', 'no');
INSERT INTO `wpor_options` VALUES (2781,
'_transient_learn_press_user_guest_1495893913', '1495893913', 'no');
INSERT INTO `wpor_options` VALUES (1487,
'_transient_timeout_learn_press_user_guest_1495744413', '1495751613', 'no');
INSERT INTO `wpor_options` VALUES (1488,
'_transient_learn_press_user_guest_1495744413', '1495744413', 'no');
INSERT INTO `wpor_options` VALUES (1491,
'_transient_learn_press_user_guest_1495744548', '1495744548', 'no');
INSERT INTO `wpor_options` VALUES (1492,
'_transient_timeout_learn_press_user_guest_1495744592', '1495751792', 'no');
INSERT INTO `wpor_options` VALUES (1493,
'_transient_learn_press_user_guest_1495744592', '1495744592', 'no');
INSERT INTO `wpor_options` VALUES (1494,
'_transient_timeout_learn_press_user_guest_1495744606', '1495751806', 'no');
INSERT INTO `wpor_options` VALUES (1495,
'_transient_learn_press_user_guest_1495744606', '1495744606', 'no');
INSERT INTO `wpor_options` VALUES (1497,
'_transient_timeout_learn_press_user_guest_1495744646', '1495751846', 'no');
INSERT INTO `wpor_options` VALUES (1498,
'_transient_learn_press_user_guest_1495744646', '1495744646', 'no');
INSERT INTO `wpor_options` VALUES (8796, '_transient_timeout_sow:cleared',
'1497610546', 'no');
INSERT INTO `wpor_options` VALUES (1501,
'_transient_timeout_learn_press_user_guest_1495744682', '1495751882', 'no');
INSERT INTO `wpor_options` VALUES (1502,
'_transient_learn_press_user_guest_1495744682', '1495744682', 'no');
INSERT INTO `wpor_options` VALUES (1503,
'_transient_timeout_learn_press_user_guest_1495744683', '1495751883', 'no');
INSERT INTO `wpor_options` VALUES (1076,
'_transient_external_ip_address_176.55.4.102', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1077,
'_transient_timeout_learn_press_user_guest_1495700155', '1495707355', 'no');
INSERT INTO `wpor_options` VALUES (1078,
'_transient_learn_press_user_guest_1495700155', '1495700155', 'no');
INSERT INTO `wpor_options` VALUES (1079,
'_transient_timeout_learn_press_user_guest_1495700157', '1495707357', 'no');
INSERT INTO `wpor_options` VALUES (1080,
'_transient_learn_press_user_guest_1495700157', '1495700157', 'no');
INSERT INTO `wpor_options` VALUES (1084,
'_transient_timeout_learn_press_user_guest_1495701738', '1495708938', 'no');
INSERT INTO `wpor_options` VALUES (1082,
'_transient_timeout_learn_press_user_guest_1495701737', '1495708937', 'no');
INSERT INTO `wpor_options` VALUES (1083,
'_transient_learn_press_user_guest_1495701737', '1495701737', 'no');
INSERT INTO `wpor_options` VALUES (1030,
'_transient_learn_press_user_guest_1495676006', '1495676006', 'no');
INSERT INTO `wpor_options` VALUES (1037,
'_transient_timeout_learn_press_user_guest_1495676384', '1495683584', 'no');
INSERT INTO `wpor_options` VALUES (1038,
'_transient_learn_press_user_guest_1495676384', '1495676384', 'no');
INSERT INTO `wpor_options` VALUES (1041,
'_transient_timeout_learn_press_user_guest_1495677054', '1495684254', 'no');
INSERT INTO `wpor_options` VALUES (1042,
'_transient_learn_press_user_guest_1495677054', '1495677054', 'no');
INSERT INTO `wpor_options` VALUES (1044,
'_transient_timeout_learn_press_user_guest_1495677153', '1495684353', 'no');
INSERT INTO `wpor_options` VALUES (1045,
'_transient_learn_press_user_guest_1495677153', '1495677153', 'no');
INSERT INTO `wpor_options` VALUES (1047,
'_transient_learn_press_user_guest_1495683594', '1495683594', 'no');
INSERT INTO `wpor_options` VALUES (1051,
'_transient_timeout_learn_press_user_guest_1495683601', '1495690801', 'no');
INSERT INTO `wpor_options` VALUES (1049,
'_transient_timeout_learn_press_user_guest_1495683596', '1495690796', 'no');
INSERT INTO `wpor_options` VALUES (1050,
'_transient_learn_press_user_guest_1495683596', '1495683596', 'no');
INSERT INTO `wpor_options` VALUES (1052,
'_transient_learn_press_user_guest_1495683601', '1495683601', 'no');
INSERT INTO `wpor_options` VALUES (1060,
'_transient_timeout_learn_press_user_guest_1495699247', '1495706447', 'no');
INSERT INTO `wpor_options` VALUES (1054,
'_transient_timeout_learn_press_user_guest_1495698634', '1495705834', 'no');
INSERT INTO `wpor_options` VALUES (1055,
'_transient_learn_press_user_guest_1495698634', '1495698634', 'no');
INSERT INTO `wpor_options` VALUES (1056,
'_transient_timeout_learn_press_user_guest_1495699244', '1495706444', 'no');
INSERT INTO `wpor_options` VALUES (1057,
'_transient_learn_press_user_guest_1495699244', '1495699244', 'no');
INSERT INTO `wpor_options` VALUES (1058,
'_transient_timeout_learn_press_user_guest_1495699245', '1495706445', 'no');
INSERT INTO `wpor_options` VALUES (1059,
'_transient_learn_press_user_guest_1495699245', '1495699245', 'no');
INSERT INTO `wpor_options` VALUES (1061,
'_transient_learn_press_user_guest_1495699247', '1495699247', 'no');
INSERT INTO `wpor_options` VALUES (1062,
'_transient_timeout_external_ip_address_202.46.51.207', '1496304154', 'no');
INSERT INTO `wpor_options` VALUES (1063,
'_transient_external_ip_address_202.46.51.207', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1064,
'_transient_timeout_learn_press_user_guest_1495699354', '1495706554', 'no');
INSERT INTO `wpor_options` VALUES (1065,
'_transient_learn_press_user_guest_1495699354', '1495699354', 'no');
INSERT INTO `wpor_options` VALUES (1075,
'_transient_timeout_external_ip_address_176.55.4.102', '1496304955', 'no');
INSERT INTO `wpor_options` VALUES (1067,
'_transient_timeout_learn_press_user_guest_1495699925', '1495707125', 'no');
INSERT INTO `wpor_options` VALUES (1068,
'_transient_learn_press_user_guest_1495699925', '1495699925', 'no');
INSERT INTO `wpor_options` VALUES (1090,
'_transient_timeout_learn_press_user_guest_1495710458', '1495717658', 'no');
INSERT INTO `wpor_options` VALUES (1091,
'_transient_learn_press_user_guest_1495710458', '1495710458', 'no');
INSERT INTO `wpor_options` VALUES (1103,
'_transient_timeout_external_ip_address_46.2.241.9', '1496317454', 'no');
INSERT INTO `wpor_options` VALUES (1094,
'_transient_timeout_learn_press_user_guest_1495710651', '1495717851', 'no');
INSERT INTO `wpor_options` VALUES (1095,
'_transient_learn_press_user_guest_1495710651', '1495710651', 'no');
INSERT INTO `wpor_options` VALUES (1097,
'_transient_timeout_learn_press_user_guest_1495710652', '1495717852', 'no');
INSERT INTO `wpor_options` VALUES (1098,
'_transient_learn_press_user_guest_1495710652', '1495710652', 'no');
INSERT INTO `wpor_options` VALUES (1099,
'_transient_timeout_external_ip_address_46.104.41.200', '1496316251', 'no');
INSERT INTO `wpor_options` VALUES (1100,
'_transient_external_ip_address_46.104.41.200', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1101,
'_transient_timeout_learn_press_user_guest_1495711451', '1495718651', 'no');
INSERT INTO `wpor_options` VALUES (1102,
'_transient_learn_press_user_guest_1495711451', '1495711451', 'no');
INSERT INTO `wpor_options` VALUES (1104,
'_transient_external_ip_address_46.2.241.9', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1105,
'_transient_timeout_learn_press_user_guest_1495712654', '1495719854', 'no');
INSERT INTO `wpor_options` VALUES (1106,
'_transient_learn_press_user_guest_1495712654', '1495712654', 'no');
INSERT INTO `wpor_options` VALUES (1108,
'_transient_timeout_learn_press_user_guest_1495712773', '1495719973', 'no');
INSERT INTO `wpor_options` VALUES (1109,
'_transient_learn_press_user_guest_1495712773', '1495712773', 'no');
INSERT INTO `wpor_options` VALUES (1110,
'_transient_timeout_external_ip_address_91.93.117.54', '1496319076', 'no');
INSERT INTO `wpor_options` VALUES (1111,
'_transient_external_ip_address_91.93.117.54', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1112,
'_transient_timeout_learn_press_user_guest_1495714276', '1495721476', 'no');
INSERT INTO `wpor_options` VALUES (1113,
'_transient_learn_press_user_guest_1495714276', '1495714276', 'no');
INSERT INTO `wpor_options` VALUES (1123,
'_transient_timeout_external_ip_address_185.36.102.114', '1496324170', 'no');
INSERT INTO `wpor_options` VALUES (1115,
'_transient_timeout_learn_press_user_guest_1495714277', '1495721477', 'no');
INSERT INTO `wpor_options` VALUES (1116,
'_transient_learn_press_user_guest_1495714277', '1495714277', 'no');
INSERT INTO `wpor_options` VALUES (1117,
'_transient_timeout_external_ip_address_5.176.252.137', '1496321802', 'no');
INSERT INTO `wpor_options` VALUES (1118,
'_transient_external_ip_address_5.176.252.137', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1119,
'_transient_timeout_learn_press_user_guest_1495717002', '1495724202', 'no');
INSERT INTO `wpor_options` VALUES (1120,
'_transient_learn_press_user_guest_1495717002', '1495717002', 'no');
INSERT INTO `wpor_options` VALUES (1121,
'_transient_timeout_learn_press_user_guest_1495717003', '1495724203', 'no');
INSERT INTO `wpor_options` VALUES (1122,
'_transient_learn_press_user_guest_1495717003', '1495717003', 'no');
INSERT INTO `wpor_options` VALUES (1124,
'_transient_external_ip_address_185.36.102.114', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1130,
'_transient_timeout_learn_press_user_guest_1495719934', '1495727134', 'no');
INSERT INTO `wpor_options` VALUES (1126,
'_transient_timeout_learn_press_user_guest_1495719371', '1495726571', 'no');
INSERT INTO `wpor_options` VALUES (1127,
'_transient_learn_press_user_guest_1495719371', '1495719371', 'no');
INSERT INTO `wpor_options` VALUES (1128,
'_transient_timeout_learn_press_user_guest_1495719932', '1495727132', 'no');
INSERT INTO `wpor_options` VALUES (1129,
'_transient_learn_press_user_guest_1495719932', '1495719932', 'no');
INSERT INTO `wpor_options` VALUES (1131,
'_transient_learn_press_user_guest_1495719934', '1495719934', 'no');
INSERT INTO `wpor_options` VALUES (1132,
'_transient_timeout_learn_press_user_guest_1495719987', '1495727187', 'no');
INSERT INTO `wpor_options` VALUES (1133,
'_transient_learn_press_user_guest_1495719987', '1495719987', 'no');
INSERT INTO `wpor_options` VALUES (1134,
'_transient_timeout_learn_press_user_guest_1495721037', '1495728237', 'no');
INSERT INTO `wpor_options` VALUES (1135,
'_transient_learn_press_user_guest_1495721037', '1495721037', 'no');
INSERT INTO `wpor_options` VALUES (1137,
'_transient_timeout_learn_press_user_guest_1495721203', '1495728403', 'no');
INSERT INTO `wpor_options` VALUES (1138,
'_transient_learn_press_user_guest_1495721203', '1495721203', 'no');
INSERT INTO `wpor_options` VALUES (1139,
'_transient_timeout_external_ip_address_85.99.234.207', '1496327234', 'no');
INSERT INTO `wpor_options` VALUES (1140,
'_transient_external_ip_address_85.99.234.207', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1144,
'_transient_timeout_learn_press_user_guest_1495722435', '1495729635', 'no');
INSERT INTO `wpor_options` VALUES (1141,
'_transient_timeout_learn_press_user_guest_1495722434', '1495729634', 'no');
INSERT INTO `wpor_options` VALUES (1142,
'_transient_learn_press_user_guest_1495722434', '1495722434', 'no');
INSERT INTO `wpor_options` VALUES (1145,
'_transient_learn_press_user_guest_1495722435', '1495722435', 'no');
INSERT INTO `wpor_options` VALUES (6205,
'_transient_timeout_external_ip_address_85.97.187.123', '1497002959', 'no');
INSERT INTO `wpor_options` VALUES (6206,
'_transient_external_ip_address_85.97.187.123', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1196,
'_transient_learn_press_user_guest_1495723807', '1495723807', 'no');
INSERT INTO `wpor_options` VALUES (1149,
'_transient_timeout_learn_press_user_guest_1495723180', '1495730380', 'no');
INSERT INTO `wpor_options` VALUES (1150,
'_transient_learn_press_user_guest_1495723180', '1495723180', 'no');
INSERT INTO `wpor_options` VALUES (1153, 'pmpro_logins', 'a:5:
{s:5:"today";i:1;s:8:"thisdate";s:10:"2017-12-
06";s:5:"month";i:9;s:9:"thismonth";s:1:"6";s:7:"alltime";i:14;}', 'yes');
INSERT INTO `wpor_options` VALUES (9116,
'_site_transient_timeout_browser_5d9a37c6a96acca914609d0251644dda', '1497717104',
'no');
INSERT INTO `wpor_options` VALUES (9117,
'_site_transient_browser_5d9a37c6a96acca914609d0251644dda', 'a:9:
{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"58.0.3029
.110";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"htt
p://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wo
rdpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrad
e";b:0;s:8:"insecure";b:0;}', 'no');
INSERT INTO `wpor_options` VALUES (1156,
'_transient_timeout_learn_press_user_guest_1495723213', '1495730413', 'no');
INSERT INTO `wpor_options` VALUES (1157,
'_transient_learn_press_user_guest_1495723213', '1495723213', 'no');
INSERT INTO `wpor_options` VALUES (10017, 'pmpro_addons', 'a:69:{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: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:3;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:62:"http://www.paidmembershipspro.com/wp/pmpro-add-paypal-
express/";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.1";s:11:"Description";s:49:"Add PayPal Express
as a Second Option at 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-add-paypal-
express.zip";s:7:"License";s:4:"plus";}i:4;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:55:"http://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.3";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:30:"http://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:5;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:67:"http://www.paidmembershipspro.com/wp/pmpro-address-for-
free-levels/";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.2";s:11:"Description";s:66:"Show address fields
for free levels also with Paid Memberships Pro";s:6:"Author";s:16:"Stranger
Studios";s:9:"AuthorURI";s:30:"http://www.strangerstudios.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:6;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:7;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:8;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:98:"https://www.paidmembershipspro.com/add-ons/plus-
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.2";s:11:"Description";s:55:"Make auto-
renewal optional at checkout with a checkbox.";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-auto-renewal-
checkbox.zip";s:7:"License";s:4:"plus";}i:9;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:47:"http://www.paidmembershipspro.com/pmpro-
aweber/";s:4:"Slug";s:12:"pmpro-aweber";s:6:"plugin";s:29:"pmpro-aweber/pmpro-
aweber.php";s:7:"Version";s:3:"1.3";s:11:"Description";s:56:"Sync your WordPress
users and members with AWeber lists.";s:6:"Author";s:16:"Stranger
Studios";s:9:"AuthorURI";s:30:"http://www.strangerstudios.com";s:8:"Download";s:55:
"https://downloads.wordpress.org/plugin/pmpro-
aweber.zip";s:7:"License";s:13:"wordpress.org";}i:10;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:48:"http://www.paidmembershipspro.com/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.3";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:30:"http://www.strangerstudios.com";s:8:"Download";s:56:"h
ttps://downloads.wordpress.org/plugin/pmpro-
bbpress.zip";s:7:"License";s:13:"wordpress.org";}i:11;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:12;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:13;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:14;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:47:"http://www.paidmembershipspro.com/wp/pmpro-
cpt/";s:4:"Slug";s:9:"pmpro-cpt";s:6:"plugin";s:23:"pmpro-cpt/pmpro-
cpt.php";s:7:"Version";s:2:".2";s:11:
"Description";s:76:"Add the PMPro meta box to CPTs and redirects non-members to a
selected page.";s:6:"Author";s:16:"Stranger
Studios";s:9:"AuthorURI";s:30:"http://www.strangerstudios.com";s:8:"Download";s:66:
"http://license.paidmembershipspro.com/downloads/plus/pmpro-
cpt.zip";s:7:"License";s:4:"plus";}i:15;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:".4";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.paidmemberships
pro.com/downloads/free/pmpro-toolkit.zip";s:7:"License";s:4:"plus";}i:16;a:11:
{s:4:"Name";s:32:"Paid Memberships Pro - Donations";s:5:"Title";s:32:"Paid
Memberships Pro -
Donations";s:9:"PluginURI";s:58:"http://www.paidmembershipspro.com/add-ons/pmpro-
donations/";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:16:"Stranger
Studios";s:9:"AuthorURI";s:30:"http://www.strangerstudios.com";s:8:"Download";s:72:
"http://license.paidmembershipspro.com/downloads/plus/pmpro-
donations.zip";s:7:"License";s:4:"plus";}i:17;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: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:18;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:".4";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:19;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:20;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:6:".3.7.1";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:21;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:22;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:23;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:61:"http://www.paidmembershipspro.com/pmpro-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:2:".3";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:16:"Stranger
Studios";s:9:"AuthorURI";s:33:"http://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:24;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:25;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:26;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.2";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:27;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:"http://www.paidmembershipspro.com/wp/pmpro-divb-
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:28;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:29;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:4:".1.1";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:30;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.0.3";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:31;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:32;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:2:".5";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:33;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:34;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:35;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:36;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:37;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:38;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:64:"http://www.paidmembershipspro.com/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:2:".3";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:30:"http://www.strangerstudios.com";s:8:"Download";s:86:
"http://license.paidmembershipspro.com/downloads/plus/pmpro-membership-manager-
role.zip";s:7:"License";s:4:"plus";}i:39;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:53:"http://www.paidmembershipspro.com/wp/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.1";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:30:"http://www.strangerstudios.com";s:8:"Download";s:72:
"http://license.paidmembershipspro.com/downloads/plus/pmpro-nav-
menus.zip";s:7:"License";s:4:"plus";}i:40;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:56:"http://www.paidmembershipspro.com/wp/pmpro-pay-by-
check/";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.7";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-pay-by-
check.zip";s:7:"License";s:4:"plus";}i:41;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:42;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:".2";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:43;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:2:".5";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:"L
icense";s:4:"plus";}i:44;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:56:"http://www.paidmembershipspro.com/pmpro-register-
helper/";s:4:"Slug";s:21:"pmpro-register-helper";s:6:"plugin";s:47:"pmpro-register-
helper/pmpro-register-
helper.php";s:7:"Version";s:5:"1.3.4";s:11:"Description";s:108:"Custom fields,
shortcodes, and other functions to help customize your Paid Memberships Pro
checkout process.";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/free/pmpro-register-
helper.zip";s:7:"License";s:13:"wordpress.org";}i:45;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:".2";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:46;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:47;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:52:"http://www.paidmembershipspro.com/wp/pmpro-
shipping/";s:4:"Slug";s:14:"pmpro-shipping";s:6:"plugin";s:33:"pmpro-
shipping/pmpro-shipping.php";s:7:"Version";s:4:".3.3";s:11:"Description";s:52:"Add
shipping to the checkout page and other updates.";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/plus/pmpro-
shipping.zip";s:7:"License";s:4:"plus";}i:48;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:".1";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:49;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:50;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:66:"http://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.2";s:11:"Description";s:84:"Generate discount
code for a main account holder to distribute to sponsored
members.";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-sponsored-
members.zip";s:7:"License";s:4:"plus";}i:51;a:11:{s:4:"Name";s:48:"Paid Memberships
Pro - Subscription Delays Addon";s:5:"Title";s:48:"Paid Memberships Pro -
Subscription Delays
Addon";s:9:"PluginURI";s:63:"http://www.paidmembershipspro.com/wp/pmpro-
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.3";s:11:"Description";s:138:"Add a field to
levels and discount codes to delay the start of a subscription by X days. (Add
variable-length free trials to your levels.)";s:6:"Author";s:16:"Stranger
Studios";s:9:"AuthorURI";s:30:"http://www.strangerstudios.com";s:8:"Download";s:82:
"http://license.paidmembershipspro.com/downloads/plus/pmpro-subscription-
delays.zip";s:7:"License";s:4:"plus";}i:52;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:4:".5.3";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:53;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:"http://www.paidmembershipspro.com/wp/pmpro-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:2:".5";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:16:"Stranger
Studios";s:9:"AuthorURI";s:30:"http://www.strangerstudios.com";s:8:"Download";s:70:
"http://license.paidmembershipspro.com/downloads/plus/pmpro-vat-
tax.zip";s:7:"License";s:4:"plus";}i:54;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:52:"http://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.4.5";s:11:"Description";s:48:"Integrate
WooCommerce with Paid Memberships Pro.";s:6:"Author";s:16:"Stranger
Studios";s:9:"AuthorURI";s:30:"http://www.strangerstudios.com";s:8:"Download";s:60:
"https://downloads.wordpress.org/plugin/pmpro-
woocommerce.zip";s:7:"License";s:13:"wordpress.org";}i:55;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:56;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:57;a:11:{s:4:"Name";s:43:"Paid
Memberships Pro Network Subsite Helper";s:5:"Title";s:43:"Paid Memberships Pro
Network Subsite
Helper";s:9:"PluginURI";s:65:"http://www.paidmembershipspro.com/add-ons/pmpro-
network-subsites/";s:4:"Slug";s:21:"pmpro-network-
subsite";s:6:"plugin";s:47:"pmpro-network-subsite/pmpro-network-
subsite.php";s:7:"Version";s:2:".4";s:11:"Description";s:147:"Replacement for Paid
Memberships Pro meant to be run on a network site, pointing to another network
site''s PMPro install for membership checks/etc.";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:58;a:11:{s:4:"Name";s:28:"PMPro Custom
Level Cost Test";s:5:"Title";s:28:"PMPro Custom Level Cost
Test";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:2:".1";s:11:"Description";s:70:"Manually
override the level cost text for each level or discount
code.";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:59;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:60;a:11:{s:4:"Name";s:17:"PMPro
KISSmetrics";s:5:"Title";s:17:"PMPro
KISSmetrics";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:".2.1";s:11:"Description";s:57:"Integrates PMPro
with KISSmetrics to track user activity.";s:6:"Author";s:16:"Stranger
Studios";s:9:"AuthorURI";s:26:"http://strangerstudios.com";s:8:"Download";s:60:"htt
ps://downloads.wordpress.org/plugin/pmpro-
kissmetrics.zip";s:7:"License";s:13:"wordpress.org";}i:61;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:"ht
tp://license.paidmembershipspro.com/downloads/plus/pmpro-ul-
levels.zip";s:7:"License";s:4:"plus";}i:62;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:63;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:64;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:65;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:66;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:"h
ttp://license.paidmembershipspro.com/downloads/plus/pmpro-social-
locker.zip";s:7:"License";s:4:"plus";}i:67;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://l
icense.paidmembershipspro.com/downloads/plus/pmpro-strong-
passwords.zip";s:7:"License";s:4:"plus";}i:68;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:3:"1.3";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');
INSERT INTO `wpor_options` VALUES (10019,
'_transient_timeout_learn_press_statistic_plugin', '1497292685', 'no');
INSERT INTO `wpor_options` VALUES (10020,
'_transient_learn_press_statistic_plugin', 'O:8:"stdClass":27:
{s:4:"name";s:39:"LearnPress &#8211; WordPress LMS
Plugin";s:4:"slug";s:10:"learnpress";s:7:"version";s:7:"2.1.6.1";s:6:"author";s:44:
"<a
href="http://thimpress.com">ThimPress</a>";s:14:"author_profile";s:38:"https://prof
iles.wordpress.org/thongta";s:12:"contributors";a:7:
{s:7:"chinhtm";s:38:"https://profiles.wordpress.org/chinhtm";s:7:"kendy73";s:38:"ht
tps://profiles.wordpress.org/kendy73";s:6:"leehld";s:37:"https://profiles.wordpress
.org/leehld";s:13:"phonglqfoobla";s:44:"https://profiles.wordpress.org/phonglqfoobl
a";s:9:"thimpress";s:40:"https://profiles.wordpress.org/thimpress";s:7:"thongta";s:
38:"https://profiles.wordpress.org/thongta";s:6:"tunnhn";s:37:"https://profiles.wor
dpress.org/tunnhn";}s:8:"requires";s:3:"3.8";s:6:"tested";s:5:"4.7.5";s:13:"compati
bility";a:0:{}s:6:"rating";d:82;s:7:"ratings";a:5:
{i:5;i:112;i:4;i:6;i:3;i:4;i:2;i:3;i:1;i:27;}s:11:"num_ratings";i:152;s:15:"support
_threads";i:40;s:24:"support_threads_resolved";i:4;s:15:"active_installs";i:20000;s
:10:"downloaded";i:205507;s:12:"last_updated";s:21:"2017-04-20 2:19pm
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:12215:"<p><strong><a href="http://thimpress.com/learnpress"
rel="nofollow">WordPress LMS Plugin</a></strong> &#8211; 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 &amp; sell courses online. Each
course curriculum can be made with lessons &amp; quizzes which can be managed with
easy-to-use user interface, we really made it for lazy people.</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>Christmas &amp; New Year Week Sale &#8211; 10
Days Left</strong></p>\n<p><a href="http://eepurl.com/cbKSQX" rel="nofollow">Click
here</a> to get a coupon for 25% Off all LearnPress Add-ons</p>\n<p>Or you can <a
href="http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?
utm_source=wporg&amp;utm_medium=learnpressDC&amp;ref=thimpress&amp;utm_campaign=lea
rnpress" rel="nofollow">buy Education WP theme</a> for only 64$ 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&amp;utm_medium=learnpressDC&amp;ref=thimpress&amp;utm_campaign=lea
rnpress" rel="nofollow">WordPress theme for Coaches, Trainers, Teachers &#8211;
Coaching WP</a> is also FOR SALE at only $59, LearnPress
included.</p>\n</blockquote>\n<h3>LMS &amp; 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&amp;utm_medium=learnpress&amp;ref=thimpress&amp;utm_campaign=learn
press" 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&amp;utm_medium=learnpress&amp;ref=thimpress&amp;utm_campaign=learn
press" rel="nofollow">Coaching WordPress Theme</a></strong> &amp; <strong><a
href="http://themeforest.net/item/lms-wordpress-theme-elearning-wp/11797847?
utm_source=wporg&amp;utm_medium=learnpress&amp;ref=thimpress&amp;utm_campaign=learn
press" 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 &#8211;
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&amp;utm_medium=learnpress&amp;ref=thimpress&amp;utm_campaign=learn
press" 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=zTtZ_CpWDOY" rel="nofollow">Click here &gt;&gt;</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/zTtZ_CpWDOY?
version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#0
38;iv_load_policy=1&#038;hd=1&#038;wmode=transparent&#038;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 &#8211; 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&#8217;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&#8217;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> &#8211; add courses to a wishlist for
students.</li>\n<li><a href="https://wordpress.org/plugins/learnpress-course-
review">LearnPress Course Review</a> &#8211; review course for enrolled
students.</li>\n<li><a href="https://wordpress.org/plugins/learnpress-import-
export">LearnPress Import/Export</a> &#8211; 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> &#8211; 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> &#8211; add bbPress Forum support for LearnPress WordPress LMS
Plugin.</li>\n<li><a href="https://wordpress.org/plugins/learnpress-
buddypress">LearnPress BuddyPress Integration</a> &#8211; add BuddyPress support
for LearnPress WordPress LMS Plugin, turn your WordPress BuddyPress website into
<em>BuddyPress LMS</em> (<em>BuddyPress Learning Management
System</em>)&#8221;.</li>\n</ul>\n<h3>Premium add-ons for LearnPress WordPress LMS
Plugin</h3>\n<ul>\n<li><a href="http://thimpress.com/product/mycred-add-on-for-
learnpress/" rel="nofollow">myCRED add-on for LearnPress</a> &#8211; adding myCRED
support for LearnPress WordPress LMS plugin, you can add badges, 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> &#8211; adding drag &amp;
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> &#8211;
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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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>
&#8211; integrates Paid Membership Pro with LearnPress, bring membership feature to
your powerful WordPress based LMS system.</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>Flemenkçe</li>\n</ol>\n<h3>WordPress LMS Plugin
&#8211; 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</li>\n<li>Etkinlikle
r</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>Mathjax
support</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&#8217;s note</li>\n<li>Private message from Admin to
teacher</li>\n<li>Group payment</li>\n<li>Announcement (come up with
email)</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 &#8216;Plugin &gt; Add new&#8217;.<br />\n2.
Search for &#8216;LearnPress&#8217;.<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
&#8216;Plugins&#8217; menu in WordPress
Dashboard.</p>\n";s:3:"faq";s:2499:"\n<h4>Installation
Instructions</h4>\n<p>\n<p><strong>From your WordPress dashboard</strong><br />\n1.
Visit &#8216;Plugin &gt; Add new&#8217;.<br />\n2. Search for
&#8216;LearnPress&#8217;.<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
&#8216;Plugins&#8217; menu in WordPress Dashboard.</p>\n</p>\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:14398:"<h4>2.1.6.1</h4>\n<ul>\n<li>Removed cache-flush param</li>\n<li>Added
some filters for evaluating course results</li>\n<li>Fixed js unreachable
code</li>\n<li>Fixed warning message on update
post</li>\n</ul>\n<h4>2.1.6</h4>\n<ul>\n<li>Add more options for course
results</li>\n<li>Made &#8216;Show correct answer&#8217; option depending on
&#8216;Show/Hide questions&#8217;</li>\n<li>Fixed process fields are added by
filter for become a teacher form</li>\n<li>Fixed wrong user profile
url</li>\n<li>Fixed user avatar can not save in profile</li>\n<li>Remove related
data after removing posts</li>\n</ul>\n<h4>2.1.5.5</h4>\n<ul>\n<li>Fixed issue with
slug of course page is the same with slug of course tab in profile</li>\n<li>Fixed
issue with metabox show/hide field</li>\n</ul>\n<h4>2.1.5.4</h4>\n<ul>\n<li>Fixed
code with old version of PHP</li>\n</ul>\n<h4>2.1.5.3</h4>\n<ul>\n<li>Fixed a bug
when using template_include filter</li>\n</ul>\n<h4>2.1.5.2</h4>\n<ul>\n<li>Fixed
some warning messaages</li>\n<li>Fixed orders display missing in user
profile</li>\n</ul>\n<h4>2.1.5</h4>\n<ul>\n<li>Added feature allow creating an
order for multi users</li>\n<li>Added option to force an action can be triggered
after updated order</li>\n<li>Added hook for logout redirection</li>\n<li>Improved
emails system ( add emails: order status changed for user, course enrolled for
admin, course updated for admin )</li>\n<li>Improved sql queries
performance</li>\n<li>Fixed &#8216;Preview&#8217; label can not click-
able</li>\n<li>Fixed option &#8216;Show correct answer&#8217; does not work
correctly</li>\n<li>Re-added Recent/Popular/Featured widgets and
shortcodes</li>\n</ul>\n<h4>2.1.4.2</h4>\n<ul>\n<li>Fixed issue can not view
lesson</li>\n<li>Fixed &#8220;sale price&#8221; option does not work
correctly</li>\n</ul>\n<h4>2.1.4.1</h4>\n<ul>\n<li>Fixed warning empty
object</li>\n<li>Fixed 404 page with custom slug for lesson or
quiz</li>\n</ul>\n<h4>2.1.4</h4>\n<ul>\n<li>Added option for external link of
&#8220;Buy this course&#8221;</li>\n<li>Improved user roles while edit a course and
it&#8217;s items</li>\n<li>Removed &#8220;Show/Hide&#8221; questions option of quiz
in Global Settings</li>\n<li>Removed option &#8220;Show/Hide&#8221; explanation for
quiz</li>\n<li>Removed &#8220;Preview&#8221; label of course items if course is no
required enroll</li>\n<li>Fixed guest user can not start quiz on wpengine
site</li>\n<li>Fixed &#8220;Start quiz&#8221; does not show for &#8220;No require
enrollment&#8221; course</li>\n<li>Fixed course id is missing after duplicating
course</li>\n<li>Fixed course results is incorrect with &#8216;Evaluate
lessons&#8217; option</li>\n<li>Fixed wrong review course before
publish</li>\n<li>And more&#8230;</li>\n</ul>\n<h4>2.1.3</h4>\n<ul>\n<li>Fixed
wrong notice outdated templates</li>\n<li>Fixed issue when viewing order details in
profile</li>\n<li>Improved admin course tabs</li>\n<li>Fixed course does not finish
automatically when expired</li>\n<li>Fixed translation issue with failed/passed
strings</li>\n</ul>\n<h4>2.1.2</h4>\n<ul>\n<li>Fixed Assign course&#8217;s items to
user when assigning course</li>\n<li>Fixed
Options to change key &#8216;lessons&#8217; and &#8216;quizzes&#8217; when viewing
a lesson/quiz in a course.</li>\n<li>Fixed Course pagination issue in some
case</li>\n<li>Fixed Can not add to cart for non-loggedin user (woocommerce
addon)</li>\n<li>Fixed Broken cert when previewing to print in single course
(Certificate)</li>\n<li>Fixed Paid memberships show user as deleted after buying
course (Paid membership)</li>\n<li>Fixed overwrite templates issue (Paid
membership)</li>\n<li>Fixed &#8220;page isn’t working&#8221; when creating a new
post type (conflict with metabox in the-7
theme)</li>\n</ul>\n<h4>2.1.1</h4>\n<ul>\n<li>Added options to change value of
lessons/quizzes in course item permalink</li>\n<li>Improved edit profile
page</li>\n<li>Improved permalink for lesson/quiz</li>\n<li>Improved some
options</li>\n<li>Improved some sections in admin</li>\n<li>Fixed &#8220;Preview
change&#8221; button show 404 page</li>\n<li>Fixed question show randomly when
starting quiz</li>\n<li>Fixed username contains
spacing</li>\n</ul>\n<h4>2.1.0</h4>\n<ul>\n<li>Fixed bugs related to AJAX
calling</li>\n<li>Fixed bugs related to updating user profile</li>\n<li>Fixed open
question to new tab in quiz editor</li>\n</ul>\n<h4>2.0.9</h4>\n<ul>\n<li>Improved
some sections in admin</li>\n<li>Added tab &#8216;Related
Themes&#8217;</li>\n<li>Fixed error with PHP version before 5.3.x</li>\n<li>Fixed
bug get order incorrect</li>\n<li>Added option to switch WP Metaboxes into tabs
style</li>\n<li>And more</li>\n</ul>\n<h4>2.0.8.2</h4>\n<ul>\n<li>Fixed outdated
templates notice</li>\n</ul>\n<h4>2.0.8.1</h4>\n<ul>\n<li>Fixed some functions does
not support in PHP &lt; 5.5</li>\n</ul>\n<h4>2.0.8</h4>\n<ul>\n<li>Fixed loop
redirecting while saving course for instructor</li>\n<li>Fixed &#8220;Place
Order&#8221; is empty if Paypal is selected</li>\n<li>Improved some admin
sections</li>\n<li>Improved uploading user profile picture</li>\n<li>Enabled VC
load lesson for building page</li>\n</ul>\n<h4>2.0.7.2</h4>\n<ul>\n<li>Added
Messaging between admin and instructors for reviewing and submitting
course</li>\n<li>Fixed loop redirect if a page is used for both home page and
course page</li>\n<li>Fixed warning notice while instructor submitting a
course</li>\n<li>Fixed several other
bugs</li>\n</ul>\n<h4>2.0.7.1</h4>\n<ul>\n<li>Fixed start quiz load
infinite</li>\n<li>Fixed version number does not update with WP 4.7</li>\n<li>Fixed
issue with course&#8217;s item content</li>\n<li>Fixed styles can not load in some
cases</li>\n</ul>\n<h4>2.0.6.1</h4>\n<ul>\n<li>Improved checking templates are
outdated</li>\n<li>Fixed bug avatar cannot change in user profile</li>\n<li>Fixed
several other bugs</li>\n</ul>\n<h4>2.0.6</h4>\n<ul>\n<li>Added tool to check the
templates are outdated in theme</li>\n<li>Added avatar option of LP profile into WP
profile</li>\n<li>Added comment features for lesson</li>\n<li>Removed unnecessary
fields in LP profile page</li>\n<li>Removed &#8216;Preview&#8217; label for lesson
if user is enrolled course</li>\n<li>Fixed issue with WooSidebars</li>\n<li>Fixed
&#8216;Tick&#8217; icon beside lesson for it&#8217;s statuses</li>\n<li>Fixed
course&#8217;s price does not show decimal numbers</li>\n<li>Fixed user profile
link is 404</li>\n<li>Fixed issues with page builder and Yoast SEO
plugins</li>\n<li>Fixed division by zero for course pagination</li>\n<li>Fixed
message show in course and user can not click any where to
buy</li>\n</ul>\n<h4>2.0.5.2</h4>\n<ul>\n<li>Fixed static pages are
duplicated</li>\n</ul>\n<h4>2.0.5.1</h4>\n<ul>\n<li>Removed prints SQL in
code</li>\n</ul>\n<h4>2.0.5</h4>\n<ul>\n<li>Added &#8220;Coming Soon&#8221;
courses</li>\n<li>Added duration for questions</li>\n<li>Improved lightbox in order
editor to add items into the order</li>\n<li>Fixed bug can not do anything in admin
after activating LP</li>\n<li>Fixed lesson 404 in course popup</li>\n<li>Fixed
issue with duration of quiz larger than 10 hours</li>\n<li>Fixed quiz finish
immediately after starting</li>\n<li>Fixed js error in global.js</li>\n<li>Fixed
lesson does not load in popup</li>\n<li>Fixed some functions/keywords does not
support in PHP &lt; 5.3</li>\n<li>Fixed conflict with WPML make course become
404</li>\n<li>Fixed PHP notice in multisites by using a property has
deprecated</li>\n<li>Removed hardcode wp-content</li>\n<li>Removed heading title in
tabs overview and curriculum</li>\n</ul>\n<h4>2.0.4</h4>\n<ul>\n<li>Improved
LearnPress statistic</li>\n<li>Fixed &#8220;Duplicate course&#8221; link is
gone</li>\n<li>Fixed SQL error while sorting lessons by date or
title</li>\n<li>Fixed instructor role issues</li>\n<li>Added &#8220;no distraction
mode&#8221; for lesson and quiz</li>\n<li>Restyle layout of widget/shortcode for
recent/popular courses</li>\n<li>Fixed &#8220;course suggestion price&#8221; does
not show for admin</li>\n<li>Added register/forgot password link into user&#8217;s
profile</li>\n<li>Added validation Paypal settings before user can placing
order</li>\n<li>Added option to assign a course to an instructor</li>\n<li>Added
option to turn on/off a course is
featured</li>\n</ul>\n<h4>2.0.3</h4>\n<ul>\n<li>Fixed youtube/vimeo video does not
show fullscreen button in lesson content</li>\n<li>Fixed search does not work while
searching in a course category page</li>\n<li>Fixed error while searching in course
category page</li>\n<li>Fixed layout broken if course item title is
long</li>\n<li>Fixed some bugs related to
style</li>\n</ul>\n<h4>2.0.2</h4>\n<ul>\n<li>Fixed &#8216;Course Overview&#8217;
does not show</li>\n<li>Fixed single course permalink does not work with category
inside</li>\n<li>Fixed course&#8217;s author data is
empty</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>Added duplication quiz/question/lesson
in admin</li>\n<li>Added crop user&#8217;s avatar in profile</li>\n<li>Fixed
conflict with Yoast SEO make course content does not show correctly</li>\n<li>Fixed
some errors happen with older PHP version</li>\n<li>Fixed progress bar does not
update after completing an item</li>\n<li>Fixed setting of some page lost after
reactive</li>\n<li>Fixed items can not drag and drop in course&#8217;s
curriculum</li>\n<li>Fixed courses name is always show as &#8220;Auto
Draft&#8221;</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Updated database structure for
new functions</li>\n<li>Added view quiz inside a course with sub-
permalink</li>\n<li>Added allow add course&#8217;s section without a
name</li>\n<li>Added email system to send it to user after buying a
course</li>\n<li>Added popup lightbox to view course&#8217;s item content in full-
screen mode</li>\n<li>Added option to show/hide list of questions in
quiz</li>\n<li>Added &#8216;Sale Price&#8217; for course</li>\n<li>Added option to
combine all scripts/styles enqueued into one file</li>\n<li>Added option to
evaluate course&#8217;s results by average results of quizzes</li>\n<li>Added
&#8220;Passing Grade&#8221; to quiz allow evaluate result of quiz is
passed/failed</li>\n<li>Added option to show name of user in
profile</li>\n<li>Added duplicate a question inside quiz</li>\n<li>Added preview
mode of course for instructor or admin</li>\n<li>Added memorize question type is
the most used </li>\n<li>Added new tab to edit user information in profile
page</li>\n<li>Improved admin course editor</li>\n<li>Removed &#8220;Cart&#8221;
outside LearnPress core and separated to addon</li>\n<li>Fixed show answer&#8217;s
explanation right away after user checking question&#8217;s answer</li>\n<li>Fixed
page does not load after logging in profile</li>\n<li>Fixed quiz finish
automatically right away after starting with duration is zero</li>\n<li>Fixed
displays shortcodes inside content of
quiz/lesson</li>\n</ul>\n<h4>1.0.8</h4>\n<ul>\n<li>Fixed &#8220;Password protected
content&#8221; feature</li>\n<li>Fixed get quiz mark with questions mark is
empty</li>\n<li>Fixed certificate display incorrect end date
(addon)</li>\n<li>Fixed user profile link loop redirect in some
cases</li>\n<li>Fixed user can not finish lesson</li>\n<li>Fixed add existing item
problem with single/double quote in title</li>\n<li>Fixed message finish course
duration does not show</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Fixed course/lesson
content does not work with [audio] shortcode</li>\n<li>Fixed user can select 2
options for Single Choice question</li>\n<li>Fixed hardcode name for wp
tables</li>\n<li>Fixed js translate error in admin</li>\n<li>Fixed query schema for
dbDelta function</li>\n<li>Improved modal search items in course
form</li>\n<li>Fixed section name/description auto add backslashes if there is a
special char</li>\n<li>Fixed user profile redirect error with user has
spacing</li>\n<li>Fixed add course items not found in search
modal</li>\n</ul>\n<h4>1.0.6</h4>\n<ul>\n<li>Fixed profile 404 with custom
permalink structure</li>\n<li>Fixed editor&#8217;s name have
brackets</li>\n<li>Added function scope defined in classes</li>\n<li>Fixed missing
domain for translation and localize js string</li>\n<li>Fixed check course is
required enroll</li>\n<li>Fixed trailingslashit course item url to ensure URL is
valid</li>\n</ul>\n<h4>1.0.5</h4>\n<ul>\n<li>Fixed get user quiz
results</li>\n<li>Fixed update missing order data</li>\n<li>Fixed profile courses
displays data incorrect</li>\n<li>Hide tab orders in profile when viewing by other
user</li>\n<li>Added feature auto enroll course when order is completed and option
to disable</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Compatible with WordPress
4.5.2</li>\n<li>Fixed emails system does not work correctly</li>\n<li>Fixed course
meta does not update if there is a new item in section</li>\n<li>Fixed option max
students enroll does not work</li>\n<li>Fixed prevent user start quiz in
preview</li>\n<li>Fixed user profile tab display courses incorrect</li>\n<li>Fixed
become a teacher form</li>\n<li>Fixed warning
message while creating lesson</li>\n<li>Improved upgrade settings</li>\n<li>Added
pagination for courses tab</li>\n<li>And much
more&#8230;</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Added database tools for upgrade
or remove data</li>\n<li>Fixed allow search orders by customer
information</li>\n<li>Improved admin settings UI/UX</li>\n<li>Fixed doesn&#8217;t
upgrade the lessons, quizzes, questions is not assigned yet</li>\n<li>Fixed query
for count students enrolled</li>\n<li>Fixed instructor registration
option</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Fixed search results page
template</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Improved LearnPress data
migration.</li>\n<li>Fixed LearnPress profile links.</li>\n<li>Fixed LearnPress
progress bar.</li>\n<li>Fixed courses info duplication in
profile.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Enhanced performance and capacity to
extends more features with new database structure</li>\n<li>Enable purchase
multiple courses with Cart</li>\n<li>Checkout process</li>\n<li>Option purchase
FREE course without cart and checkout proccess</li>\n<li>Option add course to cart
using AJAX</li>\n<li>Support static pages: Cart, Checkout, Profile, Archive
Courses</li>\n<li>Custom slug for pages with WordPress Endpoint</li>\n<li>Review
order after do checkout</li>\n<li>Emails system with capacity to overwtire as
templates</li>\n<li>New UI/UX for admin and frontend</li>\n<li>Capacity to
compatible with more themes</li>\n<li>Custom permalink for course tag, archive
courses, single course pages</li>\n<li>Custom size of course
thumbnail</li>\n<li>Ability to add new order manually in admin</li>\n<li>Improved
add-ons page</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:12215:"<p><strong><a
href="http://thimpress.com/learnpress" rel="nofollow">WordPress LMS
Plugin</a></strong> &#8211; 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 &amp; sell courses online. Each course curriculum can be made with
lessons &amp; quizzes which can be managed with easy-to-use user interface, we
really made it for lazy people.</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>Christmas
&amp; New Year Week Sale &#8211; 10 Days Left</strong></p>\n<p><a
href="http://eepurl.com/cbKSQX" rel="nofollow">Click here</a> to get a coupon for
25% Off all LearnPress Add-ons</p>\n<p>Or you can <a
href="http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?
utm_source=wporg&amp;utm_medium=learnpressDC&amp;ref=thimpress&amp;utm_campaign=lea
rnpress" rel="nofollow">buy Education WP theme</a> for only 64$ 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&amp;utm_medium=learnpressDC&amp;ref=thimpress&amp;utm_campaign=lea
rnpress" rel="nofollow">WordPress theme for Coaches, Trainers, Teachers &#8211;
Coaching WP</a> is also FOR SALE at only $59, LearnPress
included.</p>\n</blockquote>\n<h3>LMS &amp; 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&amp;utm_medium=learnpress&amp;ref=thimpress&amp;utm_campaign=learn
press" 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&amp;utm_medium=learnpress&amp;ref=thimpress&amp;utm_campaign=learn
press" rel="nofollow">Coaching WordPress Theme</a></strong> &amp; <strong><a
href="http://themeforest.net/item/lms-wordpress-theme-elearning-wp/11797847?
utm_source=wporg&amp;utm_medium=learnpress&amp;ref=thimpress&amp;utm_campaign=learn
press" 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 &#8211;
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&amp;utm_medium=learnpress&amp;ref=thimpress&amp;utm_campaign=learn
press" 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=zTtZ_CpWDOY" rel="nofollow">Click here &gt;&gt;</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/zTtZ_CpWDOY?
version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#0
38;iv_load_policy=1&#038;hd=1&#038;wmode=transparent&#038;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 &#8211; 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&#8217;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&#8217;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> &#8211; add courses to a wishlist for
students.</li>\n<li><a href="https://wordpress.org/plugins/learnpress-course-
review">LearnPress Course Review</a> &#8211; review course for enrolled
students.</li>\n<li><a href="https://wordpress.org/plugins/learnpress-import-
export">LearnPress
Import/Export</a> &#8211; 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> &#8211; 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> &#8211; add bbPress Forum support for LearnPress WordPress LMS
Plugin.</li>\n<li><a href="https://wordpress.org/plugins/learnpress-
buddypress">LearnPress BuddyPress Integration</a> &#8211; add BuddyPress support
for LearnPress WordPress LMS Plugin, turn your WordPress BuddyPress website into
<em>BuddyPress LMS</em> (<em>BuddyPress Learning Management
System</em>)&#8221;.</li>\n</ul>\n<h3>Premium add-ons for LearnPress WordPress LMS
Plugin</h3>\n<ul>\n<li><a href="http://thimpress.com/product/mycred-add-on-for-
learnpress/" rel="nofollow">myCRED add-on for LearnPress</a> &#8211; adding myCRED
support for LearnPress WordPress LMS plugin, you can add badges, 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> &#8211; adding drag &amp;
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> &#8211;
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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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>
&#8211; integrates Paid Membership Pro with LearnPress, bring membership feature to
your powerful WordPress based LMS system.</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>Flemenkçe</li>\n</ol>\n<h3>WordPress LMS Plugin
&#8211; 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</li>\n<li>Etkinlikle
r</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>Mathjax
support</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&#8217;s note</li>\n<li>Private message from Admin to
teacher</li>\n<li>Group payment</li>\n<li>Announcement (come up with
email)</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 &amp;
more.";s:13:"download_link";s:61:"https://downloads.wordpress.org/plugin/learnpress
.2.1.6.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:28:
{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.
1";s:59:"https://downloads.wordpress.org/plugin/learnpress.1.0.1.zip";s:5:"1.0.2";s
:59:"https://downloads.wordpress.org/plugin/learnpress.1.0.2.zip";s:5:"1.0.3";s:59:
"https://downloads.wordpress.org/plugin/learnpress.1.0.3.zip";s:5:"1.0.4";s:59:"htt
ps://downloads.wordpress.org/plugin/learnpress.1.0.4.zip";s:5:"1.0.5";s:59:"https:/
/downloads.wordpress.org/plugin/learnpress.1.0.5.zip";s:5:"1.0.6";s:59:"https://dow
nloads.wordpress.org/plugin/learnpress.1.0.6.zip";s:5:"1.0.7";s:59:"https://downloa
ds.wordpress.org/plugin/learnpress.1.0.7.zip";s:5:"1.0.8";s:59:"https://downloads.w
ordpress.org/plugin/learnpress.1.0.8.zip";s:3:"2.0";s:57:"https://downloads.wordpre
ss.org/plugin/learnpress.2.0.zip";s:5:"2.0.1";s:59:"https://downloads.wordpress.org
/plugin/learnpress.2.0.1.zip";s:5:"2.0.2";s:59:"https://downloads.wordpress.org/plu
gin/learnpress.2.0.2.zip";s:5:"2.0.3";s:59:"https://downloads.wordpress.org/plugin/
learnpress.2.0.3.zip";s:5:"2.0.4";s:59:"https://downloads.wordpress.org/plugin/lear
npress.2.0.4.zip";s:5:"2.0.5";s:59:"https://downloads.wordpress.org/plugin/learnpre
ss.2.0.5.zip";s:5:"2.0.6";s:59:"https://downloads.wordpress.org/plugin/learnpress.2
.0.6.zip";s:5:"2.0.7";s:59:"https://downloads.wordpress.org/plugin/learnpress.2.0.7
.zip";s:5:"2.0.8";s:59:"https://downloads.wordpress.org/plugin/learnpress.2.0.8.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:"ht
tps://downloads.wordpress.org/plugin/learnpress.2.1.5.5.zip";s:7:"2.1.6.1";s:61:"ht
tps://downloads.wordpress.org/plugin/learnpress.2.1.6.1.zip";s:5:"trunk";s:53:"http
s://downloads.wordpress.org/plugin/learnpress.zip";}s:11:"donate_link";s:0:"";}',
'no');
INSERT INTO `wpor_options` VALUES (10172,
'_transient_timeout_learnpress_envato_item_data', '1497263335', 'no');
INSERT INTO `wpor_options` VALUES (10173, '_transient_learnpress_envato_item_data',
'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:48:"https://0.s3.envato.c
om/files/225684160/logo.png";s:5:"sales";s:4:"7907";s:6:"rating";s:3:"5.0";s:14:"ra
ting_decimal";s:4:"4.77";s:4:"cost";s:5:"64.00";s:11:"uploaded_on";s:30:"Tue Dec 22
10:04:15 +1100 2015";s:11:"last_update";s:30:"Thu Jun 08 20:51:47 +1000
2017";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:88:"https:
//0.s3.envato.com/files/225684161/01_preview.__large_preview-
3.__large_preview.jpg";}}}', 'no');
INSERT INTO `wpor_options` VALUES (8001,
'_transient_timeout_learn_press_user_guest_1496899488', '1496906688', 'no');
INSERT INTO `wpor_options` VALUES (8002,
'_transient_learn_press_user_guest_1496899488', '1496899488', 'no');
INSERT INTO `wpor_options` VALUES (8003,
'_transient_timeout_learn_press_user_guest_1496899491', '1496906691', 'no');
INSERT INTO `wpor_options` VALUES (8004,
'_transient_learn_press_user_guest_1496899491', '1496899491', 'no');
INSERT INTO `wpor_options` VALUES (8005,
'_transient_timeout_learn_press_user_guest_1496899499', '1496906699', 'no');
INSERT INTO `wpor_options` VALUES (8006,
'_transient_learn_press_user_guest_1496899499', '1496899499', 'no');
INSERT INTO `wpor_options` VALUES (8007,
'_transient_timeout_learn_press_user_guest_1496899502', '1496906702', 'no');
INSERT INTO `wpor_options` VALUES (8008,
'_transient_learn_press_user_guest_1496899502', '1496899502', 'no');
INSERT INTO `wpor_options` VALUES (8009,
'_transient_timeout_learn_press_user_guest_1496899504', '1496906704', 'no');
INSERT INTO `wpor_options` VALUES (8010,
'_transient_learn_press_user_guest_1496899504', '1496899504', 'no');
INSERT INTO `wpor_options` VALUES (8011,
'_transient_timeout_learn_press_user_guest_1496899507', '1496906707', 'no');
INSERT INTO `wpor_options` VALUES (8012,
'_transient_learn_press_user_guest_1496899507', '1496899507', 'no');
INSERT INTO `wpor_options` VALUES (8013,
'_transient_timeout_learn_press_user_guest_1496899509', '1496906709', 'no');
INSERT INTO `wpor_options` VALUES (8014,
'_transient_learn_press_user_guest_1496899509', '1496899509', 'no');
INSERT INTO `wpor_options` VALUES (8015,
'_transient_timeout_learn_press_user_guest_1496899512', '1496906712', 'no');
INSERT INTO `wpor_options` VALUES (8016,
'_transient_learn_press_user_guest_1496899512', '1496899512', 'no');
INSERT INTO `wpor_options` VALUES (8017,
'_transient_timeout_learn_press_user_guest_1496899514', '1496906714', 'no');
INSERT INTO `wpor_options` VALUES (8018,
'_transient_learn_press_user_guest_1496899514', '1496899514', 'no');
INSERT INTO `wpor_options` VALUES (8022,
'_transient_timeout_learn_press_user_guest_1496899831', '1496907031', 'no');
INSERT INTO `wpor_options` VALUES (8020,
'_transient_timeout_learn_press_user_guest_1496899830', '1496907030', 'no');
INSERT INTO `wpor_options` VALUES (8021,
'_transient_learn_press_user_guest_1496899830', '1496899830', 'no');
INSERT INTO `wpor_options` VALUES (8023,
'_transient_learn_press_user_guest_1496899831', '1496899831', 'no');
INSERT INTO `wpor_options` VALUES (8026,
'_transient_timeout_learn_press_user_guest_1496899833', '1496907033', 'no');
INSERT INTO `wpor_options` VALUES (8027,
'_transient_learn_press_user_guest_1496899833', '1496899833', 'no');
INSERT INTO `wpor_options` VALUES (8028,
'_transient_timeout_learn_press_user_guest_1496899835', '1496907035', 'no');
INSERT INTO `wpor_options` VALUES (8029,
'_transient_learn_press_user_guest_1496899835', '1496899835', 'no');
INSERT INTO `wpor_options` VALUES (8030,
'_transient_timeout_learn_press_user_guest_1496904263', '1496911463', 'no');
INSERT INTO `wpor_options` VALUES (8031,
'_transient_learn_press_user_guest_1496904263', '1496904263', 'no');
INSERT INTO `wpor_options` VALUES (8038,
'_transient_timeout_learn_press_user_guest_1496905524', '1496912724', 'no');
INSERT INTO `wpor_options` VALUES (8033,
'_transient_timeout_learn_press_user_guest_1496905060', '1496912260', 'no');
INSERT INTO `wpor_options` VALUES (8034,
'_transient_learn_press_user_guest_1496905060', '1496905060', 'no');
INSERT INTO `wpor_options` VALUES (8036,
'_transient_timeout_learn_press_user_guest_1496905523', '1496912723', 'no');
INSERT INTO `wpor_options` VALUES (8037,
'_transient_learn_press_user_guest_1496905523', '1496905523', 'no');
INSERT INTO `wpor_options` VALUES (8039,
'_transient_learn_press_user_guest_1496905524', '1496905524', 'no');
INSERT INTO `wpor_options` VALUES (8043,
'_transient_timeout_learn_press_user_guest_1496908115', '1496915315', 'no');
INSERT INTO `wpor_options` VALUES (8041,
'_transient_timeout_learn_press_user_guest_1496907656', '1496914856', 'no');
INSERT INTO `wpor_options` VALUES (8042,
'_transient_learn_press_user_guest_1496907656', '1496907656', 'no');
INSERT INTO `wpor_options` VALUES (8044,
'_transient_learn_press_user_guest_1496908115', '1496908115', 'no');
INSERT INTO `wpor_options` VALUES (8045,
'_transient_timeout_learn_press_user_guest_1496909865', '1496917065', 'no');
INSERT INTO `wpor_options` VALUES (8046,
'_transient_learn_press_user_guest_1496909865', '1496909865', 'no');
INSERT INTO `wpor_options` VALUES (8061,
'_transient_timeout_learn_press_user_guest_1496923970', '1496931170', 'no');
INSERT INTO `wpor_options` VALUES (8048,
'_transient_timeout_learn_press_user_guest_1496911678', '1496918878', 'no');
INSERT INTO `wpor_options` VALUES (8049,
'_transient_learn_press_user_guest_1496911678', '1496911678', 'no');
INSERT INTO `wpor_options` VALUES (8057,
'_transient_timeout_learn_press_user_guest_1496914910', '1496922110', 'no');
INSERT INTO `wpor_options` VALUES (8058,
'_transient_learn_press_user_guest_1496914910', '1496914910', 'no');
INSERT INTO `wpor_options` VALUES (8059,
'_transient_timeout_learn_press_user_guest_1496914911', '1496922111', 'no');
INSERT INTO `wpor_options` VALUES (8060,
'_transient_learn_press_user_guest_1496914911', '1496914911', 'no');
INSERT INTO `wpor_options` VALUES (8062,
'_transient_learn_press_user_guest_1496923970', '1496923970', 'no');
INSERT INTO `wpor_options` VALUES (8084,
'_transient_timeout_learn_press_user_guest_1496937938', '1496945138', 'no');
INSERT INTO `wpor_options` VALUES (8064,
'_transient_timeout_learn_press_user_guest_1496928314', '1496935514', 'no');
INSERT INTO `wpor_options` VALUES (8065,
'_transient_learn_press_user_guest_1496928314', '1496928314', 'no');
INSERT INTO `wpor_options` VALUES (8066,
'_transient_timeout_learn_press_user_guest_1496928317', '1496935517', 'no');
INSERT INTO `wpor_options` VALUES (8067,
'_transient_learn_press_user_guest_1496928317', '1496928317', 'no');
INSERT INTO `wpor_options` VALUES (8068,
'_transient_timeout_learn_press_user_guest_1496928321', '1496935521', 'no');
INSERT INTO `wpor_options` VALUES (8069,
'_transient_learn_press_user_guest_1496928321', '1496928321', 'no');
INSERT INTO `wpor_options` VALUES (8070,
'_transient_timeout_learn_press_user_guest_1496928324', '1496935524', 'no');
INSERT INTO `wpor_options` VALUES (8071,
'_transient_learn_press_user_guest_1496928324', '1496928324', 'no');
INSERT INTO `wpor_options` VALUES (8072,
'_transient_timeout_learn_press_user_guest_1496928328', '1496935528', 'no');
INSERT INTO `wpor_options` VALUES (8073,
'_transient_learn_press_user_guest_1496928328', '1496928328', 'no');
INSERT INTO `wpor_options` VALUES (8074,
'_transient_timeout_learn_press_user_guest_1496928332', '1496935532', 'no');
INSERT INTO `wpor_options` VALUES (8075,
'_transient_learn_press_user_guest_1496928332', '1496928332', 'no');
INSERT INTO `wpor_options` VALUES (8076,
'_transient_timeout_learn_press_user_guest_1496928336', '1496935536', 'no');
INSERT INTO `wpor_options` VALUES (8077,
'_transient_learn_press_user_guest_1496928336', '1496928336', 'no');
INSERT INTO `wpor_options` VALUES (8078,
'_transient_timeout_learn_press_user_guest_1496928340', '1496935540', 'no');
INSERT INTO `wpor_options` VALUES (8079,
'_transient_learn_press_user_guest_1496928340', '1496928340', 'no');
INSERT INTO `wpor_options` VALUES (8080,
'_transient_timeout_learn_press_user_guest_1496937935', '1496945135', 'no');
INSERT INTO `wpor_options` VALUES (8081,
'_transient_learn_press_user_guest_1496937935', '1496937935', 'no');
INSERT INTO `wpor_options` VALUES (8082,
'_transient_timeout_learn_press_user_guest_1496937936', '1496945136', 'no');
INSERT INTO `wpor_options` VALUES (8083,
'_transient_learn_press_user_guest_1496937936', '1496937936', 'no');
INSERT INTO `wpor_options` VALUES (8085,
'_transient_learn_press_user_guest_1496937938', '1496937938', 'no');
INSERT INTO `wpor_options` VALUES (8086,
'_transient_timeout_learn_press_user_guest_1496937941', '1496945141', 'no');
INSERT INTO `wpor_options` VALUES (8087,
'_transient_learn_press_user_guest_1496937941', '1496937941', 'no');
INSERT INTO `wpor_options` VALUES (8088,
'_transient_timeout_learn_press_user_guest_1496939101', '1496946301', 'no');
INSERT INTO `wpor_options` VALUES (8089,
'_transient_learn_press_user_guest_1496939101', '1496939101', 'no');
INSERT INTO `wpor_options` VALUES (8093,
'_transient_timeout_learn_press_user_guest_1496939104', '1496946304', 'no');
INSERT INTO `wpor_options` VALUES (8091,
'_transient_timeout_learn_press_user_guest_1496939102', '1496946302', 'no');
INSERT INTO `wpor_options` VALUES (8092,
'_transient_learn_press_user_guest_1496939102', '1496939102', 'no');
INSERT INTO `wpor_options` VALUES (8094,
'_transient_learn_press_user_guest_1496939104', '1496939104', 'no');
INSERT INTO `wpor_options` VALUES (8095,
'_transient_timeout_learn_press_user_guest_1496939107', '1496946307', 'no');
INSERT INTO `wpor_options` VALUES (8096,
'_transient_learn_press_user_guest_1496939107', '1496939107', 'no');
INSERT INTO `wpor_options` VALUES (8097,
'_transient_timeout_learn_press_user_guest_1496939111', '1496946311', 'no');
INSERT INTO `wpor_options` VALUES (8098,
'_transient_learn_press_user_guest_1496939111', '1496939111', 'no');
INSERT INTO `wpor_options` VALUES (8099,
'_transient_timeout_learn_press_user_guest_1496939115', '1496946315', 'no');
INSERT INTO `wpor_options` VALUES (8100,
'_transient_learn_press_user_guest_1496939115', '1496939115', 'no');
INSERT INTO `wpor_options` VALUES (8101,
'_transient_timeout_learn_press_user_guest_1496939118', '1496946318', 'no');
INSERT INTO `wpor_options` VALUES (8102,
'_transient_learn_press_user_guest_1496939118', '1496939118', 'no');
INSERT INTO `wpor_options` VALUES (8103,
'_transient_timeout_learn_press_user_guest_1496939122', '1496946322', 'no');
INSERT INTO `wpor_options` VALUES (8104,
'_transient_learn_press_user_guest_1496939122', '1496939122', 'no');
INSERT INTO `wpor_options` VALUES (8105,
'_transient_timeout_learn_press_user_guest_1496939125', '1496946325', 'no');
INSERT INTO `wpor_options` VALUES (8106,
'_transient_learn_press_user_guest_1496939125', '1496939125', 'no');
INSERT INTO `wpor_options` VALUES (8107,
'_transient_timeout_learn_press_user_guest_1496939128', '1496946328', 'no');
INSERT INTO `wpor_options` VALUES (8108,
'_transient_learn_press_user_guest_1496939128', '1496939128', 'no');
INSERT INTO `wpor_options` VALUES (8109,
'_transient_timeout_learn_press_user_guest_1496939132', '1496946332', 'no');
INSERT INTO `wpor_options` VALUES (8110,
'_transient_learn_press_user_guest_1496939132', '1496939132', 'no');
INSERT INTO `wpor_options` VALUES (8111,
'_transient_timeout_learn_press_user_guest_1496939135', '1496946335', 'no');
INSERT INTO `wpor_options` VALUES (8112,
'_transient_learn_press_user_guest_1496939135', '1496939135', 'no');
INSERT INTO `wpor_options` VALUES (8113,
'_transient_timeout_learn_press_user_guest_1496939139', '1496946339', 'no');
INSERT INTO `wpor_options` VALUES (8114,
'_transient_learn_press_user_guest_1496939139', '1496939139', 'no');
INSERT INTO `wpor_options` VALUES (8115,
'_transient_timeout_learn_press_user_guest_1496939142', '1496946342', 'no');
INSERT INTO `wpor_options` VALUES (8116,
'_transient_learn_press_user_guest_1496939142', '1496939142', 'no');
INSERT INTO `wpor_options` VALUES (8117,
'_transient_timeout_learn_press_user_guest_1496939146', '1496946346', 'no');
INSERT INTO `wpor_options` VALUES (8118,
'_transient_learn_press_user_guest_1496939146', '1496939146', 'no');
INSERT INTO `wpor_options` VALUES (8119,
'_transient_timeout_learn_press_user_guest_1496939149', '1496946349', 'no');
INSERT INTO `wpor_options` VALUES (8120,
'_transient_learn_press_user_guest_1496939149', '1496939149', 'no');
INSERT INTO `wpor_options` VALUES (8121,
'_transient_timeout_learn_press_user_guest_1496939152', '1496946352', 'no');
INSERT INTO `wpor_options` VALUES (8122,
'_transient_learn_press_user_guest_1496939152', '1496939152', 'no');
INSERT INTO `wpor_options` VALUES (8123,
'_transient_timeout_learn_press_user_guest_1496939155', '1496946355', 'no');
INSERT INTO `wpor_options` VALUES (8124,
'_transient_learn_press_user_guest_1496939155', '1496939155', 'no');
INSERT INTO `wpor_options` VALUES (8125,
'_transient_timeout_learn_press_user_guest_1496939159', '1496946359', 'no');
INSERT INTO `wpor_options` VALUES (8126,
'_transient_learn_press_user_guest_1496939159', '1496939159', 'no');
INSERT INTO `wpor_options` VALUES (8130,
'_transient_timeout_learn_press_user_guest_1496939499', '1496946699', 'no');
INSERT INTO `wpor_options` VALUES (8128,
'_transient_timeout_learn_press_user_guest_1496939497', '1496946697', 'no');
INSERT INTO `wpor_options` VALUES (8129,
'_transient_learn_press_user_guest_1496939497', '1496939497', 'no');
INSERT INTO `wpor_options` VALUES (8131,
'_transient_learn_press_user_guest_1496939499', '1496939499', 'no');
INSERT INTO `wpor_options` VALUES (8132,
'_transient_timeout_learn_press_user_guest_1496939502', '1496946702', 'no');
INSERT INTO `wpor_options` VALUES (8133,
'_transient_learn_press_user_guest_1496939502', '1496939502', 'no');
INSERT INTO `wpor_options` VALUES (8134,
'_transient_timeout_learn_press_user_guest_1496939505', '1496946705', 'no');
INSERT INTO `wpor_options` VALUES (8135,
'_transient_learn_press_user_guest_1496939505', '1496939505', 'no');
INSERT INTO `wpor_options` VALUES (8136,
'_transient_timeout_learn_press_user_guest_1496939508', '1496946708', 'no');
INSERT INTO `wpor_options` VALUES (8137,
'_transient_learn_press_user_guest_1496939508', '1496939508', 'no');
INSERT INTO `wpor_options` VALUES (8138,
'_transient_timeout_learn_press_user_guest_1496939513', '1496946713', 'no');
INSERT INTO `wpor_options` VALUES (8139,
'_transient_learn_press_user_guest_1496939513', '1496939513', 'no');
INSERT INTO `wpor_options` VALUES (8170,
'_transient_timeout_learn_press_user_guest_1496950682', '1496957882', 'no');
INSERT INTO `wpor_options` VALUES (8141,
'_transient_timeout_learn_press_user_guest_1496946817', '1496954017', 'no');
INSERT INTO `wpor_options` VALUES (8142,
'_transient_learn_press_user_guest_1496946817', '1496946817', 'no');
INSERT INTO `wpor_options` VALUES (8143,
'_transient_timeout_learn_press_user_guest_1496946818', '1496954018', 'no');
INSERT INTO `wpor_options` VALUES (8144,
'_transient_learn_press_user_guest_1496946818', '1496946818', 'no');
INSERT INTO `wpor_options` VALUES (8145,
'_transient_timeout_learn_press_user_guest_1496946822', '1496954022', 'no');
INSERT INTO `wpor_options` VALUES (8146,
'_transient_learn_press_user_guest_1496946822', '1496946822', 'no');
INSERT INTO `wpor_options` VALUES (8147,
'_transient_timeout_learn_press_user_guest_1496946825', '1496954025', 'no');
INSERT INTO `wpor_options` VALUES (8148,
'_transient_learn_press_user_guest_1496946825', '1496946825', 'no');
INSERT INTO `wpor_options` VALUES (8149,
'_transient_timeout_learn_press_user_guest_1496946828', '1496954028', 'no');
INSERT INTO `wpor_options` VALUES (8150,
'_transient_learn_press_user_guest_1496946828', '1496946828', 'no');
INSERT INTO `wpor_options` VALUES (8151,
'_transient_timeout_learn_press_user_guest_1496946831', '1496954031', 'no');
INSERT INTO `wpor_options` VALUES (8152,
'_transient_learn_press_user_guest_1496946831', '1496946831', 'no');
INSERT INTO `wpor_options` VALUES (8153,
'_transient_timeout_learn_press_user_guest_1496946834', '1496954034', 'no');
INSERT INTO `wpor_options` VALUES (8154,
'_transient_learn_press_user_guest_1496946834', '1496946834', 'no');
INSERT INTO `wpor_options` VALUES (8155,
'_transient_timeout_learn_press_user_guest_1496946837', '1496954037', 'no');
INSERT INTO `wpor_options` VALUES (8156,
'_transient_learn_press_user_guest_1496946837', '1496946837', 'no');
INSERT INTO `wpor_options` VALUES (8157,
'_transient_timeout_learn_press_user_guest_1496946840', '1496954040', 'no');
INSERT INTO `wpor_options` VALUES (8158,
'_transient_learn_press_user_guest_1496946840', '1496946840', 'no');
INSERT INTO `wpor_options` VALUES (8159,
'_transient_timeout_learn_press_user_guest_1496946844', '1496954044', 'no');
INSERT INTO `wpor_options` VALUES (8160,
'_transient_learn_press_user_guest_1496946844', '1496946844', 'no');
INSERT INTO `wpor_options` VALUES (8161,
'_transient_timeout_learn_press_user_guest_1496947569', '1496954769', 'no');
INSERT INTO `wpor_options` VALUES (8162,
'_transient_learn_press_user_guest_1496947569', '1496947569', 'no');
INSERT INTO `wpor_options` VALUES (8164,
'_transient_timeout_learn_press_user_guest_1496949357', '1496956557', 'no');
INSERT INTO `wpor_options` VALUES (8165,
'_transient_learn_press_user_guest_1496949357', '1496949357', 'no');
INSERT INTO `wpor_options` VALUES (8166,
'_transient_timeout_learn_press_user_guest_1496950677', '1496957877', 'no');
INSERT INTO `wpor_options` VALUES (8167,
'_transient_learn_press_user_guest_1496950677', '1496950677', 'no');
INSERT INTO `wpor_options` VALUES (8168,
'_transient_timeout_learn_press_user_guest_1496950678', '1496957878', 'no');
INSERT INTO `wpor_options` VALUES (8169,
'_transient_learn_press_user_guest_1496950678', '1496950678', 'no');
INSERT INTO `wpor_options` VALUES (8171,
'_transient_learn_press_user_guest_1496950682', '1496950682', 'no');
INSERT INTO `wpor_options` VALUES (8172,
'_transient_timeout_learn_press_user_guest_1496950728', '1496957928', 'no');
INSERT INTO `wpor_options` VALUES (8173,
'_transient_learn_press_user_guest_1496950728', '1496950728', 'no');
INSERT INTO `wpor_options` VALUES (8210,
'_transient_timeout_learn_press_user_guest_1496954783', '1496961983', 'no');
INSERT INTO `wpor_options` VALUES (8175,
'_transient_timeout_learn_press_user_guest_1496951622', '1496958822', 'no');
INSERT INTO `wpor_options` VALUES (8176,
'_transient_learn_press_user_guest_1496951622', '1496951622', 'no');
INSERT INTO `wpor_options` VALUES (8177,
'_transient_timeout_learn_press_user_guest_1496951623', '1496958823', 'no');
INSERT INTO `wpor_options` VALUES (8178,
'_transient_learn_press_user_guest_1496951623', '1496951623', 'no');
INSERT INTO `wpor_options` VALUES (8179,
'_transient_timeout_learn_press_user_guest_1496951626', '1496958826', 'no');
INSERT INTO `wpor_options` VALUES (8180,
'_transient_learn_press_user_guest_1496951626', '1496951626', 'no');
INSERT INTO `wpor_options` VALUES (8181,
'_transient_timeout_learn_press_user_guest_1496951629', '1496958829', 'no');
INSERT INTO `wpor_options` VALUES (8182,
'_transient_learn_press_user_guest_1496951629', '1496951629', 'no');
INSERT INTO `wpor_options` VALUES (8183,
'_transient_timeout_learn_press_user_guest_1496951632', '1496958832', 'no');
INSERT INTO `wpor_options` VALUES (8184,
'_transient_learn_press_user_guest_1496951632', '1496951632', 'no');
INSERT INTO `wpor_options` VALUES (8185,
'_transient_timeout_learn_press_user_guest_1496951635', '1496958835', 'no');
INSERT INTO `wpor_options` VALUES (8186,
'_transient_learn_press_user_guest_1496951635', '1496951635', 'no');
INSERT INTO `wpor_options` VALUES (8187,
'_transient_timeout_learn_press_user_guest_1496951637', '1496958837', 'no');
INSERT INTO `wpor_options` VALUES (8188,
'_transient_learn_press_user_guest_1496951637', '1496951637', 'no');
INSERT INTO `wpor_options` VALUES (8189,
'_transient_timeout_learn_press_user_guest_1496954497', '1496961697', 'no');
INSERT INTO `wpor_options` VALUES (8190,
'_transient_learn_press_user_guest_1496954497', '1496954497', 'no');
INSERT INTO `wpor_options` VALUES (8191,
'_transient_timeout_learn_press_user_guest_1496954498', '1496961698', 'no');
INSERT INTO `wpor_options` VALUES (8192,
'_transient_learn_press_user_guest_1496954498', '1496954498', 'no');
INSERT INTO `wpor_options` VALUES (8193,
'_transient_timeout_learn_press_user_guest_1496954499', '1496961699', 'no');
INSERT INTO `wpor_options` VALUES (8194,
'_transient_learn_press_user_guest_1496954499', '1496954499', 'no');
INSERT INTO `wpor_options` VALUES (8200,
'_transient_timeout_learn_press_user_guest_1496954505', '1496961705', 'no');
INSERT INTO `wpor_options` VALUES (8201,
'_transient_learn_press_user_guest_1496954505', '1496954505', 'no');
INSERT INTO `wpor_options` VALUES (8506,
'_transient_timeout_learn_press_user_guest_1496968100', '1496975300', 'no');
INSERT INTO `wpor_options` VALUES (8507,
'_transient_learn_press_user_guest_1496968100', '1496968100', 'no');
INSERT INTO `wpor_options` VALUES (8510, 'siteorigin_widgets_active', 'a:7:
{s:6:"button";b:1;s:10:"google-
map";b:1;s:5:"image";b:1;s:6:"slider";b:1;s:13:"post-
carousel";b:1;s:6:"editor";b:1;s:3:"cta";b:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (8318, 'license_key_token', '1496957930|
jeQHdTYdzVcowKJg6Vom', 'yes');
INSERT INTO `wpor_options` VALUES (8329,
'_transient_learn_press_user_guest_1496958064', '1496958064', 'no');
INSERT INTO `wpor_options` VALUES (8323,
'_transient_timeout_learn_press_user_guest_1496957978', '1496965178', 'no');
INSERT INTO `wpor_options` VALUES (8324,
'_transient_learn_press_user_guest_1496957978', '1496957978', 'no');
INSERT INTO `wpor_options` VALUES (8369,
'_transient_learn_press_user_guest_1496958553', '1496958553', 'no');
INSERT INTO `wpor_options` VALUES (8211,
'_transient_learn_press_user_guest_1496954783', '1496954783', 'no');
INSERT INTO `wpor_options` VALUES (8212,
'_transient_timeout_learn_press_user_guest_1496954964', '1496962164', 'no');
INSERT INTO `wpor_options` VALUES (8213,
'_transient_learn_press_user_guest_1496954964', '1496954964', 'no');
INSERT INTO `wpor_options` VALUES (8214,
'_transient_timeout_learn_press_user_guest_1496954966', '1496962166', 'no');
INSERT INTO `wpor_options` VALUES (8215,
'_transient_learn_press_user_guest_1496954966', '1496954966', 'no');
INSERT INTO `wpor_options` VALUES (8216,
'_transient_timeout_learn_press_user_guest_1496954968', '1496962168', 'no');
INSERT INTO `wpor_options` VALUES (8217,
'_transient_learn_press_user_guest_1496954968', '1496954968', 'no');
INSERT INTO `wpor_options` VALUES (8218,
'_transient_timeout_learn_press_user_guest_1496954971', '1496962171', 'no');
INSERT INTO `wpor_options` VALUES (8219,
'_transient_learn_press_user_guest_1496954971', '1496954971', 'no');
INSERT INTO `wpor_options` VALUES (8225,
'_transient_timeout_learn_press_user_guest_1496957197', '1496964397', 'no');
INSERT INTO `wpor_options` VALUES (8221,
'_transient_timeout_learn_press_user_guest_1496957128', '1496964328', 'no');
INSERT INTO `wpor_options` VALUES (8222,
'_transient_learn_press_user_guest_1496957128', '1496957128', 'no');
INSERT INTO `wpor_options` VALUES (8223,
'_transient_timeout_learn_press_user_guest_1496957195', '1496964395', 'no');
INSERT INTO `wpor_options` VALUES (8224,
'_transient_learn_press_user_guest_1496957195', '1496957195', 'no');
INSERT INTO `wpor_options` VALUES (8226,
'_transient_learn_press_user_guest_1496957197', '1496957197', 'no');
INSERT INTO `wpor_options` VALUES (9175,
'_transient_timeout_learn_press_user_guest_1497113381', '1497120581', 'no');
INSERT INTO `wpor_options` VALUES (9176,
'_transient_learn_press_user_guest_1497113381', '1497113381', 'no');
INSERT INTO `wpor_options` VALUES (10025,
'_transient_timeout_feed_mod_d05d136f72523470cbe7098608179c6a', '1497292686',
'no');
INSERT INTO `wpor_options` VALUES (10026,
'_transient_feed_mod_d05d136f72523470cbe7098608179c6a', '1497249486', 'no');
INSERT INTO `wpor_options` VALUES (10023,
'_transient_timeout_feed_d05d136f72523470cbe7098608179c6a', '1497292686', 'no');
INSERT INTO `wpor_options` VALUES (10024,
'_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:"chi
ld";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:"l
ink";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:31:"Membership Plugin for
WordPress";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"
lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Jun 2017 04:47:57
+0000";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"l
anguage";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:"g
enerator";a:1:{i:0;a:5:{s:4:"data";s:28:"https://wordpress.org/?
v=4.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:"i
mage";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:"chi
ld";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:"t
itle";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:"l
ink";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:"w
idth";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:"h
eight";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:60:"\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:"chi
ld";a:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Setting up a
Developer Account to Test Your Payment 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:"";}}s:4:"l
ink";a:1:{i:0;a:5:{s:4:"data";s:82:"https://www.paidmembershipspro.com/setting-
developer-account-test-payment-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:"";}}s:8:"c
omments";a:1:{i:0;a:5:{s:4:"data";s:90:"https://www.paidmembershipspro.com/setting-
developer-account-test-payment-gateway/#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:"p
ubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Jun 2017 18:33:28
+0000";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"c
ategory";a:7:{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: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:9:"developer";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5
:{s:4:"data";s:7:"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:4;a:5
:{s:4:"data";s:15:"payment 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:5;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:6;a:5
:{s:4:"data";s:4:"test";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:44:"https://www.paidmembershipspro.com/?
p=108661";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:750:"Using
Paid Memberships Pro in your selected payment gateway&#8217;s
&#8220;testing/sandbox&#8221; mode allows you to test membership checkout without
processing real payments. Sandbox mode requires unique credentials that vary based
on the active payment gateway. This post covers how to set up your test or sandbox
account so that you can run tests on a membership checkout. Testing your Payment
Gateway. Technically, all you need to do to start accepting payments on your site
is sign up for a payment gateway and paste the appropriate API information into the
Memberships &#62; Payment Settings page in the WordPress admin of your site. <a
href="https://www.paidmembershipspro.com/setting-developer-account-test-payment-
gateway/">(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:10705:"<div class="lead"><p><img data-attachment-id="109096" data-
permalink="https://www.paidmembershipspro.com/setting-developer-account-test-
payment-gateway/pmpro-developer-test-account/" data-orig-
file="https://www.paidmembershipspro.com/wp-content/uploads/2017/06/PMPro-
Developer-Test-Account.jpg" data-orig-size="512,512" data-comments-opened="1" data-
image-
meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;cam
era&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quo
t;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;
0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot
;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-
title="PMPro-Developer-Test-Account" data-image-description="" data-medium-
file="https://www.paidmembershipspro.com/wp-content/uploads/2017/06/PMPro-
Developer-Test-Account-300x300.jpg" data-large-
file="https://www.paidmembershipspro.com/wp-content/uploads/2017/06/PMPro-
Developer-Test-Account.jpg" src="https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/PMPro-Developer-Test-Account.jpg" alt="" width="300"
height="300" class="alignright size-full wp-image-109096"
srcset="https://www.paidmembershipspro.com/wp-content/uploads/2017/06/PMPro-
Developer-Test-Account.jpg 512w, https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/PMPro-Developer-Test-Account-150x150.jpg 150w,
https://www.paidmembershipspro.com/wp-content/uploads/2017/06/PMPro-Developer-Test-
Account-300x300.jpg 300w, https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/PMPro-Developer-Test-Account-80x80.jpg 80w" sizes="(max-
width: 300px) 100vw, 300px" />Using Paid Memberships Pro in your selected payment
gateway&#8217;s &#8220;testing/sandbox&#8221; mode allows you to test membership
checkout without processing real payments. Sandbox mode requires unique credentials
that vary based on the active payment gateway. </p>\n<p>This post covers how to set
up your test or sandbox account so that you can <a
href="https://www.paidmembershipspro.com/testing-membership-checkout-process-
development-sandbox-mode-integrated-payment-gateways/" target="_blank"
rel="noopener noreferrer">run tests on a membership checkout</a>.</div><hr
/></p>\n<h2>Testing your Payment Gateway.</h2>\n<p>Technically, all you need to do
to start accepting payments on your site is sign up for a payment gateway and paste
the appropriate API information into the Memberships &gt; Payment Settings page in
the WordPress admin of your site.</p>\n<p>However, taking some time out to test
your payment gateway first will not only give you peace of mind that the gateway is
properly set up and ready to start receiving payments but it also gives you a good
idea of how the gateway works and whether or not this gateway will be right for you
and your members.</p>\n<hr />\n<h2>Setup Example: Stripe</h2>\n<p>Setting up a
Stripe testing account is really quite simple. All you need to do is navigate to
the <a href="https://dashboard.stripe.com/register" target="_blank" rel="noopener
noreferrer">Stripe Registration page</a>, fill in the appropriate fields and click
on the &#8220;Create your Stripe Account&#8221;.</p>\n<p>Once your account is set
up , you will be redirected to your Stripe Dashboard and an email will be sent to
you asking you to verify your email address. Your Stripe testing account is now set
up and you are (almost) ready to start testing it out on your
website.</p>\n<p><em>Note &#8211; in order to start using this account to accept
actual payments, you will need to &#8220;Activate your account&#8221; from within
the Stripe Dashboard.</em></p>\n<p><img class="aligncenter wp-post-image size-full"
src="https://www.paidmembershipspro.com/wp-content/uploads/2017/06/Stripe-
Dashboard.png"
alt="" width="1428" height="649" /></p>\n<hr />\n<h2>Adding the test API keys to
your website.</h2>\n<p>To add the relevant Stripe API keys to your website, you
will need to navigate to the &#8220;API&#8221; tab in your Stripe Dashboard and
copy both the &#8220;Publishable&#8221; and &#8220;Secret&#8221; API key and paste
them into your Paid Memberships Pro payment gateway settings. This can be found by
navigating to your WordPress Dashboard &gt; Memberships &gt; Payment
Settings.</p>\n<p><em>Note: Remember to set the payment gateway in your payment
settings to Stripe and your &#8220;Gateway Environment&#8221; to
&#8220;Sandbox/Testing&#8221;.</em></p>\n<p><img class="alignnone size-full wp-
post-image" src="https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/Stripe-API.png" alt="" width="1396" height="563"
/></p>\n<p>Once you have added your API keys, save your settings.</p>\n<p><img
class="size-full wp-post-image" src="https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/Website-API-new.png" alt="" width="901" height="389"
/></p>\n<hr />\n<h2>Processing a test checkout.</h2>\n<p>It is now time to do a
test checkout. Log out of your website completely and proceed to purchase a
membership level just as one of your potential customers would. You should
eventually be redirected to your checkout page.</p>\n<p>Fill out the checkout form
as a normal user would and when you get to the &#8220;Payment Information&#8221;
section, you will need to input a <a href="https://stripe.com/docs/testing#cards"
target="_blank" rel="noopener noreferrer">Stripe Testing Card</a> number in order
to process the test payment. If you do not use a Stripe testing card, you will
receive a &#8220;Your card number is incorrect&#8221; error message.</p>\n<p><img
data-attachment-id="108885" data-
permalink="https://www.paidmembershipspro.com/setting-developer-account-test-
payment-gateway/testing-cards/" data-orig-
file="https://www.paidmembershipspro.com/wp-content/uploads/2017/06/testing-
cards.png" data-orig-size="459,525" data-comments-opened="1" data-image-
meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;cam
era&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quo
t;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;
0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot
;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-
title="testing cards" data-image-description="" data-medium-
file="https://www.paidmembershipspro.com/wp-content/uploads/2017/06/testing-cards-
262x300.png" data-large-file="https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/testing-cards.png" class="size-full wp-image-108885
aligncenter" src="https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/testing-cards.png" alt="" width="459" height="525"
srcset="https://www.paidmembershipspro.com/wp-content/uploads/2017/06/testing-
cards.png 459w, https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/testing-cards-262x300.png 262w" sizes="(max-width: 459px)
100vw, 459px" /></p>\n<hr />\n<h2>Back to the Stripe Dashboard.</h2>\n<p>Once you
have successfully processed the membership checkout, you will be able to navigate
back to your Stripe Dashboard and see the test data as if it was an actual user who
checked out of your site. Feel free to browse through the different menu options to
get an overall feel for how this payment gateway works. The more you explore the
gateway&#8217;s capabilities and limitations, the better idea you will have of
whether or not a payment gateway will work for you.</p>\n<p><img class="size-large
wp-post-image" src="https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/Checkout-Data-1024x411.png" alt="" width="748" height="300"
/></p>\n<hr />\n<h2>Time to go live.</h2>\n<p>When you have done enough testing and
you are now ready change over to a live environment, make sure that you change your
&#8220;Gateway Environment&#8221; to &#8220;Live/Production&#8221; and complete the
fields with your gateway&#8217;s appropriate information.</p>\n<p><img data-
attachment-id="109057" data-permalink="https://www.paidmembershipspro.com/setting-
developer-account-test-payment-gateway/pmpro_payment-settings-stripe-prd/" data-
orig-file="https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/pmpro_payment-settings-stripe-prd.png" data-orig-
size="748,149" data-comments-opened="1" data-image-
meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;cam
era&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quo
t;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;
0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot
;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-
title="pmpro_payment-settings-stripe-prd" data-image-description="" data-medium-
file="https://www.paidmembershipspro.com/wp-content/uploads/2017/06/pmpro_payment-
settings-stripe-prd-300x60.png" data-large-
file="https://www.paidmembershipspro.com/wp-content/uploads/2017/06/pmpro_payment-
settings-stripe-prd.png" src="https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/pmpro_payment-settings-stripe-prd.png" alt="" width="748"
height="149" class="alignnone size-full wp-image-109057"
srcset="https://www.paidmembershipspro.com/wp-
content/uploads/2017/06/pmpro_payment-settings-stripe-prd.png 748w,
https://www.paidmembershipspro.com/wp-content/uploads/2017/06/pmpro_payment-
settings-stripe-prd-300x60.png 300w" sizes="(max-width: 748px) 100vw, 748px"
/></p>\n<p>If you have not yet activated your Stripe account, you will need to do
this before you can get your &#8220;Live&#8221; API keys. Live payments cannot be
processed if your integration is still using your test API keys. Once you paste in
your live API keys, save your changes.</p>\n<hr />\n<h2>Some useful links to get
you started.</h2>\n<div class="row "><div class="medium-6 columns">\n<ul>\n<li><a
href="https://www.paidmembershipspro.com/gateway/authorize-
net/#authorizetesting">Authorize.net Sandbox/Testing Mode</a></li>\n<li><a
href="https://www.paidmembershipspro.com/gateway/2checkout/#2checkouttesting">2Chec
kout Sandbox/Testing Mode</a></li>\n<li><a
href="https://www.paidmembershipspro.com/gateway/paypal/#paypaltesting">PayPal
Sandbox/Testing Mode</a></li>\n</ul>\n<p></p></div><div class="medium-6
columns">\n<ul>\n<li><a
href="https://www.paidmembershipspro.com/gateway/braintree/#braintreetesting">Brain
tree Sandbox/Testing account</a></li>\n<li><a
href="https://www.paidmembershipspro.com/gateway/stripe/#tab-gateway-setup">Stripe
Sandbox mode</a></li>\n<li><a
href="https://www.paidmembershipspro.com/gateway/paypal/#paypaltesting">PayPal
PayFlow Sandbox/Testing
mode</a></li>\n</ul>\n<p></p></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:87:"https://www.paidmembershipspro.com/setting-developer-account-
test-payment-gateway/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:"108661";s: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 \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:"chi
ld";a:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"Track Membership
Signups and Stats on a Mobile Device";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"l
ink";a:1:{i:0;a:5:{s:4:"data";s:80:"https://www.paidmembershipspro.com/track-
membership-signups-stats-mobile-device/";s: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:"c
omments";a:1:{i:0;a:5:{s:4:"data";s:88:"https://www.paidmembershipspro.com/track-
membership-signups-stats-mobile-device/#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:"p
ubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 07 Jun 2017 14:00:15
+0000";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"c
ategory";a:3:{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:"";}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:20:"pmpro_after_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:"";}}s:4:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:43:"https://www.paidmembershipspro.com/?
p=47633";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:749:"Stay
on top of membership site signups (and your membership site revenues) on a tablet
or mobile device using the Responsive Reports Dashboard Add On or via SMS
Membership Checkout (text) Messages. Responsive Reports Dashboard Add On This
streamlined dashboard loads outside of your WordPress admin and pulls in the
default reports displayed under Memberships > Reports, plus any additional reports
you have added via this method. The included reports can be modified using the
pmpro_reports_dashboard_reports
filter. Jason and I use this add on multiple times per day to track signups for
our support membership options. We both have saved <a
href="https://www.paidmembershipspro.com/track-membership-signups-stats-mobile-
device/">(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:4288:"<div class="lead"><p>Stay on top of membership site signups
(and your membership site revenues) on a tablet or mobile device using the <a
href="https://www.paidmembershipspro.com/add-ons/plus-add-ons/responsive-reports-
dashboard/">Responsive Reports Dashboard Add On</a> or via SMS Membership Checkout
(text) Messages.</div><hr /></p>\n<h2><img data-attachment-id="47634" data-
permalink="https://www.paidmembershipspro.com/track-membership-signups-stats-
mobile-device/pmpro-reports-dashboard-2/" data-orig-
file="https://www.paidmembershipspro.com/wp-content/uploads/2015/11/pmpro-reports-
dashboard.jpg" data-orig-size="800,1232" data-comments-opened="1" data-image-
meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;cam
era&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quo
t;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;
0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot
;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-
title="pmpro-reports-dashboard" data-image-description="" data-medium-
file="https://www.paidmembershipspro.com/wp-content/uploads/2015/11/pmpro-reports-
dashboard-195x300.jpg" data-large-file="https://www.paidmembershipspro.com/wp-
content/uploads/2015/11/pmpro-reports-dashboard-701x1080.jpg"
src="https://www.paidmembershipspro.com/wp-content/uploads/2015/11/pmpro-reports-
dashboard-701x1080.jpg" alt="pmpro-reports-dashboard" width="200" class="alignright
wp-post-image wp-image-47634" srcset="https://www.paidmembershipspro.com/wp-
content/uploads/2015/11/pmpro-reports-dashboard-701x1080.jpg 701w,
https://www.paidmembershipspro.com/wp-content/uploads/2015/11/pmpro-reports-
dashboard-195x300.jpg 195w, https://www.paidmembershipspro.com/wp-
content/uploads/2015/11/pmpro-reports-dashboard-600x924.jpg 600w,
https://www.paidmembershipspro.com/wp-content/uploads/2015/11/pmpro-reports-
dashboard.jpg 800w" sizes="(max-width: 701px) 100vw, 701px" /><a
href="https://www.paidmembershipspro.com/add-ons/plus-add-ons/responsive-reports-
dashboard/">Responsive Reports Dashboard Add On</a></h2>\n<p>This streamlined
dashboard loads outside of your WordPress admin and pulls in the default reports
displayed under Memberships > Reports, plus any additional reports you have <a
href="https://www.paidmembershipspro.com/2015/02/create-custom-reports-for-the-
memberships-reports-admin/">added via this method</a>. The included reports can be
modified using the <code> pmpro_reports_dashboard_reports</code>
filter.</p>\n<p>Jason and I use this add on multiple times per day to track signups
for our support membership options. We both have saved the direct link to the
reports dashboard on our mobile phones. Here are <a
href="https://www.paidmembershipspro.com/add-ons/plus-add-ons/responsive-reports-
dashboard/#bookmark">the instructions for adding the report link to your
device</a>.</p>\n<a class="btn btn_action"
href="https://www.paidmembershipspro.com/add-ons/plus-add-ons/responsive-reports-
dashboard/" target="_self">View the Add On</a>\n<hr id="sms" />\n<h2><img
src="https://www.paidmembershipspro.com/wp-content/uploads/2015/11/pmpro-sms-
notification.png" alt="pmpro-sms-notification" width="200" class="alignright size-
medium wp-post-image" />SMS Membership Checkout Messages</h2>\n<p>The code recipe
below sends a short email/text message/sms with each Paid Memberships Pro
Membership Checkout (for the specified levels).</p>\n<p>Copy and paste this code
recipe below into your theme’s functions.php file or a helper <a
href="https://www.paidmembershipspro.com/2012/08/create-a-plugin-for-pmpro-
customizations/">PMPro Customizations</a> plugin (our recommended method). Then
modify line 9 with your mobile email address and line 12 with the level IDs you
wish to receive notification for.</p>\n<p></p>\n<div
class="pmpro_content_message">\n<h4>This code recipe requires a PMPro Core Account
or higher.</h4>\n<p><a class="btn btn_action" href="/pricing/" target="_self">View
Membership Options</a><br />\n</p>\n<hr />\n<h2>What other notification methods
would you like to see?</h2>\n<p>If you have another service or method that you
would like to connect to your membership site reports, let us know in 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:85:"https://www.paidmembershipspro.com/track-membership-signups-
stats-mobile-device/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:5:"47633";s: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:45:"\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:"chi
ld";a:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"PMPro Update
1.9.2.1";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"l
ink";a:1:{i:0;a:5:{s:4:"data";s:56:"https://www.paidmembershipspro.com/pmpro-
update-1-9-2-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:8:"c
omments";a:1:{i:0;a:5:{s:4:"data";s:64:"https://www.paidmembershipspro.com/pmpro-
update-1-9-2-1/#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:"p
ubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Jun 2017 08:49: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:"c
ategory";a:2:{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: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:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:44:"https://www.paidmembershipspro.com/?
p=108289";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:676:"Version 1.9.2.1 of Paid Memberships Pro is out two crucial bug
fixes. All sites should update, especially those running 1.9.2. Bug Fixes in
1.9.2.1 Code shipped in 1.9.2 that was meant to stop users from network activating
PMPro could stop them from activating it at all. That has been fixed. Code shipped
in 1.9.2 changed how we handle PHP sessions, attempting to start and close them
only when needed. This update starts the session a bit earlier to avoid issues that
were happening with PayPal and PayPal Express. Please update Paid Memberships Pro
from the plugins page of your WordPress <a
href="https://www.paidmembershipspro.com/pmpro-update-1-9-2-
1/">(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:963:"<div class="lead"><p>Version 1.9.2.1 of Paid Memberships Pro is
out two crucial bug fixes. All sites should update, especially those running
1.9.2.</div><hr /></p>\n<h2>Bug Fixes in 1.9.2.1</h2>\n<ol>\n<li style="margin-
bottom: 1em;">Code shipped in 1.9.2 that was meant to stop users from network
activating PMPro could stop them from activating it at all. That has been
fixed.</li>\n<li>Code shipped in 1.9.2 changed how we handle PHP sessions,
attempting to start and close them only when needed. This update starts the session
a bit earlier to avoid issues that were happening with PayPal and PayPal
Express.</li>\n</ol>\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.2.1.zip">version 1.9.2.1 specifically
here</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: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-2-
1/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:"108289";s: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:45:"\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:"chi
ld";a:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"PMPro Update
1.9.2";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"l
ink";a:1:{i:0;a:5:{s:4:"data";s:54:"https://www.paidmembershipspro.com/pmpro-
update-1-9-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:8:"c
omments";a:1:{i:0;a:5:{s:4:"data";s:62:"https://www.paidmembershipspro.com/pmpro-
update-1-9-2/#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:"p
ubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 03 Jun 2017 13:41:44
+0000";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"c
ategory";a:2:{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: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:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:44:"https://www.paidmembershipspro.com/?
p=108129";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:666:"Version 1.9.2 of Paid Memberships Pro is out with bug fixes to
several gateway integrations and a few other updates. These bugs have the potential
to hinder sales, so be sure to upgrade. Please update Paid Memberships Pro from the
plugins page of your WordPress dashboard. You can also get the latest version of
PMPro here or version 1.9.2 specifically here. The full list of updates is below.
BUG: Fixed issue where Braintree checkouts were failing with a CVV error when
existing users checked out. BUG: Fixed issue loading the Stripe library in PHP 5.6.
BUG: Member List CSV export <a href="https://www.paidmembershipspro.com/pmpro-
update-1-9-2/">(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:2670:"<div class="lead"><p>Version 1.9.2 of Paid Memberships Pro is
out with bug fixes to several gateway integrations and a few other updates. These
bugs have the potential to hinder sales, so be sure to upgrade.</div><hr
/></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.2.zip">version 1.9.2 specifically here</a>.</p>\n<hr
/>\n<h2>The full list of updates is below.</h2>\n<ul>\n<li style="margin-bottom: .
5em;"><strong>BUG:</strong> Fixed issue where Braintree checkouts were failing with
a CVV error when existing users checked out.</li>\n<li style="margin-bottom: .
5em;"><strong>BUG:</strong> Fixed issue loading the Stripe library in PHP
5.6.</li>\n<li style="margin-bottom: .5em;"><strong>BUG:</strong> Member List CSV
export was ignoring search parameter.</li>\n<li style="margin-bottom: .
5em;"><strong>BUG:</strong> Discount codes weren&#8217;t being remembered during
the &#8220;review&#8221; step of a PayPal Express checkout. (Thanks, Rafe
Colton)</li>\n<li style="margin-bottom: .5em;"><strong>ENHANCEMENT/FIX:</strong>
Search Filter would trigger incorrectly for REST API request by slug.</li>\n<li
style="margin-bottom: .5em;"><strong>ENHANCEMENT/FIX:</strong> Didn&#8217;t always
identify MasterCard cards correctly to set the CardType with some
gateways.</li>\n<li style="margin-bottom: .5em;"><strong>ENHANCEMENT/FIX:</strong>
Some custom code or add ons (e.g. the Prorating and Auto-renewal Checkbox add ons)
would sometimes break PayPal Website Payments Pro and PayPal Express subscriptions
by trying to set the &#8220;Profile Start Date&#8221; longer than 1 year out. We
now limit the Profile Start Date to 1 year out and try to squeeze up to 1
additional year into a trial if it&#8217;s not already being used. This bug affects
PayPal Standard as well, but the fix is different and not included in this
release.</li>\n<li style="margin-bottom: .5em;"><strong>ENHANCEMENT:</strong>
Tested up to WordPress 4.8.</li>\n<li style="margin-bottom: .
5em;"><strong>ENHANCEMENT:</strong> Made countries translatable.</li>\n<li
style="margin-bottom: .5em;"><strong>ENHANCEMENT:</strong> Improved performance via
PHP $_SESSION management improvements. We now only open the session before we set
session vars and close the session when we are finished with it.</li>\n<li
style="margin-bottom: .5em;"><strong>ENHANCEMENT:</strong> Added to code to stop
network activation of Paid Memberships Pro. (Thanks, Paul
Barthmaier)</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:59:"https://www.paidmembershipspro.com/pmpro-update-1-9-
2/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:"108129";s: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: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:"chi
ld";a:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"Enhance Your
Membership Levels Page with Member Badges";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"l
ink";a:1:{i:0;a:5:{s:4:"data";s:80:"https://www.paidmembershipspro.com/enhance-
membership-levels-page-member-badges/";s: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:"c
omments";a:1:{i:0;a:5:{s:4:"data";s:88:"https://www.paidmembershipspro.com/enhance-
membership-levels-page-member-badges/#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:"p
ubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 25 May 2017 16:35:57
+0000";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"c
ategory";a:9:{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:"";}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: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:3;a:5
:{s:4:"data";s:5:"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:"";}i:4;a:5
:{s:4:"data";s:6:"design";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5
:{s:4:"data";s:5:"image";s: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:20:"pmproal_before_level";s: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:30:"pmproal_extra_cols_before_body";s: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:32:"pmproal_extra_cols_before_header";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:44:"https://www.paidmembershipspro.com/?
p=107304";s:7:"attribs";a:1:{s:0:"";a:1:
{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:
{s:4:"data";s:797:"We&#8217;ve just added hooks to the Advanced Levels Page
Shortcode Add On, allowing you to add unique content before and after the level
information. This recipe integrates the Member Badges Add On and displays the badge
associated with each level in the output. Member Badges on a Three Column Layout
The Code Recipe Member Badges on a Table Layout The Code Recipe Available Hooks in
the Advanced Levels Page Shortcode v.2.4+ Hooks for the &#8220;div&#8221; and
&#8220;column&#8221; layouts: do_action( ''pmproal_before_level'', int $level_id,
int string $layout ); do_action( ''pmproal_after_level'', int $level_id, int string
$layout ); Hooks for the &#8220;table&#8221; layout: do_action( <a
href="https://www.paidmembershipspro.com/enhance-membership-levels-page-member-
badges/">(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:2232:"<div class="lead"><p>We&#8217;ve just added hooks to the <a
href="https://www.paidmembershipspro.com/add-ons/plus-add-ons/pmpro-advanced-
levels-shortcode/">Advanced
Levels Page Shortcode Add On</a>, allowing you to add unique content before and
after the level information. </p>\n<p>This recipe integrates the <a
href="https://www.paidmembershipspro.com/add-ons/plus-add-ons/member-
badges/">Member Badges Add On</a> and displays the badge associated with each level
in the output.</div><hr /></p>\n<h2>Member Badges on a Three Column
Layout</h2>\n<p><img src="https://www.paidmembershipspro.com/wp-
content/uploads/2017/05/pmproal_member-badges-3col.png" alt="" width="1018"
height="492" class="alignright size-full wp-post-image" /></p>\n<h2>The Code
Recipe</h2>\n<p></p>\n<div class="pmpro_content_message">\n<h4>This code recipe
requires a PMPro Core 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<h2>Member Badges on a Table
Layout</h2>\n<p><img src="https://www.paidmembershipspro.com/wp-
content/uploads/2017/05/pmproal_member-badges-table.png" alt="" width="876"
height="362" class="alignright size-full wp-post-image" /></p>\n<h2>The Code
Recipe</h2>\n<p></p>\n<div class="pmpro_content_message">\n<h4>This code recipe
requires a PMPro Core 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<h2>Available Hooks in the Advanced Levels
Page Shortcode v.2.4+</h2>\n<p><strong>Hooks for the &#8220;div&#8221; and
&#8220;column&#8221; layouts:</strong></p>\n<pre
lang="PHP">do_action( ''pmproal_before_level'', int $level_id, int string
$layout );</pre>\n<pre lang="PHP">do_action( ''pmproal_after_level'', int
$level_id, int string $layout );</pre>\n<hr />\n<p><strong>Hooks for the
&#8220;table&#8221; layout:</strong></p>\n<pre
lang="PHP">do_action( ''pmproal_extra_cols_before_header'' );</pre>\n<pre
lang="PHP">do_action( ''pmproal_extra_cols_after_header'' );</pre>\n<pre
lang="PHP">do_action( ''pmproal_extra_cols_before_body'' );</pre>\n<pre
lang="PHP">do_action( ''pmproal_extra_cols_after_body'' );</pre>\n<p><em>Note:
hooks have not yet been added for the compare_table
layout</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:36:
"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:
{s:4:"data";s:85:"https://www.paidmembershipspro.com/enhance-membership-levels-
page-member-badges/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:"107304";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5
;a:6:{s:4:"data";s:42:"\n \n \n \n \n
\n \n \n \n\n \n \n
\n ";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"chi
ld";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"Set a Member
Author’s Posts to Draft When Membership is Cancelled";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"l
ink";a:1:{i:0;a:5:{s:4:"data";s:87:"https://www.paidmembershipspro.com/set-member-
authors-posts-draft-membership-cancelled/";s: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:"p
ubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 24 May 2017 16:50:56
+0000";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"c
ategory";a:4:{i:0;a:5:{s:4:"data";s:28:"Core and Plus Member
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: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: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:3;a:5
:{s:4:"data";s:35:"pmpro_after_change_membership_level";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:44:"https://www.paidmembershipspro.com/?
p=106988";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:394:"If you
allow guest authors on your membership site as a feature of membership, this recipe
will demonstrate how to automatically change their posts&#8217; statuses to
&#8220;draft&#8221; when membership is cancelled. The Code Recipe View the code on
Gist. Copy and paste this code recipe into your theme’s functions.php file or a
helper PMPro Customizations plugin (our recommended method).";s: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:464:"<p>If you allow <a
href="https://www.paidmembershipspro.com/give-new-members-author-role/"
target="_blank" rel="noopener noreferrer">guest authors on your membership site as
a feature of membership</a>, this recipe will demonstrate how to automatically
change their posts&#8217; statuses to &#8220;draft&#8221; when membership is
cancelled.</p>\n<div class="pmpro_content_message">This content is for members
only. Visit the site and log in/register to read.</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:30:
"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:
{s:4:"data";s:6:"106988";s: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: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:"chi
ld";a:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"How to Name Your
Membership Levels or Subscription Options";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"l
ink";a:1:{i:0;a:5:{s:4:"data";s:94:"https://www.paidmembershipspro.com/how-to-name-
your-membership-levels-or-subscription-options/";s: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:"c
omments";a:1:{i:0;a:5:{s:4:"data";s:103:"https://www.paidmembershipspro.com/how-to-
name-your-membership-levels-or-subscription-options/#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:"p
ubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 May 2017 17:11:30
+0000";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"c
ategory";a:5:{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:8:"branding";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5
:{s:4:"data";s:9:"marketing";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5
:{s:4:"data";s:22:"membership level names";s: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:"naming";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:43:"https://www.paidmembershipspro.com/?
p=51163";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:780:"How
you name your membership levels is one of the most important components for
conversions on your membership on site. Let’s spend some time thinking about
membership level names. We&#8217;ll cover the classic membership site structures
and provide examples for naming the membership levels or subscription options for
each case. (And there&#8217;s even a nifty &#8220;level name&#8221; playground that
tests your name within various plugin-generated phrases.) Take a step back and
evaluate your membership level names. I work with thousands of membership sites and
have seen a lack of clarity (and creativity) in this key area. The membership level
name <a href="https://www.paidmembershipspro.com/how-to-name-your-membership-
levels-or-subscription-options/">(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:13077:"<div class="lead"><p>How you name your membership levels is
one of the most important components for conversions on your membership on
site.</p>\n<p>Let’s spend some time thinking about membership level names.
We&#8217;ll cover the classic membership site structures and provide examples for
naming the membership levels or subscription options for each case. (And
there&#8217;s even a nifty <a href="#playground">&#8220;level name&#8221;
playground</a> that tests your name within various plugin-generated
phrases.)</div><hr /></p>\n<h2>Take a step back and evaluate your membership level
names.</h2>\n<p>I work with thousands of membership sites and have seen a lack of
clarity (and creativity) in this key area. The membership level name identifies
what the member is receiving in exchange for their membership fee. In some cases,
the name is a badge of pride for your members, turning them from the anonymous
&#8220;visitor&#8221; to a member of the &#8220;in-crowd&#8221;.</p>\n<p>Putting
all of this touchy-feely stuff aside, the level name is also used in various
default &#8220;phrases&#8221; within your membership site system. You need to make
sure your level name &#8220;reads well&#8221; within these phrases. I&#8217;ve
created a simple tool at the end of this article that provides a litmus test for
your level names within the key system phrases in Paid Memberships Pro.</p>\n<hr
/>\n<h2>Membership Site Structures Covered include:</h2>\n<ul>\n<li style="margin-
bottom: 1rem;">\n<h4 style="margin: 0;"><a href="#tiered">Tiered/Hierarchical
Levels</a></h4>\n<p class="lead">The classic pay more, get more
structure.</p>\n</li>\n<li style="margin-bottom: 1rem;">\n<h4 style="margin: 0;"><a
href="#price">Price/Payment Term Structured Levels</a></h4>\n<p class="lead">When
the content is all the same, but you offer different payment
options.</p>\n</li>\n<li style="margin-bottom: 1rem;">\n<h4 style="margin: 0;"><a
href="#vertical">Content Vertical/Category-specific Levels</a></h4>\n<p
class="lead">When the content is unique to each level.</p>\n</li>\n<li
style="margin-bottom: 1rem;">\n<h4 style="margin: 0;"><a href="#member">User or
Member-type Levels</a></h4>\n<p class="lead">When the level selection is based on
the member, be it individual or group.</p>\n</li>\n<li style="margin-bottom:
1rem;">\n<h4 style="margin: 0;"><a href="#delivery">Content Delivery/Subscription
Type Levels</a></h4>\n<p class="lead">When the content itself is offered in
different methods based on level selection.</p>\n</li>\n<li>\n<h4 style="margin:
0;"><a href="#sponsorship">Sponsorship Level/Benefactor Tiers</a></h4>\n<p
class="lead">Mainly for non-profits with creative membership level
tiers.</p>\n</li>\n</ul>\n<hr id="tiered" />\n<h2>Tiered/Hierarchical
Levels</h2>\n<p>This flavor of membership site offers more (or fewer) features
based on membership level. This is the structure of our own site here at Paid
Memberships Pro. We offer a Free, Core and Plus level. I think the level names are
OK, and they do imply a tier (Plus being the highest membership option
available).</p>\n<div class="pmpro_message pmpro_default">\n<h4>Here are some level
name ideas based on the &#8220;tier&#8221;</h4>\n<div class="row "><div
class="medium-4 columns">\n<strong>Tier
1</strong>\n<ul>\n<li>Basic</li>\n<li>Beginner</li>\n<li>Starter</li>\n<li>Primary<
/li>\n<li>Bronze</li>\n<li>Baby Bear</li>\n</ul>\n<p></p></div><div class="medium-4
columns">\n<strong>Tier
2</strong>\n<ul>\n<li>Intermediate</li>\n<li>Enhanced</li>\n<li>Standard</li>\n<li>
Secondary</li>\n<li>Gold</li>\n<li>Papa Bear</li>\n</ul>\n<p></p></div><div
class="medium-4 columns">\n<strong>Tier
3</strong>\n<ul>\n<li>Advanced</li>\n<li>Ultimate</li>\n<li>Extreme</li>\n<li>Profe
ssional</li>\n<li>Platinum</li>\n<li>Mama Bear (just
right!)</li>\n</ul>\n<p></p></div></div></div>\n<hr id="price"
/>\n<h2>Price/Payment Term Structured Levels</h2>\n<p>Use this level naming
structure when all membership levels offer the same package of features, but vary
based on price or term. First, try to think of something clever based on your
specific name, brand or site topic. </p>\n<h3 style="margin: 0 0 2.6rem 0; font-
style: italic; color: #666;">If your membership site was a sports team, what would
you call your fans?</h3>\n<p>You can give membership an overall <em>brand</em>,
such as &#8220;Trekkies&#8221;, &#8220;Bronies&#8221;, or
&#8220;Cheeseheads&#8221;. Then use your level names to clarify the price or
payment term.</p>\n<p>You may still have an idea of &#8220;tier&#8221; in this
structure, such as a Foodie Box site that offers 3 Month, 6 Month, and Annual
subscriptions, with the option to &#8220;add on&#8221; a dessert box. For this
case, I&#8217;d suggest reading through my <a
href="https://www.paidmembershipspro.com/2015/03/modify-level-price-at-checkout-
based-on-user-selections/">post on price-adjusting Register Helper fields</a> to
have a selection at checkout modify the level price. Easy as pie.</p>\n<div
class="pmpro_message pmpro_default">\n<h4>Here are some level name ideas based on
the price/term</h4>\n<div class="row "><div class="medium-4
columns">\n<ul>\n<li>Daily
<sup>*</sup></li>\n<li>Weekly</li>\n<li>Monthly</li>\n<li>Quarterly</li>\n<li>Yearl
y</li>\n</ul>\n<p></p></div><div class="medium-4
columns">\n<ul>\n<li>Annual</li>\n<li>Per Annum</li>\n<li>Bi-Weekly</li>\n<li>Bi-
Monthly</li>\n<li>Semi-Annual</li>\n</ul>\n<p></p></div><div class="medium-4
columns">\n<ul>\n<li>Half-
Yearly</li>\n<li>Perennial</li>\n<li>Lifetime</li>\n<li>Forever</li>\n<li>Eternal</
li>\n</ul>\n<p></p></div></div></div>\n<p><em>* Note that not all integrated
gateways offer &#8220;daily&#8221; subscriptions.</em></p>\n<hr id="vertical"
/>\n<h2>Content Vertical/Category-specific Levels</h2>\n<p>In this type of
membership site, the membership levels differ not by features, but by type of
content or &#8220;vertical&#8221;. This is common in a stock or investing site,
nationwide membership chapters site, or an online dating site where identifying the
member&#8217;s &#8220;interest&#8221; is handled via the membership level
selected.</p>\n<div class="pmpro_message pmpro_default">\n<h4>Here are some level
name ideas based on the content vertical</h4>\n<ul>\n<li style="margin-bottom: .
5rem;">Stock/Investing Sites: Technology Sector, Gas and Oil, Retail,
Pharmaceuticals</li>\n<li style="margin-bottom: .5rem;">Member Chapter Sites:
Country Name, State Name, County Name</li>\n<li style="margin-bottom: .
5rem;">Online Dating Sites: Man Seeking Woman, Woman Seeking Man, Man Seeking Man,
Woman Seeking Woman, etc.</li>\n</ul>\n</div>\n<hr id="member" />\n<h2>User or
Member-type Levels</h2>\n<p>This is a category of membership site where the member
receives a different level/price/package based on the type of member they are.
Check out our <a href="https://www.paidmembershipspro.com/add-ons/plus-add-
ons/pmpro-sponsored-members/">Sponsored/Group Members Add On</a> if you have a
membership level that offers parent/child account relationships.</p>\n<div
class="pmpro_message pmpro_default">\n<h4>Here are some level name ideas based on
the user/member-type</h4>\n<div class="row "><div class="medium-4
columns">\n<ul>\n<li>Individual</li>\n<li>Student</li>\n<li>Parent</li>\n<li>Family
</li>\n</ul>\n<p></p></div><div class="medium-4
columns">\n<ul>\n<li>Senior</li>\n<li>Corporation</li>\n<li>Volunteer</li>\n</ul>\n
<p></p></div><div class="medium-4 columns">\n<ul>\n<li>Teacher</li>\n<li>Non-
Profit</li>\n<li>Military: Active Duty and
Veterans</li>\n</ul>\n<p></p></div></div></div>\n<hr id="delivery" />\n<h2>Content
Delivery/Subscription Type Levels</h2>\n<p>For this type of membership site, the
levels differ by how the content is received. It will make more sense after reading
the level names below, but basically this case is used when the content is offered
in various formats (online, print, email), and the selected level determines the
members&#8217; preferred method(s) of content delivery.</p>\n<p>For this case, you
could use the same membership branding concepts covered in the <a
href="#price">Price/Payment Term Structured Levels</a> section above, then use the
level names to clarify content delivery.</p>\n<div class="pmpro_message
pmpro_default">\n<h4>Here are some level name ideas based on the type of content
delivery</h4>\n<ul>\n<li>Online Only</li>\n<li>Print Only</li>\n<li>Online and
Print</li>\n<li>Email Newsletter</li>\n</ul>\n</div>\n<hr id="sponsorship"
/>\n<h2>Sponsorship Level/Benefactor Tiers</h2>\n<p>If you&#8217;re a non-profit
organization, you most likely think about membership a bit differently than most
other site types. In your case, membership level is actually <em>sponsorship
level</em>, and you have a chance to get really creative in how you name your
tiers.</p>\n<p>A great approach to level naming is to pull ideas from the goals of
your organization, your location, the group or cause you represent.</p>\n<p>Instead
of coming up with my own examples, I&#8217;ve compiled a few non-profits and their
benefactor/membership tier names below:</p>\n<div class="pmpro_message
pmpro_default">\n<div class="row "><div class="medium-4 columns">\n<h4><a
href="https://www.fi.edu/join-or-renew-your-membership" target="_blank">The
Franklin Institute&#8217;s</a> Benefactor Society</h4>\n<ul>\n<li>Pendulum
Partners</li>\n<li>Baldwin Circle</li>\n<li>Celestial Circle</li>\n<li>Ambassador
Circle</li>\n<li>Kite and Key Circle</li>\n<li>Franklin Fellows</li>\n<li>Inventors
Circle</li>\n</ul>\n<p></p></div><div class="medium-4 columns">\n<h4><a
href="http://www.history.org/foundation/development/societies/donorsociety.cfm"
target="_blank">Colonial Williamsburg&#8217;s</a> Donor
Societies</h4>\n<ul>\n<li>Duke of Gloucester Society</li>\n<li>Capitol
Society</li>\n<li>Colonial Williamsburg Assembly</li>\n<li>Colonial Williamsburg
Burgesses</li>\n<li>Colonial Williamsburg Associates</li>\n<li>Raleigh Tavern
Society</li>\n</ul>\n<p></p></div><div class="medium-4 columns">\n<h4><a
href="http://www.kimmelcenter.org/support/founders.php" target="_blank">The Kimmel
Center&#8217;s</a> Founders
Circle</h4>\n<ul>\n<li>Partner</li>\n<li>Benefactor</li>\n<li>Artists
Circle</li>\n<li>Leadership Circle</li>\n<li>Presidents Circle</li>\n<li>Chairmans
Circle</li>\n</ul>\n<p></p></div></div></p></div>\n<hr />\n<h2>Go Forth and Name Ye
Levels!</h2>\n<p>I hope this post has given you some direction as you brainstorm
level names for your new or existing membership
site. <strong>If you have a type of membership site that wasn&#8217;t covered,
post a comment below</strong> so we can discuss some level naming conventions for
your site. </p>\n<p>If you run an existing membership site, you can still rename
your membership levels. With Paid Memberships Pro you can simply update the level
names under Memberships > Edit Level in the admin. Every member that currently has
that membership level will automatically have their membership level name
updated.</p>\n<hr id="playground" />\n<h2>Time to Play</h2>\n<p>The Membership
Level Names Playground below allows you to enter a desired membership level name
and see how it will &#8220;read&#8221; within various plugin-generated phrases.
These are the most common phrases your members will see, both on your site and in
membership-related emails.</p>\n<div class="pmpro_demo_box"><p class="lead">Test
your level name against key phrases in Paid Memberships Pro.</p><p>Enter a level
name to test: <input type="text" size="30" id="pmpro_demo_level_name"
placeholder="My Level Name"></p><hr /><p>You have selected the <span
class="pmpro_demo_bind">My Level Name</span> membership level.<br
/><small><em>Shown on the membership checkout page.</em></small></p><hr
/><p>Membership Level: <span class="pmpro_demo_bind">My Level Name</span><br
/><small><em>Shown in most member communication emails and
invoices.</em></small></p><hr /><p>Your <span class="pmpro_demo_bind">My Level
Name</span> membership is now active.<br /><small><em>Shown on the membership
confirmation page.</em></small></p></div><script>\n
jQuery(document).ready(function($) {\n $
("#pmpro_demo_level_name").keypress(function() {\n $
(".pmpro_demo_bind").text($(this).val());\n });\n $
("#pmpro_demo_level_name").keyup(function() {\n $
(".pmpro_demo_bind").text($(this).val());\n });\n });\n
</script>\n<p>If you have a level name that doesn&#8217;t pass the litmus test,
don&#8217;t fret. Every phrase in Paid Memberships Pro can be
&#8220;translated&#8221;, and I&#8217;m not just talking about languages.
</p>\n<p>Our blog has several posts on renaming key terms within the plugin, such
as <a href="https://www.paidmembershipspro.com/using-str_replace-change-plugin-
generated-language/">this post about replacing the word &#8220;Membership&#8221;
with &#8220;Subscription&#8221;</a>. </p>\n<p>Depending on your membership site,
you may need to use these methods or another approach. Just open a topic in our <a
href="https://www.paidmembershipspro.com/forums/forum/members-forum/">members
forum</a> (provided to PMPro Core and Plus members), and we will help you work out
any hiccups between your desired membership level name and the built in phrases of
Paid Memberships Pro.</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:99:"https://www.paidmembershipspro.com/how-to-name-your-membership-
levels-or-subscription-options/feed/";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:
"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:
{s:4:"data";s:1:"9";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:
"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:
{s:4:"data";s:5:"51163";s: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 \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:"chi
ld";a:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"PMPro Update
1.9.1";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"l
ink";a:1:{i:0;a:5:{s:4:"data";s:54:"https://www.paidmembershipspro.com/pmpro-
update-1-9-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:8:"c
omments";a:1:{i:0;a:5:{s:4:"data";s:63:"https://www.paidmembershipspro.com/pmpro-
update-1-9-1/#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:"p
ubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 May 2017 13:57:22
+0000";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"c
ategory";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:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:44:"https://www.paidmembershipspro.com/?
p=105680";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:666:"Version 1.9.1 of Paid Memberships Pro is out with a handful of
bug fixes and some tweaks to our license nag. This fix in particular will help on
sites that had multiple plugins using the Stripe API library. Concerning Our
License Prompts The tweaks to our &#8220;license nag&#8221; (as we&#8217;ve named
it) deserve a bit of explanation. Almost two years ago we launched our PMPro Plus
membership here on the site, which includes access to our paid support forums but
also allows you to use the WordPress dashboard to automatically update the plugins
that we host on our own servers. <a href="https://www.paidmembershipspro.com/pmpro-
update-1-9-1/">(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:4591:"<div class="lead"><p>Version 1.9.1 of Paid Memberships Pro is
out with a handful of bug fixes and some tweaks to our license nag. This fix in
particular will help on sites that had multiple plugins using the Stripe API
library.</div><hr /></p>\n<h2>Concerning Our License Prompts</h2>\n<p>The tweaks to
our &#8220;license nag&#8221; (as we&#8217;ve named it) deserve a bit of
explanation. Almost two years ago we launched our <a href="/membership-checkout/?
level=20">PMPro Plus membership</a> here on the site, which includes access to our
paid support forums but also allows you to use the WordPress dashboard to
automatically update the plugins that we host on our own servers. </p>\n<p>Since
then, we&#8217;ve been selling PMPro Plus licenses on the site here, but we
weren&#8217;t actually requiring a valid license to update the Plus
addons.</p>\n<p>There were relatively few people taking advantage of the lack of
checks on our update server, so we didn&#8217;t bother to turn on the check. Now
however, there are quite a few sites running PMPro with Plus licenses that try to
update against our servers without valid licenses. We enabled the license check in
v1.9 to encourage those sites to purchase a license (or alternatively download zip
files from GitHub to update their addons).</p>\n<p>We also added a &#8220;license
nag&#8221; that pops up once a week in the WP dashboard if you don&#8217;t have a
PMPro license key set. Our intention for this nag is to kindly suggest that sites
using PMPro on a production site purchase a support license. These support licenses
pay us to support our customers, but they also support the PMPro platform in
general by giving us cashflow to pay our developers/etc. I know that as a user of
open source software myself, often times the decision of which projects I support
and which I don&#8217;t comes down to simply whether or not I was asked for
support.</p>\n<h3>We are still committed to PMPro as an open source project first
and foremost.</h3>\n<p>All of our code is GPLv2 and available for free on <a
href="https://profiles.wordpress.org/strangerstudios#content-
plugins">WordPress.org</a> or <a href="https://github.com/strangerstudios?
tab=repositories">GitHub.com</a>. At the same time, we want to encourage users who
are willing to pay to purchase licenses to help support themselves and the
platform.</p>\n<p>It&#8217;s hard to strike a balance between asking nicely and
being annoying. We&#8217;re not there yet. The v1.9 update was both unclear and
aggressive in how the license notification worked. We&#8217;ll continue to monitor
things and consider other changes (maybe making it less than once per week for
sites without a license), but in v1.9.1 we have made a couple of changes to the
license nag:</p>\n<ol>\n<li style="margin-bottom: 0.5em;">On new installs, we will
wait 1 week before showing the nag at all. This gives new users time to discover
our website on their own or to try out the plugin and deactivate it if they aren’t
using it. We didn’t mean for the license notification to be so “in your face” when
the plugin was activated.</li>\n<li style="margin-bottom: 0.5em;">The
&#8220;Invalid Key&#8221; message is no longer showing if you haven’t even tried to
enter a key. The error message is also yellow vs. red to note it as a warning vs.
an error.</li>\n</ol>\n<p>We&#8217;re also working on updates to our pricing page
and documentation on the site here to make it more clear who should purchase which
license.</p>\n<hr />\n<h2>Links</h2>\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.1.zip">version 1.9.1 specifically here</a>.</p>\n<hr
/>\n<h2>Change Log</h2>\n<p>The full list of updates is below.</p>\n<ul>\n<li
style="margin-bottom: 0.5em;"><strong>BUG FIX:</strong> Fixed the code checking if
the Stripe library is already loaded to compatability issues with other plugins
bundling the Stripe API library.</li>\n<li style="margin-bottom:
0.5em;"><strong>BUG FIX:</strong> Cancel code now properly uses preg_replace when
sanitizing the list of level ids to cancel.</li>\n<li style="margin-bottom:
0.5em;"><strong>FIX/ENHANCEMENT:</strong> Removed test/doc code from Stripe and
Braintree libraries.</li>\n<li><strong>ENHANCEMENT:</strong> Now pausing the
license nag for the first week of use and removed the &#8220;invalid&#8221; error
if no key is being used.</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:59:"https://www.paidmembershipspro.com/pmpro-update-1-9-
1/feed/";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:
"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:
{s:4:"data";s:1:"3";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:
"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:
{s:4:"data";s:6:"105680";s: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 \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:"chi
ld";a:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Create a Plugin for
Customizations to 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:"l
ink";a:1:{i:0;a:5:{s:4:"data";s:76:"https://www.paidmembershipspro.com/create-a-
plugin-for-pmpro-customizations/";s: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:"c
omments";a:1:{i:0;a:5:{s:4:"data";s:85:"https://www.paidmembershipspro.com/create-
a-plugin-for-pmpro-customizations/#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:"p
ubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 May 2017 11:00:33
+0000";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"c
ategory";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:14:"customizations";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:42:"https://www.paidmembershipspro.com/?
p=1277";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:713:"Many
of our articles and code recipes include instructions to customize and add this
code to your &#8220;active theme&#8217;s functions.php file&#8221; or &#8220;a
custom plugin&#8221;. In addition, our support team may provide you with
customizations to add to your site via the support forums. This tutorial explains
how to create and edit the custom plugin for all of your tweaks to Paid Memberships
Pro and any Add Ons you are using. First, figure out how to FTP into your Website
While many of our add ons can be installed directly via your WordPress Dashboard,
the customizations plugin is one instance <a
href="https://www.paidmembershipspro.com/create-a-plugin-for-pmpro-
customizations/">(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:4440:"<div class="lead"><p>Many of our articles and <a
href="/category/recipes/" target="_blank">code recipes</a> include instructions to
<em>customize and add this code to your &#8220;active theme&#8217;s functions.php
file&#8221; or &#8220;a custom plugin&#8221;</em>. In addition, our support team
may provide you with customizations to add to your site via the support
forums.</p>\n<p>This tutorial explains how to create and edit the custom plugin for
all of your tweaks to Paid Memberships Pro and any Add Ons you are
using.</div><hr /></p>\n<h2>First, figure out how to FTP into your
Website</h2>\n<p>While many of our add ons can be installed directly via your
WordPress Dashboard, the customizations plugin is one instance where knowing how to
use FTP to &#8220;put&#8221; or &#8220;edit&#8221; files on your web server is very
important.</p>\n<p>Your web host should have provided you with FTP or SFTP
credentials. To properly log in to your web server you will need
the:</p>\n<ul>\n<li>FTP (or SFTP)
address</li>\n<li>Username</li>\n<li>Password</li>\n<li>(possibly) a port number
and root directory</li>\n</ul>\n<p>If you don&#8217;t know how to use FTP, this
guide on the <a href="https://codex.wordpress.org/FTP_Clients">WordPress Codex
provides some background on FTP and options for FTP clients</a>, you can also refer
to your web host&#8217;s FAQs and guides.</p>\n<hr />\n<h2>Creating Your
Customizations Plugin</h2>\n<p>While you could place code customizations in the
functions.php file of your active theme (or child theme), <strong>we strongly
recommend using the customization plugin method</strong>. The primary reason for
using a plugin is so that your development team knows exactly WHERE the custom code
is located as it relates to your Paid Memberships Pro setup. It also helps keep
customizations separate of theme updates or changes (which can be lost when a theme
update is performed).</p>\n<h3>So, here&#8217;s how to create the customizations
plugin:</h3>\n<ol>\n<li>Create a folder called <code>pmpro-customizations</code> in
the <code>wp-content/plugins</code> folder of your site.</li>\n<li>Create a file
called <code>pmpro-customizations.php</code> in the folder you just
created.</li>\n<li>\nEdit the <code>pmpro-customizations.php</code> file and paste
this block of code into the file:</p>\n<pre lang="PHP">\n<?php\n/*\nPlugin Name:
PMPro Customizations\nPlugin URI: https://www.paidmembershipspro.com/wp/pmpro-
customizations/\nDescription: Customizations for Paid Memberships Pro\nVersion: .
1\nAuthor: Stranger Studios\nAuthor URI:
http://www.strangerstudios.com\n*/\n\n//Now start placing your customization code
below this line\n</pre>\n</li>\n<li>Add the code for the recipe you are doing at
the bottom of <code>pmpro-customizations.php</code>.</li>\n<li>Save the File and
upload the folder and file to your website via FTP.</li>\n<li>Navigate to
''Plugins'' in your WordPress Dashboard and activate the PMPro Customizations
plugin.</li>\n</ol>\n<hr />\n<h2>This Makes Me Nervous.</h2>\n<p>We understand that
you may not be completely comfortable working "in the code". Our support team can
put minor code tweaks in place for you if you share FTP information in a private
thread. </p>\n<p>If you are updating the customizations on your own and an update
to the customizations plugin completely breaks your site, don''t
fret.</p>\n<h3>These steps should repair your site:</h3>\n<ol>\n<li>Connect to your
website via FTP and navigate to the <code>wp-content/plugins</code>
folder.</li>\n<li>Rename the folder <code>pmpro-customizations</code> to anything
else (I generally rename it to <code>pmpro-customizations-
off</code>.</li>\n<li>Now, visit your site. WordPress will automatically deactivate
the plugin and, in doing do, your site should be restored.</li>\n<li>You can then
repair any broken code in the file and rename the folder to the original
<code>pmpro-customizations</code>.</li>\n<li>Upload the updated file and reactivate
the plugin via the ''Plugins'' dashboard page.</li>\n</ol>\n<hr />\n<h2>Need to
customize the appearance (CSS/stylesheet) of Paid Memberships Pro?</h2>\n<p>We have
a separate guide that covers setting up CSS stylesheet for customizations to your
Paid Memberships Pro-powered membership site.</p>\n<p><a class="btn btn_action"
href="https://www.paidmembershipspro.com/enqueue-a-customizations-stylesheet-in-
your-pmpro-customizations-plugin/" target="_self">View the PMPro Customizations
Stylesheet Tutorial</a><br />\n&nbsp;</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:81:"https://www.paidmembershipspro.com/create-a-plugin-for-pmpro-
customizations/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:"66";s: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:"1277";s: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:"c
hild";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"Allow Authors to
View Their Posts Regardless of Membership Level";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"l
ink";a:1:{i:0;a:5:{s:4:"data";s:100:"https://www.paidmembershipspro.com/allow-
authors-to-view-their-posts-regardless-of-membership-level/";s: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:"p
ubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 May 2017 10:14: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:"c
ategory";a:6:{i:0;a:5:{s:4:"data";s:28:"Core and Plus Member
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: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: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:3;a:5
:{s:4:"data";s:6:"author";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5
:{s:4:"data";s:34:"pmpro_has_membership_access_filter";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5
:{s:4:"data";s:18:"require 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:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:44:"https://www.paidmembershipspro.com/?
p=104770";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:525:"If you
have multiple authors on your membership site, this recipe will override the
post&#8217;s membership requirements and always let the author view their content
(ignoring their current or past membership level). Remember you can set new members
to the &#8220;author&#8221; role at membership checkout via the methods in this
previous article. The Code Recipe View the code on Gist. Copy and paste this code
recipe into your theme’s functions.php file or a helper PMPro Customizations plugin
(our recommended method).";s: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:560:"<p>If you have multiple authors on your membership site, this
recipe will override the post&#8217;s membership requirements and always let the
author view their content (ignoring their current or past membership
level).</p>\n<p>Remember you can set new members to the &#8220;author&#8221; role
at membership checkout <a href="https://www.paidmembershipspro.com/give-new-
members-author-role/">via the methods in this previous article</a>.</p>\n<div
class="pmpro_content_message">This content is for members only. Visit the site and
log in/register to read.</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:30:
"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:
{s:4:"data";s:6:"104770";s: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_ex
plicit";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://rss
namespace.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_explici
t";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Reque
sts_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:"4udBTEZlfxtmEl/Fn9SAz8i4IEA";s:13:"last-modified";s:29:"Mon, 12
Jun 2017 06:14:33 GMT";s:16:"content-encoding";s:4:"gzip";s:4:"date";s:29:"Mon, 12
Jun 2017 06:41:15 GMT";s:7:"expires";s:29:"Mon, 12 Jun 2017 06:41:15
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:"20130911053210";}', 'no');
INSERT INTO `wpor_options` VALUES (7650,
'_transient_timeout_wc_report_sales_by_date', '1497043602', 'no');
INSERT INTO `wpor_options` VALUES (7651, '_transient_wc_report_sales_by_date',
'a:32:{s:32:"88e0c794c0d7c292668029325a8737b3";a:0:
{}s:32:"92f17562acc165b125ff55a6e235ccf2";a:0:
{}s:32:"99445848af29e2b46bc0980c6d0d4f29";a:0:
{}s:32:"d0aeae252aa2139509b93019fb96dc51";N;s:32:"136f7d374e6ad3924c0c1050bbc14e7e"
;a:0:{}s:32:"78a0839c4c82bb57da3a5f799870f1b1";a:0:
{}s:32:"d8d65c5271e9986cf917fcd4df1ac90b";a:0:
{}s:32:"7c0899c70e3af7f0617e7f71320f9499";a:0:
{}s:32:"d9e179ab97039649ff1b3f23d958c955";a:0:
{}s:32:"ed54f052b034519f3c946c8612624304";a:0:
{}s:32:"7f0b5379f9aa3f1a05b483ab2c3af9cb";a:0:
{}s:32:"87b450840bd26c914b556b3d100c5500";N;s:32:"f687950abf89ac70036641fb5732149c"
;a:0:{}s:32:"9bb918be239161af0cd81d7d340d940b";a:0:
{}s:32:"d6275eb9784fd23edc3c484cf97ddb88";a:0:
{}s:32:"9cf1155c4e6b73dce5c1338e16536e2a";a:0:
{}s:32:"88541b69c6a85728377cbc7927354f41";a:0:
{}s:32:"b8c7d464dd888b17edd7e28f47795556";a:0:
{}s:32:"923b2108361255ef25ae8da330a0b6a4";a:0:
{}s:32:"7c80e3234e3b350de166a4bd5ea4e4ba";N;s:32:"dcda8580bac0da41a5c217420fc7a537"
;a:0:{}s:32:"cf5af7fedc04d44d3815fb8d8391476a";a:0:
{}s:32:"e532de6ce6a843128fff257d74fc1b86";a:0:
{}s:32:"eb9336d962bd5335dfc232f8f45a488b";a:0:
{}s:32:"23cca28f83164d72e45082e0ff6d1c1a";a:0:
{}s:32:"4458976d7c31a200184e3914537c9549";a:0:
{}s:32:"1502f0caff6817ca090b740051680ac1";a:0:
{}s:32:"e29d310d0929cdd93c3f7ca233343011";N;s:32:"399095cfaf2d9106ca4e30ce3da4cf4a"
;a:0:{}s:32:"f6fd3f4181d7acd749cb6829845620d0";a:0:
{}s:32:"fed0f46b3b84ff0355da40add2e6f4fa";a:0:
{}s:32:"fe171b69f2a20c510b065523ccd85c78";a:0:{}}', 'no');
INSERT INTO `wpor_options` VALUES (8238, '_transient_timeout_wc_admin_report',
'1497043602', 'no');
INSERT INTO `wpor_options` VALUES (8239, '_transient_wc_admin_report', 'a:1:
{s:32:"705edb28730e9cb3d5104f5d28108fcf";a:0:{}}', 'no');
INSERT INTO `wpor_options` VALUES (1171, '_transient_timeout_wc_low_stock_count',
'1498315217', 'no');
INSERT INTO `wpor_options` VALUES (1172, '_transient_wc_low_stock_count', '0',
'no');
INSERT INTO `wpor_options` VALUES (1173, '_transient_timeout_wc_outofstock_count',
'1498315217', 'no');
INSERT INTO `wpor_options` VALUES (1174, '_transient_wc_outofstock_count', '0',
'no');
INSERT INTO `wpor_options` VALUES (1220,
'_transient_external_ip_address_193.15.16.4', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (1216,
'_transient_timeout_learn_press_user_guest_1495724382', '1495731582', 'no');
INSERT INTO `wpor_options` VALUES (1217,
'_transient_learn_press_user_guest_1495724382', '1495724382', 'no');
INSERT INTO `wpor_options` VALUES (1221,
'_transient_timeout_learn_press_user_guest_1495724409', '1495731609', 'no');
INSERT INTO `wpor_options` VALUES (1222,
'_transient_learn_press_user_guest_1495724409', '1495724409', 'no');
INSERT INTO `wpor_options` VALUES (1223,
'_transient_timeout_external_ip_address_108.175.11.230', '1496329212', 'no');
INSERT INTO `wpor_options` VALUES (1224,
'_transient_external_ip_address_108.175.11.230', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1228,
'_transient_timeout_external_ip_address_212.83.40.238', '1496329244', 'no');
INSERT INTO `wpor_options` VALUES (1229,
'_transient_external_ip_address_212.83.40.238', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1230,
'_transient_timeout_external_ip_address_62.210.129.246', '1496329372', 'no');
INSERT INTO `wpor_options` VALUES (1231,
'_transient_external_ip_address_62.210.129.246', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1232,
'_transient_timeout_external_ip_address_178.17.174.32', '1496329480', 'no');
INSERT INTO `wpor_options` VALUES (1233,
'_transient_external_ip_address_178.17.174.32', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1237,
'_transient_timeout_learn_press_user_guest_1495724737', '1495731937', 'no');
INSERT INTO `wpor_options` VALUES (1235,
'_transient_timeout_learn_press_user_guest_1495724680', '1495731880', 'no');
INSERT INTO `wpor_options` VALUES (1236,
'_transient_learn_press_user_guest_1495724680', '1495724680', 'no');
INSERT INTO `wpor_options` VALUES (1238,
'_transient_learn_press_user_guest_1495724737', '1495724737', 'no');
INSERT INTO `wpor_options` VALUES (1239,
'_transient_timeout_learn_press_user_guest_1495724739', '1495731939', 'no');
INSERT INTO `wpor_options` VALUES (1240,
'_transient_learn_press_user_guest_1495724739', '1495724739', 'no');
INSERT INTO `wpor_options` VALUES (1278,
'_transient_timeout_learn_press_user_guest_1495725232', '1495732432', 'no');
INSERT INTO `wpor_options` VALUES (1242,
'_transient_timeout_external_ip_address_51.15.56.110', '1496329599', 'no');
INSERT INTO `wpor_options` VALUES (1243,
'_transient_external_ip_address_51.15.56.110', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1244,
'_transient_timeout_external_ip_address_199.249.223.66', '1496329608', 'no');
INSERT INTO `wpor_options` VALUES (1245,
'_transient_external_ip_address_199.249.223.66', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1246,
'_transient_timeout_external_ip_address_176.10.104.240', '1496329620', 'no');
INSERT INTO `wpor_options` VALUES (1247,
'_transient_external_ip_address_176.10.104.240', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1248,
'_transient_timeout_external_ip_address_208.113.166.5', '1496329627', 'no');
INSERT INTO `wpor_options` VALUES (1249,
'_transient_external_ip_address_208.113.166.5', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (1250,
'_transient_timeout_external_ip_address_104.206.237.21', '1496329642', 'no');
INSERT INTO `wpor_options` VALUES (1251,
'_transient_external_ip_address_104.206.237.21', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1252,
'_transient_timeout_external_ip_address_78.109.23.1', '1496329643', 'no');
INSERT INTO `wpor_options` VALUES (1253,
'_transient_external_ip_address_78.109.23.1', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1254,
'_transient_timeout_external_ip_address_124.109.1.207', '1496329648', 'no');
INSERT INTO `wpor_options` VALUES (1255,
'_transient_external_ip_address_124.109.1.207', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1257,
'_transient_timeout_external_ip_address_162.220.246.230', '1496329659', 'no');
INSERT INTO `wpor_options` VALUES (1258,
'_transient_external_ip_address_162.220.246.230', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (1259,
'_transient_timeout_external_ip_address_192.160.102.169', '1496329680', 'no');
INSERT INTO `wpor_options` VALUES (1260,
'_transient_external_ip_address_192.160.102.169', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (1262,
'_transient_timeout_external_ip_address_212.253.156.177', '1496329697', 'no');
INSERT INTO `wpor_options` VALUES (1263,
'_transient_external_ip_address_212.253.156.177', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1264,
'_transient_timeout_learn_press_user_guest_1495724897', '1495732097', 'no');
INSERT INTO `wpor_options` VALUES (1265,
'_transient_learn_press_user_guest_1495724897', '1495724897', 'no');
INSERT INTO `wpor_options` VALUES (1266,
'_transient_timeout_external_ip_address_173.254.216.66', '1496329769', 'no');
INSERT INTO `wpor_options` VALUES (1267,
'_transient_external_ip_address_173.254.216.66', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1271,
'_transient_timeout_external_ip_address_164.132.51.91', '1496329850', 'no');
INSERT INTO `wpor_options` VALUES (1269,
'_transient_timeout_learn_press_user_guest_1495724991', '1495732191', 'no');
INSERT INTO `wpor_options` VALUES (1270,
'_transient_learn_press_user_guest_1495724991', '1495724991', 'no');
INSERT INTO `wpor_options` VALUES (1272,
'_transient_external_ip_address_164.132.51.91', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (1274,
'_transient_timeout_external_ip_address_193.90.12.90', '1496329907', 'no');
INSERT INTO `wpor_options` VALUES (1275,
'_transient_external_ip_address_193.90.12.90', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1276,
'_transient_timeout_external_ip_address_91.223.82.156', '1496329969', 'no');
INSERT INTO `wpor_options` VALUES (1277,
'_transient_external_ip_address_91.223.82.156', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1279,
'_transient_learn_press_user_guest_1495725232', '1495725232', 'no');
INSERT INTO `wpor_options` VALUES (1280,
'_transient_timeout_external_ip_address_176.10.104.243', '1496330032', 'no');
INSERT INTO `wpor_options` VALUES (1281,
'_transient_external_ip_address_176.10.104.243', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1282,
'_transient_timeout_learn_press_user_guest_1495725233', '1495732433', 'no');
INSERT INTO `wpor_options` VALUES (1283,
'_transient_learn_press_user_guest_1495725233', '1495725233', 'no');
INSERT INTO `wpor_options` VALUES (1285,
'_transient_timeout_external_ip_address_199.249.223.65', '1496330147', 'no');
INSERT INTO `wpor_options` VALUES (1286,
'_transient_external_ip_address_199.249.223.65', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1287,
'_transient_timeout_external_ip_address_149.56.229.16', '1496330209', 'no');
INSERT INTO `wpor_options` VALUES (1288,
'_transient_external_ip_address_149.56.229.16', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1289,
'_transient_timeout_external_ip_address_79.172.193.32', '1496330328', 'no');
INSERT INTO `wpor_options` VALUES (1290,
'_transient_external_ip_address_79.172.193.32', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1300,
'_transient_timeout_learn_press_user_guest_1495725612', '1495732812', 'no');
INSERT INTO `wpor_options` VALUES (1293,
'_transient_timeout_learn_press_user_guest_1495725579', '1495732779', 'no');
INSERT INTO `wpor_options` VALUES (1294,
'_transient_learn_press_user_guest_1495725579', '1495725579', 'no');
INSERT INTO `wpor_options` VALUES (1297,
'_transient_timeout_learn_press_user_guest_1495725610', '1495732810', 'no');
INSERT INTO `wpor_options` VALUES (1298,
'_transient_learn_press_user_guest_1495725610', '1495725610', 'no');
INSERT INTO `wpor_options` VALUES (1301,
'_transient_learn_press_user_guest_1495725612', '1495725612', 'no');
INSERT INTO `wpor_options` VALUES (1302,
'_transient_timeout_learn_press_user_guest_1495725613', '1495732813', 'no');
INSERT INTO `wpor_options` VALUES (1303,
'_transient_learn_press_user_guest_1495725613', '1495725613', 'no');
INSERT INTO `wpor_options` VALUES (1305,
'_transient_timeout_learn_press_user_guest_1495725619', '1495732819', 'no');
INSERT INTO `wpor_options` VALUES (1306,
'_transient_learn_press_user_guest_1495725619', '1495725619', 'no');
INSERT INTO `wpor_options` VALUES (1320,
'_transient_timeout_learn_press_user_guest_1495726206', '1495733406', 'no');
INSERT INTO `wpor_options` VALUES (1308,
'_transient_timeout_learn_press_user_guest_1495725621', '1495732821', 'no');
INSERT INTO `wpor_options` VALUES (1309,
'_transient_learn_press_user_guest_1495725621', '1495725621', 'no');
INSERT INTO `wpor_options` VALUES (1311,
'_transient_timeout_external_ip_address_144.217.161.119', '1496330690', 'no');
INSERT INTO `wpor_options` VALUES (1312,
'_transient_external_ip_address_144.217.161.119', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1337,
'_transient_timeout_learn_press_user_guest_1495726936', '1495734136', 'no');
INSERT INTO `wpor_options` VALUES (1315,
'_transient_timeout_learn_press_user_guest_1495726079', '1495733279', 'no');
INSERT INTO `wpor_options` VALUES (1316,
'_transient_learn_press_user_guest_1495726079', '1495726079', 'no');
INSERT INTO `wpor_options` VALUES (1321,
'_transient_learn_press_user_guest_1495726206', '1495726206', 'no');
INSERT INTO `wpor_options` VALUES (1335,
'_transient_timeout_learn_press_user_guest_1495726854', '1495734054', 'no');
INSERT INTO `wpor_options` VALUES (1323,
'_transient_timeout_learn_press_user_guest_1495726624', '1495733824', 'no');
INSERT INTO `wpor_options` VALUES (1324,
'_transient_learn_press_user_guest_1495726624', '1495726624', 'no');
INSERT INTO `wpor_options` VALUES (1329,
'_transient_timeout_learn_press_user_guest_1495726722', '1495733922', 'no');
INSERT INTO `wpor_options` VALUES (1330,
'_transient_learn_press_user_guest_1495726722', '1495726722', 'no');
INSERT INTO `wpor_options` VALUES (1336,
'_transient_learn_press_user_guest_1495726854', '1495726854', 'no');
INSERT INTO `wpor_options` VALUES (1338,
'_transient_learn_press_user_guest_1495726936', '1495726936', 'no');
INSERT INTO `wpor_options` VALUES (1339,
'_transient_timeout_learn_press_user_guest_1495726937', '1495734137', 'no');
INSERT INTO `wpor_options` VALUES (1340,
'_transient_learn_press_user_guest_1495726937', '1495726937', 'no');
INSERT INTO `wpor_options` VALUES (1352,
'_transient_timeout_learn_press_user_guest_1495729651', '1495736851', 'no');
INSERT INTO `wpor_options` VALUES (1342,
'_transient_timeout_learn_press_user_guest_1495728057', '1495735257', 'no');
INSERT INTO `wpor_options` VALUES (1343,
'_transient_learn_press_user_guest_1495728057', '1495728057', 'no');
INSERT INTO `wpor_options` VALUES (1345,
'_transient_timeout_learn_press_user_guest_1495728058', '1495735258', 'no');
INSERT INTO `wpor_options` VALUES (1346,
'_transient_learn_press_user_guest_1495728058', '1495728058', 'no');
INSERT INTO `wpor_options` VALUES (1354,
'_transient_timeout_learn_press_user_guest_1495729660', '1495736860', 'no');
INSERT INTO `wpor_options` VALUES (1433,
'_transient_timeout_external_ip_address_160.75.216.221', '1496348644', 'no');
INSERT INTO `wpor_options` VALUES (1350,
'_transient_timeout_learn_press_user_guest_1495729649', '1495736849', 'no');
INSERT INTO `wpor_options` VALUES (1351,
'_transient_learn_press_user_guest_1495729649', '1495729649', 'no');
INSERT INTO `wpor_options` VALUES (1353,
'_transient_learn_press_user_guest_1495729651', '1495729651', 'no');
INSERT INTO `wpor_options` VALUES (1355,
'_transient_learn_press_user_guest_1495729660', '1495729660', 'no');
INSERT INTO `wpor_options` VALUES (1356,
'_transient_timeout_learn_press_user_guest_1495729661', '1495736861', 'no');
INSERT INTO `wpor_options` VALUES (1357,
'_transient_learn_press_user_guest_1495729661', '1495729661', 'no');
INSERT INTO `wpor_options` VALUES (1358,
'_transient_timeout_learn_press_user_guest_1495729665', '1495736865', 'no');
INSERT INTO `wpor_options` VALUES (1359,
'_transient_learn_press_user_guest_1495729665', '1495729665', 'no');
INSERT INTO `wpor_options` VALUES (1360,
'_transient_timeout_external_ip_address_212.252.83.150', '1496336775', 'no');
INSERT INTO `wpor_options` VALUES (1361,
'_transient_external_ip_address_212.252.83.150', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1372,
'_transient_timeout_learn_press_user_guest_1495733641', '1495740841', 'no');
INSERT INTO `wpor_options` VALUES (1363,
'_transient_timeout_learn_press_user_guest_1495731976', '1495739176', 'no');
INSERT INTO `wpor_options` VALUES (1364,
'_transient_learn_press_user_guest_1495731976', '1495731976', 'no');
INSERT INTO `wpor_options` VALUES (1365,
'_transient_timeout_external_ip_address_176.55.31.250', '1496336881', 'no');
INSERT INTO `wpor_options` VALUES (1366,
'_transient_external_ip_address_176.55.31.250', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1367,
'_transient_timeout_learn_press_user_guest_1495732082', '1495739282', 'no');
INSERT INTO `wpor_options` VALUES (1368,
'_transient_learn_press_user_guest_1495732082', '1495732082', 'no');
INSERT INTO `wpor_options` VALUES (1370,
'_transient_timeout_learn_press_user_guest_1495732174', '1495739374', 'no');
INSERT INTO `wpor_options` VALUES (1371,
'_transient_learn_press_user_guest_1495732174', '1495732174', 'no');
INSERT INTO `wpor_options` VALUES (1373,
'_transient_learn_press_user_guest_1495733641', '1495733641', 'no');
INSERT INTO `wpor_options` VALUES (1375,
'_transient_timeout_learn_press_user_guest_1495734086', '1495741286', 'no');
INSERT INTO `wpor_options` VALUES (1376,
'_transient_learn_press_user_guest_1495734086', '1495734086', 'no');
INSERT INTO `wpor_options` VALUES (1380,
'_transient_timeout_learn_press_user_guest_1495734099', '1495741299', 'no');
INSERT INTO `wpor_options` VALUES (1378,
'_transient_timeout_learn_press_user_guest_1495734087', '1495741287', 'no');
INSERT INTO `wpor_options` VALUES (1379,
'_transient_learn_press_user_guest_1495734087', '1495734087', 'no');
INSERT INTO `wpor_options` VALUES (1381,
'_transient_learn_press_user_guest_1495734099', '1495734099', 'no');
INSERT INTO `wpor_options` VALUES (1382,
'_transient_timeout_learn_press_user_guest_1495734102', '1495741302', 'no');
INSERT INTO `wpor_options` VALUES (1383,
'_transient_learn_press_user_guest_1495734102', '1495734102', 'no');
INSERT INTO `wpor_options` VALUES (1384,
'_transient_timeout_learn_press_user_guest_1495734106', '1495741306', 'no');
INSERT INTO `wpor_options` VALUES (1385,
'_transient_learn_press_user_guest_1495734106', '1495734106', 'no');
INSERT INTO `wpor_options` VALUES (1386,
'_transient_timeout_learn_press_user_guest_1495734112', '1495741312', 'no');
INSERT INTO `wpor_options` VALUES (1387,
'_transient_learn_press_user_guest_1495734112', '1495734112', 'no');
INSERT INTO `wpor_options` VALUES (1388,
'_transient_timeout_learn_press_user_guest_1495734121', '1495741321', 'no');
INSERT INTO `wpor_options` VALUES (1389,
'_transient_learn_press_user_guest_1495734121', '1495734121', 'no');
INSERT INTO `wpor_options` VALUES (1390,
'_transient_timeout_learn_press_user_guest_1495734130', '1495741330', 'no');
INSERT INTO `wpor_options` VALUES (1391,
'_transient_learn_press_user_guest_1495734130', '1495734130', 'no');
INSERT INTO `wpor_options` VALUES (1392,
'_transient_timeout_learn_press_user_guest_1495736189', '1495743389', 'no');
INSERT INTO `wpor_options` VALUES (1393,
'_transient_learn_press_user_guest_1495736189', '1495736189', 'no');
INSERT INTO `wpor_options` VALUES (1397,
'_transient_timeout_learn_press_user_guest_1495740050', '1495747250', 'no');
INSERT INTO `wpor_options` VALUES (1395,
'_transient_timeout_learn_press_user_guest_1495736190', '1495743390', 'no');
INSERT INTO `wpor_options` VALUES (1396,
'_transient_learn_press_user_guest_1495736190', '1495736190', 'no');
INSERT INTO `wpor_options` VALUES (1398,
'_transient_learn_press_user_guest_1495740050', '1495740050', 'no');
INSERT INTO `wpor_options` VALUES (1402,
'_transient_timeout_learn_press_user_guest_1495741698', '1495748898', 'no');
INSERT INTO `wpor_options` VALUES (1400,
'_transient_timeout_learn_press_user_guest_1495740051', '1495747251', 'no');
INSERT INTO `wpor_options` VALUES (1401,
'_transient_learn_press_user_guest_1495740051', '1495740051', 'no');
INSERT INTO `wpor_options` VALUES (1403,
'_transient_learn_press_user_guest_1495741698', '1495741698', 'no');
INSERT INTO `wpor_options` VALUES (1405,
'_transient_timeout_external_ip_address_78.171.246.150', '1496348348', 'no');
INSERT INTO `wpor_options` VALUES (1406,
'_transient_external_ip_address_78.171.246.150', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (1407,
'_transient_timeout_learn_press_user_guest_1495743549', '1495750749', 'no');
INSERT INTO `wpor_options` VALUES (1408,
'_transient_learn_press_user_guest_1495743549', '1495743549', 'no');
INSERT INTO `wpor_options` VALUES (1418,
'_transient_timeout_learn_press_user_guest_1495743597', '1495750797', 'no');
INSERT INTO `wpor_options` VALUES (1422,
'_transient_timeout_learn_press_user_guest_1495743620', '1495750820', 'no');
INSERT INTO `wpor_options` VALUES (1423,
'_transient_learn_press_user_guest_1495743620', '1495743620', 'no');
INSERT INTO `wpor_options` VALUES (1419,
'_transient_learn_press_user_guest_1495743597', '1495743597', 'no');
INSERT INTO `wpor_options` VALUES (1420,
'_transient_timeout_learn_press_user_guest_1495743598', '1495750798', 'no');
INSERT INTO `wpor_options` VALUES (1421,
'_transient_learn_press_user_guest_1495743598', '1495743598', 'no');
INSERT INTO `wpor_options` VALUES (1429,
'_transient_timeout_learn_press_user_guest_1495743654', '1495750854', 'no');
INSERT INTO `wpor_options` VALUES (1430,
'_transient_learn_press_user_guest_1495743654', '1495743654', 'no');
INSERT INTO `wpor_options` VALUES (1434,
'_transient_external_ip_address_160.75.216.221', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (1435,
'_transient_timeout_learn_press_user_guest_1495743844', '1495751044', 'no');
INSERT INTO `wpor_options` VALUES (1436,
'_transient_learn_press_user_guest_1495743844', '1495743844', 'no');
INSERT INTO `wpor_options` VALUES (8314, '_transient_pmpro_notification_1.9.1',
'NULL', 'no');
INSERT INTO `wpor_options` VALUES (1438,
'_transient_timeout_learn_press_user_guest_1495743845', '1495751045', 'no');
INSERT INTO `wpor_options` VALUES (1439,
'_transient_learn_press_user_guest_1495743845', '1495743845', 'no');
INSERT INTO `wpor_options` VALUES (8313,
'_transient_timeout_pmpro_notification_1.9.1', '1497044178', 'no');
INSERT INTO `wpor_options` VALUES (1447, 'mo_openid_host_name',
'https://auth.miniorange.com', 'yes');
INSERT INTO `wpor_options` VALUES (1448, 'mo_openid_new_registration', 'true',
'yes');
INSERT INTO `wpor_options` VALUES (1453,
'_transient_timeout_learn_press_user_guest_1495744175', '1495751375', 'no');
INSERT INTO `wpor_options` VALUES (1454,
'_transient_learn_press_user_guest_1495744175', '1495744175', 'no');
INSERT INTO `wpor_options` VALUES (1470,
'_transient_timeout_learn_press_user_guest_1495744266', '1495751466', 'no');
INSERT INTO `wpor_options` VALUES (1490,
'_transient_timeout_learn_press_user_guest_1495744548', '1495751748', 'no');
INSERT INTO `wpor_options` VALUES (1460,
'_transient_timeout_learn_press_user_guest_1495744189', '1495751389', 'no');
INSERT INTO `wpor_options` VALUES (1461,
'_transient_learn_press_user_guest_1495744189', '1495744189', 'no');
INSERT INTO `wpor_options` VALUES (2783,
'_transient_learn_press_user_guest_1495893916', '1495893916', 'no');
INSERT INTO `wpor_options` VALUES (2784,
'_transient_timeout_learn_press_user_guest_1495893918', '1495901118', 'no');
INSERT INTO `wpor_options` VALUES (2785,
'_transient_learn_press_user_guest_1495893918', '1495893918', 'no');
INSERT INTO `wpor_options` VALUES (2786,
'_transient_timeout_learn_press_user_guest_1495893921', '1495901121', 'no');
INSERT INTO `wpor_options` VALUES (2787,
'_transient_learn_press_user_guest_1495893921', '1495893921', 'no');
INSERT INTO `wpor_options` VALUES (2788,
'_transient_timeout_learn_press_user_guest_1495893924', '1495901124', 'no');
INSERT INTO `wpor_options` VALUES (2789,
'_transient_learn_press_user_guest_1495893924', '1495893924', 'no');
INSERT INTO `wpor_options` VALUES (2790,
'_transient_timeout_learn_press_user_guest_1495893927', '1495901127', 'no');
INSERT INTO `wpor_options` VALUES (2198,
'_transient_timeout_learn_press_user_guest_1495786972', '1495794172', 'no');
INSERT INTO `wpor_options` VALUES (2199,
'_transient_learn_press_user_guest_1495786972', '1495786972', 'no');
INSERT INTO `wpor_options` VALUES (2202,
'_transient_learn_press_user_guest_1495787455', '1495787455', 'no');
INSERT INTO `wpor_options` VALUES (10179,
'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1497270638',
'no');
INSERT INTO `wpor_options` VALUES (10180,
'_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:"stdClass":100:
{s:6:"widget";a:3:
{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";i:4342;}s:4:"post";a:3
:{s:4:"name";s:4:"post";s:4:"slug";s:4:"post";s:5:"count";i:2484;}s:5:"admin";a:3:
{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";i:2353;}s:11:"woocommerc
e";a:3:
{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";i:2127;}s:
5:"posts";a:3:
{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";i:1818;}s:8:"comments";a
:3:
{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";i:1582;}s:9:"short
code";a:3:
{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";i:1557;}s:7:"twi
tter";a:3:
{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";i:1428;}s:6:"google"
;a:3:
{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";i:1338;}s:6:"images";a
:3:
{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";i:1325;}s:8:"facebook"
;a:3:
{s:4:"name";s:8:"facebook";s:4:"slug";s:8:"facebook";s:5:"count";i:1318;}s:7:"sideb
ar";a:3:
{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";i:1267;}s:5:"image";
a:3:
{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";i:1261;}s:3:"seo";a:3:
{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";i:1110;}s:7:"gallery";a:3:
{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";i:1045;}s:4:"page";a
:3:
{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";i:1040;}s:6:"social";a:3:
{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";i:985;}s:5:"email";a:3
:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";i:925;}s:5:"links";a:3:
{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";i:814;}s:9:"ecommerce";a
:3:
{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";i:791;}s:5:"logi
n";a:3:
{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";i:791;}s:7:"widgets";a:3
:
{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";i:762;}s:5:"video";a
:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";i:759;}s:3:"rss";a:3:
{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";i:665;}s:7:"content";a:3:
{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";i:657;}s:10:"buddypr
ess";a:3:
{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";i:654;}s:4:"
spam";a:3:
{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";i:647;}s:5:"pages";a:3:
{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";i:643;}s:6:"jquery";a:3:
{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";i:635;}s:8:"security";
a:3:
{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";i:626;}s:6:"slider
";a:3:
{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";i:604;}s:5:"media";a:3
:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";i:592;}s:4:"ajax";a:3:
{s:4:"name";s:4:"ajax";s:4:"slug";s:4:"ajax";s:5:"count";i:589;}s:4:"feed";a:3:
{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";i:578;}s:9:"analytics";a:3
:
{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";i:577;}s:8:"cate
gory";a:3:
{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";i:570;}s:6:"search
";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";i:568;}s:10:"e-
commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-
commerce";s:5:"count";i:554;}s:4:"menu";a:3:
{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";i:551;}s:5:"embed";a:3:
{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";i:538;}s:10:"javascript"
;a:3:
{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";i:530;}s:4:"
form";a:3:
{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";i:525;}s:4:"link";a:3:
{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";i:518;}s:3:"css";a:3:
{s:4:"name";s:3:"css";s:4:"slug";s:3:"css";s:5:"count";i:506;}s:5:"share";a:3:
{s:4:"name";s:5:"share";s:4:"slug";s:5:"share";s:5:"count";i:499;}s:7:"youtube";a:3
:
{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";i:491;}s:7:"comment"
;a:3:
{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";i:489;}s:5:"theme";a
:3:
{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";i:476;}s:6:"custom";a:3:
{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";i:466;}s:10:"responsiv
e";a:3:
{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";i:464;}s:10:
"categories";a:3:
{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";i:462;}s:9:"
dashboard";a:3:
{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";i:461;}s:3:"ads"
;a:3:
{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";i:441;}s:9:"affiliate";a:3:
{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";i:435;}s:4:"tags
";a:3:
{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";i:434;}s:6:"button";a:3:
{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";i:433;}s:6:"editor";a:
3:
{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";i:429;}s:5:"photo";a:3
:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";i:420;}s:12:"contact-
form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-
form";s:5:"count";i:413;}s:4:"user";a:3:
{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";i:409;}s:9:"slideshow";a:3
:
{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";i:405;}s:6:"mobi
le";a:3:
{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";i:402;}s:5:"stats";a:3
:
{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";i:399;}s:7:"contact";a:3
:
{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";i:397;}s:5:"users";a
:3:
{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";i:396;}s:6:"photos";a:3:
{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";i:394;}s:10:"statistic
s";a:3:
{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";i:377;}s:3:"
api";a:3:
{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";i:375;}s:6:"events";a:3:
{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";i:366;}s:10:"navigatio
n";a:3:
{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";i:366;}s:4:"
news";a:3:
{s:4:"name";s:4:"news";s:4:"slug";s:4:"news";s:5:"count";i:351;}s:8:"calendar";a:3:
{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";i:337;}s:7:"plugin
s";a:3:
{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";i:330;}s:12:"social-
media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-
media";s:5:"count";i:329;}s:9:"multisite";a:3:
{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";i:329;}s:10:"sho
rtcodes";a:3:
{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";i:323;}s:4:"
code";a:3:
{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";i:321;}s:4:"meta";a:3:
{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";i:320;}s:4:"list";a:3:
{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";i:318;}s:7:"payment";a:3:
{s:4:"name";s:7:"payment";s:4:"slug";s:7:"payment";s:5:"count";i:317;}s:10:"newslet
ter";a:3:
{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";i:315;}s:3:"
url";a:3:
{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";i:314;}s:5:"popup";a:3:
{s:4:"name";s:5:"popup";s:4:"slug";s:5:"popup";s:5:"count";i:302;}s:9:"marketing";a
:3:
{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";i:299;}s:6:"simp
le";a:3:
{s:4:"name";s:6:"simple";s:4:"slug";s:6:"simple";s:5:"count";i:293;}s:3:"tag";a:3:
{s:4:"name";s:3:"tag";s:4:"slug";s:3:"tag";s:5:"count";i:292;}s:16:"custom-post-
type";a:3:{s:4:"name";s:16:"custom post type";s:4:"slug";s:16:"custom-post-
type";s:5:"count";i:288;}s:4:"chat";a:3:
{s:4:"name";s:4:"chat";s:4:"slug";s:4:"chat";s:5:"count";i:286;}s:8:"redirect";a:3:
{s:4:"name";s:8:"redirect";s:4:"slug";s:8:"redirect";s:5:"count";i:286;}s:11:"adver
tising";a:3:
{s:4:"name";s:11:"advertising";s:4:"slug";s:11:"advertising";s:5:"count";i:283;}s:6
:"author";a:3:
{s:4:"name";s:6:"author";s:4:"slug";s:6:"author";s:5:"count";i:279;}s:7:"adsense";a
:3:
{s:4:"name";s:7:"adsense";s:4:"slug";s:7:"adsense";s:5:"count";i:277;}s:8:"lightbox
";a:3:
{s:4:"name";s:8:"lightbox";s:4:"slug";s:8:"lightbox";s:5:"count";i:274;}s:4:"html";
a:3:{s:4:"name";s:4:"html";s:4:"slug";s:4:"html";s:5:"count";i:274;}s:15:"payment-
gateway";a:3:{s:4:"name";s:15:"payment gateway";s:4:"slug";s:15:"payment-
gateway";s:5:"count";i:272;}s:5:"forms";a:3:
{s:4:"name";s:5:"forms";s:4:"slug";s:5:"forms";s:5:"count";i:270;}s:14:"administrat
ion";a:3:
{s:4:"name";s:14:"administration";s:4:"slug";s:14:"administration";s:5:"count";i:26
4;}s:7:"captcha";a:3:
{s:4:"name";s:7:"captcha";s:4:"slug";s:7:"captcha";s:5:"count";i:262;}s:12:"notific
ation";a:3:
{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";i:262;}s
:7:"tinymce";a:3:
{s:4:"name";s:7:"tinyMCE";s:4:"slug";s:7:"tinymce";s:5:"count";i:261;}}', 'no');
INSERT INTO `wpor_options` VALUES (1468,
'_transient_timeout_learn_press_user_guest_1495744239', '1495751439', 'no');
INSERT INTO `wpor_options` VALUES (1469,
'_transient_learn_press_user_guest_1495744239', '1495744239', 'no');
INSERT INTO `wpor_options` VALUES (1471,
'_transient_learn_press_user_guest_1495744266', '1495744266', 'no');
INSERT INTO `wpor_options` VALUES (1472,
'_transient_timeout_learn_press_user_guest_1495744284', '1495751484', 'no');
INSERT INTO `wpor_options` VALUES (1473,
'_transient_learn_press_user_guest_1495744284', '1495744284', 'no');
INSERT INTO `wpor_options` VALUES (1475,
'_transient_timeout_learn_press_user_guest_1495744297', '1495751497', 'no');
INSERT INTO `wpor_options` VALUES (1476,
'_transient_learn_press_user_guest_1495744297', '1495744297', 'no');
INSERT INTO `wpor_options` VALUES (1477,
'_transient_timeout_learn_press_user_guest_1495744304', '1495751504', 'no');
INSERT INTO `wpor_options` VALUES (1478,
'_transient_learn_press_user_guest_1495744304', '1495744304', 'no');
INSERT INTO `wpor_options` VALUES (1479,
'_transient_timeout_learn_press_user_guest_1495744315', '1495751515', 'no');
INSERT INTO `wpor_options` VALUES (1480,
'_transient_learn_press_user_guest_1495744315', '1495744315', 'no');
INSERT INTO `wpor_options` VALUES (2207,
'_transient_timeout_learn_press_user_guest_1495788058', '1495795258', 'no');
INSERT INTO `wpor_options` VALUES (2208,
'_transient_learn_press_user_guest_1495788058', '1495788058', 'no');
INSERT INTO `wpor_options` VALUES (2210,
'_transient_timeout_learn_press_user_guest_1495788663', '1495795863', 'no');
INSERT INTO `wpor_options` VALUES (2211,
'_transient_learn_press_user_guest_1495788663', '1495788663', 'no');
INSERT INTO `wpor_options` VALUES (2213,
'_transient_external_ip_address_78.188.181.44', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (2214,
'_transient_timeout_learn_press_user_guest_1495790447', '1495797647', 'no');
INSERT INTO `wpor_options` VALUES (1504,
'_transient_learn_press_user_guest_1495744683', '1495744683', 'no');
INSERT INTO `wpor_options` VALUES (1505,
'_transient_timeout_learn_press_user_guest_1495744686', '1495751886', 'no');
INSERT INTO `wpor_options` VALUES (1506,
'_transient_learn_press_user_guest_1495744686', '1495744686', 'no');
INSERT INTO `wpor_options` VALUES (1507,
'_transient_timeout_learn_press_user_guest_1495744716', '1495751916', 'no');
INSERT INTO `wpor_options` VALUES (1508,
'_transient_learn_press_user_guest_1495744716', '1495744716', 'no');
INSERT INTO `wpor_options` VALUES (1509,
'_transient_timeout_learn_press_user_guest_1495744770', '1495751970', 'no');
INSERT INTO `wpor_options` VALUES (1510,
'_transient_learn_press_user_guest_1495744770', '1495744770', 'no');
INSERT INTO `wpor_options` VALUES (1511,
'_transient_timeout_learn_press_user_guest_1495744810', '1495752010', 'no');
INSERT INTO `wpor_options` VALUES (1512,
'_transient_learn_press_user_guest_1495744810', '1495744810', 'no');
INSERT INTO `wpor_options` VALUES (1514,
'_transient_timeout_learn_press_user_guest_1495745311', '1495752511', 'no');
INSERT INTO `wpor_options` VALUES (1515,
'_transient_learn_press_user_guest_1495745311', '1495745311', 'no');
INSERT INTO `wpor_options` VALUES (1516, '_transient_timeout_wc_term_counts',
'1498504245', 'no');
INSERT INTO `wpor_options` VALUES (1517, '_transient_wc_term_counts', 'a:4:
{i:262;s:1:"3";i:260;s:1:"3";i:261;s:1:"5";i:259;s:1:"7";}', 'no');
INSERT INTO `wpor_options` VALUES (7834, '_transient_timeout_wc_related_1691',
'1496966443', 'no');
INSERT INTO `wpor_options` VALUES (7835, '_transient_wc_related_1691', 'a:2:
{i:0;s:3:"144";i:1;s:3:"135";}', 'no');
INSERT INTO `wpor_options` VALUES (1523,
'_transient_timeout_learn_press_user_guest_1495745549', '1495752749', 'no');
INSERT INTO `wpor_options` VALUES (1521,
'_transient_timeout_learn_press_user_guest_1495745454', '1495752654', 'no');
INSERT INTO `wpor_options` VALUES (1522,
'_transient_learn_press_user_guest_1495745454', '1495745454', 'no');
INSERT INTO `wpor_options` VALUES (1794,
'_transient_timeout_learn_press_user_guest_1495754981', '1495762181', 'no');
INSERT INTO `wpor_options` VALUES (1524,
'_transient_learn_press_user_guest_1495745549', '1495745549', 'no');
INSERT INTO `wpor_options` VALUES (1526,
'_transient_timeout_learn_press_user_guest_1495745551', '1495752751', 'no');
INSERT INTO `wpor_options` VALUES (1527,
'_transient_learn_press_user_guest_1495745551', '1495745551', 'no');
INSERT INTO `wpor_options` VALUES (1528,
'_transient_timeout_learn_press_user_guest_1495745786', '1495752986', 'no');
INSERT INTO `wpor_options` VALUES (1529,
'_transient_learn_press_user_guest_1495745786', '1495745786', 'no');
INSERT INTO `wpor_options` VALUES (1533,
'_transient_timeout_learn_press_user_guest_1495746390', '1495753590', 'no');
INSERT INTO `wpor_options` VALUES (1531,
'_transient_timeout_learn_press_user_guest_1495746064', '1495753264', 'no');
INSERT INTO `wpor_options` VALUES (1532,
'_transient_learn_press_user_guest_1495746064', '1495746064', 'no');
INSERT INTO `wpor_options` VALUES (1534,
'_transient_learn_press_user_guest_1495746390', '1495746390', 'no');
INSERT INTO `wpor_options` VALUES (1538,
'_transient_timeout_learn_press_user_guest_1495746695', '1495753895', 'no');
INSERT INTO `wpor_options` VALUES (1536,
'_transient_timeout_learn_press_user_guest_1495746653', '1495753853', 'no');
INSERT INTO `wpor_options` VALUES (1537,
'_transient_learn_press_user_guest_1495746653', '1495746653', 'no');
INSERT INTO `wpor_options` VALUES (1539,
'_transient_learn_press_user_guest_1495746695', '1495746695', 'no');
INSERT INTO `wpor_options` VALUES (1540,
'_transient_timeout_learn_press_user_guest_1495746718', '1495753918', 'no');
INSERT INTO `wpor_options` VALUES (1541,
'_transient_learn_press_user_guest_1495746718', '1495746718', 'no');
INSERT INTO `wpor_options` VALUES (2721,
'_transient_timeout_learn_press_user_guest_1495876137', '1495883337', 'no');
INSERT INTO `wpor_options` VALUES (1543,
'_transient_timeout_learn_press_user_guest_1495747373', '1495754573', 'no');
INSERT INTO `wpor_options` VALUES (1544,
'_transient_learn_press_user_guest_1495747373', '1495747373', 'no');
INSERT INTO `wpor_options` VALUES (2708,
'_transient_learn_press_user_guest_1495876093', '1495876093', 'no');
INSERT INTO `wpor_options` VALUES (2709,
'_transient_timeout_learn_press_user_guest_1495876095', '1495883295', 'no');
INSERT INTO `wpor_options` VALUES (2710,
'_transient_learn_press_user_guest_1495876095', '1495876095', 'no');
INSERT INTO `wpor_options` VALUES (2711,
'_transient_timeout_learn_press_user_guest_1495876107', '1495883307', 'no');
INSERT INTO `wpor_options` VALUES (2712,
'_transient_learn_press_user_guest_1495876107', '1495876107', 'no');
INSERT INTO `wpor_options` VALUES (2713,
'_transient_timeout_learn_press_user_guest_1495876112', '1495883312', 'no');
INSERT INTO `wpor_options` VALUES (2714,
'_transient_learn_press_user_guest_1495876112', '1495876112', 'no');
INSERT INTO `wpor_options` VALUES (2715,
'_transient_timeout_learn_press_user_guest_1495876119', '1495883319', 'no');
INSERT INTO `wpor_options` VALUES (2716,
'_transient_learn_press_user_guest_1495876119', '1495876119', 'no');
INSERT INTO `wpor_options` VALUES (2717,
'_transient_timeout_learn_press_user_guest_1495876126', '1495883326', 'no');
INSERT INTO `wpor_options` VALUES (2718,
'_transient_learn_press_user_guest_1495876126', '1495876126', 'no');
INSERT INTO `wpor_options` VALUES (2719,
'_transient_timeout_learn_press_user_guest_1495876131', '1495883331', 'no');
INSERT INTO `wpor_options` VALUES (2720,
'_transient_learn_press_user_guest_1495876131', '1495876131', 'no');
INSERT INTO `wpor_options` VALUES (1563,
'_transient_timeout_learn_press_user_guest_1495748082', '1495755282', 'no');
INSERT INTO `wpor_options` VALUES (1557,
'_transient_timeout_learn_press_user_guest_1495747783', '1495754983', 'no');
INSERT INTO `wpor_options` VALUES (1558,
'_transient_learn_press_user_guest_1495747783', '1495747783', 'no');
INSERT INTO `wpor_options` VALUES (1564,
'_transient_learn_press_user_guest_1495748082', '1495748082', 'no');
INSERT INTO `wpor_options` VALUES (1572,
'_transient_timeout_learn_press_user_guest_1495748399', '1495755599', 'no');
INSERT INTO `wpor_options` VALUES (1573,
'_transient_learn_press_user_guest_1495748399', '1495748399', 'no');
INSERT INTO `wpor_options` VALUES (1785,
'_transient_timeout_learn_press_user_guest_1495754617', '1495761817', 'no');
INSERT INTO `wpor_options` VALUES (1786,
'_transient_learn_press_user_guest_1495754617', '1495754617', 'no');
INSERT INTO `wpor_options` VALUES (2204,
'_transient_timeout_learn_press_user_guest_1495787575', '1495794775', 'no');
INSERT INTO `wpor_options` VALUES (1582,
'_transient_timeout_learn_press_user_guest_1495748588', '1495755788', 'no');
INSERT INTO `wpor_options` VALUES (1583,
'_transient_learn_press_user_guest_1495748588', '1495748588', 'no');
INSERT INTO `wpor_options` VALUES (2205,
'_transient_learn_press_user_guest_1495787575', '1495787575', 'no');
INSERT INTO `wpor_options` VALUES (2201,
'_transient_timeout_learn_press_user_guest_1495787455', '1495794655', 'no');
INSERT INTO `wpor_options` VALUES (1593, 'widget_sow-button', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (1594, 'widget_sow-google-map', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (1595, 'widget_sow-image', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (1596, 'widget_sow-slider', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (1597, 'widget_sow-post-carousel', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (1598, 'widget_sow-editor', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (1599, 'siteorigin_widget_bundle_version',
'1.9.2', 'yes');
INSERT INTO `wpor_options` VALUES (1600, 'siteorigin_widgets_old_widgets',
'C:\\vhosts\\tubifed.org.tr\\http/wp-content/plugins/so-widgets-
bundle/widgets/button/button.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-
bundle/widgets/cta/cta.php,C:\\vhosts\\tubifed.org.tr\\http/wp-content/plugins/so-
widgets-bundle/widgets/contact/contact.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-
bundle/widgets/editor/editor.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-
bundle/widgets/features/features.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-bundle/widgets/google-map/google-
map.php,C:\\vhosts\\tubifed.org.tr\\http/wp-content/plugins/so-widgets-
bundle/widgets/headline/headline.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-
bundle/widgets/hero/hero.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-
bundle/widgets/icon/icon.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-
bundle/widgets/image/image.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-bundle/widgets/image-grid/image-
grid.php,C:\\vhosts\\tubifed.org.tr\\http/wp-content/plugins/so-widgets-
bundle/widgets/slider/slider.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-bundle/widgets/layout-slider/layout-
slider.php,C:\\vhosts\\tubifed.org.tr\\http/wp-content/plugins/so-widgets-
bundle/widgets/post-carousel/post-carousel.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-bundle/widgets/price-table/price-
table.php,C:\\vhosts\\tubifed.org.tr\\http/wp-content/plugins/so-widgets-
bundle/widgets/simple-masonry/simple-
masonry.php,C:\\vhosts\\tubifed.org.tr\\http/wp-content/plugins/so-widgets-
bundle/widgets/social-media-buttons/social-media-
buttons.php,C:\\vhosts\\tubifed.org.tr\\http/wp-content/plugins/so-widgets-
bundle/widgets/taxonomy/taxonomy.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-
bundle/widgets/testimonial/testimonial.php,C:\\vhosts\\tubifed.org.tr\\http/wp-
content/plugins/so-widgets-bundle/widgets/video/video.php', 'yes');
INSERT INTO `wpor_options` VALUES (8797, '_transient_sow:cleared', '1', 'no');
INSERT INTO `wpor_options` VALUES (1636,
'_transient_timeout_learn_press_user_guest_1495750246', '1495757446', 'no');
INSERT INTO `wpor_options` VALUES (1610,
'_transient_timeout_learn_press_user_guest_1495749002', '1495756202', 'no');
INSERT INTO `wpor_options` VALUES (1611,
'_transient_learn_press_user_guest_1495749002', '1495749002', 'no');
INSERT INTO `wpor_options` VALUES (1637,
'_transient_learn_press_user_guest_1495750246', '1495750246', 'no');
INSERT INTO `wpor_options` VALUES (1622,
'_transient_timeout_learn_press_user_guest_1495749632', '1495756832', 'no');
INSERT INTO `wpor_options` VALUES (1623,
'_transient_learn_press_user_guest_1495749632', '1495749632', 'no');
INSERT INTO `wpor_options` VALUES (1625,
'_transient_timeout_learn_press_user_guest_1495749634', '1495756834', 'no');
INSERT INTO `wpor_options` VALUES (1626,
'_transient_learn_press_user_guest_1495749634', '1495749634', 'no');
INSERT INTO `wpor_options` VALUES (1634,
'_transient_timeout_learn_press_user_guest_1495750244', '1495757444', 'no');
INSERT INTO `wpor_options` VALUES (1635,
'_transient_learn_press_user_guest_1495750244', '1495750244', 'no');
INSERT INTO `wpor_options` VALUES (1643,
'_transient_timeout_learn_press_user_guest_1495750531', '1495757731', 'no');
INSERT INTO `wpor_options` VALUES (1644,
'_transient_learn_press_user_guest_1495750531', '1495750531', 'no');
INSERT INTO `wpor_options` VALUES (1645,
'_transient_timeout_external_ip_address_199.127.226.150', '1496355334', 'no');
INSERT INTO `wpor_options` VALUES (1646,
'_transient_external_ip_address_199.127.226.150', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1647,
'_transient_timeout_learn_press_user_guest_1495750534', '1495757734', 'no');
INSERT INTO `wpor_options` VALUES (1648,
'_transient_learn_press_user_guest_1495750534', '1495750534', 'no');
INSERT INTO `wpor_options` VALUES (1678,
'_transient_timeout_learn_press_user_guest_1495751423', '1495758623', 'no');
INSERT INTO `wpor_options` VALUES (1650,
'_transient_timeout_external_ip_address_176.126.252.11', '1496355408', 'no');
INSERT INTO `wpor_options` VALUES (1651,
'_transient_external_ip_address_176.126.252.11', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1653,
'_transient_timeout_external_ip_address_93.115.95.205', '1496355416', 'no');
INSERT INTO `wpor_options` VALUES (1654,
'_transient_external_ip_address_93.115.95.205', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1687,
'_transient_timeout_learn_press_user_guest_1495751718', '1495758918', 'no');
INSERT INTO `wpor_options` VALUES (1656,
'_transient_timeout_learn_press_user_guest_1495750789', '1495757989', 'no');
INSERT INTO `wpor_options` VALUES (1657,
'_transient_learn_press_user_guest_1495750789', '1495750789', 'no');
INSERT INTO `wpor_options` VALUES (1660,
'_transient_timeout_learn_press_user_guest_1495750989', '1495758189', 'no');
INSERT INTO `wpor_options` VALUES (1661,
'_transient_learn_press_user_guest_1495750989', '1495750989', 'no');
INSERT INTO `wpor_options` VALUES (1679,
'_transient_learn_press_user_guest_1495751423', '1495751423', 'no');
INSERT INTO `wpor_options` VALUES (1688,
'_transient_learn_press_user_guest_1495751718', '1495751718', 'no');
INSERT INTO `wpor_options` VALUES (1710,
'_transient_timeout_learn_press_user_guest_1495752642', '1495759842', 'no');
INSERT INTO `wpor_options` VALUES (1697,
'_transient_timeout_external_ip_address_176.55.38.73', '1496357024', 'no');
INSERT INTO `wpor_options` VALUES (1695,
'_transient_timeout_learn_press_user_guest_1495751976', '1495759176', 'no');
INSERT INTO `wpor_options` VALUES (1696,
'_transient_learn_press_user_guest_1495751976', '1495751976', 'no');
INSERT INTO `wpor_options` VALUES (1698,
'_transient_external_ip_address_176.55.38.73', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1699,
'_transient_timeout_learn_press_user_guest_1495752224', '1495759424', 'no');
INSERT INTO `wpor_options` VALUES (1700,
'_transient_learn_press_user_guest_1495752224', '1495752224', 'no');
INSERT INTO `wpor_options` VALUES (1701,
'_transient_timeout_learn_press_user_guest_1495752225', '1495759425', 'no');
INSERT INTO `wpor_options` VALUES (1702,
'_transient_learn_press_user_guest_1495752225', '1495752225', 'no');
INSERT INTO `wpor_options` VALUES (1712,
'_transient_timeout_learn_press_user_guest_1495752643', '1495759843', 'no');
INSERT INTO `wpor_options` VALUES (1711,
'_transient_learn_press_user_guest_1495752642', '1495752642', 'no');
INSERT INTO `wpor_options` VALUES (1713,
'_transient_learn_press_user_guest_1495752643', '1495752643', 'no');
INSERT INTO `wpor_options` VALUES (1726,
'_transient_timeout_learn_press_user_guest_1495753038', '1495760238', 'no');
INSERT INTO `wpor_options` VALUES (1727,
'_transient_learn_press_user_guest_1495753038', '1495753038', 'no');
INSERT INTO `wpor_options` VALUES (1728,
'_transient_timeout_learn_press_user_guest_1495753039', '1495760239', 'no');
INSERT INTO `wpor_options` VALUES (1729,
'_transient_learn_press_user_guest_1495753039', '1495753039', 'no');
INSERT INTO `wpor_options` VALUES (1742,
'_transient_timeout_learn_press_user_guest_1495753529', '1495760729', 'no');
INSERT INTO `wpor_options` VALUES (1733,
'_transient_timeout_learn_press_user_guest_1495753179', '1495760379', 'no');
INSERT INTO `wpor_options` VALUES (1734,
'_transient_learn_press_user_guest_1495753179', '1495753179', 'no');
INSERT INTO `wpor_options` VALUES (1743,
'_transient_learn_press_user_guest_1495753529', '1495753529', 'no');
INSERT INTO `wpor_options` VALUES (2287,
'_transient_timeout_learn_press_user_guest_1495796843', '1495804043', 'no');
INSERT INTO `wpor_options` VALUES (1777,
'_transient_timeout_external_ip_address_109.163.234.4', '1496359245', 'no');
INSERT INTO `wpor_options` VALUES (1754,
'_transient_timeout_learn_press_user_guest_1495753784', '1495760984', 'no');
INSERT INTO `wpor_options` VALUES (1755,
'_transient_learn_press_user_guest_1495753784', '1495753784', 'no');
INSERT INTO `wpor_options` VALUES (1757,
'_transient_timeout_learn_press_user_guest_1495753785', '1495760985', 'no');
INSERT INTO `wpor_options` VALUES (1758,
'_transient_learn_press_user_guest_1495753785', '1495753785', 'no');
INSERT INTO `wpor_options` VALUES (1772,
'_transient_timeout_learn_press_user_guest_1495754380', '1495761580', 'no');
INSERT INTO `wpor_options` VALUES (1773,
'_transient_learn_press_user_guest_1495754380', '1495754380', 'no');
INSERT INTO `wpor_options` VALUES (1778,
'_transient_external_ip_address_109.163.234.4', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1779,
'_transient_timeout_external_ip_address_51.15.40.233', '1496359278', 'no');
INSERT INTO `wpor_options` VALUES (1780,
'_transient_external_ip_address_51.15.40.233', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1796,
'_transient_timeout_external_ip_address_77.247.181.165', '1496360062', 'no');
INSERT INTO `wpor_options` VALUES (1782,
'_transient_timeout_learn_press_user_guest_1495754580', '1495761780', 'no');
INSERT INTO `wpor_options` VALUES (1783,
'_transient_learn_press_user_guest_1495754580', '1495754580', 'no');
INSERT INTO `wpor_options` VALUES (1788,
'_transient_timeout_learn_press_user_guest_1495754618', '1495761818', 'no');
INSERT INTO `wpor_options` VALUES (1789,
'_transient_learn_press_user_guest_1495754618', '1495754618', 'no');
INSERT INTO `wpor_options` VALUES (1790,
'_transient_timeout_learn_press_user_guest_1495754857', '1495762057', 'no');
INSERT INTO `wpor_options` VALUES (1791,
'_transient_learn_press_user_guest_1495754857', '1495754857', 'no');
INSERT INTO `wpor_options` VALUES (1797,
'_transient_external_ip_address_77.247.181.165', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1798,
'_transient_timeout_external_ip_address_192.42.116.16', '1496360108', 'no');
INSERT INTO `wpor_options` VALUES (1799,
'_transient_external_ip_address_192.42.116.16', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (1800,
'_transient_timeout_external_ip_address_163.172.223.200', '1496360116', 'no');
INSERT INTO `wpor_options` VALUES (1801,
'_transient_external_ip_address_163.172.223.200', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1802,
'_transient_timeout_external_ip_address_163.172.67.180', '1496360131', 'no');
INSERT INTO `wpor_options` VALUES (1803,
'_transient_external_ip_address_163.172.67.180', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1827,
'_transient_timeout_learn_press_user_guest_1495756801', '1495764001', 'no');
INSERT INTO `wpor_options` VALUES (1811,
'_transient_timeout_learn_press_user_guest_1495755580', '1495762780', 'no');
INSERT INTO `wpor_options` VALUES (1812,
'_transient_learn_press_user_guest_1495755580', '1495755580', 'no');
INSERT INTO `wpor_options` VALUES (1814,
'_transient_timeout_learn_press_user_guest_1495755581', '1495762781', 'no');
INSERT INTO `wpor_options` VALUES (1815,
'_transient_learn_press_user_guest_1495755581', '1495755581', 'no');
INSERT INTO `wpor_options` VALUES (1822,
'_transient_timeout_learn_press_user_guest_1495756294', '1495763494', 'no');
INSERT INTO `wpor_options` VALUES (1823,
'_transient_learn_press_user_guest_1495756294', '1495756294', 'no');
INSERT INTO `wpor_options` VALUES (1825,
'_transient_timeout_learn_press_user_guest_1495756776', '1495763976', 'no');
INSERT INTO `wpor_options` VALUES (1826,
'_transient_learn_press_user_guest_1495756776', '1495756776', 'no');
INSERT INTO `wpor_options` VALUES (1828,
'_transient_learn_press_user_guest_1495756801', '1495756801', 'no');
INSERT INTO `wpor_options` VALUES (1832,
'_transient_timeout_learn_press_user_guest_1495756808', '1495764008', 'no');
INSERT INTO `wpor_options` VALUES (1830,
'_transient_timeout_learn_press_user_guest_1495756804', '1495764004', 'no');
INSERT INTO `wpor_options` VALUES (1831,
'_transient_learn_press_user_guest_1495756804', '1495756804', 'no');
INSERT INTO `wpor_options` VALUES (1833,
'_transient_learn_press_user_guest_1495756808', '1495756808', 'no');
INSERT INTO `wpor_options` VALUES (1834,
'_transient_timeout_learn_press_user_guest_1495756812', '1495764012', 'no');
INSERT INTO `wpor_options` VALUES (1835,
'_transient_learn_press_user_guest_1495756812', '1495756812', 'no');
INSERT INTO `wpor_options` VALUES (1836,
'_transient_timeout_learn_press_user_guest_1495756816', '1495764016', 'no');
INSERT INTO `wpor_options` VALUES (1837,
'_transient_learn_press_user_guest_1495756816', '1495756816', 'no');
INSERT INTO `wpor_options` VALUES (1838,
'_transient_timeout_learn_press_user_guest_1495756820', '1495764020', 'no');
INSERT INTO `wpor_options` VALUES (1839,
'_transient_learn_press_user_guest_1495756820', '1495756820', 'no');
INSERT INTO `wpor_options` VALUES (1840,
'_transient_timeout_learn_press_user_guest_1495756824', '1495764024', 'no');
INSERT INTO `wpor_options` VALUES (1841,
'_transient_learn_press_user_guest_1495756824', '1495756824', 'no');
INSERT INTO `wpor_options` VALUES (1842,
'_transient_timeout_learn_press_user_guest_1495756894', '1495764094', 'no');
INSERT INTO `wpor_options` VALUES (1843,
'_transient_learn_press_user_guest_1495756894', '1495756894', 'no');
INSERT INTO `wpor_options` VALUES (1844,
'_transient_timeout_learn_press_user_guest_1495756967', '1495764167', 'no');
INSERT INTO `wpor_options` VALUES (1845,
'_transient_learn_press_user_guest_1495756967', '1495756967', 'no');
INSERT INTO `wpor_options` VALUES (1846,
'_transient_timeout_learn_press_user_guest_1495757063', '1495764263', 'no');
INSERT INTO `wpor_options` VALUES (1847,
'_transient_learn_press_user_guest_1495757063', '1495757063', 'no');
INSERT INTO `wpor_options` VALUES (1848,
'_transient_timeout_learn_press_user_guest_1495757312', '1495764512', 'no');
INSERT INTO `wpor_options` VALUES (1849,
'_transient_learn_press_user_guest_1495757312', '1495757312', 'no');
INSERT INTO `wpor_options` VALUES (1850,
'_transient_timeout_learn_press_user_guest_1495757333', '1495764533', 'no');
INSERT INTO `wpor_options` VALUES (1851,
'_transient_learn_press_user_guest_1495757333', '1495757333', 'no');
INSERT INTO `wpor_options` VALUES (5824, '_transient_timeout_wc_related_1696',
'1496327395', 'no');
INSERT INTO `wpor_options` VALUES (5825, '_transient_wc_related_1696', 'a:2:
{i:0;s:4:"1690";i:1;s:3:"139";}', 'no');
INSERT INTO `wpor_options` VALUES (1854,
'_transient_timeout_learn_press_user_guest_1495757337', '1495764537', 'no');
INSERT INTO `wpor_options` VALUES (1855,
'_transient_learn_press_user_guest_1495757337', '1495757337', 'no');
INSERT INTO `wpor_options` VALUES (1856,
'_transient_timeout_learn_press_user_guest_1495757341', '1495764541', 'no');
INSERT INTO `wpor_options` VALUES (1857,
'_transient_learn_press_user_guest_1495757341', '1495757341', 'no');
INSERT INTO `wpor_options` VALUES (1858,
'_transient_timeout_learn_press_user_guest_1495757345', '1495764545', 'no');
INSERT INTO `wpor_options` VALUES (1859,
'_transient_learn_press_user_guest_1495757345', '1495757345', 'no');
INSERT INTO `wpor_options` VALUES (1860,
'_transient_timeout_learn_press_user_guest_1495757348', '1495764548', 'no');
INSERT INTO `wpor_options` VALUES (1861,
'_transient_learn_press_user_guest_1495757348', '1495757348', 'no');
INSERT INTO `wpor_options` VALUES (1862,
'_transient_timeout_learn_press_user_guest_1495757353', '1495764553', 'no');
INSERT INTO `wpor_options` VALUES (1863,
'_transient_learn_press_user_guest_1495757353', '1495757353', 'no');
INSERT INTO `wpor_options` VALUES (7113, '_transient_timeout_wc_related_1690',
'1496721057', 'no');
INSERT INTO `wpor_options` VALUES (7114, '_transient_wc_related_1690', 'a:2:
{i:0;s:4:"1696";i:1;s:3:"139";}', 'no');
INSERT INTO `wpor_options` VALUES (1866,
'_transient_timeout_learn_press_user_guest_1495757367', '1495764567', 'no');
INSERT INTO `wpor_options` VALUES (1867,
'_transient_learn_press_user_guest_1495757367', '1495757367', 'no');
INSERT INTO `wpor_options` VALUES (1868,
'_transient_timeout_learn_press_user_guest_1495757371', '1495764571', 'no');
INSERT INTO `wpor_options` VALUES (1869,
'_transient_learn_press_user_guest_1495757371', '1495757371', 'no');
INSERT INTO `wpor_options` VALUES (1873,
'_transient_timeout_learn_press_user_guest_1495757379', '1495764579', 'no');
INSERT INTO `wpor_options` VALUES (1871,
'_transient_timeout_learn_press_user_guest_1495757378', '1495764578', 'no');
INSERT INTO `wpor_options` VALUES (1872,
'_transient_learn_press_user_guest_1495757378', '1495757378', 'no');
INSERT INTO `wpor_options` VALUES (1874,
'_transient_learn_press_user_guest_1495757379', '1495757379', 'no');
INSERT INTO `wpor_options` VALUES (1875,
'_transient_timeout_learn_press_user_guest_1495757385', '1495764585', 'no');
INSERT INTO `wpor_options` VALUES (1876,
'_transient_learn_press_user_guest_1495757385', '1495757385', 'no');
INSERT INTO `wpor_options` VALUES (1877,
'_transient_timeout_learn_press_user_guest_1495757408', '1495764608', 'no');
INSERT INTO `wpor_options` VALUES (1878,
'_transient_learn_press_user_guest_1495757408', '1495757408', 'no');
INSERT INTO `wpor_options` VALUES (1885,
'_transient_timeout_learn_press_user_guest_1495758247', '1495765447', 'no');
INSERT INTO `wpor_options` VALUES (1880,
'_transient_timeout_learn_press_user_guest_1495757985', '1495765185', 'no');
INSERT INTO `wpor_options` VALUES (1881,
'_transient_learn_press_user_guest_1495757985', '1495757985', 'no');
INSERT INTO `wpor_options` VALUES (1883,
'_transient_timeout_learn_press_user_guest_1495758226', '1495765426', 'no');
INSERT INTO `wpor_options` VALUES (1884,
'_transient_learn_press_user_guest_1495758226', '1495758226', 'no');
INSERT INTO `wpor_options` VALUES (1886,
'_transient_learn_press_user_guest_1495758247', '1495758247', 'no');
INSERT INTO `wpor_options` VALUES (1887,
'_transient_timeout_learn_press_user_guest_1495758253', '1495765453', 'no');
INSERT INTO `wpor_options` VALUES (1888,
'_transient_learn_press_user_guest_1495758253', '1495758253', 'no');
INSERT INTO `wpor_options` VALUES (1889,
'_transient_timeout_learn_press_user_guest_1495758261', '1495765461', 'no');
INSERT INTO `wpor_options` VALUES (1890,
'_transient_learn_press_user_guest_1495758261', '1495758261', 'no');
INSERT INTO `wpor_options` VALUES (1891,
'_transient_timeout_learn_press_user_guest_1495758270', '1495765470', 'no');
INSERT INTO `wpor_options` VALUES (1892,
'_transient_learn_press_user_guest_1495758270', '1495758270', 'no');
INSERT INTO `wpor_options` VALUES (1893,
'_transient_timeout_learn_press_user_guest_1495758277', '1495765477', 'no');
INSERT INTO `wpor_options` VALUES (1894,
'_transient_learn_press_user_guest_1495758277', '1495758277', 'no');
INSERT INTO `wpor_options` VALUES (1895,
'_transient_timeout_learn_press_user_guest_1495758284', '1495765484', 'no');
INSERT INTO `wpor_options` VALUES (1896,
'_transient_learn_press_user_guest_1495758284', '1495758284', 'no');
INSERT INTO `wpor_options` VALUES (1897,
'_transient_timeout_learn_press_user_guest_1495758290', '1495765490', 'no');
INSERT INTO `wpor_options` VALUES (1898,
'_transient_learn_press_user_guest_1495758290', '1495758290', 'no');
INSERT INTO `wpor_options` VALUES (1899,
'_transient_timeout_learn_press_user_guest_1495758376', '1495765576', 'no');
INSERT INTO `wpor_options` VALUES (1900,
'_transient_learn_press_user_guest_1495758376', '1495758376', 'no');
INSERT INTO `wpor_options` VALUES (1910,
'_transient_timeout_learn_press_user_guest_1495760082', '1495767282', 'no');
INSERT INTO `wpor_options` VALUES (1902,
'_transient_timeout_learn_press_user_guest_1495758589', '1495765789', 'no');
INSERT INTO `wpor_options` VALUES (1903,
'_transient_learn_press_user_guest_1495758589', '1495758589', 'no');
INSERT INTO `wpor_options` VALUES (1905,
'_transient_timeout_learn_press_user_guest_1495759193', '1495766393', 'no');
INSERT INTO `wpor_options` VALUES (1906,
'_transient_learn_press_user_guest_1495759193', '1495759193', 'no');
INSERT INTO `wpor_options` VALUES (1908,
'_transient_timeout_learn_press_user_guest_1495759918', '1495767118', 'no');
INSERT INTO `wpor_options` VALUES (1909,
'_transient_learn_press_user_guest_1495759918', '1495759918', 'no');
INSERT INTO `wpor_options` VALUES (1911,
'_transient_learn_press_user_guest_1495760082', '1495760082', 'no');
INSERT INTO `wpor_options` VALUES (1921,
'_transient_timeout_external_ip_address_77.247.181.163', '1496366647', 'no');
INSERT INTO `wpor_options` VALUES (1913,
'_transient_timeout_learn_press_user_guest_1495760401', '1495767601', 'no');
INSERT INTO `wpor_options` VALUES (1914,
'_transient_learn_press_user_guest_1495760401', '1495760401', 'no');
INSERT INTO `wpor_options` VALUES (1916,
'_transient_timeout_learn_press_user_guest_1495761005', '1495768205', 'no');
INSERT INTO `wpor_options` VALUES (1917,
'_transient_learn_press_user_guest_1495761005', '1495761005', 'no');
INSERT INTO `wpor_options` VALUES (1919,
'_transient_timeout_learn_press_user_guest_1495761608', '1495768808', 'no');
INSERT INTO `wpor_options` VALUES (1920,
'_transient_learn_press_user_guest_1495761608', '1495761608', 'no');
INSERT INTO `wpor_options` VALUES (1953,
'_transient_timeout_learn_press_user_guest_1495766958', '1495774158', 'no');
INSERT INTO `wpor_options` VALUES (1922,
'_transient_external_ip_address_77.247.181.163', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (1924,
'_transient_timeout_learn_press_user_guest_1495761848', '1495769048', 'no');
INSERT INTO `wpor_options` VALUES (1925,
'_transient_learn_press_user_guest_1495761848', '1495761848', 'no');
INSERT INTO `wpor_options` VALUES (1927,
'_transient_timeout_learn_press_user_guest_1495762213', '1495769413', 'no');
INSERT INTO `wpor_options` VALUES (1928,
'_transient_learn_press_user_guest_1495762213', '1495762213', 'no');
INSERT INTO `wpor_options` VALUES (1930,
'_transient_timeout_learn_press_user_guest_1495762818', '1495770018', 'no');
INSERT INTO `wpor_options` VALUES (1931,
'_transient_learn_press_user_guest_1495762818', '1495762818', 'no');
INSERT INTO `wpor_options` VALUES (1933,
'_transient_timeout_learn_press_user_guest_1495763543', '1495770743', 'no');
INSERT INTO `wpor_options` VALUES (1934,
'_transient_learn_press_user_guest_1495763543', '1495763543', 'no');
INSERT INTO `wpor_options` VALUES (1936,
'_transient_timeout_learn_press_user_guest_1495764025', '1495771225', 'no');
INSERT INTO `wpor_options` VALUES (1937,
'_transient_learn_press_user_guest_1495764025', '1495764025', 'no');
INSERT INTO `wpor_options` VALUES (1939,
'_transient_timeout_learn_press_user_guest_1495764751', '1495771951', 'no');
INSERT INTO `wpor_options` VALUES (1940,
'_transient_learn_press_user_guest_1495764751', '1495764751', 'no');
INSERT INTO `wpor_options` VALUES (1942,
'_transient_timeout_learn_press_user_guest_1495765234', '1495772434', 'no');
INSERT INTO `wpor_options` VALUES (1943,
'_transient_learn_press_user_guest_1495765234', '1495765234', 'no');
INSERT INTO `wpor_options` VALUES (1945,
'_transient_timeout_learn_press_user_guest_1495765717', '1495772917', 'no');
INSERT INTO `wpor_options` VALUES (1946,
'_transient_learn_press_user_guest_1495765717', '1495765717', 'no');
INSERT INTO `wpor_options` VALUES (1948,
'_transient_timeout_learn_press_user_guest_1495765838', '1495773038', 'no');
INSERT INTO `wpor_options` VALUES (1949,
'_transient_learn_press_user_guest_1495765838', '1495765838', 'no');
INSERT INTO `wpor_options` VALUES (1951,
'_transient_timeout_learn_press_user_guest_1495766443', '1495773643', 'no');
INSERT INTO `wpor_options` VALUES (1952,
'_transient_learn_press_user_guest_1495766443', '1495766443', 'no');
INSERT INTO `wpor_options` VALUES (1954,
'_transient_learn_press_user_guest_1495766958', '1495766958', 'no');
INSERT INTO `wpor_options` VALUES (1955,
'_transient_timeout_learn_press_user_guest_1495766959', '1495774159', 'no');
INSERT INTO `wpor_options` VALUES (1956,
'_transient_learn_press_user_guest_1495766959', '1495766959', 'no');
INSERT INTO `wpor_options` VALUES (1960,
'_transient_timeout_learn_press_user_guest_1495767413', '1495774613', 'no');
INSERT INTO `wpor_options` VALUES (1958,
'_transient_timeout_learn_press_user_guest_1495767046', '1495774246', 'no');
INSERT INTO `wpor_options` VALUES (1959,
'_transient_learn_press_user_guest_1495767046', '1495767046', 'no');
INSERT INTO `wpor_options` VALUES (1961,
'_transient_learn_press_user_guest_1495767413', '1495767413', 'no');
INSERT INTO `wpor_options` VALUES (1962,
'_transient_timeout_learn_press_user_guest_1495767415', '1495774615', 'no');
INSERT INTO `wpor_options` VALUES (1963,
'_transient_learn_press_user_guest_1495767415', '1495767415', 'no');
INSERT INTO `wpor_options` VALUES (1964,
'_transient_timeout_learn_press_user_guest_1495767419', '1495774619', 'no');
INSERT INTO `wpor_options` VALUES (1965,
'_transient_learn_press_user_guest_1495767419', '1495767419', 'no');
INSERT INTO `wpor_options` VALUES (1966,
'_transient_timeout_learn_press_user_guest_1495767422', '1495774622', 'no');
INSERT INTO `wpor_options` VALUES (1967,
'_transient_learn_press_user_guest_1495767422', '1495767422', 'no');
INSERT INTO `wpor_options` VALUES (7512, '_transient_timeout_wc_related_135',
'1496881831', 'no');
INSERT INTO `wpor_options` VALUES (7513, '_transient_wc_related_135', 'a:2:
{i:0;s:4:"1691";i:1;s:3:"144";}', 'no');
INSERT INTO `wpor_options` VALUES (1985,
'_transient_timeout_learn_press_user_guest_1495769625', '1495776825', 'no');
INSERT INTO `wpor_options` VALUES (1971,
'_transient_timeout_learn_press_user_guest_1495767648', '1495774848', 'no');
INSERT INTO `wpor_options` VALUES (1972,
'_transient_learn_press_user_guest_1495767648', '1495767648', 'no');
INSERT INTO `wpor_options` VALUES (1974,
'_transient_timeout_learn_press_user_guest_1495768253', '1495775453', 'no');
INSERT INTO `wpor_options` VALUES (1975,
'_transient_learn_press_user_guest_1495768253', '1495768253', 'no');
INSERT INTO `wpor_options` VALUES (1977,
'_transient_timeout_learn_press_user_guest_1495768857', '1495776057', 'no');
INSERT INTO `wpor_options` VALUES (1978,
'_transient_learn_press_user_guest_1495768857', '1495768857', 'no');
INSERT INTO `wpor_options` VALUES (1980,
'_transient_timeout_learn_press_user_guest_1495769338', '1495776538', 'no');
INSERT INTO `wpor_options` VALUES (1981,
'_transient_learn_press_user_guest_1495769338', '1495769338', 'no');
INSERT INTO `wpor_options` VALUES (1983,
'_transient_timeout_learn_press_user_guest_1495769459', '1495776659', 'no');
INSERT INTO `wpor_options` VALUES (1984,
'_transient_learn_press_user_guest_1495769459', '1495769459', 'no');
INSERT INTO `wpor_options` VALUES (1986,
'_transient_learn_press_user_guest_1495769625', '1495769625', 'no');
INSERT INTO `wpor_options` VALUES (1987,
'_transient_timeout_learn_press_user_guest_1495769741', '1495776941', 'no');
INSERT INTO `wpor_options` VALUES (1988,
'_transient_learn_press_user_guest_1495769741', '1495769741', 'no');
INSERT INTO `wpor_options` VALUES (1995,
'_transient_timeout_learn_press_user_guest_1495770888', '1495778088', 'no');
INSERT INTO `wpor_options` VALUES (1990,
'_transient_timeout_learn_press_user_guest_1495770065', '1495777265', 'no');
INSERT INTO `wpor_options` VALUES (1991,
'_transient_learn_press_user_guest_1495770065', '1495770065', 'no');
INSERT INTO `wpor_options` VALUES (1993,
'_transient_timeout_learn_press_user_guest_1495770667', '1495777867', 'no');
INSERT INTO `wpor_options` VALUES (1994,
'_transient_learn_press_user_guest_1495770667', '1495770667', 'no');
INSERT INTO `wpor_options` VALUES (1996,
'_transient_learn_press_user_guest_1495770888', '1495770888', 'no');
INSERT INTO `wpor_options` VALUES (2000,
'_transient_timeout_learn_press_user_guest_1495771598', '1495778798', 'no');
INSERT INTO `wpor_options` VALUES (1998,
'_transient_timeout_learn_press_user_guest_1495771271', '1495778471', 'no');
INSERT INTO `wpor_options` VALUES (1999,
'_transient_learn_press_user_guest_1495771271', '1495771271', 'no');
INSERT INTO `wpor_options` VALUES (2001,
'_transient_learn_press_user_guest_1495771598', '1495771598', 'no');
INSERT INTO `wpor_options` VALUES (2002,
'_transient_timeout_learn_press_user_guest_1495771745', '1495778945', 'no');
INSERT INTO `wpor_options` VALUES (2003,
'_transient_learn_press_user_guest_1495771745', '1495771745', 'no');
INSERT INTO `wpor_options` VALUES (2004,
'_transient_timeout_learn_press_user_guest_1495771747', '1495778947', 'no');
INSERT INTO `wpor_options` VALUES (2005,
'_transient_learn_press_user_guest_1495771747', '1495771747', 'no');
INSERT INTO `wpor_options` VALUES (2006,
'_transient_timeout_learn_press_user_guest_1495771750', '1495778950', 'no');
INSERT INTO `wpor_options` VALUES (2007,
'_transient_learn_press_user_guest_1495771750', '1495771750', 'no');
INSERT INTO `wpor_options` VALUES (2008,
'_transient_timeout_learn_press_user_guest_1495771753', '1495778953', 'no');
INSERT INTO `wpor_options` VALUES (2009,
'_transient_learn_press_user_guest_1495771753', '1495771753', 'no');
INSERT INTO `wpor_options` VALUES (2010,
'_transient_timeout_learn_press_user_guest_1495771756', '1495778956', 'no');
INSERT INTO `wpor_options` VALUES (2011,
'_transient_learn_press_user_guest_1495771756', '1495771756', 'no');
INSERT INTO `wpor_options` VALUES (2012,
'_transient_timeout_learn_press_user_guest_1495771759', '1495778959', 'no');
INSERT INTO `wpor_options` VALUES (2013,
'_transient_learn_press_user_guest_1495771759', '1495771759', 'no');
INSERT INTO `wpor_options` VALUES (2014,
'_transient_timeout_learn_press_user_guest_1495771762', '1495778962', 'no');
INSERT INTO `wpor_options` VALUES (2015,
'_transient_learn_press_user_guest_1495771762', '1495771762', 'no');
INSERT INTO `wpor_options` VALUES (2016,
'_transient_timeout_learn_press_user_guest_1495771767', '1495778967', 'no');
INSERT INTO `wpor_options` VALUES (2017,
'_transient_learn_press_user_guest_1495771767', '1495771767', 'no');
INSERT INTO `wpor_options` VALUES (2018,
'_transient_timeout_learn_press_user_guest_1495771769', '1495778969', 'no');
INSERT INTO `wpor_options` VALUES (2019,
'_transient_learn_press_user_guest_1495771769', '1495771769', 'no');
INSERT INTO `wpor_options` VALUES (2020,
'_transient_timeout_learn_press_user_guest_1495771772', '1495778972', 'no');
INSERT INTO `wpor_options` VALUES (2021,
'_transient_learn_press_user_guest_1495771772', '1495771772', 'no');
INSERT INTO `wpor_options` VALUES (2022,
'_transient_timeout_learn_press_user_guest_1495771775', '1495778975', 'no');
INSERT INTO `wpor_options` VALUES (2023,
'_transient_learn_press_user_guest_1495771775', '1495771775', 'no');
INSERT INTO `wpor_options` VALUES (2025,
'_transient_timeout_learn_press_user_guest_1495771782', '1495778982', 'no');
INSERT INTO `wpor_options` VALUES (2026,
'_transient_learn_press_user_guest_1495771782', '1495771782', 'no');
INSERT INTO `wpor_options` VALUES (2027,
'_transient_timeout_learn_press_user_guest_1495771785', '1495778985', 'no');
INSERT INTO `wpor_options` VALUES (2028,
'_transient_learn_press_user_guest_1495771785', '1495771785', 'no');
INSERT INTO `wpor_options` VALUES (2029,
'_transient_timeout_learn_press_user_guest_1495771791', '1495778991', 'no');
INSERT INTO `wpor_options` VALUES (2030,
'_transient_learn_press_user_guest_1495771791', '1495771791', 'no');
INSERT INTO `wpor_options` VALUES (2031,
'_transient_timeout_learn_press_user_guest_1495771814', '1495779014', 'no');
INSERT INTO `wpor_options` VALUES (2032,
'_transient_learn_press_user_guest_1495771814', '1495771814', 'no');
INSERT INTO `wpor_options` VALUES (2033,
'_transient_timeout_learn_press_user_guest_1495771830', '1495779030', 'no');
INSERT INTO `wpor_options` VALUES (2034,
'_transient_learn_press_user_guest_1495771830', '1495771830', 'no');
INSERT INTO `wpor_options` VALUES (2035,
'_transient_timeout_learn_press_user_guest_1495771832', '1495779032', 'no');
INSERT INTO `wpor_options` VALUES (2036,
'_transient_learn_press_user_guest_1495771832', '1495771832', 'no');
INSERT INTO `wpor_options` VALUES (2037,
'_transient_timeout_learn_press_user_guest_1495771869', '1495779069', 'no');
INSERT INTO `wpor_options` VALUES (2038,
'_transient_learn_press_user_guest_1495771869', '1495771869', 'no');
INSERT INTO `wpor_options` VALUES (6855, '_transient_timeout_wc_related_1693',
'1496621144', 'no');
INSERT INTO `wpor_options` VALUES (6856, '_transient_wc_related_1693', 'a:4:
{i:0;s:4:"1695";i:1;s:4:"1694";i:2;s:3:"141";i:3;s:3:"136";}', 'no');
INSERT INTO `wpor_options` VALUES (2041,
'_transient_timeout_learn_press_user_guest_1495771875', '1495779075', 'no');
INSERT INTO `wpor_options` VALUES (2042,
'_transient_learn_press_user_guest_1495771875', '1495771875', 'no');
INSERT INTO `wpor_options` VALUES (2043,
'_transient_timeout_learn_press_user_guest_1495771881', '1495779081', 'no');
INSERT INTO `wpor_options` VALUES (2044,
'_transient_learn_press_user_guest_1495771881', '1495771881', 'no');
INSERT INTO `wpor_options` VALUES (2045,
'_transient_timeout_learn_press_user_guest_1495771883', '1495779083', 'no');
INSERT INTO `wpor_options` VALUES (2046,
'_transient_learn_press_user_guest_1495771883', '1495771883', 'no');
INSERT INTO `wpor_options` VALUES (2047,
'_transient_timeout_learn_press_user_guest_1495771887', '1495779087', 'no');
INSERT INTO `wpor_options` VALUES (2048,
'_transient_learn_press_user_guest_1495771887', '1495771887', 'no');
INSERT INTO `wpor_options` VALUES (2049,
'_transient_timeout_learn_press_user_guest_1495771889', '1495779089', 'no');
INSERT INTO `wpor_options` VALUES (2050,
'_transient_learn_press_user_guest_1495771889', '1495771889', 'no');
INSERT INTO `wpor_options` VALUES (2051,
'_transient_timeout_learn_press_user_guest_1495771891', '1495779091', 'no');
INSERT INTO `wpor_options` VALUES (2052,
'_transient_learn_press_user_guest_1495771891', '1495771891', 'no');
INSERT INTO `wpor_options` VALUES (2053,
'_transient_timeout_learn_press_user_guest_1495771894', '1495779094', 'no');
INSERT INTO `wpor_options` VALUES (2054,
'_transient_learn_press_user_guest_1495771894', '1495771894', 'no');
INSERT INTO `wpor_options` VALUES (2055,
'_transient_timeout_learn_press_user_guest_1495771896', '1495779096', 'no');
INSERT INTO `wpor_options` VALUES (2056,
'_transient_learn_press_user_guest_1495771896', '1495771896', 'no');
INSERT INTO `wpor_options` VALUES (2057,
'_transient_timeout_learn_press_user_guest_1495771898', '1495779098', 'no');
INSERT INTO `wpor_options` VALUES (2058,
'_transient_learn_press_user_guest_1495771898', '1495771898', 'no');
INSERT INTO `wpor_options` VALUES (2059,
'_transient_timeout_learn_press_user_guest_1495771901', '1495779101', 'no');
INSERT INTO `wpor_options` VALUES (2060,
'_transient_learn_press_user_guest_1495771901', '1495771901', 'no');
INSERT INTO `wpor_options` VALUES (2061,
'_transient_timeout_learn_press_user_guest_1495771903', '1495779103', 'no');
INSERT INTO `wpor_options` VALUES (2062,
'_transient_learn_press_user_guest_1495771903', '1495771903', 'no');
INSERT INTO `wpor_options` VALUES (2063,
'_transient_timeout_learn_press_user_guest_1495771905', '1495779105', 'no');
INSERT INTO `wpor_options` VALUES (2064,
'_transient_learn_press_user_guest_1495771905', '1495771905', 'no');
INSERT INTO `wpor_options` VALUES (2065,
'_transient_timeout_learn_press_user_guest_1495771908', '1495779108', 'no');
INSERT INTO `wpor_options` VALUES (2066,
'_transient_learn_press_user_guest_1495771908', '1495771908', 'no');
INSERT INTO `wpor_options` VALUES (2067,
'_transient_timeout_learn_press_user_guest_1495771910', '1495779110', 'no');
INSERT INTO `wpor_options` VALUES (2068,
'_transient_learn_press_user_guest_1495771910', '1495771910', 'no');
INSERT INTO `wpor_options` VALUES (2069,
'_transient_timeout_learn_press_user_guest_1495771913', '1495779113', 'no');
INSERT INTO `wpor_options` VALUES (2070,
'_transient_learn_press_user_guest_1495771913', '1495771913', 'no');
INSERT INTO `wpor_options` VALUES (2071,
'_transient_timeout_learn_press_user_guest_1495771915', '1495779115', 'no');
INSERT INTO `wpor_options` VALUES (2072,
'_transient_learn_press_user_guest_1495771915', '1495771915', 'no');
INSERT INTO `wpor_options` VALUES (2073,
'_transient_timeout_learn_press_user_guest_1495771933', '1495779133', 'no');
INSERT INTO `wpor_options` VALUES (2074,
'_transient_learn_press_user_guest_1495771933', '1495771933', 'no');
INSERT INTO `wpor_options` VALUES (2075,
'_transient_timeout_learn_press_user_guest_1495771955', '1495779155', 'no');
INSERT INTO `wpor_options` VALUES (2076,
'_transient_learn_press_user_guest_1495771955', '1495771955', 'no');
INSERT INTO `wpor_options` VALUES (2077,
'_transient_timeout_learn_press_user_guest_1495771979', '1495779179', 'no');
INSERT INTO `wpor_options` VALUES (2078,
'_transient_learn_press_user_guest_1495771979', '1495771979', 'no');
INSERT INTO `wpor_options` VALUES (2079,
'_transient_timeout_learn_press_user_guest_1495771995', '1495779195', 'no');
INSERT INTO `wpor_options` VALUES (2080,
'_transient_learn_press_user_guest_1495771995', '1495771995', 'no');
INSERT INTO `wpor_options` VALUES (2081,
'_transient_timeout_learn_press_user_guest_1495772018', '1495779218', 'no');
INSERT INTO `wpor_options` VALUES (2082,
'_transient_learn_press_user_guest_1495772018', '1495772018', 'no');
INSERT INTO `wpor_options` VALUES (2083,
'_transient_timeout_learn_press_user_guest_1495772049', '1495779249', 'no');
INSERT INTO `wpor_options` VALUES (2084,
'_transient_learn_press_user_guest_1495772049', '1495772049', 'no');
INSERT INTO `wpor_options` VALUES (2085,
'_transient_timeout_learn_press_user_guest_1495772147', '1495779347', 'no');
INSERT INTO `wpor_options` VALUES (2086,
'_transient_learn_press_user_guest_1495772147', '1495772147', 'no');
INSERT INTO `wpor_options` VALUES (2090,
'_transient_timeout_learn_press_user_guest_1495772598', '1495779798', 'no');
INSERT INTO `wpor_options` VALUES (2088,
'_transient_timeout_learn_press_user_guest_1495772423', '1495779623', 'no');
INSERT INTO `wpor_options` VALUES (2089,
'_transient_learn_press_user_guest_1495772423', '1495772423', 'no');
INSERT INTO `wpor_options` VALUES (2091,
'_transient_learn_press_user_guest_1495772598', '1495772598', 'no');
INSERT INTO `wpor_options` VALUES (2101,
'_transient_timeout_learn_press_user_guest_1495773747', '1495780947', 'no');
INSERT INTO `wpor_options` VALUES (2093,
'_transient_timeout_learn_press_user_guest_1495772960', '1495780160', 'no');
INSERT INTO `wpor_options` VALUES (2094,
'_transient_learn_press_user_guest_1495772960', '1495772960', 'no');
INSERT INTO `wpor_options` VALUES (2096,
'_transient_timeout_learn_press_user_guest_1495773081', '1495780281', 'no');
INSERT INTO `wpor_options` VALUES (2097,
'_transient_learn_press_user_guest_1495773081', '1495773081', 'no');
INSERT INTO `wpor_options` VALUES (2099,
'_transient_timeout_learn_press_user_guest_1495773685', '1495780885', 'no');
INSERT INTO `wpor_options` VALUES (2100,
'_transient_learn_press_user_guest_1495773685', '1495773685', 'no');
INSERT INTO `wpor_options` VALUES (2102,
'_transient_learn_press_user_guest_1495773747', '1495773747', 'no');
INSERT INTO `wpor_options` VALUES (7828, '_transient_timeout_wc_related_1694',
'1496966432', 'no');
INSERT INTO `wpor_options` VALUES (7829, '_transient_wc_related_1694', 'a:4:
{i:0;s:4:"1695";i:1;s:4:"1693";i:2;s:3:"141";i:3;s:3:"136";}', 'no');
INSERT INTO `wpor_options` VALUES (2105,
'_transient_timeout_learn_press_user_guest_1495774207', '1495781407', 'no');
INSERT INTO `wpor_options` VALUES (2106,
'_transient_learn_press_user_guest_1495774207', '1495774207', 'no');
INSERT INTO `wpor_options` VALUES (2117,
'_transient_timeout_learn_press_user_guest_1495776012', '1495783212', 'no');
INSERT INTO `wpor_options` VALUES (2109,
'_transient_timeout_learn_press_user_guest_1495774893', '1495782093', 'no');
INSERT INTO `wpor_options` VALUES (2110,
'_transient_learn_press_user_guest_1495774893', '1495774893', 'no');
INSERT INTO `wpor_options` VALUES (2112,
'_transient_timeout_learn_press_user_guest_1495775497', '1495782697', 'no');
INSERT INTO `wpor_options` VALUES (2113,
'_transient_learn_press_user_guest_1495775497', '1495775497', 'no');
INSERT INTO `wpor_options` VALUES (2115,
'_transient_timeout_learn_press_user_guest_1495775981', '1495783181', 'no');
INSERT INTO `wpor_options` VALUES (2116,
'_transient_learn_press_user_guest_1495775981', '1495775981', 'no');
INSERT INTO `wpor_options` VALUES (2118,
'_transient_learn_press_user_guest_1495776012', '1495776012', 'no');
INSERT INTO `wpor_options` VALUES (2119,
'_transient_timeout_learn_press_user_guest_1495776013', '1495783213', 'no');
INSERT INTO `wpor_options` VALUES (2120,
'_transient_learn_press_user_guest_1495776013', '1495776013', 'no');
INSERT INTO `wpor_options` VALUES (2127,
'_transient_timeout_learn_press_user_guest_1495777540', '1495784740', 'no');
INSERT INTO `wpor_options` VALUES (2122,
'_transient_timeout_learn_press_user_guest_1495776707', '1495783907', 'no');
INSERT INTO `wpor_options` VALUES (2123,
'_transient_learn_press_user_guest_1495776707', '1495776707', 'no');
INSERT INTO `wpor_options` VALUES (2125,
'_transient_timeout_learn_press_user_guest_1495777188', '1495784388', 'no');
INSERT INTO `wpor_options` VALUES (2126,
'_transient_learn_press_user_guest_1495777188', '1495777188', 'no');
INSERT INTO `wpor_options` VALUES (2128,
'_transient_learn_press_user_guest_1495777540', '1495777540', 'no');
INSERT INTO `wpor_options` VALUES (2147,
'_transient_timeout_learn_press_user_guest_1495780332', '1495787532', 'no');
INSERT INTO `wpor_options` VALUES (2130,
'_transient_timeout_learn_press_user_guest_1495777792', '1495784992', 'no');
INSERT INTO `wpor_options` VALUES (2131,
'_transient_learn_press_user_guest_1495777792', '1495777792', 'no');
INSERT INTO `wpor_options` VALUES (2133,
'_transient_timeout_learn_press_user_guest_1495778397', '1495785597', 'no');
INSERT INTO `wpor_options` VALUES (2134,
'_transient_learn_press_user_guest_1495778397', '1495778397', 'no');
INSERT INTO `wpor_options` VALUES (2136,
'_transient_timeout_learn_press_user_guest_1495778999', '1495786199', 'no');
INSERT INTO `wpor_options` VALUES (2137,
'_transient_learn_press_user_guest_1495778999', '1495778999', 'no');
INSERT INTO `wpor_options` VALUES (2139,
'_transient_timeout_learn_press_user_guest_1495779723', '1495786923', 'no');
INSERT INTO `wpor_options` VALUES (2140,
'_transient_learn_press_user_guest_1495779723', '1495779723', 'no');
INSERT INTO `wpor_options` VALUES (2142,
'_transient_timeout_learn_press_user_guest_1495780207', '1495787407', 'no');
INSERT INTO `wpor_options` VALUES (2143,
'_transient_learn_press_user_guest_1495780207', '1495780207', 'no');
INSERT INTO `wpor_options` VALUES (2145,
'_transient_timeout_learn_press_user_guest_1495780327', '1495787527', 'no');
INSERT INTO `wpor_options` VALUES (2146,
'_transient_learn_press_user_guest_1495780327', '1495780327', 'no');
INSERT INTO `wpor_options` VALUES (2148,
'_transient_learn_press_user_guest_1495780332', '1495780332', 'no');
INSERT INTO `wpor_options` VALUES (2149,
'_transient_timeout_learn_press_user_guest_1495780333', '1495787533', 'no');
INSERT INTO `wpor_options` VALUES (2150,
'_transient_learn_press_user_guest_1495780333', '1495780333', 'no');
INSERT INTO `wpor_options` VALUES (2157,
'_transient_timeout_learn_press_user_guest_1495781827', '1495789027', 'no');
INSERT INTO `wpor_options` VALUES (2152,
'_transient_timeout_learn_press_user_guest_1495780811', '1495788011', 'no');
INSERT INTO `wpor_options` VALUES (2153,
'_transient_learn_press_user_guest_1495780811', '1495780811', 'no');
INSERT INTO `wpor_options` VALUES (2155,
'_transient_timeout_learn_press_user_guest_1495781414', '1495788614', 'no');
INSERT INTO `wpor_options` VALUES (2156,
'_transient_learn_press_user_guest_1495781414', '1495781414', 'no');
INSERT INTO `wpor_options` VALUES (2158,
'_transient_learn_press_user_guest_1495781827', '1495781827', 'no');
INSERT INTO `wpor_options` VALUES (2174,
'_transient_timeout_learn_press_user_guest_1495784058', '1495791258', 'no');
INSERT INTO `wpor_options` VALUES (2160,
'_transient_timeout_learn_press_user_guest_1495782018', '1495789218', 'no');
INSERT INTO `wpor_options` VALUES (2161,
'_transient_learn_press_user_guest_1495782018', '1495782018', 'no');
INSERT INTO `wpor_options` VALUES (2163,
'_transient_timeout_learn_press_user_guest_1495782622', '1495789822', 'no');
INSERT INTO `wpor_options` VALUES (2164,
'_transient_learn_press_user_guest_1495782622', '1495782622', 'no');
INSERT INTO `wpor_options` VALUES (2166,
'_transient_timeout_learn_press_user_guest_1495783225', '1495790425', 'no');
INSERT INTO `wpor_options` VALUES (2167,
'_transient_learn_press_user_guest_1495783225', '1495783225', 'no');
INSERT INTO `wpor_options` VALUES (2169,
'_transient_timeout_learn_press_user_guest_1495783830', '1495791030', 'no');
INSERT INTO `wpor_options` VALUES (2170,
'_transient_learn_press_user_guest_1495783830', '1495783830', 'no');
INSERT INTO `wpor_options` VALUES (2172,
'_transient_timeout_learn_press_user_guest_1495783951', '1495791151', 'no');
INSERT INTO `wpor_options` VALUES (2173,
'_transient_learn_press_user_guest_1495783951', '1495783951', 'no');
INSERT INTO `wpor_options` VALUES (2175,
'_transient_learn_press_user_guest_1495784058', '1495784058', 'no');
INSERT INTO `wpor_options` VALUES (2212,
'_transient_timeout_external_ip_address_78.188.181.44', '1496395247', 'no');
INSERT INTO `wpor_options` VALUES (2177,
'_transient_timeout_learn_press_user_guest_1495784434', '1495791634', 'no');
INSERT INTO `wpor_options` VALUES (2178,
'_transient_learn_press_user_guest_1495784434', '1495784434', 'no');
INSERT INTO `wpor_options` VALUES (2180,
'_transient_timeout_learn_press_user_guest_1495785042', '1495792242', 'no');
INSERT INTO `wpor_options` VALUES (2181,
'_transient_learn_press_user_guest_1495785042', '1495785042', 'no');
INSERT INTO `wpor_options` VALUES (2183,
'_transient_timeout_learn_press_user_guest_1495785642', '1495792842', 'no');
INSERT INTO `wpor_options` VALUES (2184,
'_transient_learn_press_user_guest_1495785642', '1495785642', 'no');
INSERT INTO `wpor_options` VALUES (2186,
'_transient_timeout_learn_press_user_guest_1495785884', '1495793084', 'no');
INSERT INTO `wpor_options` VALUES (2187,
'_transient_learn_press_user_guest_1495785884', '1495785884', 'no');
INSERT INTO `wpor_options` VALUES (2195,
'_transient_timeout_learn_press_user_guest_1495786247', '1495793447', 'no');
INSERT INTO `wpor_options` VALUES (2196,
'_transient_learn_press_user_guest_1495786247', '1495786247', 'no');
INSERT INTO `wpor_options` VALUES (2215,
'_transient_learn_press_user_guest_1495790447', '1495790447', 'no');
INSERT INTO `wpor_options` VALUES (2217,
'_transient_timeout_learn_press_user_guest_1495791244', '1495798444', 'no');
INSERT INTO `wpor_options` VALUES (2218,
'_transient_learn_press_user_guest_1495791244', '1495791244', 'no');
INSERT INTO `wpor_options` VALUES (2260,
'_transient_timeout_learn_press_user_guest_1495791568', '1495798768', 'no');
INSERT INTO `wpor_options` VALUES (4937, '_transient_timeout_wc_related_1695',
'1496243066', 'no');
INSERT INTO `wpor_options` VALUES (4938, '_transient_wc_related_1695', 'a:4:
{i:0;s:4:"1694";i:1;s:4:"1693";i:2;s:3:"141";i:3;s:3:"136";}', 'no');
INSERT INTO `wpor_options` VALUES (2222,
'_transient_timeout_learn_press_user_guest_1495791247', '1495798447', 'no');
INSERT INTO `wpor_options` VALUES (2223,
'_transient_learn_press_user_guest_1495791247', '1495791247', 'no');
INSERT INTO `wpor_options` VALUES (2224,
'_transient_timeout_learn_press_user_guest_1495791250', '1495798450', 'no');
INSERT INTO `wpor_options` VALUES (2225,
'_transient_learn_press_user_guest_1495791250', '1495791250', 'no');
INSERT INTO `wpor_options` VALUES (2226,
'_transient_timeout_learn_press_user_guest_1495791254', '1495798454', 'no');
INSERT INTO `wpor_options` VALUES (2227,
'_transient_learn_press_user_guest_1495791254', '1495791254', 'no');
INSERT INTO `wpor_options` VALUES (2228,
'_transient_timeout_learn_press_user_guest_1495791258', '1495798458', 'no');
INSERT INTO `wpor_options` VALUES (2229,
'_transient_learn_press_user_guest_1495791258', '1495791258', 'no');
INSERT INTO `wpor_options` VALUES (2230,
'_transient_timeout_learn_press_user_guest_1495791261', '1495798461', 'no');
INSERT INTO `wpor_options` VALUES (2231,
'_transient_learn_press_user_guest_1495791261', '1495791261', 'no');
INSERT INTO `wpor_options` VALUES (2232,
'_transient_timeout_learn_press_user_guest_1495791265', '1495798465', 'no');
INSERT INTO `wpor_options` VALUES (2233,
'_transient_learn_press_user_guest_1495791265', '1495791265', 'no');
INSERT INTO `wpor_options` VALUES (2234,
'_transient_timeout_learn_press_user_guest_1495791269', '1495798469', 'no');
INSERT INTO `wpor_options` VALUES (2235,
'_transient_learn_press_user_guest_1495791269', '1495791269', 'no');
INSERT INTO `wpor_options` VALUES (2236,
'_transient_timeout_learn_press_user_guest_1495791272', '1495798472', 'no');
INSERT INTO `wpor_options` VALUES (2237,
'_transient_learn_press_user_guest_1495791272', '1495791272', 'no');
INSERT INTO `wpor_options` VALUES (4133, '_transient_timeout_wc_related_141',
'1496153434', 'no');
INSERT INTO `wpor_options` VALUES (4134, '_transient_wc_related_141', 'a:4:
{i:0;s:4:"1695";i:1;s:4:"1694";i:2;s:4:"1693";i:3;s:3:"136";}', 'no');
INSERT INTO `wpor_options` VALUES (2240,
'_transient_timeout_learn_press_user_guest_1495791275', '1495798475', 'no');
INSERT INTO `wpor_options` VALUES (2241,
'_transient_learn_press_user_guest_1495791275', '1495791275', 'no');
INSERT INTO `wpor_options` VALUES (7870, '_transient_timeout_wc_related_136',
'1496966508', 'no');
INSERT INTO `wpor_options` VALUES (7871, '_transient_wc_related_136', 'a:4:
{i:0;s:4:"1695";i:1;s:4:"1694";i:2;s:4:"1693";i:3;s:3:"141";}', 'no');
INSERT INTO `wpor_options` VALUES (2244,
'_transient_timeout_learn_press_user_guest_1495791279', '1495798479', 'no');
INSERT INTO `wpor_options` VALUES (2245,
'_transient_learn_press_user_guest_1495791279', '1495791279', 'no');
INSERT INTO `wpor_options` VALUES (2246,
'_transient_timeout_learn_press_user_guest_1495791289', '1495798489', 'no');
INSERT INTO `wpor_options` VALUES (2247,
'_transient_learn_press_user_guest_1495791289', '1495791289', 'no');
INSERT INTO `wpor_options` VALUES (2248,
'_transient_timeout_learn_press_user_guest_1495791293', '1495798493', 'no');
INSERT INTO `wpor_options` VALUES (2249,
'_transient_learn_press_user_guest_1495791293', '1495791293', 'no');
INSERT INTO `wpor_options` VALUES (4796, '_transient_timeout_wc_related_144',
'1496221171', 'no');
INSERT INTO `wpor_options` VALUES (4797, '_transient_wc_related_144', 'a:2:
{i:0;s:4:"1691";i:1;s:3:"135";}', 'no');
INSERT INTO `wpor_options` VALUES (2252,
'_transient_timeout_learn_press_user_guest_1495791296', '1495798496', 'no');
INSERT INTO `wpor_options` VALUES (2253,
'_transient_learn_press_user_guest_1495791296', '1495791296', 'no');
INSERT INTO `wpor_options` VALUES (2254,
'_transient_timeout_learn_press_user_guest_1495791300', '1495798500', 'no');
INSERT INTO `wpor_options` VALUES (2255,
'_transient_learn_press_user_guest_1495791300', '1495791300', 'no');
INSERT INTO `wpor_options` VALUES (2256,
'_transient_timeout_learn_press_user_guest_1495791435', '1495798635', 'no');
INSERT INTO `wpor_options` VALUES (2257,
'_transient_learn_press_user_guest_1495791435', '1495791435', 'no');
INSERT INTO `wpor_options` VALUES (2258,
'_transient_timeout_learn_press_user_guest_1495791436', '1495798636', 'no');
INSERT INTO `wpor_options` VALUES (2259,
'_transient_learn_press_user_guest_1495791436', '1495791436', 'no');
INSERT INTO `wpor_options` VALUES (2261,
'_transient_learn_press_user_guest_1495791568', '1495791568', 'no');
INSERT INTO `wpor_options` VALUES (2262,
'_transient_timeout_learn_press_user_guest_1495791645', '1495798845', 'no');
INSERT INTO `wpor_options` VALUES (2263,
'_transient_learn_press_user_guest_1495791645', '1495791645', 'no');
INSERT INTO `wpor_options` VALUES (2267,
'_transient_timeout_learn_press_user_guest_1495791661', '1495798861', 'no');
INSERT INTO `wpor_options` VALUES (2265,
'_transient_timeout_learn_press_user_guest_1495791646', '1495798846', 'no');
INSERT INTO `wpor_options` VALUES (2266,
'_transient_learn_press_user_guest_1495791646', '1495791646', 'no');
INSERT INTO `wpor_options` VALUES (2268,
'_transient_learn_press_user_guest_1495791661', '1495791661', 'no');
INSERT INTO `wpor_options` VALUES (2269,
'_transient_timeout_learn_press_user_guest_1495791665', '1495798865', 'no');
INSERT INTO `wpor_options` VALUES (2270,
'_transient_learn_press_user_guest_1495791665', '1495791665', 'no');
INSERT INTO `wpor_options` VALUES (2274,
'_transient_timeout_learn_press_user_guest_1495792892', '1495800092', 'no');
INSERT INTO `wpor_options` VALUES (2272,
'_transient_timeout_learn_press_user_guest_1495792891', '1495800091', 'no');
INSERT INTO `wpor_options` VALUES (2273,
'_transient_learn_press_user_guest_1495792891', '1495792891', 'no');
INSERT INTO `wpor_options` VALUES (2275,
'_transient_learn_press_user_guest_1495792892', '1495792892', 'no');
INSERT INTO `wpor_options` VALUES (7147,
'_transient_external_ip_address_85.105.237.244', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (7146,
'_transient_timeout_external_ip_address_85.105.237.244', '1497268060', 'no');
INSERT INTO `wpor_options` VALUES (2278,
'_transient_timeout_learn_press_user_guest_1495794563', '1495801763', 'no');
INSERT INTO `wpor_options` VALUES (2279,
'_transient_learn_press_user_guest_1495794563', '1495794563', 'no');
INSERT INTO `wpor_options` VALUES (2288,
'_transient_learn_press_user_guest_1495796843', '1495796843', 'no');
INSERT INTO `wpor_options` VALUES (2282,
'_transient_timeout_learn_press_user_guest_1495796531', '1495803731', 'no');
INSERT INTO `wpor_options` VALUES (2283,
'_transient_learn_press_user_guest_1495796531', '1495796531', 'no');
INSERT INTO `wpor_options` VALUES (4524,
'_transient_timeout_learn_press_user_guest_1496099206', '1496106406', 'no');
INSERT INTO `wpor_options` VALUES (2297,
'_transient_timeout_learn_press_user_guest_1495797042', '1495804242', 'no');
INSERT INTO `wpor_options` VALUES (2298,
'_transient_learn_press_user_guest_1495797042', '1495797042', 'no');
INSERT INTO `wpor_options` VALUES (2305,
'_transient_timeout_learn_press_user_guest_1495797584', '1495804784', 'no');
INSERT INTO `wpor_options` VALUES (2306,
'_transient_learn_press_user_guest_1495797584', '1495797584', 'no');
INSERT INTO `wpor_options` VALUES (8494,
'_transient_timeout_learn_press_user_guest_1496966734', '1496973934', 'no');
INSERT INTO `wpor_options` VALUES (8492,
'_transient_timeout_learn_press_user_guest_1496962858', '1496970058', 'no');
INSERT INTO `wpor_options` VALUES (2357,
'_transient_timeout_learn_press_user_guest_1495799816', '1495807016', 'no');
INSERT INTO `wpor_options` VALUES (2328,
'_transient_timeout_learn_press_user_guest_1495798191', '1495805391', 'no');
INSERT INTO `wpor_options` VALUES (2329,
'_transient_learn_press_user_guest_1495798191', '1495798191', 'no');
INSERT INTO `wpor_options` VALUES (2352,
'_transient_timeout_learn_press_user_guest_1495798794', '1495805994', 'no');
INSERT INTO `wpor_options` VALUES (2353,
'_transient_learn_press_user_guest_1495798794', '1495798794', 'no');
INSERT INTO `wpor_options` VALUES (2355,
'_transient_timeout_learn_press_user_guest_1495799466', '1495806666', 'no');
INSERT INTO `wpor_options` VALUES (2356,
'_transient_learn_press_user_guest_1495799466', '1495799466', 'no');
INSERT INTO `wpor_options` VALUES (2358,
'_transient_learn_press_user_guest_1495799816', '1495799816', 'no');
INSERT INTO `wpor_options` VALUES (2359,
'_transient_timeout_learn_press_user_guest_1495799817', '1495807017', 'no');
INSERT INTO `wpor_options` VALUES (2360,
'_transient_learn_press_user_guest_1495799817', '1495799817', 'no');
INSERT INTO `wpor_options` VALUES (2367,
'_transient_timeout_learn_press_user_guest_1495800167', '1495807367', 'no');
INSERT INTO `wpor_options` VALUES (2362,
'_transient_timeout_learn_press_user_guest_1495800031', '1495807231', 'no');
INSERT INTO `wpor_options` VALUES (2363,
'_transient_learn_press_user_guest_1495800031', '1495800031', 'no');
INSERT INTO `wpor_options` VALUES (2365,
'_transient_timeout_learn_press_user_guest_1495800154', '1495807354', 'no');
INSERT INTO `wpor_options` VALUES (2366,
'_transient_learn_press_user_guest_1495800154', '1495800154', 'no');
INSERT INTO `wpor_options` VALUES (2368,
'_transient_learn_press_user_guest_1495800167', '1495800167', 'no');
INSERT INTO `wpor_options` VALUES (2369,
'_transient_timeout_external_ip_address_176.55.32.252', '1496405012', 'no');
INSERT INTO `wpor_options` VALUES (2370,
'_transient_external_ip_address_176.55.32.252', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (2371,
'_transient_timeout_learn_press_user_guest_1495800212', '1495807412', 'no');
INSERT INTO `wpor_options` VALUES (2372,
'_transient_learn_press_user_guest_1495800212', '1495800212', 'no');
INSERT INTO `wpor_options` VALUES (2382,
'_transient_timeout_learn_press_user_guest_1495803434', '1495810634', 'no');
INSERT INTO `wpor_options` VALUES (2374,
'_transient_timeout_learn_press_user_guest_1495801625', '1495808825', 'no');
INSERT INTO `wpor_options` VALUES (2375,
'_transient_learn_press_user_guest_1495801625', '1495801625', 'no');
INSERT INTO `wpor_options` VALUES (2377,
'_transient_timeout_learn_press_user_guest_1495801808', '1495809008', 'no');
INSERT INTO `wpor_options` VALUES (2378,
'_transient_learn_press_user_guest_1495801808', '1495801808', 'no');
INSERT INTO `wpor_options` VALUES (2380,
'_transient_timeout_learn_press_user_guest_1495803431', '1495810631', 'no');
INSERT INTO `wpor_options` VALUES (2381,
'_transient_learn_press_user_guest_1495803431', '1495803431', 'no');
INSERT INTO `wpor_options` VALUES (2383,
'_transient_learn_press_user_guest_1495803434', '1495803434', 'no');
INSERT INTO `wpor_options` VALUES (2384,
'_transient_timeout_learn_press_user_guest_1495803632', '1495810832', 'no');
INSERT INTO `wpor_options` VALUES (2385,
'_transient_learn_press_user_guest_1495803632', '1495803632', 'no');
INSERT INTO `wpor_options` VALUES (2389,
'_transient_timeout_learn_press_user_guest_1495803688', '1495810888', 'no');
INSERT INTO `wpor_options` VALUES (2387,
'_transient_timeout_learn_press_user_guest_1495803633', '1495810833', 'no');
INSERT INTO `wpor_options` VALUES (2388,
'_transient_learn_press_user_guest_1495803633', '1495803633', 'no');
INSERT INTO `wpor_options` VALUES (2390,
'_transient_learn_press_user_guest_1495803688', '1495803688', 'no');
INSERT INTO `wpor_options` VALUES (2391,
'_transient_timeout_learn_press_user_guest_1495803878', '1495811078', 'no');
INSERT INTO `wpor_options` VALUES (2392,
'_transient_learn_press_user_guest_1495803878', '1495803878', 'no');
INSERT INTO `wpor_options` VALUES (2397,
'_transient_timeout_learn_press_user_guest_1495804544', '1495811744', 'no');
INSERT INTO `wpor_options` VALUES (2395,
'_transient_timeout_learn_press_user_guest_1495804335', '1495811535', 'no');
INSERT INTO `wpor_options` VALUES (2396,
'_transient_learn_press_user_guest_1495804335', '1495804335', 'no');
INSERT INTO `wpor_options` VALUES (2398,
'_transient_learn_press_user_guest_1495804544', '1495804544', 'no');
INSERT INTO `wpor_options` VALUES (2399,
'_transient_timeout_learn_press_user_guest_1495804549', '1495811749', 'no');
INSERT INTO `wpor_options` VALUES (2400,
'_transient_learn_press_user_guest_1495804549', '1495804549', 'no');
INSERT INTO `wpor_options` VALUES (2401,
'_transient_timeout_learn_press_user_guest_1495804559', '1495811759', 'no');
INSERT INTO `wpor_options` VALUES (2402,
'_transient_learn_press_user_guest_1495804559', '1495804559', 'no');
INSERT INTO `wpor_options` VALUES (2406,
'_transient_timeout_learn_press_user_guest_1495805069', '1495812269', 'no');
INSERT INTO `wpor_options` VALUES (2404,
'_transient_timeout_learn_press_user_guest_1495804822', '1495812022', 'no');
INSERT INTO `wpor_options` VALUES (2405,
'_transient_learn_press_user_guest_1495804822', '1495804822', 'no');
INSERT INTO `wpor_options` VALUES (2407,
'_transient_learn_press_user_guest_1495805069', '1495805069', 'no');
INSERT INTO `wpor_options` VALUES (2408,
'_transient_timeout_learn_press_user_guest_1495805088', '1495812288', 'no');
INSERT INTO `wpor_options` VALUES (2409,
'_transient_learn_press_user_guest_1495805088', '1495805088', 'no');
INSERT INTO `wpor_options` VALUES (2410,
'_transient_timeout_learn_press_user_guest_1495805091', '1495812291', 'no');
INSERT INTO `wpor_options` VALUES (2411,
'_transient_learn_press_user_guest_1495805091', '1495805091', 'no');
INSERT INTO `wpor_options` VALUES (2412,
'_transient_timeout_learn_press_user_guest_1495805094', '1495812294', 'no');
INSERT INTO `wpor_options` VALUES (2413,
'_transient_learn_press_user_guest_1495805094', '1495805094', 'no');
INSERT INTO `wpor_options` VALUES (2414,
'_transient_timeout_learn_press_user_guest_1495805101', '1495812301', 'no');
INSERT INTO `wpor_options` VALUES (2415,
'_transient_learn_press_user_guest_1495805101', '1495805101', 'no');
INSERT INTO `wpor_options` VALUES (2416,
'_transient_timeout_learn_press_user_guest_1495810266', '1495817466', 'no');
INSERT INTO `wpor_options` VALUES (2417,
'_transient_learn_press_user_guest_1495810266', '1495810266', 'no');
INSERT INTO `wpor_options` VALUES (2419,
'_transient_timeout_external_ip_address_151.135.98.228', '1496417434', 'no');
INSERT INTO `wpor_options` VALUES (2420,
'_transient_external_ip_address_151.135.98.228', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (2421,
'_transient_timeout_learn_press_user_guest_1495812634', '1495819834', 'no');
INSERT INTO `wpor_options` VALUES (2422,
'_transient_learn_press_user_guest_1495812634', '1495812634', 'no');
INSERT INTO `wpor_options` VALUES (2430,
'_transient_timeout_learn_press_user_guest_1495815466', '1495822666', 'no');
INSERT INTO `wpor_options` VALUES (2424,
'_transient_timeout_learn_press_user_guest_1495812639', '1495819839', 'no');
INSERT INTO `wpor_options` VALUES (2425,
'_transient_learn_press_user_guest_1495812639', '1495812639', 'no');
INSERT INTO `wpor_options` VALUES (2426,
'_transient_timeout_learn_press_user_guest_1495812640', '1495819840', 'no');
INSERT INTO `wpor_options` VALUES (2427,
'_transient_learn_press_user_guest_1495812640', '1495812640', 'no');
INSERT INTO `wpor_options` VALUES (2428,
'_transient_timeout_learn_press_user_guest_1495815464', '1495822664', 'no');
INSERT INTO `wpor_options` VALUES (2429,
'_transient_learn_press_user_guest_1495815464', '1495815464', 'no');
INSERT INTO `wpor_options` VALUES (2431,
'_transient_learn_press_user_guest_1495815466', '1495815466', 'no');
INSERT INTO `wpor_options` VALUES (2432,
'_transient_timeout_learn_press_user_guest_1495822087', '1495829287', 'no');
INSERT INTO `wpor_options` VALUES (2433,
'_transient_learn_press_user_guest_1495822087', '1495822087', 'no');
INSERT INTO `wpor_options` VALUES (2474,
'_transient_timeout_learn_press_user_guest_1495828941', '1495836141', 'no');
INSERT INTO `wpor_options` VALUES (2435,
'_transient_timeout_learn_press_user_guest_1495822090', '1495829290', 'no');
INSERT INTO `wpor_options` VALUES (2436,
'_transient_learn_press_user_guest_1495822090', '1495822090', 'no');
INSERT INTO `wpor_options` VALUES (2437,
'_transient_timeout_learn_press_user_guest_1495828351', '1495835551', 'no');
INSERT INTO `wpor_options` VALUES (2438,
'_transient_learn_press_user_guest_1495828351', '1495828351', 'no');
INSERT INTO `wpor_options` VALUES (2439,
'_transient_timeout_learn_press_user_guest_1495828354', '1495835554', 'no');
INSERT INTO `wpor_options` VALUES (2440,
'_transient_learn_press_user_guest_1495828354', '1495828354', 'no');
INSERT INTO `wpor_options` VALUES (2441,
'_transient_timeout_learn_press_user_guest_1495828358', '1495835558', 'no');
INSERT INTO `wpor_options` VALUES (2442,
'_transient_learn_press_user_guest_1495828358', '1495828358', 'no');
INSERT INTO `wpor_options` VALUES (2443,
'_transient_timeout_learn_press_user_guest_1495828362', '1495835562', 'no');
INSERT INTO `wpor_options` VALUES (2444,
'_transient_learn_press_user_guest_1495828362', '1495828362', 'no');
INSERT INTO `wpor_options` VALUES (2445,
'_transient_timeout_learn_press_user_guest_1495828366', '1495835566', 'no');
INSERT INTO `wpor_options` VALUES (2446,
'_transient_learn_press_user_guest_1495828366', '1495828366', 'no');
INSERT INTO `wpor_options` VALUES (2447,
'_transient_timeout_learn_press_user_guest_1495828370', '1495835570', 'no');
INSERT INTO `wpor_options` VALUES (2448,
'_transient_learn_press_user_guest_1495828370', '1495828370', 'no');
INSERT INTO `wpor_options` VALUES (2449,
'_transient_timeout_learn_press_user_guest_1495828373', '1495835573', 'no');
INSERT INTO `wpor_options` VALUES (2450,
'_transient_learn_press_user_guest_1495828373', '1495828373', 'no');
INSERT INTO `wpor_options` VALUES (2451,
'_transient_timeout_learn_press_user_guest_1495828377', '1495835577', 'no');
INSERT INTO `wpor_options` VALUES (2452,
'_transient_learn_press_user_guest_1495828377', '1495828377', 'no');
INSERT INTO `wpor_options` VALUES (2453,
'_transient_timeout_learn_press_user_guest_1495828381', '1495835581', 'no');
INSERT INTO `wpor_options` VALUES (2454,
'_transient_learn_press_user_guest_1495828381', '1495828381', 'no');
INSERT INTO `wpor_options` VALUES (2455,
'_transient_timeout_learn_press_user_guest_1495828384', '1495835584', 'no');
INSERT INTO `wpor_options` VALUES (2456,
'_transient_learn_press_user_guest_1495828384', '1495828384', 'no');
INSERT INTO `wpor_options` VALUES (2457,
'_transient_timeout_learn_press_user_guest_1495828388', '1495835588', 'no');
INSERT INTO `wpor_options` VALUES (2458,
'_transient_learn_press_user_guest_1495828388', '1495828388', 'no');
INSERT INTO `wpor_options` VALUES (2459,
'_transient_timeout_learn_press_user_guest_1495828391', '1495835591', 'no');
INSERT INTO `wpor_options` VALUES (2460,
'_transient_learn_press_user_guest_1495828391', '1495828391', 'no');
INSERT INTO `wpor_options` VALUES (2461,
'_transient_timeout_learn_press_user_guest_1495828395', '1495835595', 'no');
INSERT INTO `wpor_options` VALUES (2462,
'_transient_learn_press_user_guest_1495828395', '1495828395', 'no');
INSERT INTO `wpor_options` VALUES (2463, 'our_team_category_children', 'a:0:{}',
'yes');
INSERT INTO `wpor_options` VALUES (2464,
'_transient_timeout_learn_press_user_guest_1495828398', '1495835598', 'no');
INSERT INTO `wpor_options` VALUES (2465,
'_transient_learn_press_user_guest_1495828398', '1495828398', 'no');
INSERT INTO `wpor_options` VALUES (2466,
'_transient_timeout_learn_press_user_guest_1495828402', '1495835602', 'no');
INSERT INTO `wpor_options` VALUES (2467,
'_transient_learn_press_user_guest_1495828402', '1495828402', 'no');
INSERT INTO `wpor_options` VALUES (2468,
'_transient_timeout_learn_press_user_guest_1495828405', '1495835605', 'no');
INSERT INTO `wpor_options` VALUES (2469,
'_transient_learn_press_user_guest_1495828405', '1495828405', 'no');
INSERT INTO `wpor_options` VALUES (2470,
'_transient_timeout_learn_press_user_guest_1495828409', '1495835609', 'no');
INSERT INTO `wpor_options` VALUES (2471,
'_transient_learn_press_user_guest_1495828409', '1495828409', 'no');
INSERT INTO `wpor_options` VALUES (2472,
'_transient_timeout_learn_press_user_guest_1495828426', '1495835626', 'no');
INSERT INTO `wpor_options` VALUES (2473,
'_transient_learn_press_user_guest_1495828426', '1495828426', 'no');
INSERT INTO `wpor_options` VALUES (2475,
'_transient_learn_press_user_guest_1495828941', '1495828941', 'no');
INSERT INTO `wpor_options` VALUES (2479,
'_transient_timeout_learn_press_user_guest_1495835105', '1495842305', 'no');
INSERT INTO `wpor_options` VALUES (2477,
'_transient_timeout_learn_press_user_guest_1495828943', '1495836143', 'no');
INSERT INTO `wpor_options` VALUES (2478,
'_transient_learn_press_user_guest_1495828943', '1495828943', 'no');
INSERT INTO `wpor_options` VALUES (2480,
'_transient_learn_press_user_guest_1495835105', '1495835105', 'no');
INSERT INTO `wpor_options` VALUES (2490,
'_transient_timeout_learn_press_user_guest_1495836628', '1495843828', 'no');
INSERT INTO `wpor_options` VALUES (2482,
'_transient_timeout_learn_press_user_guest_1495835106', '1495842306', 'no');
INSERT INTO `wpor_options` VALUES (2483,
'_transient_learn_press_user_guest_1495835106', '1495835106', 'no');
INSERT INTO `wpor_options` VALUES (2495,
'_transient_learn_press_user_guest_1495837564', '1495837564', 'no');
INSERT INTO `wpor_options` VALUES (2491,
'_transient_learn_press_user_guest_1495836628', '1495836628', 'no');
INSERT INTO `wpor_options` VALUES (2494,
'_transient_timeout_learn_press_user_guest_1495837564', '1495844764', 'no');
INSERT INTO `wpor_options` VALUES (2497,
'_transient_learn_press_user_guest_1495837565', '1495837565', 'no');
INSERT INTO `wpor_options` VALUES (2498,
'_transient_timeout_learn_press_user_guest_1495837572', '1495844772', 'no');
INSERT INTO `wpor_options` VALUES (2499,
'_transient_learn_press_user_guest_1495837572', '1495837572', 'no');
INSERT INTO `wpor_options` VALUES (2500,
'_transient_timeout_learn_press_user_guest_1495839429', '1495846629', 'no');
INSERT INTO `wpor_options` VALUES (2501,
'_transient_learn_press_user_guest_1495839429', '1495839429', 'no');
INSERT INTO `wpor_options` VALUES (2505,
'_transient_timeout_learn_press_user_guest_1495841268', '1495848468', 'no');
INSERT INTO `wpor_options` VALUES (2503,
'_transient_timeout_learn_press_user_guest_1495839430', '1495846630', 'no');
INSERT INTO `wpor_options` VALUES (2504,
'_transient_learn_press_user_guest_1495839430', '1495839430', 'no');
INSERT INTO `wpor_options` VALUES (2506,
'_transient_learn_press_user_guest_1495841268', '1495841268', 'no');
INSERT INTO `wpor_options` VALUES (2510,
'_transient_timeout_learn_press_user_guest_1495841277', '1495848477', 'no');
INSERT INTO `wpor_options` VALUES (2508,
'_transient_timeout_learn_press_user_guest_1495841272', '1495848472', 'no');
INSERT INTO `wpor_options` VALUES (2509,
'_transient_learn_press_user_guest_1495841272', '1495841272', 'no');
INSERT INTO `wpor_options` VALUES (2511,
'_transient_learn_press_user_guest_1495841277', '1495841277', 'no');
INSERT INTO `wpor_options` VALUES (2512,
'_transient_timeout_learn_press_user_guest_1495841284', '1495848484', 'no');
INSERT INTO `wpor_options` VALUES (2513,
'_transient_learn_press_user_guest_1495841284', '1495841284', 'no');
INSERT INTO `wpor_options` VALUES (2514,
'_transient_timeout_learn_press_user_guest_1495841287', '1495848487', 'no');
INSERT INTO `wpor_options` VALUES (2515,
'_transient_learn_press_user_guest_1495841287', '1495841287', 'no');
INSERT INTO `wpor_options` VALUES (2516,
'_transient_timeout_learn_press_user_guest_1495841290', '1495848490', 'no');
INSERT INTO `wpor_options` VALUES (2517,
'_transient_learn_press_user_guest_1495841290', '1495841290', 'no');
INSERT INTO `wpor_options` VALUES (2518,
'_transient_timeout_learn_press_user_guest_1495841293', '1495848493', 'no');
INSERT INTO `wpor_options` VALUES (2519,
'_transient_learn_press_user_guest_1495841293', '1495841293', 'no');
INSERT INTO `wpor_options` VALUES (2520,
'_transient_timeout_learn_press_user_guest_1495841297', '1495848497', 'no');
INSERT INTO `wpor_options` VALUES (2521,
'_transient_learn_press_user_guest_1495841297', '1495841297', 'no');
INSERT INTO `wpor_options` VALUES (2522,
'_transient_timeout_learn_press_user_guest_1495841300', '1495848500', 'no');
INSERT INTO `wpor_options` VALUES (2523,
'_transient_learn_press_user_guest_1495841300', '1495841300', 'no');
INSERT INTO `wpor_options` VALUES (2524,
'_transient_timeout_learn_press_user_guest_1495841303', '1495848503', 'no');
INSERT INTO `wpor_options` VALUES (2525,
'_transient_learn_press_user_guest_1495841303', '1495841303', 'no');
INSERT INTO `wpor_options` VALUES (2526,
'_transient_timeout_learn_press_user_guest_1495841441', '1495848641', 'no');
INSERT INTO `wpor_options` VALUES (2527,
'_transient_learn_press_user_guest_1495841441', '1495841441', 'no');
INSERT INTO `wpor_options` VALUES (2531,
'_transient_timeout_learn_press_user_guest_1495841444', '1495848644', 'no');
INSERT INTO `wpor_options` VALUES (2529,
'_transient_timeout_learn_press_user_guest_1495841442', '1495848642', 'no');
INSERT INTO `wpor_options` VALUES (2530,
'_transient_learn_press_user_guest_1495841442', '1495841442', 'no');
INSERT INTO `wpor_options` VALUES (2532,
'_transient_learn_press_user_guest_1495841444', '1495841444', 'no');
INSERT INTO `wpor_options` VALUES (2533,
'_transient_timeout_learn_press_user_guest_1495841449', '1495848649', 'no');
INSERT INTO `wpor_options` VALUES (2534,
'_transient_learn_press_user_guest_1495841449', '1495841449', 'no');
INSERT INTO `wpor_options` VALUES (2535,
'_transient_timeout_learn_press_user_guest_1495841453', '1495848653', 'no');
INSERT INTO `wpor_options` VALUES (2536,
'_transient_learn_press_user_guest_1495841453', '1495841453', 'no');
INSERT INTO `wpor_options` VALUES (2537,
'_transient_timeout_learn_press_user_guest_1495841832', '1495849032', 'no');
INSERT INTO `wpor_options` VALUES (2538,
'_transient_learn_press_user_guest_1495841832', '1495841832', 'no');
INSERT INTO `wpor_options` VALUES (2539,
'_transient_timeout_learn_press_user_guest_1495841836', '1495849036', 'no');
INSERT INTO `wpor_options` VALUES (2540,
'_transient_learn_press_user_guest_1495841836', '1495841836', 'no');
INSERT INTO `wpor_options` VALUES (2541,
'_transient_timeout_learn_press_user_guest_1495841842', '1495849042', 'no');
INSERT INTO `wpor_options` VALUES (2542,
'_transient_learn_press_user_guest_1495841842', '1495841842', 'no');
INSERT INTO `wpor_options` VALUES (2543,
'_transient_timeout_learn_press_user_guest_1495841858', '1495849058', 'no');
INSERT INTO `wpor_options` VALUES (2544,
'_transient_learn_press_user_guest_1495841858', '1495841858', 'no');
INSERT INTO `wpor_options` VALUES (2550,
'_transient_timeout_learn_press_user_guest_1495843897', '1495851097', 'no');
INSERT INTO `wpor_options` VALUES (2546,
'_transient_timeout_learn_press_user_guest_1495843654', '1495850854', 'no');
INSERT INTO `wpor_options` VALUES (2547,
'_transient_learn_press_user_guest_1495843654', '1495843654', 'no');
INSERT INTO `wpor_options` VALUES (2548,
'_transient_timeout_learn_press_user_guest_1495843810', '1495851010', 'no');
INSERT INTO `wpor_options` VALUES (2549,
'_transient_learn_press_user_guest_1495843810', '1495843810', 'no');
INSERT INTO `wpor_options` VALUES (2551,
'_transient_learn_press_user_guest_1495843897', '1495843897', 'no');
INSERT INTO `wpor_options` VALUES (2552,
'_transient_timeout_learn_press_user_guest_1495844595', '1495851795', 'no');
INSERT INTO `wpor_options` VALUES (2553,
'_transient_learn_press_user_guest_1495844595', '1495844595', 'no');
INSERT INTO `wpor_options` VALUES (2559,
'_transient_timeout_learn_press_user_guest_1495845671', '1495852871', 'no');
INSERT INTO `wpor_options` VALUES (2555,
'_transient_timeout_learn_press_user_guest_1495844662', '1495851862', 'no');
INSERT INTO `wpor_options` VALUES (2556,
'_transient_learn_press_user_guest_1495844662', '1495844662', 'no');
INSERT INTO `wpor_options` VALUES (2557,
'_transient_timeout_learn_press_user_guest_1495845668', '1495852868', 'no');
INSERT INTO `wpor_options` VALUES (2558,
'_transient_learn_press_user_guest_1495845668', '1495845668', 'no');
INSERT INTO `wpor_options` VALUES (2560,
'_transient_learn_press_user_guest_1495845671', '1495845671', 'no');
INSERT INTO `wpor_options` VALUES (2563,
'_transient_timeout_learn_press_user_guest_1495845674', '1495852874', 'no');
INSERT INTO `wpor_options` VALUES (2564,
'_transient_learn_press_user_guest_1495845674', '1495845674', 'no');
INSERT INTO `wpor_options` VALUES (2565,
'_transient_timeout_learn_press_user_guest_1495845714', '1495852914', 'no');
INSERT INTO `wpor_options` VALUES (2566,
'_transient_learn_press_user_guest_1495845714', '1495845714', 'no');
INSERT INTO `wpor_options` VALUES (2567,
'_transient_timeout_learn_press_user_guest_1495846251', '1495853451', 'no');
INSERT INTO `wpor_options` VALUES (2568,
'_transient_learn_press_user_guest_1495846251', '1495846251', 'no');
INSERT INTO `wpor_options` VALUES (2575,
'_transient_timeout_learn_press_user_guest_1495849148', '1495856348', 'no');
INSERT INTO `wpor_options` VALUES (2570,
'_transient_timeout_learn_press_user_guest_1495846252', '1495853452', 'no');
INSERT INTO `wpor_options` VALUES (2571,
'_transient_learn_press_user_guest_1495846252', '1495846252', 'no');
INSERT INTO `wpor_options` VALUES (2573,
'_transient_timeout_learn_press_user_guest_1495847301', '1495854501', 'no');
INSERT INTO `wpor_options` VALUES (2574,
'_transient_learn_press_user_guest_1495847301', '1495847301', 'no');
INSERT INTO `wpor_options` VALUES (2576,
'_transient_learn_press_user_guest_1495849148', '1495849148', 'no');
INSERT INTO `wpor_options` VALUES (2580,
'_transient_timeout_learn_press_user_guest_1495849311', '1495856511', 'no');
INSERT INTO `wpor_options` VALUES (2578,
'_transient_timeout_learn_press_user_guest_1495849149', '1495856349', 'no');
INSERT INTO `wpor_options` VALUES (2579,
'_transient_learn_press_user_guest_1495849149', '1495849149', 'no');
INSERT INTO `wpor_options` VALUES (2581,
'_transient_learn_press_user_guest_1495849311', '1495849311', 'no');
INSERT INTO `wpor_options` VALUES (2583,
'_transient_timeout_learn_press_user_guest_1495850053', '1495857253', 'no');
INSERT INTO `wpor_options` VALUES (2584,
'_transient_learn_press_user_guest_1495850053', '1495850053', 'no');
INSERT INTO `wpor_options` VALUES (2586,
'_transient_timeout_learn_press_user_guest_1495850072', '1495857272', 'no');
INSERT INTO `wpor_options` VALUES (2587,
'_transient_learn_press_user_guest_1495850072', '1495850072', 'no');
INSERT INTO `wpor_options` VALUES (2591,
'_transient_timeout_learn_press_user_guest_1495852671', '1495859871', 'no');
INSERT INTO `wpor_options` VALUES (2589,
'_transient_timeout_learn_press_user_guest_1495851043', '1495858243', 'no');
INSERT INTO `wpor_options` VALUES (2590,
'_transient_learn_press_user_guest_1495851043', '1495851043', 'no');
INSERT INTO `wpor_options` VALUES (2592,
'_transient_learn_press_user_guest_1495852671', '1495852671', 'no');
INSERT INTO `wpor_options` VALUES (2596,
'_transient_timeout_learn_press_user_guest_1495852700', '1495859900', 'no');
INSERT INTO `wpor_options` VALUES (2594,
'_transient_timeout_learn_press_user_guest_1495852672', '1495859872', 'no');
INSERT INTO `wpor_options` VALUES (2595,
'_transient_learn_press_user_guest_1495852672', '1495852672', 'no');
INSERT INTO `wpor_options` VALUES (2597,
'_transient_learn_press_user_guest_1495852700', '1495852700', 'no');
INSERT INTO `wpor_options` VALUES (2598,
'_transient_timeout_learn_press_user_guest_1495852757', '1495859957', 'no');
INSERT INTO `wpor_options` VALUES (2599,
'_transient_learn_press_user_guest_1495852757', '1495852757', 'no');
INSERT INTO `wpor_options` VALUES (2601,
'_transient_timeout_external_ip_address_201.18.18.173', '1496462387', 'no');
INSERT INTO `wpor_options` VALUES (2602,
'_transient_external_ip_address_201.18.18.173', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (2606,
'_transient_timeout_learn_press_user_guest_1495857596', '1495864796', 'no');
INSERT INTO `wpor_options` VALUES (2604,
'_transient_timeout_learn_press_user_guest_1495857588', '1495864788', 'no');
INSERT INTO `wpor_options` VALUES (2605,
'_transient_learn_press_user_guest_1495857588', '1495857588', 'no');
INSERT INTO `wpor_options` VALUES (2607,
'_transient_learn_press_user_guest_1495857596', '1495857596', 'no');
INSERT INTO `wpor_options` VALUES (2608,
'_transient_timeout_learn_press_user_guest_1495857600', '1495864800', 'no');
INSERT INTO `wpor_options` VALUES (2609,
'_transient_learn_press_user_guest_1495857600', '1495857600', 'no');
INSERT INTO `wpor_options` VALUES (2610,
'_transient_timeout_learn_press_user_guest_1495859564', '1495866764', 'no');
INSERT INTO `wpor_options` VALUES (2611,
'_transient_learn_press_user_guest_1495859564', '1495859564', 'no');
INSERT INTO `wpor_options` VALUES (2613,
'_transient_timeout_learn_press_user_guest_1495859567', '1495866767', 'no');
INSERT INTO `wpor_options` VALUES (2614,
'_transient_learn_press_user_guest_1495859567', '1495859567', 'no');
INSERT INTO `wpor_options` VALUES (2615,
'_transient_timeout_learn_press_user_guest_1495861494', '1495868694', 'no');
INSERT INTO `wpor_options` VALUES (2616,
'_transient_learn_press_user_guest_1495861494', '1495861494', 'no');
INSERT INTO `wpor_options` VALUES (2620,
'_transient_timeout_learn_press_user_guest_1495861497', '1495868697', 'no');
INSERT INTO `wpor_options` VALUES (2618,
'_transient_timeout_learn_press_user_guest_1495861495', '1495868695', 'no');
INSERT INTO `wpor_options` VALUES (2619,
'_transient_learn_press_user_guest_1495861495', '1495861495', 'no');
INSERT INTO `wpor_options` VALUES (2621,
'_transient_learn_press_user_guest_1495861497', '1495861497', 'no');
INSERT INTO `wpor_options` VALUES (2622,
'_transient_timeout_learn_press_user_guest_1495861509', '1495868709', 'no');
INSERT INTO `wpor_options` VALUES (2623,
'_transient_learn_press_user_guest_1495861509', '1495861509', 'no');
INSERT INTO `wpor_options` VALUES (2624,
'_transient_timeout_learn_press_user_guest_1495861518', '1495868718', 'no');
INSERT INTO `wpor_options` VALUES (2625,
'_transient_learn_press_user_guest_1495861518', '1495861518', 'no');
INSERT INTO `wpor_options` VALUES (2626,
'_transient_timeout_learn_press_user_guest_1495861535', '1495868735', 'no');
INSERT INTO `wpor_options` VALUES (2627,
'_transient_learn_press_user_guest_1495861535', '1495861535', 'no');
INSERT INTO `wpor_options` VALUES (2628,
'_transient_timeout_learn_press_user_guest_1495861544', '1495868744', 'no');
INSERT INTO `wpor_options` VALUES (2629,
'_transient_learn_press_user_guest_1495861544', '1495861544', 'no');
INSERT INTO `wpor_options` VALUES (2630,
'_transient_timeout_learn_press_user_guest_1495861551', '1495868751', 'no');
INSERT INTO `wpor_options` VALUES (2631,
'_transient_learn_press_user_guest_1495861551', '1495861551', 'no');
INSERT INTO `wpor_options` VALUES (2632,
'_transient_timeout_learn_press_user_guest_1495861556', '1495868756', 'no');
INSERT INTO `wpor_options` VALUES (2633,
'_transient_learn_press_user_guest_1495861556', '1495861556', 'no');
INSERT INTO `wpor_options` VALUES (2634,
'_transient_timeout_learn_press_user_guest_1495861557', '1495868757', 'no');
INSERT INTO `wpor_options` VALUES (2635,
'_transient_learn_press_user_guest_1495861557', '1495861557', 'no');
INSERT INTO `wpor_options` VALUES (2636,
'_transient_timeout_learn_press_user_guest_1495861561', '1495868761', 'no');
INSERT INTO `wpor_options` VALUES (2637,
'_transient_learn_press_user_guest_1495861561', '1495861561', 'no');
INSERT INTO `wpor_options` VALUES (2638,
'_transient_timeout_learn_press_user_guest_1495861564', '1495868764', 'no');
INSERT INTO `wpor_options` VALUES (2639,
'_transient_learn_press_user_guest_1495861564', '1495861564', 'no');
INSERT INTO `wpor_options` VALUES (2640,
'_transient_timeout_learn_press_user_guest_1495861568', '1495868768', 'no');
INSERT INTO `wpor_options` VALUES (2641,
'_transient_learn_press_user_guest_1495861568', '1495861568', 'no');
INSERT INTO `wpor_options` VALUES (2642,
'_transient_timeout_learn_press_user_guest_1495862562', '1495869762', 'no');
INSERT INTO `wpor_options` VALUES (2643,
'_transient_learn_press_user_guest_1495862562', '1495862562', 'no');
INSERT INTO `wpor_options` VALUES (2645,
'_transient_timeout_learn_press_user_guest_1495862564', '1495869764', 'no');
INSERT INTO `wpor_options` VALUES (2646,
'_transient_learn_press_user_guest_1495862564', '1495862564', 'no');
INSERT INTO `wpor_options` VALUES (2647,
'_transient_timeout_learn_press_user_guest_1495862568', '1495869768', 'no');
INSERT INTO `wpor_options` VALUES (2648,
'_transient_learn_press_user_guest_1495862568', '1495862568', 'no');
INSERT INTO `wpor_options` VALUES (2649,
'_transient_timeout_learn_press_user_guest_1495862572', '1495869772', 'no');
INSERT INTO `wpor_options` VALUES (2650,
'_transient_learn_press_user_guest_1495862572', '1495862572', 'no');
INSERT INTO `wpor_options` VALUES (2651,
'_transient_timeout_learn_press_user_guest_1495862575', '1495869775', 'no');
INSERT INTO `wpor_options` VALUES (2652,
'_transient_learn_press_user_guest_1495862575', '1495862575', 'no');
INSERT INTO `wpor_options` VALUES (2653,
'_transient_timeout_learn_press_user_guest_1495862579', '1495869779', 'no');
INSERT INTO `wpor_options` VALUES (2654,
'_transient_learn_press_user_guest_1495862579', '1495862579', 'no');
INSERT INTO `wpor_options` VALUES (2655,
'_transient_timeout_learn_press_user_guest_1495862582', '1495869782', 'no');
INSERT INTO `wpor_options` VALUES (2656,
'_transient_learn_press_user_guest_1495862582', '1495862582', 'no');
INSERT INTO `wpor_options` VALUES (2657,
'_transient_timeout_learn_press_user_guest_1495862586', '1495869786', 'no');
INSERT INTO `wpor_options` VALUES (2658,
'_transient_learn_press_user_guest_1495862586', '1495862586', 'no');
INSERT INTO `wpor_options` VALUES (2659,
'_transient_timeout_learn_press_user_guest_1495862589', '1495869789', 'no');
INSERT INTO `wpor_options` VALUES (2660,
'_transient_learn_press_user_guest_1495862589', '1495862589', 'no');
INSERT INTO `wpor_options` VALUES (2661,
'_transient_timeout_learn_press_user_guest_1495862592', '1495869792', 'no');
INSERT INTO `wpor_options` VALUES (2662,
'_transient_learn_press_user_guest_1495862592', '1495862592', 'no');
INSERT INTO `wpor_options` VALUES (2663,
'_transient_timeout_learn_press_user_guest_1495862596', '1495869796', 'no');
INSERT INTO `wpor_options` VALUES (2664,
'_transient_learn_press_user_guest_1495862596', '1495862596', 'no');
INSERT INTO `wpor_options` VALUES (2665,
'_transient_timeout_learn_press_user_guest_1495862599', '1495869799', 'no');
INSERT INTO `wpor_options` VALUES (2666,
'_transient_learn_press_user_guest_1495862599', '1495862599', 'no');
INSERT INTO `wpor_options` VALUES (2667,
'_transient_timeout_learn_press_user_guest_1495862603', '1495869803', 'no');
INSERT INTO `wpor_options` VALUES (2668,
'_transient_learn_press_user_guest_1495862603', '1495862603', 'no');
INSERT INTO `wpor_options` VALUES (2669,
'_transient_timeout_learn_press_user_guest_1495862606', '1495869806', 'no');
INSERT INTO `wpor_options` VALUES (2670,
'_transient_learn_press_user_guest_1495862606', '1495862606', 'no');
INSERT INTO `wpor_options` VALUES (2671,
'_transient_timeout_learn_press_user_guest_1495862609', '1495869809', 'no');
INSERT INTO `wpor_options` VALUES (2672,
'_transient_learn_press_user_guest_1495862609', '1495862609', 'no');
INSERT INTO `wpor_options` VALUES (2673,
'_transient_timeout_learn_press_user_guest_1495862612', '1495869812', 'no');
INSERT INTO `wpor_options` VALUES (2674,
'_transient_learn_press_user_guest_1495862612', '1495862612', 'no');
INSERT INTO `wpor_options` VALUES (2675,
'_transient_timeout_learn_press_user_guest_1495862616', '1495869816', 'no');
INSERT INTO `wpor_options` VALUES (2676,
'_transient_learn_press_user_guest_1495862616', '1495862616', 'no');
INSERT INTO `wpor_options` VALUES (2677,
'_transient_timeout_learn_press_user_guest_1495862619', '1495869819', 'no');
INSERT INTO `wpor_options` VALUES (2678,
'_transient_learn_press_user_guest_1495862619', '1495862619', 'no');
INSERT INTO `wpor_options` VALUES (2682,
'_transient_timeout_learn_press_user_guest_1495864686', '1495871886', 'no');
INSERT INTO `wpor_options` VALUES (2680,
'_transient_timeout_learn_press_user_guest_1495864685', '1495871885', 'no');
INSERT INTO `wpor_options` VALUES (2681,
'_transient_learn_press_user_guest_1495864685', '1495864685', 'no');
INSERT INTO `wpor_options` VALUES (2683,
'_transient_learn_press_user_guest_1495864686', '1495864686', 'no');
INSERT INTO `wpor_options` VALUES (2684,
'_transient_timeout_learn_press_user_guest_1495864818', '1495872018', 'no');
INSERT INTO `wpor_options` VALUES (2685,
'_transient_learn_press_user_guest_1495864818', '1495864818', 'no');
INSERT INTO `wpor_options` VALUES (2687,
'_transient_timeout_learn_press_user_guest_1495866328', '1495873528', 'no');
INSERT INTO `wpor_options` VALUES (2688,
'_transient_learn_press_user_guest_1495866328', '1495866328', 'no');
INSERT INTO `wpor_options` VALUES (2692,
'_transient_timeout_learn_press_user_guest_1495866330', '1495873530', 'no');
INSERT INTO `wpor_options` VALUES (2690,
'_transient_timeout_learn_press_user_guest_1495866329', '1495873529', 'no');
INSERT INTO `wpor_options` VALUES (2691,
'_transient_learn_press_user_guest_1495866329', '1495866329', 'no');
INSERT INTO `wpor_options` VALUES (2693,
'_transient_learn_press_user_guest_1495866330', '1495866330', 'no');
INSERT INTO `wpor_options` VALUES (2694,
'_transient_timeout_learn_press_user_guest_1495873086', '1495880286', 'no');
INSERT INTO `wpor_options` VALUES (2695,
'_transient_learn_press_user_guest_1495873086', '1495873086', 'no');
INSERT INTO `wpor_options` VALUES (2705,
'_transient_timeout_learn_press_user_guest_1495876080', '1495883280', 'no');
INSERT INTO `wpor_options` VALUES (2697,
'_transient_timeout_learn_press_user_guest_1495875800', '1495883000', 'no');
INSERT INTO `wpor_options` VALUES (2698,
'_transient_learn_press_user_guest_1495875800', '1495875800', 'no');
INSERT INTO `wpor_options` VALUES (2706,
'_transient_learn_press_user_guest_1495876080', '1495876080', 'no');
INSERT INTO `wpor_options` VALUES (2707,
'_transient_timeout_learn_press_user_guest_1495876093', '1495883293', 'no');
INSERT INTO `wpor_options` VALUES (2970,
'_transient_learn_press_user_guest_1495916708', '1495916708', 'no');
INSERT INTO `wpor_options` VALUES (2971,
'_transient_timeout_learn_press_user_guest_1495918794', '1495925994', 'no');
INSERT INTO `wpor_options` VALUES (2972,
'_transient_learn_press_user_guest_1495918794', '1495918794', 'no');
INSERT INTO `wpor_options` VALUES (2978,
'_transient_timeout_learn_press_user_guest_1495918895', '1495926095', 'no');
INSERT INTO `wpor_options` VALUES (2974,
'_transient_timeout_learn_press_user_guest_1495918797', '1495925997', 'no');
INSERT INTO `wpor_options` VALUES (2975,
'_transient_learn_press_user_guest_1495918797', '1495918797', 'no');
INSERT INTO `wpor_options` VALUES (2976,
'_transient_timeout_learn_press_user_guest_1495918894', '1495926094', 'no');
INSERT INTO `wpor_options` VALUES (2977,
'_transient_learn_press_user_guest_1495918894', '1495918894', 'no');
INSERT INTO `wpor_options` VALUES (2979,
'_transient_learn_press_user_guest_1495918895', '1495918895', 'no');
INSERT INTO `wpor_options` VALUES (2983,
'_transient_timeout_learn_press_user_guest_1495919479', '1495926679', 'no');
INSERT INTO `wpor_options` VALUES (2981,
'_transient_timeout_learn_press_user_guest_1495919478', '1495926678', 'no');
INSERT INTO `wpor_options` VALUES (2982,
'_transient_learn_press_user_guest_1495919478', '1495919478', 'no');
INSERT INTO `wpor_options` VALUES (2984,
'_transient_learn_press_user_guest_1495919479', '1495919479', 'no');
INSERT INTO `wpor_options` VALUES (2985,
'_transient_timeout_learn_press_user_guest_1495919480', '1495926680', 'no');
INSERT INTO `wpor_options` VALUES (2986,
'_transient_learn_press_user_guest_1495919480', '1495919480', 'no');
INSERT INTO `wpor_options` VALUES (2987,
'_transient_timeout_learn_press_user_guest_1495919483', '1495926683', 'no');
INSERT INTO `wpor_options` VALUES (2988,
'_transient_learn_press_user_guest_1495919483', '1495919483', 'no');
INSERT INTO `wpor_options` VALUES (2989,
'_transient_timeout_learn_press_user_guest_1495921616', '1495928816', 'no');
INSERT INTO `wpor_options` VALUES (2990,
'_transient_learn_press_user_guest_1495921616', '1495921616', 'no');
INSERT INTO `wpor_options` VALUES (2995,
'_transient_timeout_learn_press_user_guest_1495921902', '1495929102', 'no');
INSERT INTO `wpor_options` VALUES (2993,
'_transient_timeout_learn_press_user_guest_1495921810', '1495929010', 'no');
INSERT INTO `wpor_options` VALUES (2994,
'_transient_learn_press_user_guest_1495921810', '1495921810', 'no');
INSERT INTO `wpor_options` VALUES (2996,
'_transient_learn_press_user_guest_1495921902', '1495921902', 'no');
INSERT INTO `wpor_options` VALUES (2997,
'_transient_timeout_learn_press_user_guest_1495922338', '1495929538', 'no');
INSERT INTO `wpor_options` VALUES (2998,
'_transient_learn_press_user_guest_1495922338', '1495922338', 'no');
INSERT INTO `wpor_options` VALUES (2999,
'_transient_timeout_learn_press_user_guest_1495924367', '1495931567', 'no');
INSERT INTO `wpor_options` VALUES (3000,
'_transient_learn_press_user_guest_1495924367', '1495924367', 'no');
INSERT INTO `wpor_options` VALUES (3002,
'_transient_timeout_learn_press_user_guest_1495924369', '1495931569', 'no');
INSERT INTO `wpor_options` VALUES (3003,
'_transient_learn_press_user_guest_1495924369', '1495924369', 'no');
INSERT INTO `wpor_options` VALUES (3004,
'_transient_timeout_learn_press_user_guest_1495924371', '1495931571', 'no');
INSERT INTO `wpor_options` VALUES (3005,
'_transient_learn_press_user_guest_1495924371', '1495924371', 'no');
INSERT INTO `wpor_options` VALUES (3006,
'_transient_timeout_learn_press_user_guest_1495924374', '1495931574', 'no');
INSERT INTO `wpor_options` VALUES (3007,
'_transient_learn_press_user_guest_1495924374', '1495924374', 'no');
INSERT INTO `wpor_options` VALUES (3008,
'_transient_timeout_learn_press_user_guest_1495924376', '1495931576', 'no');
INSERT INTO `wpor_options` VALUES (3009,
'_transient_learn_press_user_guest_1495924376', '1495924376', 'no');
INSERT INTO `wpor_options` VALUES (3010,
'_transient_timeout_learn_press_user_guest_1495924379', '1495931579', 'no');
INSERT INTO `wpor_options` VALUES (3011,
'_transient_learn_press_user_guest_1495924379', '1495924379', 'no');
INSERT INTO `wpor_options` VALUES (3012,
'_transient_timeout_learn_press_user_guest_1495924662', '1495931862', 'no');
INSERT INTO `wpor_options` VALUES (3013,
'_transient_learn_press_user_guest_1495924662', '1495924662', 'no');
INSERT INTO `wpor_options` VALUES (3014,
'_transient_timeout_learn_press_user_guest_1495924671', '1495931871', 'no');
INSERT INTO `wpor_options` VALUES (3015,
'_transient_learn_press_user_guest_1495924671', '1495924671', 'no');
INSERT INTO `wpor_options` VALUES (3019,
'_transient_timeout_learn_press_user_guest_1495925933', '1495933133', 'no');
INSERT INTO `wpor_options` VALUES (3017,
'_transient_timeout_learn_press_user_guest_1495925932', '1495933132', 'no');
INSERT INTO `wpor_options` VALUES (3018,
'_transient_learn_press_user_guest_1495925932', '1495925932', 'no');
INSERT INTO `wpor_options` VALUES (3020,
'_transient_learn_press_user_guest_1495925933', '1495925933', 'no');
INSERT INTO `wpor_options` VALUES (3024,
'_transient_timeout_learn_press_user_guest_1495928116', '1495935316', 'no');
INSERT INTO `wpor_options` VALUES (3022,
'_transient_timeout_learn_press_user_guest_1495926644', '1495933844', 'no');
INSERT INTO `wpor_options` VALUES (3023,
'_transient_learn_press_user_guest_1495926644', '1495926644', 'no');
INSERT INTO `wpor_options` VALUES (3025,
'_transient_learn_press_user_guest_1495928116', '1495928116', 'no');
INSERT INTO `wpor_options` VALUES (3029,
'_transient_timeout_learn_press_user_guest_1495928123', '1495935323', 'no');
INSERT INTO `wpor_options` VALUES (3027,
'_transient_timeout_learn_press_user_guest_1495928117', '1495935317', 'no');
INSERT INTO `wpor_options` VALUES (3028,
'_transient_learn_press_user_guest_1495928117', '1495928117', 'no');
INSERT INTO `wpor_options` VALUES (3030,
'_transient_learn_press_user_guest_1495928123', '1495928123', 'no');
INSERT INTO `wpor_options` VALUES (3034,
'_transient_timeout_learn_press_user_guest_1495929301', '1495936501', 'no');
INSERT INTO `wpor_options` VALUES (3032,
'_transient_timeout_learn_press_user_guest_1495929201', '1495936401', 'no');
INSERT INTO `wpor_options` VALUES (3033,
'_transient_learn_press_user_guest_1495929201', '1495929201', 'no');
INSERT INTO `wpor_options` VALUES (3035,
'_transient_learn_press_user_guest_1495929301', '1495929301', 'no');
INSERT INTO `wpor_options` VALUES (3036,
'_transient_timeout_learn_press_user_guest_1495929302', '1495936502', 'no');
INSERT INTO `wpor_options` VALUES (3037,
'_transient_learn_press_user_guest_1495929302', '1495929302', 'no');
INSERT INTO `wpor_options` VALUES (3038,
'_transient_timeout_learn_press_user_guest_1495929304', '1495936504', 'no');
INSERT INTO `wpor_options` VALUES (3039,
'_transient_learn_press_user_guest_1495929304', '1495929304', 'no');
INSERT INTO `wpor_options` VALUES (3040,
'_transient_timeout_learn_press_user_guest_1495929307', '1495936507', 'no');
INSERT INTO `wpor_options` VALUES (3041,
'_transient_learn_press_user_guest_1495929307', '1495929307', 'no');
INSERT INTO `wpor_options` VALUES (3042,
'_transient_timeout_learn_press_user_guest_1495929309', '1495936509', 'no');
INSERT INTO `wpor_options` VALUES (3043,
'_transient_learn_press_user_guest_1495929309', '1495929309', 'no');
INSERT INTO `wpor_options` VALUES (3044,
'_transient_timeout_learn_press_user_guest_1495929311', '1495936511', 'no');
INSERT INTO `wpor_options` VALUES (3045,
'_transient_learn_press_user_guest_1495929311', '1495929311', 'no');
INSERT INTO `wpor_options` VALUES (3046,
'_transient_timeout_learn_press_user_guest_1495929314', '1495936514', 'no');
INSERT INTO `wpor_options` VALUES (3047,
'_transient_learn_press_user_guest_1495929314', '1495929314', 'no');
INSERT INTO `wpor_options` VALUES (3048,
'_transient_timeout_learn_press_user_guest_1495929316', '1495936516', 'no');
INSERT INTO `wpor_options` VALUES (3049,
'_transient_learn_press_user_guest_1495929316', '1495929316', 'no');
INSERT INTO `wpor_options` VALUES (3050,
'_transient_timeout_learn_press_user_guest_1495929318', '1495936518', 'no');
INSERT INTO `wpor_options` VALUES (3051,
'_transient_learn_press_user_guest_1495929318', '1495929318', 'no');
INSERT INTO `wpor_options` VALUES (3052,
'_transient_timeout_learn_press_user_guest_1495929321', '1495936521', 'no');
INSERT INTO `wpor_options` VALUES (3053,
'_transient_learn_press_user_guest_1495929321', '1495929321', 'no');
INSERT INTO `wpor_options` VALUES (3054,
'_transient_timeout_learn_press_user_guest_1495929323', '1495936523', 'no');
INSERT INTO `wpor_options` VALUES (2791,
'_transient_learn_press_user_guest_1495893927', '1495893927', 'no');
INSERT INTO `wpor_options` VALUES (2792,
'_transient_timeout_learn_press_user_guest_1495893929', '1495901129', 'no');
INSERT INTO `wpor_options` VALUES (2793,
'_transient_learn_press_user_guest_1495893929', '1495893929', 'no');
INSERT INTO `wpor_options` VALUES (2794,
'_transient_timeout_learn_press_user_guest_1495893932', '1495901132', 'no');
INSERT INTO `wpor_options` VALUES (2795,
'_transient_learn_press_user_guest_1495893932', '1495893932', 'no');
INSERT INTO `wpor_options` VALUES (2796,
'_transient_timeout_learn_press_user_guest_1495893935', '1495901135', 'no');
INSERT INTO `wpor_options` VALUES (2797,
'_transient_learn_press_user_guest_1495893935', '1495893935', 'no');
INSERT INTO `wpor_options` VALUES (2798,
'_transient_timeout_learn_press_user_guest_1495893937', '1495901137', 'no');
INSERT INTO `wpor_options` VALUES (2799,
'_transient_learn_press_user_guest_1495893937', '1495893937', 'no');
INSERT INTO `wpor_options` VALUES (2800,
'_transient_timeout_learn_press_user_guest_1495894338', '1495901538', 'no');
INSERT INTO `wpor_options` VALUES (2801,
'_transient_learn_press_user_guest_1495894338', '1495894338', 'no');
INSERT INTO `wpor_options` VALUES (2809,
'_transient_timeout_learn_press_user_guest_1495897804', '1495905004', 'no');
INSERT INTO `wpor_options` VALUES (2803,
'_transient_timeout_learn_press_user_guest_1495895621', '1495902821', 'no');
INSERT INTO `wpor_options` VALUES (2804,
'_transient_learn_press_user_guest_1495895621', '1495895621', 'no');
INSERT INTO `wpor_options` VALUES (2805,
'_transient_timeout_learn_press_user_guest_1495897802', '1495905002', 'no');
INSERT INTO `wpor_options` VALUES (2806,
'_transient_learn_press_user_guest_1495897802', '1495897802', 'no');
INSERT INTO `wpor_options` VALUES (2807,
'_transient_timeout_learn_press_user_guest_1495897803', '1495905003', 'no');
INSERT INTO `wpor_options` VALUES (2808,
'_transient_learn_press_user_guest_1495897803', '1495897803', 'no');
INSERT INTO `wpor_options` VALUES (2810,
'_transient_learn_press_user_guest_1495897804', '1495897804', 'no');
INSERT INTO `wpor_options` VALUES (2811,
'_transient_timeout_learn_press_user_guest_1495897808', '1495905008', 'no');
INSERT INTO `wpor_options` VALUES (2812,
'_transient_learn_press_user_guest_1495897808', '1495897808', 'no');
INSERT INTO `wpor_options` VALUES (2813,
'_transient_timeout_learn_press_user_guest_1495897812', '1495905012', 'no');
INSERT INTO `wpor_options` VALUES (2814,
'_transient_learn_press_user_guest_1495897812', '1495897812', 'no');
INSERT INTO `wpor_options` VALUES (2815,
'_transient_timeout_learn_press_user_guest_1495897835', '1495905035', 'no');
INSERT INTO `wpor_options` VALUES (2816,
'_transient_learn_press_user_guest_1495897835', '1495897835', 'no');
INSERT INTO `wpor_options` VALUES (2817,
'_transient_timeout_learn_press_user_guest_1495897836', '1495905036', 'no');
INSERT INTO `wpor_options` VALUES (2818,
'_transient_learn_press_user_guest_1495897836', '1495897836', 'no');
INSERT INTO `wpor_options` VALUES (2819,
'_transient_timeout_learn_press_user_guest_1495897839', '1495905039', 'no');
INSERT INTO `wpor_options` VALUES (2820,
'_transient_learn_press_user_guest_1495897839', '1495897839', 'no');
INSERT INTO `wpor_options` VALUES (2821,
'_transient_timeout_learn_press_user_guest_1495897841', '1495905041', 'no');
INSERT INTO `wpor_options` VALUES (2822,
'_transient_learn_press_user_guest_1495897841', '1495897841', 'no');
INSERT INTO `wpor_options` VALUES (2823,
'_transient_timeout_learn_press_user_guest_1495897844', '1495905044', 'no');
INSERT INTO `wpor_options` VALUES (2824,
'_transient_learn_press_user_guest_1495897844', '1495897844', 'no');
INSERT INTO `wpor_options` VALUES (2825,
'_transient_timeout_learn_press_user_guest_1495897847', '1495905047', 'no');
INSERT INTO `wpor_options` VALUES (2826,
'_transient_learn_press_user_guest_1495897847', '1495897847', 'no');
INSERT INTO `wpor_options` VALUES (2827,
'_transient_timeout_learn_press_user_guest_1495897849', '1495905049', 'no');
INSERT INTO `wpor_options` VALUES (2828,
'_transient_learn_press_user_guest_1495897849', '1495897849', 'no');
INSERT INTO `wpor_options` VALUES (2829,
'_transient_timeout_learn_press_user_guest_1495907435', '1495914635', 'no');
INSERT INTO `wpor_options` VALUES (2830,
'_transient_learn_press_user_guest_1495907435', '1495907435', 'no');
INSERT INTO `wpor_options` VALUES (2838,
'_transient_timeout_learn_press_user_guest_1495908141', '1495915341', 'no');
INSERT INTO `wpor_options` VALUES (2832,
'_transient_timeout_learn_press_user_guest_1495907437', '1495914637', 'no');
INSERT INTO `wpor_options` VALUES (2833,
'_transient_learn_press_user_guest_1495907437', '1495907437', 'no');
INSERT INTO `wpor_options` VALUES (2834,
'_transient_timeout_learn_press_user_guest_1495908138', '1495915338', 'no');
INSERT INTO `wpor_options` VALUES (2835,
'_transient_learn_press_user_guest_1495908138', '1495908138', 'no');
INSERT INTO `wpor_options` VALUES (2836,
'_transient_timeout_learn_press_user_guest_1495908139', '1495915339', 'no');
INSERT INTO `wpor_options` VALUES (2837,
'_transient_learn_press_user_guest_1495908139', '1495908139', 'no');
INSERT INTO `wpor_options` VALUES (2839,
'_transient_learn_press_user_guest_1495908141', '1495908141', 'no');
INSERT INTO `wpor_options` VALUES (2840,
'_transient_timeout_learn_press_user_guest_1495912176', '1495919376', 'no');
INSERT INTO `wpor_options` VALUES (2841,
'_transient_learn_press_user_guest_1495912176', '1495912176', 'no');
INSERT INTO `wpor_options` VALUES (2843,
'_transient_timeout_learn_press_user_guest_1495912206', '1495919406', 'no');
INSERT INTO `wpor_options` VALUES (2844,
'_transient_learn_press_user_guest_1495912206', '1495912206', 'no');
INSERT INTO `wpor_options` VALUES (2845,
'_transient_timeout_learn_press_user_guest_1495912227', '1495919427', 'no');
INSERT INTO `wpor_options` VALUES (2846,
'_transient_learn_press_user_guest_1495912227', '1495912227', 'no');
INSERT INTO `wpor_options` VALUES (2847,
'_transient_timeout_learn_press_user_guest_1495912245', '1495919445', 'no');
INSERT INTO `wpor_options` VALUES (2848,
'_transient_learn_press_user_guest_1495912245', '1495912245', 'no');
INSERT INTO `wpor_options` VALUES (6982, '_transient_timeout_wc_related_143',
'1496684236', 'no');
INSERT INTO `wpor_options` VALUES (6983, '_transient_wc_related_143', 'a:6:
{i:0;s:4:"1692";i:1;s:3:"145";i:2;s:3:"142";i:3;s:3:"140";i:4;s:3:"138";i:5;s:3:"13
7";}', 'no');
INSERT INTO `wpor_options` VALUES (2851,
'_transient_timeout_learn_press_user_guest_1495912289', '1495919489', 'no');
INSERT INTO `wpor_options` VALUES (2852,
'_transient_learn_press_user_guest_1495912289', '1495912289', 'no');
INSERT INTO `wpor_options` VALUES (2853,
'_transient_timeout_learn_press_user_guest_1495912374', '1495919574', 'no');
INSERT INTO `wpor_options` VALUES (2854,
'_transient_learn_press_user_guest_1495912374', '1495912374', 'no');
INSERT INTO `wpor_options` VALUES (2855,
'_transient_timeout_learn_press_user_guest_1495912428', '1495919628', 'no');
INSERT INTO `wpor_options` VALUES (2856,
'_transient_learn_press_user_guest_1495912428', '1495912428', 'no');
INSERT INTO `wpor_options` VALUES (2857,
'_transient_timeout_learn_press_user_guest_1495912445', '1495919645', 'no');
INSERT INTO `wpor_options` VALUES (2858,
'_transient_learn_press_user_guest_1495912445', '1495912445', 'no');
INSERT INTO `wpor_options` VALUES (2859,
'_transient_timeout_learn_press_user_guest_1495912449', '1495919649', 'no');
INSERT INTO `wpor_options` VALUES (2860,
'_transient_learn_press_user_guest_1495912449', '1495912449', 'no');
INSERT INTO `wpor_options` VALUES (2863,
'_transient_timeout_learn_press_user_guest_1495912453', '1495919653', 'no');
INSERT INTO `wpor_options` VALUES (2864,
'_transient_learn_press_user_guest_1495912453', '1495912453', 'no');
INSERT INTO `wpor_options` VALUES (2865,
'_transient_timeout_learn_press_user_guest_1495912475', '1495919675', 'no');
INSERT INTO `wpor_options` VALUES (2866,
'_transient_learn_press_user_guest_1495912475', '1495912475', 'no');
INSERT INTO `wpor_options` VALUES (2867,
'_transient_timeout_learn_press_user_guest_1495912518', '1495919718', 'no');
INSERT INTO `wpor_options` VALUES (2868,
'_transient_learn_press_user_guest_1495912518', '1495912518', 'no');
INSERT INTO `wpor_options` VALUES (2869,
'_transient_timeout_learn_press_user_guest_1495912532', '1495919732', 'no');
INSERT INTO `wpor_options` VALUES (2870,
'_transient_learn_press_user_guest_1495912532', '1495912532', 'no');
INSERT INTO `wpor_options` VALUES (2871,
'_transient_timeout_learn_press_user_guest_1495912535', '1495919735', 'no');
INSERT INTO `wpor_options` VALUES (2872,
'_transient_learn_press_user_guest_1495912535', '1495912535', 'no');
INSERT INTO `wpor_options` VALUES (2873,
'_transient_timeout_learn_press_user_guest_1495912547', '1495919747', 'no');
INSERT INTO `wpor_options` VALUES (2874,
'_transient_learn_press_user_guest_1495912547', '1495912547', 'no');
INSERT INTO `wpor_options` VALUES (2875,
'_transient_timeout_learn_press_user_guest_1495912556', '1495919756', 'no');
INSERT INTO `wpor_options` VALUES (2876,
'_transient_learn_press_user_guest_1495912556', '1495912556', 'no');
INSERT INTO `wpor_options` VALUES (2877,
'_transient_timeout_learn_press_user_guest_1495912569', '1495919769', 'no');
INSERT INTO `wpor_options` VALUES (2878,
'_transient_learn_press_user_guest_1495912569', '1495912569', 'no');
INSERT INTO `wpor_options` VALUES (2879,
'_transient_timeout_learn_press_user_guest_1495912578', '1495919778', 'no');
INSERT INTO `wpor_options` VALUES (2880,
'_transient_learn_press_user_guest_1495912578', '1495912578', 'no');
INSERT INTO `wpor_options` VALUES (2881,
'_transient_timeout_learn_press_user_guest_1495912581', '1495919781', 'no');
INSERT INTO `wpor_options` VALUES (2882,
'_transient_learn_press_user_guest_1495912581', '1495912581', 'no');
INSERT INTO `wpor_options` VALUES (2883,
'_transient_timeout_learn_press_user_guest_1495912585', '1495919785', 'no');
INSERT INTO `wpor_options` VALUES (2884,
'_transient_learn_press_user_guest_1495912585', '1495912585', 'no');
INSERT INTO `wpor_options` VALUES (2885,
'_transient_timeout_learn_press_user_guest_1495912590', '1495919790', 'no');
INSERT INTO `wpor_options` VALUES (2886,
'_transient_learn_press_user_guest_1495912590', '1495912590', 'no');
INSERT INTO `wpor_options` VALUES (2887,
'_transient_timeout_learn_press_user_guest_1495912599', '1495919799', 'no');
INSERT INTO `wpor_options` VALUES (2888,
'_transient_learn_press_user_guest_1495912599', '1495912599', 'no');
INSERT INTO `wpor_options` VALUES (2889,
'_transient_timeout_learn_press_user_guest_1495912605', '1495919805', 'no');
INSERT INTO `wpor_options` VALUES (2890,
'_transient_learn_press_user_guest_1495912605', '1495912605', 'no');
INSERT INTO `wpor_options` VALUES (2891,
'_transient_timeout_learn_press_user_guest_1495912612', '1495919812', 'no');
INSERT INTO `wpor_options` VALUES (2892,
'_transient_learn_press_user_guest_1495912612', '1495912612', 'no');
INSERT INTO `wpor_options` VALUES (2893,
'_transient_timeout_learn_press_user_guest_1495912618', '1495919818', 'no');
INSERT INTO `wpor_options` VALUES (2894,
'_transient_learn_press_user_guest_1495912618', '1495912618', 'no');
INSERT INTO `wpor_options` VALUES (2895,
'_transient_timeout_learn_press_user_guest_1495912624', '1495919824', 'no');
INSERT INTO `wpor_options` VALUES (2896,
'_transient_learn_press_user_guest_1495912624', '1495912624', 'no');
INSERT INTO `wpor_options` VALUES (2897,
'_transient_timeout_learn_press_user_guest_1495912632', '1495919832', 'no');
INSERT INTO `wpor_options` VALUES (2898,
'_transient_learn_press_user_guest_1495912632', '1495912632', 'no');
INSERT INTO `wpor_options` VALUES (2899,
'_transient_timeout_learn_press_user_guest_1495912638', '1495919838', 'no');
INSERT INTO `wpor_options` VALUES (2900,
'_transient_learn_press_user_guest_1495912638', '1495912638', 'no');
INSERT INTO `wpor_options` VALUES (2901,
'_transient_timeout_learn_press_user_guest_1495912643', '1495919843', 'no');
INSERT INTO `wpor_options` VALUES (2902,
'_transient_learn_press_user_guest_1495912643', '1495912643', 'no');
INSERT INTO `wpor_options` VALUES (2903,
'_transient_timeout_learn_press_user_guest_1495912650', '1495919850', 'no');
INSERT INTO `wpor_options` VALUES (2904,
'_transient_learn_press_user_guest_1495912650', '1495912650', 'no');
INSERT INTO `wpor_options` VALUES (2905,
'_transient_timeout_learn_press_user_guest_1495912656', '1495919856', 'no');
INSERT INTO `wpor_options` VALUES (2906,
'_transient_learn_press_user_guest_1495912656', '1495912656', 'no');
INSERT INTO `wpor_options` VALUES (2907,
'_transient_timeout_learn_press_user_guest_1495912661', '1495919861', 'no');
INSERT INTO `wpor_options` VALUES (2908,
'_transient_learn_press_user_guest_1495912661', '1495912661', 'no');
INSERT INTO `wpor_options` VALUES (2909,
'_transient_timeout_learn_press_user_guest_1495912664', '1495919864', 'no');
INSERT INTO `wpor_options` VALUES (2910,
'_transient_learn_press_user_guest_1495912664', '1495912664', 'no');
INSERT INTO `wpor_options` VALUES (2911,
'_transient_timeout_learn_press_user_guest_1495912667', '1495919867', 'no');
INSERT INTO `wpor_options` VALUES (2912,
'_transient_learn_press_user_guest_1495912667', '1495912667', 'no');
INSERT INTO `wpor_options` VALUES (2913,
'_transient_timeout_learn_press_user_guest_1495912673', '1495919873', 'no');
INSERT INTO `wpor_options` VALUES (2914,
'_transient_learn_press_user_guest_1495912673', '1495912673', 'no');
INSERT INTO `wpor_options` VALUES (2915,
'_transient_timeout_learn_press_user_guest_1495912947', '1495920147', 'no');
INSERT INTO `wpor_options` VALUES (2916,
'_transient_learn_press_user_guest_1495912947', '1495912947', 'no');
INSERT INTO `wpor_options` VALUES (2918,
'_transient_timeout_learn_press_user_guest_1495913102', '1495920302', 'no');
INSERT INTO `wpor_options` VALUES (2919,
'_transient_learn_press_user_guest_1495913102', '1495913102', 'no');
INSERT INTO `wpor_options` VALUES (2920,
'_transient_timeout_learn_press_user_guest_1495913189', '1495920389', 'no');
INSERT INTO `wpor_options` VALUES (2921,
'_transient_learn_press_user_guest_1495913189', '1495913189', 'no');
INSERT INTO `wpor_options` VALUES (2922,
'_transient_timeout_learn_press_user_guest_1495913316', '1495920516', 'no');
INSERT INTO `wpor_options` VALUES (2923,
'_transient_learn_press_user_guest_1495913316', '1495913316', 'no');
INSERT INTO `wpor_options` VALUES (2924,
'_transient_timeout_learn_press_user_guest_1495913324', '1495920524', 'no');
INSERT INTO `wpor_options` VALUES (2925,
'_transient_learn_press_user_guest_1495913324', '1495913324', 'no');
INSERT INTO `wpor_options` VALUES (2926,
'_transient_timeout_learn_press_user_guest_1495913439', '1495920639', 'no');
INSERT INTO `wpor_options` VALUES (2927,
'_transient_learn_press_user_guest_1495913439', '1495913439', 'no');
INSERT INTO `wpor_options` VALUES (2929,
'_transient_timeout_learn_press_user_guest_1495913440', '1495920640', 'no');
INSERT INTO `wpor_options` VALUES (2930,
'_transient_learn_press_user_guest_1495913440', '1495913440', 'no');
INSERT INTO `wpor_options` VALUES (2931,
'_transient_timeout_learn_press_user_guest_1495913914', '1495921114', 'no');
INSERT INTO `wpor_options` VALUES (2932,
'_transient_learn_press_user_guest_1495913914', '1495913914', 'no');
INSERT INTO `wpor_options` VALUES (2933,
'_transient_timeout_learn_press_user_guest_1495913991', '1495921191', 'no');
INSERT INTO `wpor_options` VALUES (2934,
'_transient_learn_press_user_guest_1495913991', '1495913991', 'no');
INSERT INTO `wpor_options` VALUES (2936,
'_transient_timeout_learn_press_user_guest_1495914018', '1495921218', 'no');
INSERT INTO `wpor_options` VALUES (2937,
'_transient_learn_press_user_guest_1495914018', '1495914018', 'no');
INSERT INTO `wpor_options` VALUES (2938,
'_transient_timeout_learn_press_user_guest_1495914020', '1495921220', 'no');
INSERT INTO `wpor_options` VALUES (2939,
'_transient_learn_press_user_guest_1495914020', '1495914020', 'no');
INSERT INTO `wpor_options` VALUES (2940,
'_transient_timeout_learn_press_user_guest_1495914046', '1495921246', 'no');
INSERT INTO `wpor_options` VALUES (2941,
'_transient_learn_press_user_guest_1495914046', '1495914046', 'no');
INSERT INTO `wpor_options` VALUES (2945,
'_transient_timeout_external_ip_address_178.62.109.115', '1496519888', 'no');
INSERT INTO `wpor_options` VALUES (2943,
'_transient_timeout_learn_press_user_guest_1495914851', '1495922051', 'no');
INSERT INTO `wpor_options` VALUES (2944,
'_transient_learn_press_user_guest_1495914851', '1495914851', 'no');
INSERT INTO `wpor_options` VALUES (2946,
'_transient_external_ip_address_178.62.109.115', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (2947,
'_transient_timeout_learn_press_user_guest_1495915088', '1495922288', 'no');
INSERT INTO `wpor_options` VALUES (2948,
'_transient_learn_press_user_guest_1495915088', '1495915088', 'no');
INSERT INTO `wpor_options` VALUES (2949,
'_transient_timeout_learn_press_user_guest_1495915273', '1495922473', 'no');
INSERT INTO `wpor_options` VALUES (2950,
'_transient_learn_press_user_guest_1495915273', '1495915273', 'no');
INSERT INTO `wpor_options` VALUES (2969,
'_transient_timeout_learn_press_user_guest_1495916708', '1495923908', 'no');
INSERT INTO `wpor_options` VALUES (2953,
'_transient_timeout_learn_press_user_guest_1495915659', '1495922859', 'no');
INSERT INTO `wpor_options` VALUES (2954,
'_transient_learn_press_user_guest_1495915659', '1495915659', 'no');
INSERT INTO `wpor_options` VALUES (2955,
'_transient_timeout_learn_press_user_guest_1495915690', '1495922890', 'no');
INSERT INTO `wpor_options` VALUES (2956,
'_transient_learn_press_user_guest_1495915690', '1495915690', 'no');
INSERT INTO `wpor_options` VALUES (2957,
'_transient_timeout_learn_press_user_guest_1495915881', '1495923081', 'no');
INSERT INTO `wpor_options` VALUES (2958,
'_transient_learn_press_user_guest_1495915881', '1495915881', 'no');
INSERT INTO `wpor_options` VALUES (2959,
'_transient_timeout_learn_press_user_guest_1495916620', '1495923820', 'no');
INSERT INTO `wpor_options` VALUES (2960,
'_transient_learn_press_user_guest_1495916620', '1495916620', 'no');
INSERT INTO `wpor_options` VALUES (2961,
'_transient_timeout_learn_press_user_guest_1495916621', '1495923821', 'no');
INSERT INTO `wpor_options` VALUES (2962,
'_transient_learn_press_user_guest_1495916621', '1495916621', 'no');
INSERT INTO `wpor_options` VALUES (3055,
'_transient_learn_press_user_guest_1495929323', '1495929323', 'no');
INSERT INTO `wpor_options` VALUES (3349,
'_transient_timeout_learn_press_user_guest_1495961230', '1495968430', 'no');
INSERT INTO `wpor_options` VALUES (3350,
'_transient_learn_press_user_guest_1495961230', '1495961230', 'no');
INSERT INTO `wpor_options` VALUES (3558,
'_transient_learn_press_user_guest_1496007046', '1496007046', 'no');
INSERT INTO `wpor_options` VALUES (3562,
'_transient_timeout_learn_press_user_guest_1496007172', '1496014372', 'no');
INSERT INTO `wpor_options` VALUES (3560,
'_transient_timeout_learn_press_user_guest_1496007047', '1496014247', 'no');
INSERT INTO `wpor_options` VALUES (3561,
'_transient_learn_press_user_guest_1496007047', '1496007047', 'no');
INSERT INTO `wpor_options` VALUES (4048,
'_transient_learn_press_user_guest_1496054216', '1496054216', 'no');
INSERT INTO `wpor_options` VALUES (3563,
'_transient_learn_press_user_guest_1496007172', '1496007172', 'no');
INSERT INTO `wpor_options` VALUES (3564,
'_transient_timeout_learn_press_user_guest_1496007197', '1496014397', 'no');
INSERT INTO `wpor_options` VALUES (3565,
'_transient_learn_press_user_guest_1496007197', '1496007197', 'no');
INSERT INTO `wpor_options` VALUES (3566,
'_transient_timeout_learn_press_user_guest_1496008191', '1496015391', 'no');
INSERT INTO `wpor_options` VALUES (3567,
'_transient_learn_press_user_guest_1496008191', '1496008191', 'no');
INSERT INTO `wpor_options` VALUES (3569,
'_transient_timeout_learn_press_user_guest_1496008383', '1496015583', 'no');
INSERT INTO `wpor_options` VALUES (3570,
'_transient_learn_press_user_guest_1496008383', '1496008383', 'no');
INSERT INTO `wpor_options` VALUES (3571,
'_transient_timeout_learn_press_user_guest_1496008386', '1496015586', 'no');
INSERT INTO `wpor_options` VALUES (3572,
'_transient_learn_press_user_guest_1496008386', '1496008386', 'no');
INSERT INTO `wpor_options` VALUES (3573,
'_transient_timeout_learn_press_user_guest_1496008391', '1496015591', 'no');
INSERT INTO `wpor_options` VALUES (3574,
'_transient_learn_press_user_guest_1496008391', '1496008391', 'no');
INSERT INTO `wpor_options` VALUES (3575,
'_transient_timeout_learn_press_user_guest_1496008460', '1496015660', 'no');
INSERT INTO `wpor_options` VALUES (3576,
'_transient_learn_press_user_guest_1496008460', '1496008460', 'no');
INSERT INTO `wpor_options` VALUES (3577,
'_transient_timeout_learn_press_user_guest_1496008750', '1496015950', 'no');
INSERT INTO `wpor_options` VALUES (3578,
'_transient_learn_press_user_guest_1496008750', '1496008750', 'no');
INSERT INTO `wpor_options` VALUES (3579,
'_transient_timeout_learn_press_user_guest_1496008768', '1496015968', 'no');
INSERT INTO `wpor_options` VALUES (3580,
'_transient_learn_press_user_guest_1496008768', '1496008768', 'no');
INSERT INTO `wpor_options` VALUES (3581,
'_transient_timeout_learn_press_user_guest_1496008902', '1496016102', 'no');
INSERT INTO `wpor_options` VALUES (3582,
'_transient_learn_press_user_guest_1496008902', '1496008902', 'no');
INSERT INTO `wpor_options` VALUES (3584,
'_transient_timeout_learn_press_user_guest_1496008939', '1496016139', 'no');
INSERT INTO `wpor_options` VALUES (3585,
'_transient_learn_press_user_guest_1496008939', '1496008939', 'no');
INSERT INTO `wpor_options` VALUES (3586,
'_transient_timeout_learn_press_user_guest_1496008940', '1496016140', 'no');
INSERT INTO `wpor_options` VALUES (3587,
'_transient_learn_press_user_guest_1496008940', '1496008940', 'no');
INSERT INTO `wpor_options` VALUES (3588,
'_transient_timeout_learn_press_user_guest_1496009004', '1496016204', 'no');
INSERT INTO `wpor_options` VALUES (3589,
'_transient_learn_press_user_guest_1496009004', '1496009004', 'no');
INSERT INTO `wpor_options` VALUES (3590,
'_transient_timeout_learn_press_user_guest_1496009043', '1496016243', 'no');
INSERT INTO `wpor_options` VALUES (3591,
'_transient_learn_press_user_guest_1496009043', '1496009043', 'no');
INSERT INTO `wpor_options` VALUES (3592,
'_transient_timeout_learn_press_user_guest_1496009118', '1496016318', 'no');
INSERT INTO `wpor_options` VALUES (3593,
'_transient_learn_press_user_guest_1496009118', '1496009118', 'no');
INSERT INTO `wpor_options` VALUES (3594,
'_transient_timeout_learn_press_user_guest_1496010543', '1496017743', 'no');
INSERT INTO `wpor_options` VALUES (3595,
'_transient_learn_press_user_guest_1496010543', '1496010543', 'no');
INSERT INTO `wpor_options` VALUES (3597,
'_transient_timeout_learn_press_user_guest_1496010631', '1496017831', 'no');
INSERT INTO `wpor_options` VALUES (3598,
'_transient_learn_press_user_guest_1496010631', '1496010631', 'no');
INSERT INTO `wpor_options` VALUES (3603,
'_transient_timeout_learn_press_user_guest_1496012008', '1496019208', 'no');
INSERT INTO `wpor_options` VALUES (3601,
'_transient_timeout_learn_press_user_guest_1496011964', '1496019164', 'no');
INSERT INTO `wpor_options` VALUES (3602,
'_transient_learn_press_user_guest_1496011964', '1496011964', 'no');
INSERT INTO `wpor_options` VALUES (3604,
'_transient_learn_press_user_guest_1496012008', '1496012008', 'no');
INSERT INTO `wpor_options` VALUES (3605,
'_transient_timeout_external_ip_address_78.173.22.178', '1496616861', 'no');
INSERT INTO `wpor_options` VALUES (3606,
'_transient_external_ip_address_78.173.22.178', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (3607,
'_transient_timeout_learn_press_user_guest_1496012062', '1496019262', 'no');
INSERT INTO `wpor_options` VALUES (3608,
'_transient_learn_press_user_guest_1496012062', '1496012062', 'no');
INSERT INTO `wpor_options` VALUES (3056,
'_transient_timeout_learn_press_user_guest_1495929325', '1495936525', 'no');
INSERT INTO `wpor_options` VALUES (3057,
'_transient_learn_press_user_guest_1495929325', '1495929325', 'no');
INSERT INTO `wpor_options` VALUES (3058,
'_transient_timeout_learn_press_user_guest_1495930231', '1495937431', 'no');
INSERT INTO `wpor_options` VALUES (3059,
'_transient_learn_press_user_guest_1495930231', '1495930231', 'no');
INSERT INTO `wpor_options` VALUES (3061,
'_transient_timeout_learn_press_user_guest_1495930427', '1495937627', 'no');
INSERT INTO `wpor_options` VALUES (3062,
'_transient_learn_press_user_guest_1495930427', '1495930427', 'no');
INSERT INTO `wpor_options` VALUES (7414, '_transient_timeout_wc_related_139',
'1496881110', 'no');
INSERT INTO `wpor_options` VALUES (7415, '_transient_wc_related_139', 'a:2:
{i:0;s:4:"1696";i:1;s:4:"1690";}', 'no');
INSERT INTO `wpor_options` VALUES (3065,
'_transient_timeout_learn_press_user_guest_1495930430', '1495937630', 'no');
INSERT INTO `wpor_options` VALUES (3066,
'_transient_learn_press_user_guest_1495930430', '1495930430', 'no');
INSERT INTO `wpor_options` VALUES (3067,
'_transient_timeout_learn_press_user_guest_1495930433', '1495937633', 'no');
INSERT INTO `wpor_options` VALUES (3068,
'_transient_learn_press_user_guest_1495930433', '1495930433', 'no');
INSERT INTO `wpor_options` VALUES (3069,
'_transient_timeout_learn_press_user_guest_1495930436', '1495937636', 'no');
INSERT INTO `wpor_options` VALUES (3070,
'_transient_learn_press_user_guest_1495930436', '1495930436', 'no');
INSERT INTO `wpor_options` VALUES (3071,
'_transient_timeout_learn_press_user_guest_1495930442', '1495937642', 'no');
INSERT INTO `wpor_options` VALUES (3072,
'_transient_learn_press_user_guest_1495930442', '1495930442', 'no');
INSERT INTO `wpor_options` VALUES (3073,
'_transient_timeout_learn_press_user_guest_1495930444', '1495937644', 'no');
INSERT INTO `wpor_options` VALUES (3074,
'_transient_learn_press_user_guest_1495930444', '1495930444', 'no');
INSERT INTO `wpor_options` VALUES (3075,
'_transient_timeout_learn_press_user_guest_1495930446', '1495937646', 'no');
INSERT INTO `wpor_options` VALUES (3076,
'_transient_learn_press_user_guest_1495930446', '1495930446', 'no');
INSERT INTO `wpor_options` VALUES (3077,
'_transient_timeout_learn_press_user_guest_1495930458', '1495937658', 'no');
INSERT INTO `wpor_options` VALUES (3078,
'_transient_learn_press_user_guest_1495930458', '1495930458', 'no');
INSERT INTO `wpor_options` VALUES (3079,
'_transient_timeout_learn_press_user_guest_1495930460', '1495937660', 'no');
INSERT INTO `wpor_options` VALUES (3080,
'_transient_learn_press_user_guest_1495930460', '1495930460', 'no');
INSERT INTO `wpor_options` VALUES (3081,
'_transient_timeout_learn_press_user_guest_1495930465', '1495937665', 'no');
INSERT INTO `wpor_options` VALUES (3082,
'_transient_learn_press_user_guest_1495930465', '1495930465', 'no');
INSERT INTO `wpor_options` VALUES (3083,
'_transient_timeout_learn_press_user_guest_1495930466', '1495937666', 'no');
INSERT INTO `wpor_options` VALUES (3084,
'_transient_learn_press_user_guest_1495930466', '1495930466', 'no');
INSERT INTO `wpor_options` VALUES (3085,
'_transient_timeout_learn_press_user_guest_1495930469', '1495937669', 'no');
INSERT INTO `wpor_options` VALUES (3086,
'_transient_learn_press_user_guest_1495930469', '1495930469', 'no');
INSERT INTO `wpor_options` VALUES (3087,
'_transient_timeout_learn_press_user_guest_1495933780', '1495940980', 'no');
INSERT INTO `wpor_options` VALUES (3088,
'_transient_learn_press_user_guest_1495933780', '1495933780', 'no');
INSERT INTO `wpor_options` VALUES (3108,
'_transient_timeout_learn_press_user_guest_1495933876', '1495941076', 'no');
INSERT INTO `wpor_options` VALUES (3090,
'_transient_timeout_learn_press_user_guest_1495933790', '1495940990', 'no');
INSERT INTO `wpor_options` VALUES (3091,
'_transient_learn_press_user_guest_1495933790', '1495933790', 'no');
INSERT INTO `wpor_options` VALUES (3092,
'_transient_timeout_learn_press_user_guest_1495933792', '1495940992', 'no');
INSERT INTO `wpor_options` VALUES (3093,
'_transient_learn_press_user_guest_1495933792', '1495933792', 'no');
INSERT INTO `wpor_options` VALUES (3094,
'_transient_timeout_learn_press_user_guest_1495933798', '1495940998', 'no');
INSERT INTO `wpor_options` VALUES (3095,
'_transient_learn_press_user_guest_1495933798', '1495933798', 'no');
INSERT INTO `wpor_options` VALUES (3096,
'_transient_timeout_learn_press_user_guest_1495933804', '1495941004', 'no');
INSERT INTO `wpor_options` VALUES (3097,
'_transient_learn_press_user_guest_1495933804', '1495933804', 'no');
INSERT INTO `wpor_options` VALUES (3098,
'_transient_timeout_learn_press_user_guest_1495933812', '1495941012', 'no');
INSERT INTO `wpor_options` VALUES (3099,
'_transient_learn_press_user_guest_1495933812', '1495933812', 'no');
INSERT INTO `wpor_options` VALUES (3100,
'_transient_timeout_learn_press_user_guest_1495933814', '1495941014', 'no');
INSERT INTO `wpor_options` VALUES (3101,
'_transient_learn_press_user_guest_1495933814', '1495933814', 'no');
INSERT INTO `wpor_options` VALUES (3102,
'_transient_timeout_learn_press_user_guest_1495933817', '1495941017', 'no');
INSERT INTO `wpor_options` VALUES (3103,
'_transient_learn_press_user_guest_1495933817', '1495933817', 'no');
INSERT INTO `wpor_options` VALUES (3104,
'_transient_timeout_learn_press_user_guest_1495933824', '1495941024', 'no');
INSERT INTO `wpor_options` VALUES (3105,
'_transient_learn_press_user_guest_1495933824', '1495933824', 'no');
INSERT INTO `wpor_options` VALUES (3106,
'_transient_timeout_learn_press_user_guest_1495933844', '1495941044', 'no');
INSERT INTO `wpor_options` VALUES (3107,
'_transient_learn_press_user_guest_1495933844', '1495933844', 'no');
INSERT INTO `wpor_options` VALUES (3109,
'_transient_learn_press_user_guest_1495933876', '1495933876', 'no');
INSERT INTO `wpor_options` VALUES (3110,
'_transient_timeout_learn_press_user_guest_1495933882', '1495941082', 'no');
INSERT INTO `wpor_options` VALUES (3111,
'_transient_learn_press_user_guest_1495933882', '1495933882', 'no');
INSERT INTO `wpor_options` VALUES (3115,
'_transient_timeout_learn_press_user_guest_1495934643', '1495941843', 'no');
INSERT INTO `wpor_options` VALUES (3113,
'_transient_timeout_learn_press_user_guest_1495934641', '1495941841', 'no');
INSERT INTO `wpor_options` VALUES (3114,
'_transient_learn_press_user_guest_1495934641', '1495934641', 'no');
INSERT INTO `wpor_options` VALUES (3116,
'_transient_learn_press_user_guest_1495934643', '1495934643', 'no');
INSERT INTO `wpor_options` VALUES (3119,
'_transient_timeout_learn_press_user_guest_1495934645', '1495941845', 'no');
INSERT INTO `wpor_options` VALUES (3120,
'_transient_learn_press_user_guest_1495934645', '1495934645', 'no');
INSERT INTO `wpor_options` VALUES (3121,
'_transient_timeout_learn_press_user_guest_1495935096', '1495942296', 'no');
INSERT INTO `wpor_options` VALUES (3122,
'_transient_learn_press_user_guest_1495935096', '1495935096', 'no');
INSERT INTO `wpor_options` VALUES (3126,
'_transient_timeout_learn_press_user_guest_1495935099', '1495942299', 'no');
INSERT INTO `wpor_options` VALUES (3124,
'_transient_timeout_learn_press_user_guest_1495935097', '1495942297', 'no');
INSERT INTO `wpor_options` VALUES (3125,
'_transient_learn_press_user_guest_1495935097', '1495935097', 'no');
INSERT INTO `wpor_options` VALUES (3127,
'_transient_learn_press_user_guest_1495935099', '1495935099', 'no');
INSERT INTO `wpor_options` VALUES (3128,
'_transient_timeout_learn_press_user_guest_1495935643', '1495942843', 'no');
INSERT INTO `wpor_options` VALUES (3129,
'_transient_learn_press_user_guest_1495935643', '1495935643', 'no');
INSERT INTO `wpor_options` VALUES (3133,
'_transient_timeout_learn_press_user_guest_1495935648', '1495942848', 'no');
INSERT INTO `wpor_options` VALUES (3134,
'_transient_learn_press_user_guest_1495935648', '1495935648', 'no');
INSERT INTO `wpor_options` VALUES (3135,
'_transient_timeout_learn_press_user_guest_1495935657', '1495942857', 'no');
INSERT INTO `wpor_options` VALUES (3136,
'_transient_learn_press_user_guest_1495935657', '1495935657', 'no');
INSERT INTO `wpor_options` VALUES (3137,
'_transient_timeout_learn_press_user_guest_1495935665', '1495942865', 'no');
INSERT INTO `wpor_options` VALUES (3138,
'_transient_learn_press_user_guest_1495935665', '1495935665', 'no');
INSERT INTO `wpor_options` VALUES (3141,
'_transient_timeout_learn_press_user_guest_1495935672', '1495942872', 'no');
INSERT INTO `wpor_options` VALUES (3142,
'_transient_learn_press_user_guest_1495935672', '1495935672', 'no');
INSERT INTO `wpor_options` VALUES (3143,
'_transient_timeout_learn_press_user_guest_1495935678', '1495942878', 'no');
INSERT INTO `wpor_options` VALUES (3144,
'_transient_learn_press_user_guest_1495935678', '1495935678', 'no');
INSERT INTO `wpor_options` VALUES (3147,
'_transient_timeout_learn_press_user_guest_1495935684', '1495942884', 'no');
INSERT INTO `wpor_options` VALUES (3148,
'_transient_learn_press_user_guest_1495935684', '1495935684', 'no');
INSERT INTO `wpor_options` VALUES (3149,
'_transient_timeout_learn_press_user_guest_1495935687', '1495942887', 'no');
INSERT INTO `wpor_options` VALUES (3150,
'_transient_learn_press_user_guest_1495935687', '1495935687', 'no');
INSERT INTO `wpor_options` VALUES (3151,
'_transient_timeout_learn_press_user_guest_1495935690', '1495942890', 'no');
INSERT INTO `wpor_options` VALUES (3152,
'_transient_learn_press_user_guest_1495935690', '1495935690', 'no');
INSERT INTO `wpor_options` VALUES (3153,
'_transient_timeout_learn_press_user_guest_1495935699', '1495942899', 'no');
INSERT INTO `wpor_options` VALUES (3154,
'_transient_learn_press_user_guest_1495935699', '1495935699', 'no');
INSERT INTO `wpor_options` VALUES (3155,
'_transient_timeout_learn_press_user_guest_1495935705', '1495942905', 'no');
INSERT INTO `wpor_options` VALUES (3156,
'_transient_learn_press_user_guest_1495935705', '1495935705', 'no');
INSERT INTO `wpor_options` VALUES (3157,
'_transient_timeout_learn_press_user_guest_1495935711', '1495942911', 'no');
INSERT INTO `wpor_options` VALUES (3158,
'_transient_learn_press_user_guest_1495935711', '1495935711', 'no');
INSERT INTO `wpor_options` VALUES (3159,
'_transient_timeout_learn_press_user_guest_1495935716', '1495942916', 'no');
INSERT INTO `wpor_options` VALUES (3160,
'_transient_learn_press_user_guest_1495935716', '1495935716', 'no');
INSERT INTO `wpor_options` VALUES (3161,
'_transient_timeout_learn_press_user_guest_1495936715', '1495943915', 'no');
INSERT INTO `wpor_options` VALUES (3162,
'_transient_learn_press_user_guest_1495936715', '1495936715', 'no');
INSERT INTO `wpor_options` VALUES (3164,
'_transient_timeout_learn_press_user_guest_1495936722', '1495943922', 'no');
INSERT INTO `wpor_options` VALUES (3165,
'_transient_learn_press_user_guest_1495936722', '1495936722', 'no');
INSERT INTO `wpor_options` VALUES (3166,
'_transient_timeout_learn_press_user_guest_1495936729', '1495943929', 'no');
INSERT INTO `wpor_options` VALUES (3167,
'_transient_learn_press_user_guest_1495936729', '1495936729', 'no');
INSERT INTO `wpor_options` VALUES (3168,
'_transient_timeout_learn_press_user_guest_1495936735', '1495943935', 'no');
INSERT INTO `wpor_options` VALUES (3169,
'_transient_learn_press_user_guest_1495936735', '1495936735', 'no');
INSERT INTO `wpor_options` VALUES (3170,
'_transient_timeout_learn_press_user_guest_1495936742', '1495943942', 'no');
INSERT INTO `wpor_options` VALUES (3171,
'_transient_learn_press_user_guest_1495936742', '1495936742', 'no');
INSERT INTO `wpor_options` VALUES (3172,
'_transient_timeout_learn_press_user_guest_1495936749', '1495943949', 'no');
INSERT INTO `wpor_options` VALUES (3173,
'_transient_learn_press_user_guest_1495936749', '1495936749', 'no');
INSERT INTO `wpor_options` VALUES (3174,
'_transient_timeout_learn_press_user_guest_1495936753', '1495943953', 'no');
INSERT INTO `wpor_options` VALUES (3175,
'_transient_learn_press_user_guest_1495936753', '1495936753', 'no');
INSERT INTO `wpor_options` VALUES (3179,
'_transient_timeout_learn_press_user_guest_1495938152', '1495945352', 'no');
INSERT INTO `wpor_options` VALUES (3177,
'_transient_timeout_learn_press_user_guest_1495937295', '1495944495', 'no');
INSERT INTO `wpor_options` VALUES (3178,
'_transient_learn_press_user_guest_1495937295', '1495937295', 'no');
INSERT INTO `wpor_options` VALUES (3180,
'_transient_learn_press_user_guest_1495938152', '1495938152', 'no');
INSERT INTO `wpor_options` VALUES (3184,
'_transient_timeout_learn_press_user_guest_1495938185', '1495945385', 'no');
INSERT INTO `wpor_options` VALUES (3182,
'_transient_timeout_learn_press_user_guest_1495938153', '1495945353', 'no');
INSERT INTO `wpor_options` VALUES (3183,
'_transient_learn_press_user_guest_1495938153', '1495938153', 'no');
INSERT INTO `wpor_options` VALUES (3185,
'_transient_learn_press_user_guest_1495938185', '1495938185', 'no');
INSERT INTO `wpor_options` VALUES (6889, '_transient_timeout_wc_related_142',
'1496656648', 'no');
INSERT INTO `wpor_options` VALUES (6890, '_transient_wc_related_142', 'a:6:
{i:0;s:4:"1692";i:1;s:3:"145";i:2;s:3:"143";i:3;s:3:"140";i:4;s:3:"138";i:5;s:3:"13
7";}', 'no');
INSERT INTO `wpor_options` VALUES (3188,
'_transient_timeout_learn_press_user_guest_1495938364', '1495945564', 'no');
INSERT INTO `wpor_options` VALUES (3189,
'_transient_learn_press_user_guest_1495938364', '1495938364', 'no');
INSERT INTO `wpor_options` VALUES (3190,
'_transient_timeout_learn_press_user_guest_1495939791', '1495946991', 'no');
INSERT INTO `wpor_options` VALUES (3191,
'_transient_learn_press_user_guest_1495939791', '1495939791', 'no');
INSERT INTO `wpor_options` VALUES (3192,
'_transient_timeout_learn_press_user_guest_1495939792', '1495946992', 'no');
INSERT INTO `wpor_options` VALUES (3193,
'_transient_learn_press_user_guest_1495939792', '1495939792', 'no');
INSERT INTO `wpor_options` VALUES (3195,
'_transient_timeout_learn_press_user_guest_1495940141', '1495947341', 'no');
INSERT INTO `wpor_options` VALUES (3196,
'_transient_learn_press_user_guest_1495940141', '1495940141', 'no');
INSERT INTO `wpor_options` VALUES (3197,
'_transient_timeout_learn_press_user_guest_1495940201', '1495947401', 'no');
INSERT INTO `wpor_options` VALUES (3198,
'_transient_learn_press_user_guest_1495940201', '1495940201', 'no');
INSERT INTO `wpor_options` VALUES (3199,
'_transient_timeout_learn_press_user_guest_1495940275', '1495947475', 'no');
INSERT INTO `wpor_options` VALUES (3200,
'_transient_learn_press_user_guest_1495940275', '1495940275', 'no');
INSERT INTO `wpor_options` VALUES (3204,
'_transient_timeout_learn_press_user_guest_1495941828', '1495949028', 'no');
INSERT INTO `wpor_options` VALUES (3202,
'_transient_timeout_learn_press_user_guest_1495941827', '1495949027', 'no');
INSERT INTO `wpor_options` VALUES (3203,
'_transient_learn_press_user_guest_1495941827', '1495941827', 'no');
INSERT INTO `wpor_options` VALUES (3205,
'_transient_learn_press_user_guest_1495941828', '1495941828', 'no');
INSERT INTO `wpor_options` VALUES (3206,
'_transient_timeout_learn_press_user_guest_1495941833', '1495949033', 'no');
INSERT INTO `wpor_options` VALUES (3207,
'_transient_learn_press_user_guest_1495941833', '1495941833', 'no');
INSERT INTO `wpor_options` VALUES (3208,
'_transient_timeout_learn_press_user_guest_1495941869', '1495949069', 'no');
INSERT INTO `wpor_options` VALUES (3209,
'_transient_learn_press_user_guest_1495941869', '1495941869', 'no');
INSERT INTO `wpor_options` VALUES (3210,
'_transient_timeout_learn_press_user_guest_1495941870', '1495949070', 'no');
INSERT INTO `wpor_options` VALUES (3211,
'_transient_learn_press_user_guest_1495941870', '1495941870', 'no');
INSERT INTO `wpor_options` VALUES (3212,
'_transient_timeout_learn_press_user_guest_1495943011', '1495950211', 'no');
INSERT INTO `wpor_options` VALUES (3213,
'_transient_learn_press_user_guest_1495943011', '1495943011', 'no');
INSERT INTO `wpor_options` VALUES (3217,
'_transient_timeout_learn_press_user_guest_1495944781', '1495951981', 'no');
INSERT INTO `wpor_options` VALUES (3215,
'_transient_timeout_learn_press_user_guest_1495944780', '1495951980', 'no');
INSERT INTO `wpor_options` VALUES (3216,
'_transient_learn_press_user_guest_1495944780', '1495944780', 'no');
INSERT INTO `wpor_options` VALUES (3218,
'_transient_learn_press_user_guest_1495944781', '1495944781', 'no');
INSERT INTO `wpor_options` VALUES (3219,
'_transient_timeout_learn_press_user_guest_1495944783', '1495951983', 'no');
INSERT INTO `wpor_options` VALUES (3220,
'_transient_learn_press_user_guest_1495944783', '1495944783', 'no');
INSERT INTO `wpor_options` VALUES (3221,
'_transient_timeout_learn_press_user_guest_1495944787', '1495951987', 'no');
INSERT INTO `wpor_options` VALUES (3222,
'_transient_learn_press_user_guest_1495944787', '1495944787', 'no');
INSERT INTO `wpor_options` VALUES (3223,
'_transient_timeout_learn_press_user_guest_1495944789', '1495951989', 'no');
INSERT INTO `wpor_options` VALUES (3224,
'_transient_learn_press_user_guest_1495944789', '1495944789', 'no');
INSERT INTO `wpor_options` VALUES (3225,
'_transient_timeout_learn_press_user_guest_1495944790', '1495951990', 'no');
INSERT INTO `wpor_options` VALUES (3226,
'_transient_learn_press_user_guest_1495944790', '1495944790', 'no');
INSERT INTO `wpor_options` VALUES (3227,
'_transient_timeout_learn_press_user_guest_1495944791', '1495951991', 'no');
INSERT INTO `wpor_options` VALUES (3228,
'_transient_learn_press_user_guest_1495944791', '1495944791', 'no');
INSERT INTO `wpor_options` VALUES (3229,
'_transient_timeout_learn_press_user_guest_1495944792', '1495951992', 'no');
INSERT INTO `wpor_options` VALUES (3230,
'_transient_learn_press_user_guest_1495944792', '1495944792', 'no');
INSERT INTO `wpor_options` VALUES (3231,
'_transient_timeout_learn_press_user_guest_1495944861', '1495952061', 'no');
INSERT INTO `wpor_options` VALUES (3232,
'_transient_learn_press_user_guest_1495944861', '1495944861', 'no');
INSERT INTO `wpor_options` VALUES (3233,
'_transient_timeout_learn_press_user_guest_1495944862', '1495952062', 'no');
INSERT INTO `wpor_options` VALUES (3234,
'_transient_learn_press_user_guest_1495944862', '1495944862', 'no');
INSERT INTO `wpor_options` VALUES (3235,
'_transient_timeout_learn_press_user_guest_1495944867', '1495952067', 'no');
INSERT INTO `wpor_options` VALUES (3236,
'_transient_learn_press_user_guest_1495944867', '1495944867', 'no');
INSERT INTO `wpor_options` VALUES (3237,
'_transient_timeout_learn_press_user_guest_1495944878', '1495952078', 'no');
INSERT INTO `wpor_options` VALUES (3238,
'_transient_learn_press_user_guest_1495944878', '1495944878', 'no');
INSERT INTO `wpor_options` VALUES (3239,
'_transient_timeout_learn_press_user_guest_1495945437', '1495952637', 'no');
INSERT INTO `wpor_options` VALUES (3240,
'_transient_learn_press_user_guest_1495945437', '1495945437', 'no');
INSERT INTO `wpor_options` VALUES (3244,
'_transient_timeout_learn_press_user_guest_1495945440', '1495952640', 'no');
INSERT INTO `wpor_options` VALUES (3242,
'_transient_timeout_learn_press_user_guest_1495945438', '1495952638', 'no');
INSERT INTO `wpor_options` VALUES (3243,
'_transient_learn_press_user_guest_1495945438', '1495945438', 'no');
INSERT INTO `wpor_options` VALUES (3245,
'_transient_learn_press_user_guest_1495945440', '1495945440', 'no');
INSERT INTO `wpor_options` VALUES (3246,
'_transient_timeout_learn_press_user_guest_1495945593', '1495952793', 'no');
INSERT INTO `wpor_options` VALUES (3247,
'_transient_learn_press_user_guest_1495945593', '1495945593', 'no');
INSERT INTO `wpor_options` VALUES (3251,
'_transient_timeout_learn_press_user_guest_1495946127', '1495953327', 'no');
INSERT INTO `wpor_options` VALUES (3249,
'_transient_timeout_learn_press_user_guest_1495946126', '1495953326', 'no');
INSERT INTO `wpor_options` VALUES (3250,
'_transient_learn_press_user_guest_1495946126', '1495946126', 'no');
INSERT INTO `wpor_options` VALUES (3252,
'_transient_learn_press_user_guest_1495946127', '1495946127', 'no');
INSERT INTO `wpor_options` VALUES (3253,
'_transient_timeout_learn_press_user_guest_1495946129', '1495953329', 'no');
INSERT INTO `wpor_options` VALUES (3254,
'_transient_learn_press_user_guest_1495946129', '1495946129', 'no');
INSERT INTO `wpor_options` VALUES (3257,
'_transient_timeout_learn_press_user_guest_1495946186', '1495953386', 'no');
INSERT INTO `wpor_options` VALUES (3258,
'_transient_learn_press_user_guest_1495946186', '1495946186', 'no');
INSERT INTO `wpor_options` VALUES (3259,
'_transient_timeout_learn_press_user_guest_1495946218', '1495953418', 'no');
INSERT INTO `wpor_options` VALUES (3260,
'_transient_learn_press_user_guest_1495946218', '1495946218', 'no');
INSERT INTO `wpor_options` VALUES (3266,
'_transient_timeout_learn_press_user_guest_1495948116', '1495955316', 'no');
INSERT INTO `wpor_options` VALUES (3262,
'_transient_timeout_learn_press_user_guest_1495947230', '1495954430', 'no');
INSERT INTO `wpor_options` VALUES (3263,
'_transient_learn_press_user_guest_1495947230', '1495947230', 'no');
INSERT INTO `wpor_options` VALUES (3264,
'_transient_timeout_learn_press_user_guest_1495947316', '1495954516', 'no');
INSERT INTO `wpor_options` VALUES (3265,
'_transient_learn_press_user_guest_1495947316', '1495947316', 'no');
INSERT INTO `wpor_options` VALUES (3267,
'_transient_learn_press_user_guest_1495948116', '1495948116', 'no');
INSERT INTO `wpor_options` VALUES (3281,
'_transient_timeout_learn_press_user_guest_1495949018', '1495956218', 'no');
INSERT INTO `wpor_options` VALUES (4882, '_transient_timeout_wc_related_145',
'1496242765', 'no');
INSERT INTO `wpor_options` VALUES (4883, '_transient_wc_related_145', 'a:6:
{i:0;s:4:"1692";i:1;s:3:"143";i:2;s:3:"142";i:3;s:3:"140";i:4;s:3:"138";i:5;s:3:"13
7";}', 'no');
INSERT INTO `wpor_options` VALUES (3271,
'_transient_timeout_learn_press_user_guest_1495948119', '1495955319', 'no');
INSERT INTO `wpor_options` VALUES (3272,
'_transient_learn_press_user_guest_1495948119', '1495948119', 'no');
INSERT INTO `wpor_options` VALUES (3273,
'_transient_timeout_learn_press_user_guest_1495948122', '1495955322', 'no');
INSERT INTO `wpor_options` VALUES (3274,
'_transient_learn_press_user_guest_1495948122', '1495948122', 'no');
INSERT INTO `wpor_options` VALUES (3275,
'_transient_timeout_learn_press_user_guest_1495948128', '1495955328', 'no');
INSERT INTO `wpor_options` VALUES (3276,
'_transient_learn_press_user_guest_1495948128', '1495948128', 'no');
INSERT INTO `wpor_options` VALUES (3277,
'_transient_timeout_learn_press_user_guest_1495948220', '1495955420', 'no');
INSERT INTO `wpor_options` VALUES (3278,
'_transient_learn_press_user_guest_1495948220', '1495948220', 'no');
INSERT INTO `wpor_options` VALUES (3279,
'_transient_timeout_learn_press_user_guest_1495948221', '1495955421', 'no');
INSERT INTO `wpor_options` VALUES (3280,
'_transient_learn_press_user_guest_1495948221', '1495948221', 'no');
INSERT INTO `wpor_options` VALUES (3282,
'_transient_learn_press_user_guest_1495949018', '1495949018', 'no');
INSERT INTO `wpor_options` VALUES (3289,
'_transient_timeout_learn_press_user_guest_1495951377', '1495958577', 'no');
INSERT INTO `wpor_options` VALUES (3284,
'_transient_timeout_learn_press_user_guest_1495951372', '1495958572', 'no');
INSERT INTO `wpor_options` VALUES (3285,
'_transient_learn_press_user_guest_1495951372', '1495951372', 'no');
INSERT INTO `wpor_options` VALUES (3287,
'_transient_timeout_learn_press_user_guest_1495951374', '1495958574', 'no');
INSERT INTO `wpor_options` VALUES (3288,
'_transient_learn_press_user_guest_1495951374', '1495951374', 'no');
INSERT INTO `wpor_options` VALUES (3290,
'_transient_learn_press_user_guest_1495951377', '1495951377', 'no');
INSERT INTO `wpor_options` VALUES (3291,
'_transient_timeout_learn_press_user_guest_1495951381', '1495958581', 'no');
INSERT INTO `wpor_options` VALUES (3292,
'_transient_learn_press_user_guest_1495951381', '1495951381', 'no');
INSERT INTO `wpor_options` VALUES (3293,
'_transient_timeout_learn_press_user_guest_1495951384', '1495958584', 'no');
INSERT INTO `wpor_options` VALUES (3294,
'_transient_learn_press_user_guest_1495951384', '1495951384', 'no');
INSERT INTO `wpor_options` VALUES (3295,
'_transient_timeout_learn_press_user_guest_1495951387', '1495958587', 'no');
INSERT INTO `wpor_options` VALUES (3296,
'_transient_learn_press_user_guest_1495951387', '1495951387', 'no');
INSERT INTO `wpor_options` VALUES (3297,
'_transient_timeout_learn_press_user_guest_1495961161', '1495968361', 'no');
INSERT INTO `wpor_options` VALUES (3298,
'_transient_learn_press_user_guest_1495961161', '1495961161', 'no');
INSERT INTO `wpor_options` VALUES (3354,
'_transient_timeout_learn_press_user_guest_1495961236', '1495968436', 'no');
INSERT INTO `wpor_options` VALUES (3300,
'_transient_timeout_learn_press_user_guest_1495961164', '1495968364', 'no');
INSERT INTO `wpor_options` VALUES (3301,
'_transient_learn_press_user_guest_1495961164', '1495961164', 'no');
INSERT INTO `wpor_options` VALUES (3302,
'_transient_timeout_learn_press_user_guest_1495961167', '1495968367', 'no');
INSERT INTO `wpor_options` VALUES (3303,
'_transient_learn_press_user_guest_1495961167', '1495961167', 'no');
INSERT INTO `wpor_options` VALUES (3304,
'_transient_timeout_learn_press_user_guest_1495961171', '1495968371', 'no');
INSERT INTO `wpor_options` VALUES (3305,
'_transient_learn_press_user_guest_1495961171', '1495961171', 'no');
INSERT INTO `wpor_options` VALUES (3306,
'_transient_timeout_learn_press_user_guest_1495961174', '1495968374', 'no');
INSERT INTO `wpor_options` VALUES (3307,
'_transient_learn_press_user_guest_1495961174', '1495961174', 'no');
INSERT INTO `wpor_options` VALUES (3308,
'_transient_timeout_learn_press_user_guest_1495961177', '1495968377', 'no');
INSERT INTO `wpor_options` VALUES (3309,
'_transient_learn_press_user_guest_1495961177', '1495961177', 'no');
INSERT INTO `wpor_options` VALUES (3310,
'_transient_timeout_learn_press_user_guest_1495961189', '1495968389', 'no');
INSERT INTO `wpor_options` VALUES (3311,
'_transient_learn_press_user_guest_1495961189', '1495961189', 'no');
INSERT INTO `wpor_options` VALUES (7560, '_transient_timeout_wc_related_140',
'1496920884', 'no');
INSERT INTO `wpor_options` VALUES (7561, '_transient_wc_related_140', 'a:6:
{i:0;s:4:"1692";i:1;s:3:"145";i:2;s:3:"143";i:3;s:3:"142";i:4;s:3:"138";i:5;s:3:"13
7";}', 'no');
INSERT INTO `wpor_options` VALUES (3314,
'_transient_timeout_learn_press_user_guest_1495961192', '1495968392', 'no');
INSERT INTO `wpor_options` VALUES (3315,
'_transient_learn_press_user_guest_1495961192', '1495961192', 'no');
INSERT INTO `wpor_options` VALUES (3316,
'_transient_timeout_learn_press_user_guest_1495961197', '1495968397', 'no');
INSERT INTO `wpor_options` VALUES (3317,
'_transient_learn_press_user_guest_1495961197', '1495961197', 'no');
INSERT INTO `wpor_options` VALUES (7967, '_transient_timeout_wc_related_1692',
'1496985848', 'no');
INSERT INTO `wpor_options` VALUES (7968, '_transient_wc_related_1692', 'a:6:
{i:0;s:3:"145";i:1;s:3:"143";i:2;s:3:"142";i:3;s:3:"140";i:4;s:3:"138";i:5;s:3:"137
";}', 'no');
INSERT INTO `wpor_options` VALUES (3320,
'_transient_timeout_learn_press_user_guest_1495961200', '1495968400', 'no');
INSERT INTO `wpor_options` VALUES (3321,
'_transient_learn_press_user_guest_1495961200', '1495961200', 'no');
INSERT INTO `wpor_options` VALUES (3322,
'_transient_timeout_learn_press_user_guest_1495961203', '1495968403', 'no');
INSERT INTO `wpor_options` VALUES (3323,
'_transient_learn_press_user_guest_1495961203', '1495961203', 'no');
INSERT INTO `wpor_options` VALUES (3324,
'_transient_timeout_learn_press_user_guest_1495961206', '1495968406', 'no');
INSERT INTO `wpor_options` VALUES (3325,
'_transient_learn_press_user_guest_1495961206', '1495961206', 'no');
INSERT INTO `wpor_options` VALUES (7846, '_transient_timeout_wc_related_138',
'1496966458', 'no');
INSERT INTO `wpor_options` VALUES (7847, '_transient_wc_related_138', 'a:6:
{i:0;s:4:"1692";i:1;s:3:"145";i:2;s:3:"143";i:3;s:3:"142";i:4;s:3:"140";i:5;s:3:"13
7";}', 'no');
INSERT INTO `wpor_options` VALUES (3328,
'_transient_timeout_learn_press_user_guest_1495961209', '1495968409', 'no');
INSERT INTO `wpor_options` VALUES (3329,
'_transient_learn_press_user_guest_1495961209', '1495961209', 'no');
INSERT INTO `wpor_options` VALUES (3330,
'_transient_timeout_learn_press_user_guest_1495961212', '1495968412', 'no');
INSERT INTO `wpor_options` VALUES (3331,
'_transient_learn_press_user_guest_1495961212', '1495961212', 'no');
INSERT INTO `wpor_options` VALUES (3332,
'_transient_timeout_learn_press_user_guest_1495961215', '1495968415', 'no');
INSERT INTO `wpor_options` VALUES (3333,
'_transient_learn_press_user_guest_1495961215', '1495961215', 'no');
INSERT INTO `wpor_options` VALUES (3334,
'_transient_timeout_learn_press_user_guest_1495961216', '1495968416', 'no');
INSERT INTO `wpor_options` VALUES (3335,
'_transient_learn_press_user_guest_1495961216', '1495961216', 'no');
INSERT INTO `wpor_options` VALUES (3336,
'_transient_timeout_learn_press_user_guest_1495961218', '1495968418', 'no');
INSERT INTO `wpor_options` VALUES (3337,
'_transient_learn_press_user_guest_1495961218', '1495961218', 'no');
INSERT INTO `wpor_options` VALUES (3338,
'_transient_timeout_learn_press_user_guest_1495961222', '1495968422', 'no');
INSERT INTO `wpor_options` VALUES (3339,
'_transient_learn_press_user_guest_1495961222', '1495961222', 'no');
INSERT INTO `wpor_options` VALUES (3353,
'_transient_learn_press_user_guest_1495961233', '1495961233', 'no');
INSERT INTO `wpor_options` VALUES (3341,
'_transient_timeout_learn_press_user_guest_1495961224', '1495968424', 'no');
INSERT INTO `wpor_options` VALUES (3342,
'_transient_learn_press_user_guest_1495961224', '1495961224', 'no');
INSERT INTO `wpor_options` VALUES (3345,
'_transient_timeout_learn_press_user_guest_1495961227', '1495968427', 'no');
INSERT INTO `wpor_options` VALUES (3346,
'_transient_learn_press_user_guest_1495961227', '1495961227', 'no');
INSERT INTO `wpor_options` VALUES (3355,
'_transient_learn_press_user_guest_1495961236', '1495961236', 'no');
INSERT INTO `wpor_options` VALUES (3352,
'_transient_timeout_learn_press_user_guest_1495961233', '1495968433', 'no');
INSERT INTO `wpor_options` VALUES (3356,
'_transient_timeout_learn_press_user_guest_1495961239', '1495968439', 'no');
INSERT INTO `wpor_options` VALUES (3357,
'_transient_learn_press_user_guest_1495961239', '1495961239', 'no');
INSERT INTO `wpor_options` VALUES (3358,
'_transient_timeout_learn_press_user_guest_1495961242', '1495968442', 'no');
INSERT INTO `wpor_options` VALUES (3359,
'_transient_learn_press_user_guest_1495961242', '1495961242', 'no');
INSERT INTO `wpor_options` VALUES (3360,
'_transient_timeout_learn_press_user_guest_1495961245', '1495968445', 'no');
INSERT INTO `wpor_options` VALUES (3361,
'_transient_learn_press_user_guest_1495961245', '1495961245', 'no');
INSERT INTO `wpor_options` VALUES (3362,
'_transient_timeout_learn_press_user_guest_1495961248', '1495968448', 'no');
INSERT INTO `wpor_options` VALUES (3363,
'_transient_learn_press_user_guest_1495961248', '1495961248', 'no');
INSERT INTO `wpor_options` VALUES (3364,
'_transient_timeout_learn_press_user_guest_1495961250', '1495968450', 'no');
INSERT INTO `wpor_options` VALUES (3365,
'_transient_learn_press_user_guest_1495961250', '1495961250', 'no');
INSERT INTO `wpor_options` VALUES (3366,
'_transient_timeout_learn_press_user_guest_1495961253', '1495968453', 'no');
INSERT INTO `wpor_options` VALUES (3367,
'_transient_learn_press_user_guest_1495961253', '1495961253', 'no');
INSERT INTO `wpor_options` VALUES (3368,
'_transient_timeout_learn_press_user_guest_1495961256', '1495968456', 'no');
INSERT INTO `wpor_options` VALUES (3369,
'_transient_learn_press_user_guest_1495961256', '1495961256', 'no');
INSERT INTO `wpor_options` VALUES (3370,
'_transient_timeout_learn_press_user_guest_1495961259', '1495968459', 'no');
INSERT INTO `wpor_options` VALUES (3371,
'_transient_learn_press_user_guest_1495961259', '1495961259', 'no');
INSERT INTO `wpor_options` VALUES (3372,
'_transient_timeout_learn_press_user_guest_1495961261', '1495968461', 'no');
INSERT INTO `wpor_options` VALUES (3373,
'_transient_learn_press_user_guest_1495961261', '1495961261', 'no');
INSERT INTO `wpor_options` VALUES (3374,
'_transient_timeout_learn_press_user_guest_1495961264', '1495968464', 'no');
INSERT INTO `wpor_options` VALUES (3375,
'_transient_learn_press_user_guest_1495961264', '1495961264', 'no');
INSERT INTO `wpor_options` VALUES (3376,
'_transient_timeout_learn_press_user_guest_1495961267', '1495968467', 'no');
INSERT INTO `wpor_options` VALUES (3377,
'_transient_learn_press_user_guest_1495961267', '1495961267', 'no');
INSERT INTO `wpor_options` VALUES (3378,
'_transient_timeout_learn_press_user_guest_1495961481', '1495968681', 'no');
INSERT INTO `wpor_options` VALUES (3379,
'_transient_learn_press_user_guest_1495961481', '1495961481', 'no');
INSERT INTO `wpor_options` VALUES (3381,
'_transient_timeout_learn_press_user_guest_1495961487', '1495968687', 'no');
INSERT INTO `wpor_options` VALUES (3382,
'_transient_learn_press_user_guest_1495961487', '1495961487', 'no');
INSERT INTO `wpor_options` VALUES (3383,
'_transient_timeout_learn_press_user_guest_1495961492', '1495968692', 'no');
INSERT INTO `wpor_options` VALUES (3384,
'_transient_learn_press_user_guest_1495961492', '1495961492', 'no');
INSERT INTO `wpor_options` VALUES (3387,
'_transient_timeout_learn_press_user_guest_1495961497', '1495968697', 'no');
INSERT INTO `wpor_options` VALUES (3388,
'_transient_learn_press_user_guest_1495961497', '1495961497', 'no');
INSERT INTO `wpor_options` VALUES (3389,
'_transient_timeout_learn_press_user_guest_1495961501', '1495968701', 'no');
INSERT INTO `wpor_options` VALUES (3390,
'_transient_learn_press_user_guest_1495961501', '1495961501', 'no');
INSERT INTO `wpor_options` VALUES (3391,
'_transient_timeout_learn_press_user_guest_1495961506', '1495968706', 'no');
INSERT INTO `wpor_options` VALUES (3392,
'_transient_learn_press_user_guest_1495961506', '1495961506', 'no');
INSERT INTO `wpor_options` VALUES (3393,
'_transient_timeout_learn_press_user_guest_1495961510', '1495968710', 'no');
INSERT INTO `wpor_options` VALUES (3394,
'_transient_learn_press_user_guest_1495961510', '1495961510', 'no');
INSERT INTO `wpor_options` VALUES (3395,
'_transient_timeout_learn_press_user_guest_1495961513', '1495968713', 'no');
INSERT INTO `wpor_options` VALUES (3396,
'_transient_learn_press_user_guest_1495961513', '1495961513', 'no');
INSERT INTO `wpor_options` VALUES (3397,
'_transient_timeout_learn_press_user_guest_1495961518', '1495968718', 'no');
INSERT INTO `wpor_options` VALUES (3398,
'_transient_learn_press_user_guest_1495961518', '1495961518', 'no');
INSERT INTO `wpor_options` VALUES (3399,
'_transient_timeout_learn_press_user_guest_1495961520', '1495968720', 'no');
INSERT INTO `wpor_options` VALUES (3400,
'_transient_learn_press_user_guest_1495961520', '1495961520', 'no');
INSERT INTO `wpor_options` VALUES (3401,
'_transient_timeout_learn_press_user_guest_1495961523', '1495968723', 'no');
INSERT INTO `wpor_options` VALUES (3402,
'_transient_learn_press_user_guest_1495961523', '1495961523', 'no');
INSERT INTO `wpor_options` VALUES (3403,
'_transient_timeout_learn_press_user_guest_1495961525', '1495968725', 'no');
INSERT INTO `wpor_options` VALUES (3404,
'_transient_learn_press_user_guest_1495961525', '1495961525', 'no');
INSERT INTO `wpor_options` VALUES (3405,
'_transient_timeout_learn_press_user_guest_1495961528', '1495968728', 'no');
INSERT INTO `wpor_options` VALUES (3406,
'_transient_learn_press_user_guest_1495961528', '1495961528', 'no');
INSERT INTO `wpor_options` VALUES (3407,
'_transient_timeout_learn_press_user_guest_1495961534', '1495968734', 'no');
INSERT INTO `wpor_options` VALUES (3408,
'_transient_learn_press_user_guest_1495961534', '1495961534', 'no');
INSERT INTO `wpor_options` VALUES (3409,
'_transient_timeout_learn_press_user_guest_1495961543', '1495968743', 'no');
INSERT INTO `wpor_options` VALUES (3410,
'_transient_learn_press_user_guest_1495961543', '1495961543', 'no');
INSERT INTO `wpor_options` VALUES (3411,
'_transient_timeout_learn_press_user_guest_1495961682', '1495968882', 'no');
INSERT INTO `wpor_options` VALUES (3412,
'_transient_learn_press_user_guest_1495961682', '1495961682', 'no');
INSERT INTO `wpor_options` VALUES (3413,
'_transient_timeout_learn_press_user_guest_1495961684', '1495968884', 'no');
INSERT INTO `wpor_options` VALUES (3414,
'_transient_learn_press_user_guest_1495961684', '1495961684', 'no');
INSERT INTO `wpor_options` VALUES (3415,
'_transient_timeout_learn_press_user_guest_1495961759', '1495968959', 'no');
INSERT INTO `wpor_options` VALUES (3416,
'_transient_learn_press_user_guest_1495961759', '1495961759', 'no');
INSERT INTO `wpor_options` VALUES (3417,
'_transient_timeout_learn_press_user_guest_1495962217', '1495969417', 'no');
INSERT INTO `wpor_options` VALUES (3418,
'_transient_learn_press_user_guest_1495962217', '1495962217', 'no');
INSERT INTO `wpor_options` VALUES (3422,
'_transient_timeout_learn_press_user_guest_1495962543', '1495969743', 'no');
INSERT INTO `wpor_options` VALUES (3420,
'_transient_timeout_learn_press_user_guest_1495962218', '1495969418', 'no');
INSERT INTO `wpor_options` VALUES (3421,
'_transient_learn_press_user_guest_1495962218', '1495962218', 'no');
INSERT INTO `wpor_options` VALUES (3423,
'_transient_learn_press_user_guest_1495962543', '1495962543', 'no');
INSERT INTO `wpor_options` VALUES (3424,
'_transient_timeout_learn_press_user_guest_1495962684', '1495969884', 'no');
INSERT INTO `wpor_options` VALUES (3425,
'_transient_learn_press_user_guest_1495962684', '1495962684', 'no');
INSERT INTO `wpor_options` VALUES (3429,
'_transient_timeout_learn_press_user_guest_1495962830', '1495970030', 'no');
INSERT INTO `wpor_options` VALUES (3427,
'_transient_timeout_learn_press_user_guest_1495962685', '1495969885', 'no');
INSERT INTO `wpor_options` VALUES (3428,
'_transient_learn_press_user_guest_1495962685', '1495962685', 'no');
INSERT INTO `wpor_options` VALUES (3430,
'_transient_learn_press_user_guest_1495962830', '1495962830', 'no');
INSERT INTO `wpor_options` VALUES (3431,
'_transient_timeout_learn_press_user_guest_1495962855', '1495970055', 'no');
INSERT INTO `wpor_options` VALUES (3432,
'_transient_learn_press_user_guest_1495962855', '1495962855', 'no');
INSERT INTO `wpor_options` VALUES (3433,
'_transient_timeout_learn_press_user_guest_1495962858', '1495970058', 'no');
INSERT INTO `wpor_options` VALUES (3434,
'_transient_learn_press_user_guest_1495962858', '1495962858', 'no');
INSERT INTO `wpor_options` VALUES (3435,
'_transient_timeout_learn_press_user_guest_1495962869', '1495970069', 'no');
INSERT INTO `wpor_options` VALUES (3436,
'_transient_learn_press_user_guest_1495962869', '1495962869', 'no');
INSERT INTO `wpor_options` VALUES (3437,
'_transient_timeout_learn_press_user_guest_1495962872', '1495970072', 'no');
INSERT INTO `wpor_options` VALUES (3438,
'_transient_learn_press_user_guest_1495962872', '1495962872', 'no');
INSERT INTO `wpor_options` VALUES (3439,
'_transient_timeout_learn_press_user_guest_1495962875', '1495970075', 'no');
INSERT INTO `wpor_options` VALUES (3440,
'_transient_learn_press_user_guest_1495962875', '1495962875', 'no');
INSERT INTO `wpor_options` VALUES (3444,
'_transient_timeout_learn_press_user_guest_1495963439', '1495970639', 'no');
INSERT INTO `wpor_options` VALUES (3442,
'_transient_timeout_learn_press_user_guest_1495963399', '1495970599', 'no');
INSERT INTO `wpor_options` VALUES (3443,
'_transient_learn_press_user_guest_1495963399', '1495963399', 'no');
INSERT INTO `wpor_options` VALUES (3445,
'_transient_learn_press_user_guest_1495963439', '1495963439', 'no');
INSERT INTO `wpor_options` VALUES (3446,
'_transient_timeout_external_ip_address_212.252.56.36', '1496569157', 'no');
INSERT INTO `wpor_options` VALUES (3447,
'_transient_external_ip_address_212.252.56.36', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (3448,
'_transient_timeout_learn_press_user_guest_1495964357', '1495971557', 'no');
INSERT INTO `wpor_options` VALUES (3449,
'_transient_learn_press_user_guest_1495964357', '1495964357', 'no');
INSERT INTO `wpor_options` VALUES (3463,
'_transient_timeout_learn_press_user_guest_1495971694', '1495978894', 'no');
INSERT INTO `wpor_options` VALUES (3451,
'_transient_timeout_learn_press_user_guest_1495964358', '1495971558', 'no');
INSERT INTO `wpor_options` VALUES (3452,
'_transient_learn_press_user_guest_1495964358', '1495964358', 'no');
INSERT INTO `wpor_options` VALUES (3454,
'_transient_timeout_learn_press_user_guest_1495964404', '1495971604', 'no');
INSERT INTO `wpor_options` VALUES (3455,
'_transient_learn_press_user_guest_1495964404', '1495964404', 'no');
INSERT INTO `wpor_options` VALUES (3457,
'_transient_timeout_learn_press_user_guest_1495964406', '1495971606', 'no');
INSERT INTO `wpor_options` VALUES (3458,
'_transient_learn_press_user_guest_1495964406', '1495964406', 'no');
INSERT INTO `wpor_options` VALUES (3459,
'_transient_timeout_learn_press_user_guest_1495971692', '1495978892', 'no');
INSERT INTO `wpor_options` VALUES (3460,
'_transient_learn_press_user_guest_1495971692', '1495971692', 'no');
INSERT INTO `wpor_options` VALUES (3461,
'_transient_timeout_learn_press_user_guest_1495971693', '1495978893', 'no');
INSERT INTO `wpor_options` VALUES (3462,
'_transient_learn_press_user_guest_1495971693', '1495971693', 'no');
INSERT INTO `wpor_options` VALUES (3464,
'_transient_learn_press_user_guest_1495971694', '1495971694', 'no');
INSERT INTO `wpor_options` VALUES (3465,
'_transient_timeout_external_ip_address_202.46.58.153', '1496577634', 'no');
INSERT INTO `wpor_options` VALUES (3466,
'_transient_external_ip_address_202.46.58.153', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (3470,
'_transient_timeout_learn_press_user_guest_1495976197', '1495983397', 'no');
INSERT INTO `wpor_options` VALUES (3468,
'_transient_timeout_learn_press_user_guest_1495972835', '1495980035', 'no');
INSERT INTO `wpor_options` VALUES (3469,
'_transient_learn_press_user_guest_1495972835', '1495972835', 'no');
INSERT INTO `wpor_options` VALUES (3471,
'_transient_learn_press_user_guest_1495976197', '1495976197', 'no');
INSERT INTO `wpor_options` VALUES (3475,
'_transient_timeout_learn_press_user_guest_1495976207', '1495983407', 'no');
INSERT INTO `wpor_options` VALUES (3473,
'_transient_timeout_learn_press_user_guest_1495976198', '1495983398', 'no');
INSERT INTO `wpor_options` VALUES (3474,
'_transient_learn_press_user_guest_1495976198', '1495976198', 'no');
INSERT INTO `wpor_options` VALUES (3476,
'_transient_learn_press_user_guest_1495976207', '1495976207', 'no');
INSERT INTO `wpor_options` VALUES (3477,
'_transient_timeout_learn_press_user_guest_1495976209', '1495983409', 'no');
INSERT INTO `wpor_options` VALUES (3478,
'_transient_learn_press_user_guest_1495976209', '1495976209', 'no');
INSERT INTO `wpor_options` VALUES (3481,
'_transient_timeout_learn_press_user_guest_1495976217', '1495983417', 'no');
INSERT INTO `wpor_options` VALUES (3482,
'_transient_learn_press_user_guest_1495976217', '1495976217', 'no');
INSERT INTO `wpor_options` VALUES (3483,
'_transient_timeout_learn_press_user_guest_1495976219', '1495983419', 'no');
INSERT INTO `wpor_options` VALUES (3484,
'_transient_learn_press_user_guest_1495976219', '1495976219', 'no');
INSERT INTO `wpor_options` VALUES (3485,
'_transient_timeout_learn_press_user_guest_1495976919', '1495984119', 'no');
INSERT INTO `wpor_options` VALUES (3486,
'_transient_learn_press_user_guest_1495976919', '1495976919', 'no');
INSERT INTO `wpor_options` VALUES (3490,
'_transient_timeout_learn_press_user_guest_1495976926', '1495984126', 'no');
INSERT INTO `wpor_options` VALUES (3491,
'_transient_learn_press_user_guest_1495976926', '1495976926', 'no');
INSERT INTO `wpor_options` VALUES (3492,
'_transient_timeout_learn_press_user_guest_1495976929', '1495984129', 'no');
INSERT INTO `wpor_options` VALUES (3493,
'_transient_learn_press_user_guest_1495976929', '1495976929', 'no');
INSERT INTO `wpor_options` VALUES (3494,
'_transient_timeout_learn_press_user_guest_1495977173', '1495984373', 'no');
INSERT INTO `wpor_options` VALUES (3495,
'_transient_learn_press_user_guest_1495977173', '1495977173', 'no');
INSERT INTO `wpor_options` VALUES (3497,
'_transient_timeout_learn_press_user_guest_1495977601', '1495984801', 'no');
INSERT INTO `wpor_options` VALUES (3498,
'_transient_learn_press_user_guest_1495977601', '1495977601', 'no');
INSERT INTO `wpor_options` VALUES (3502,
'_transient_timeout_learn_press_user_guest_1495977610', '1495984810', 'no');
INSERT INTO `wpor_options` VALUES (3500,
'_transient_timeout_learn_press_user_guest_1495977602', '1495984802', 'no');
INSERT INTO `wpor_options` VALUES (3501,
'_transient_learn_press_user_guest_1495977602', '1495977602', 'no');
INSERT INTO `wpor_options` VALUES (3503,
'_transient_learn_press_user_guest_1495977610', '1495977610', 'no');
INSERT INTO `wpor_options` VALUES (3504,
'_transient_timeout_learn_press_user_guest_1495977629', '1495984829', 'no');
INSERT INTO `wpor_options` VALUES (3505,
'_transient_learn_press_user_guest_1495977629', '1495977629', 'no');
INSERT INTO `wpor_options` VALUES (3506,
'_transient_timeout_learn_press_user_guest_1495977641', '1495984841', 'no');
INSERT INTO `wpor_options` VALUES (3507,
'_transient_learn_press_user_guest_1495977641', '1495977641', 'no');
INSERT INTO `wpor_options` VALUES (3508,
'_transient_timeout_learn_press_user_guest_1495977652', '1495984852', 'no');
INSERT INTO `wpor_options` VALUES (3509,
'_transient_learn_press_user_guest_1495977652', '1495977652', 'no');
INSERT INTO `wpor_options` VALUES (3510,
'_transient_timeout_learn_press_user_guest_1495979624', '1495986824', 'no');
INSERT INTO `wpor_options` VALUES (3511,
'_transient_learn_press_user_guest_1495979624', '1495979624', 'no');
INSERT INTO `wpor_options` VALUES (3513,
'_transient_timeout_learn_press_user_guest_1495979626', '1495986826', 'no');
INSERT INTO `wpor_options` VALUES (3514,
'_transient_learn_press_user_guest_1495979626', '1495979626', 'no');
INSERT INTO `wpor_options` VALUES (3515,
'_transient_timeout_learn_press_user_guest_1495980876', '1495988076', 'no');
INSERT INTO `wpor_options` VALUES (3516,
'_transient_learn_press_user_guest_1495980876', '1495980876', 'no');
INSERT INTO `wpor_options` VALUES (3518,
'_transient_timeout_learn_press_user_guest_1495980878', '1495988078', 'no');
INSERT INTO `wpor_options` VALUES (3519,
'_transient_learn_press_user_guest_1495980878', '1495980878', 'no');
INSERT INTO `wpor_options` VALUES (3520,
'_transient_timeout_learn_press_user_guest_1495982713', '1495989913', 'no');
INSERT INTO `wpor_options` VALUES (3521,
'_transient_learn_press_user_guest_1495982713', '1495982713', 'no');
INSERT INTO `wpor_options` VALUES (3523,
'_transient_timeout_learn_press_user_guest_1495982716', '1495989916', 'no');
INSERT INTO `wpor_options` VALUES (3524,
'_transient_learn_press_user_guest_1495982716', '1495982716', 'no');
INSERT INTO `wpor_options` VALUES (3525,
'_transient_timeout_learn_press_user_guest_1495989878', '1495997078', 'no');
INSERT INTO `wpor_options` VALUES (3526,
'_transient_learn_press_user_guest_1495989878', '1495989878', 'no');
INSERT INTO `wpor_options` VALUES (3528,
'_transient_timeout_external_ip_address_85.103.31.128', '1496595437', 'no');
INSERT INTO `wpor_options` VALUES (3529,
'_transient_external_ip_address_85.103.31.128', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (3533,
'_transient_timeout_learn_press_user_guest_1495990638', '1495997838', 'no');
INSERT INTO `wpor_options` VALUES (3531,
'_transient_timeout_learn_press_user_guest_1495990637', '1495997837', 'no');
INSERT INTO `wpor_options` VALUES (3532,
'_transient_learn_press_user_guest_1495990637', '1495990637', 'no');
INSERT INTO `wpor_options` VALUES (3534,
'_transient_learn_press_user_guest_1495990638', '1495990638', 'no');
INSERT INTO `wpor_options` VALUES (3535,
'_transient_timeout_external_ip_address_202.46.57.70', '1496595632', 'no');
INSERT INTO `wpor_options` VALUES (3536,
'_transient_external_ip_address_202.46.57.70', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (3540,
'_transient_timeout_external_ip_address_151.135.51.211', '1496607078', 'no');
INSERT INTO `wpor_options` VALUES (3538,
'_transient_timeout_learn_press_user_guest_1495990833', '1495998033', 'no');
INSERT INTO `wpor_options` VALUES (3539,
'_transient_learn_press_user_guest_1495990833', '1495990833', 'no');
INSERT INTO `wpor_options` VALUES (3541,
'_transient_external_ip_address_151.135.51.211', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (3542,
'_transient_timeout_learn_press_user_guest_1496002278', '1496009478', 'no');
INSERT INTO `wpor_options` VALUES (3543,
'_transient_learn_press_user_guest_1496002278', '1496002278', 'no');
INSERT INTO `wpor_options` VALUES (3557,
'_transient_timeout_learn_press_user_guest_1496007046', '1496014246', 'no');
INSERT INTO `wpor_options` VALUES (3545,
'_transient_timeout_learn_press_user_guest_1496003238', '1496010438', 'no');
INSERT INTO `wpor_options` VALUES (3546,
'_transient_learn_press_user_guest_1496003238', '1496003238', 'no');
INSERT INTO `wpor_options` VALUES (3547,
'_transient_timeout_learn_press_user_guest_1496003239', '1496010439', 'no');
INSERT INTO `wpor_options` VALUES (3548,
'_transient_learn_press_user_guest_1496003239', '1496003239', 'no');
INSERT INTO `wpor_options` VALUES (3549,
'_transient_timeout_learn_press_user_guest_1496003241', '1496010441', 'no');
INSERT INTO `wpor_options` VALUES (3550,
'_transient_learn_press_user_guest_1496003241', '1496003241', 'no');
INSERT INTO `wpor_options` VALUES (3613,
'_transient_timeout_external_ip_address_109.201.133.100', '1496617155', 'no');
INSERT INTO `wpor_options` VALUES (3614,
'_transient_external_ip_address_109.201.133.100', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (3615,
'_transient_timeout_learn_press_user_guest_1496012356', '1496019556', 'no');
INSERT INTO `wpor_options` VALUES (3616,
'_transient_learn_press_user_guest_1496012356', '1496012356', 'no');
INSERT INTO `wpor_options` VALUES (3617,
'_transient_timeout_learn_press_user_guest_1496012366', '1496019566', 'no');
INSERT INTO `wpor_options` VALUES (3618,
'_transient_learn_press_user_guest_1496012366', '1496012366', 'no');
INSERT INTO `wpor_options` VALUES (3619,
'_transient_timeout_learn_press_user_guest_1496013737', '1496020937', 'no');
INSERT INTO `wpor_options` VALUES (3620,
'_transient_learn_press_user_guest_1496013737', '1496013737', 'no');
INSERT INTO `wpor_options` VALUES (3622,
'_transient_timeout_learn_press_user_guest_1496013748', '1496020948', 'no');
INSERT INTO `wpor_options` VALUES (3623,
'_transient_learn_press_user_guest_1496013748', '1496013748', 'no');
INSERT INTO `wpor_options` VALUES (3624,
'_transient_timeout_learn_press_user_guest_1496013751', '1496020951', 'no');
INSERT INTO `wpor_options` VALUES (3625,
'_transient_learn_press_user_guest_1496013751', '1496013751', 'no');
INSERT INTO `wpor_options` VALUES (3626,
'_transient_timeout_learn_press_user_guest_1496014190', '1496021390', 'no');
INSERT INTO `wpor_options` VALUES (3627,
'_transient_learn_press_user_guest_1496014190', '1496014190', 'no');
INSERT INTO `wpor_options` VALUES (3629,
'_transient_timeout_learn_press_user_guest_1496014192', '1496021392', 'no');
INSERT INTO `wpor_options` VALUES (3630,
'_transient_learn_press_user_guest_1496014192', '1496014192', 'no');
INSERT INTO `wpor_options` VALUES (3631,
'_transient_timeout_learn_press_user_guest_1496014352', '1496021552', 'no');
INSERT INTO `wpor_options` VALUES (3632,
'_transient_learn_press_user_guest_1496014352', '1496014352', 'no');
INSERT INTO `wpor_options` VALUES (3633,
'_transient_timeout_learn_press_user_guest_1496014374', '1496021574', 'no');
INSERT INTO `wpor_options` VALUES (3634,
'_transient_learn_press_user_guest_1496014374', '1496014374', 'no');
INSERT INTO `wpor_options` VALUES (3635,
'_transient_timeout_learn_press_user_guest_1496015855', '1496023055', 'no');
INSERT INTO `wpor_options` VALUES (3636,
'_transient_learn_press_user_guest_1496015855', '1496015855', 'no');
INSERT INTO `wpor_options` VALUES (3640,
'_transient_timeout_learn_press_user_guest_1496016027', '1496023227', 'no');
INSERT INTO `wpor_options` VALUES (3638,
'_transient_timeout_learn_press_user_guest_1496016025', '1496023225', 'no');
INSERT INTO `wpor_options` VALUES (3639,
'_transient_learn_press_user_guest_1496016025', '1496016025', 'no');
INSERT INTO `wpor_options` VALUES (3641,
'_transient_learn_press_user_guest_1496016027', '1496016027', 'no');
INSERT INTO `wpor_options` VALUES (3642,
'_transient_timeout_learn_press_user_guest_1496016313', '1496023513', 'no');
INSERT INTO `wpor_options` VALUES (3643,
'_transient_learn_press_user_guest_1496016313', '1496016313', 'no');
INSERT INTO `wpor_options` VALUES (3647,
'_transient_timeout_learn_press_user_guest_1496017913', '1496025113', 'no');
INSERT INTO `wpor_options` VALUES (3645,
'_transient_timeout_learn_press_user_guest_1496017893', '1496025093', 'no');
INSERT INTO `wpor_options` VALUES (3646,
'_transient_learn_press_user_guest_1496017893', '1496017893', 'no');
INSERT INTO `wpor_options` VALUES (3648,
'_transient_learn_press_user_guest_1496017913', '1496017913', 'no');
INSERT INTO `wpor_options` VALUES (3649,
'_transient_timeout_learn_press_user_guest_1496017942', '1496025142', 'no');
INSERT INTO `wpor_options` VALUES (3650,
'_transient_learn_press_user_guest_1496017942', '1496017942', 'no');
INSERT INTO `wpor_options` VALUES (3651,
'_transient_timeout_learn_press_user_guest_1496018162', '1496025362', 'no');
INSERT INTO `wpor_options` VALUES (3652,
'_transient_learn_press_user_guest_1496018162', '1496018162', 'no');
INSERT INTO `wpor_options` VALUES (3653,
'_transient_timeout_learn_press_user_guest_1496018163', '1496025363', 'no');
INSERT INTO `wpor_options` VALUES (3654,
'_transient_learn_press_user_guest_1496018163', '1496018163', 'no');
INSERT INTO `wpor_options` VALUES (3658,
'_transient_timeout_learn_press_user_guest_1496019737', '1496026937', 'no');
INSERT INTO `wpor_options` VALUES (3656,
'_transient_timeout_learn_press_user_guest_1496019498', '1496026698', 'no');
INSERT INTO `wpor_options` VALUES (3657,
'_transient_learn_press_user_guest_1496019498', '1496019498', 'no');
INSERT INTO `wpor_options` VALUES (3659,
'_transient_learn_press_user_guest_1496019737', '1496019737', 'no');
INSERT INTO `wpor_options` VALUES (3663,
'_transient_timeout_learn_press_user_guest_1496019883', '1496027083', 'no');
INSERT INTO `wpor_options` VALUES (3661,
'_transient_timeout_learn_press_user_guest_1496019738', '1496026938', 'no');
INSERT INTO `wpor_options` VALUES (3662,
'_transient_learn_press_user_guest_1496019738', '1496019738', 'no');
INSERT INTO `wpor_options` VALUES (3664,
'_transient_learn_press_user_guest_1496019883', '1496019883', 'no');
INSERT INTO `wpor_options` VALUES (3665,
'_transient_timeout_learn_press_user_guest_1496020006', '1496027206', 'no');
INSERT INTO `wpor_options` VALUES (3666,
'_transient_learn_press_user_guest_1496020006', '1496020006', 'no');
INSERT INTO `wpor_options` VALUES (3667,
'_transient_timeout_learn_press_user_guest_1496020007', '1496027207', 'no');
INSERT INTO `wpor_options` VALUES (3668,
'_transient_learn_press_user_guest_1496020007', '1496020007', 'no');
INSERT INTO `wpor_options` VALUES (3669,
'_transient_timeout_learn_press_user_guest_1496020024', '1496027224', 'no');
INSERT INTO `wpor_options` VALUES (3670,
'_transient_learn_press_user_guest_1496020024', '1496020024', 'no');
INSERT INTO `wpor_options` VALUES (3671,
'_transient_timeout_learn_press_user_guest_1496020063', '1496027263', 'no');
INSERT INTO `wpor_options` VALUES (3672,
'_transient_learn_press_user_guest_1496020063', '1496020063', 'no');
INSERT INTO `wpor_options` VALUES (3673,
'_transient_timeout_learn_press_user_guest_1496020064', '1496027264', 'no');
INSERT INTO `wpor_options` VALUES (3674,
'_transient_learn_press_user_guest_1496020064', '1496020064', 'no');
INSERT INTO `wpor_options` VALUES (3675,
'_transient_timeout_learn_press_user_guest_1496020307', '1496027507', 'no');
INSERT INTO `wpor_options` VALUES (3676,
'_transient_learn_press_user_guest_1496020307', '1496020307', 'no');
INSERT INTO `wpor_options` VALUES (3678,
'_transient_timeout_learn_press_user_guest_1496020310', '1496027510', 'no');
INSERT INTO `wpor_options` VALUES (3679,
'_transient_learn_press_user_guest_1496020310', '1496020310', 'no');
INSERT INTO `wpor_options` VALUES (3683,
'_transient_timeout_learn_press_user_guest_1496020933', '1496028133', 'no');
INSERT INTO `wpor_options` VALUES (3681,
'_transient_timeout_learn_press_user_guest_1496020932', '1496028132', 'no');
INSERT INTO `wpor_options` VALUES (3682,
'_transient_learn_press_user_guest_1496020932', '1496020932', 'no');
INSERT INTO `wpor_options` VALUES (3684,
'_transient_learn_press_user_guest_1496020933', '1496020933', 'no');
INSERT INTO `wpor_options` VALUES (3685,
'_transient_timeout_learn_press_user_guest_1496020934', '1496028134', 'no');
INSERT INTO `wpor_options` VALUES (3686,
'_transient_learn_press_user_guest_1496020934', '1496020934', 'no');
INSERT INTO `wpor_options` VALUES (3687,
'_transient_timeout_learn_press_user_guest_1496021029', '1496028229', 'no');
INSERT INTO `wpor_options` VALUES (3688,
'_transient_learn_press_user_guest_1496021029', '1496021029', 'no');
INSERT INTO `wpor_options` VALUES (3689,
'_transient_timeout_learn_press_user_guest_1496021030', '1496028230', 'no');
INSERT INTO `wpor_options` VALUES (3690,
'_transient_learn_press_user_guest_1496021030', '1496021030', 'no');
INSERT INTO `wpor_options` VALUES (3691,
'_transient_timeout_learn_press_user_guest_1496021066', '1496028266', 'no');
INSERT INTO `wpor_options` VALUES (3692,
'_transient_learn_press_user_guest_1496021066', '1496021066', 'no');
INSERT INTO `wpor_options` VALUES (3693,
'_transient_timeout_learn_press_user_guest_1496021170', '1496028370', 'no');
INSERT INTO `wpor_options` VALUES (3694,
'_transient_learn_press_user_guest_1496021170', '1496021170', 'no');
INSERT INTO `wpor_options` VALUES (3698,
'_transient_timeout_learn_press_user_guest_1496021393', '1496028593', 'no');
INSERT INTO `wpor_options` VALUES (3696,
'_transient_timeout_learn_press_user_guest_1496021392', '1496028592', 'no');
INSERT INTO `wpor_options` VALUES (3697,
'_transient_learn_press_user_guest_1496021392', '1496021392', 'no');
INSERT INTO `wpor_options` VALUES (3699,
'_transient_learn_press_user_guest_1496021393', '1496021393', 'no');
INSERT INTO `wpor_options` VALUES (3700,
'_transient_timeout_learn_press_user_guest_1496021507', '1496028707', 'no');
INSERT INTO `wpor_options` VALUES (3701,
'_transient_learn_press_user_guest_1496021507', '1496021507', 'no');
INSERT INTO `wpor_options` VALUES (3705,
'_transient_timeout_learn_press_user_guest_1496023347', '1496030547', 'no');
INSERT INTO `wpor_options` VALUES (3703,
'_transient_timeout_learn_press_user_guest_1496023346', '1496030546', 'no');
INSERT INTO `wpor_options` VALUES (3704,
'_transient_learn_press_user_guest_1496023346', '1496023346', 'no');
INSERT INTO `wpor_options` VALUES (3706,
'_transient_learn_press_user_guest_1496023347', '1496023347', 'no');
INSERT INTO `wpor_options` VALUES (3707,
'_transient_timeout_learn_press_user_guest_1496023414', '1496030614', 'no');
INSERT INTO `wpor_options` VALUES (3708,
'_transient_learn_press_user_guest_1496023414', '1496023414', 'no');
INSERT INTO `wpor_options` VALUES (3709,
'_transient_timeout_learn_press_user_guest_1496024705', '1496031905', 'no');
INSERT INTO `wpor_options` VALUES (3710,
'_transient_learn_press_user_guest_1496024705', '1496024705', 'no');
INSERT INTO `wpor_options` VALUES (3712,
'_transient_timeout_learn_press_user_guest_1496025080', '1496032280', 'no');
INSERT INTO `wpor_options` VALUES (3713,
'_transient_learn_press_user_guest_1496025080', '1496025080', 'no');
INSERT INTO `wpor_options` VALUES (3715,
'_transient_timeout_learn_press_user_guest_1496025082', '1496032282', 'no');
INSERT INTO `wpor_options` VALUES (3716,
'_transient_learn_press_user_guest_1496025082', '1496025082', 'no');
INSERT INTO `wpor_options` VALUES (3717,
'_transient_timeout_learn_press_user_guest_1496025084', '1496032284', 'no');
INSERT INTO `wpor_options` VALUES (3718,
'_transient_learn_press_user_guest_1496025084', '1496025084', 'no');
INSERT INTO `wpor_options` VALUES (3719,
'_transient_timeout_learn_press_user_guest_1496025161', '1496032361', 'no');
INSERT INTO `wpor_options` VALUES (3720,
'_transient_learn_press_user_guest_1496025161', '1496025161', 'no');
INSERT INTO `wpor_options` VALUES (3721,
'_transient_timeout_learn_press_user_guest_1496025165', '1496032365', 'no');
INSERT INTO `wpor_options` VALUES (3722,
'_transient_learn_press_user_guest_1496025165', '1496025165', 'no');
INSERT INTO `wpor_options` VALUES (3723,
'_transient_timeout_learn_press_user_guest_1496025167', '1496032367', 'no');
INSERT INTO `wpor_options` VALUES (3724,
'_transient_learn_press_user_guest_1496025167', '1496025167', 'no');
INSERT INTO `wpor_options` VALUES (3725,
'_transient_timeout_learn_press_user_guest_1496025169', '1496032369', 'no');
INSERT INTO `wpor_options` VALUES (3726,
'_transient_learn_press_user_guest_1496025169', '1496025169', 'no');
INSERT INTO `wpor_options` VALUES (3727,
'_transient_timeout_learn_press_user_guest_1496025173', '1496032373', 'no');
INSERT INTO `wpor_options` VALUES (3728,
'_transient_learn_press_user_guest_1496025173', '1496025173', 'no');
INSERT INTO `wpor_options` VALUES (3729,
'_transient_timeout_learn_press_user_guest_1496025177', '1496032377', 'no');
INSERT INTO `wpor_options` VALUES (3730,
'_transient_learn_press_user_guest_1496025177', '1496025177', 'no');
INSERT INTO `wpor_options` VALUES (3731,
'_transient_timeout_learn_press_user_guest_1496025180', '1496032380', 'no');
INSERT INTO `wpor_options` VALUES (3732,
'_transient_learn_press_user_guest_1496025180', '1496025180', 'no');
INSERT INTO `wpor_options` VALUES (3733,
'_transient_timeout_learn_press_user_guest_1496025278', '1496032478', 'no');
INSERT INTO `wpor_options` VALUES (3734,
'_transient_learn_press_user_guest_1496025278', '1496025278', 'no');
INSERT INTO `wpor_options` VALUES (3735,
'_transient_timeout_learn_press_user_guest_1496025329', '1496032529', 'no');
INSERT INTO `wpor_options` VALUES (3736,
'_transient_learn_press_user_guest_1496025329', '1496025329', 'no');
INSERT INTO `wpor_options` VALUES (3737,
'_transient_timeout_learn_press_user_guest_1496025378', '1496032578', 'no');
INSERT INTO `wpor_options` VALUES (3738,
'_transient_learn_press_user_guest_1496025378', '1496025378', 'no');
INSERT INTO `wpor_options` VALUES (3739,
'_transient_timeout_learn_press_user_guest_1496025379', '1496032579', 'no');
INSERT INTO `wpor_options` VALUES (3740,
'_transient_learn_press_user_guest_1496025379', '1496025379', 'no');
INSERT INTO `wpor_options` VALUES (3741,
'_transient_timeout_learn_press_user_guest_1496025397', '1496032597', 'no');
INSERT INTO `wpor_options` VALUES (3742,
'_transient_learn_press_user_guest_1496025397', '1496025397', 'no');
INSERT INTO `wpor_options` VALUES (3743,
'_transient_timeout_learn_press_user_guest_1496025788', '1496032988', 'no');
INSERT INTO `wpor_options` VALUES (3744,
'_transient_learn_press_user_guest_1496025788', '1496025788', 'no');
INSERT INTO `wpor_options` VALUES (3748,
'_transient_timeout_learn_press_user_guest_1496026991', '1496034191', 'no');
INSERT INTO `wpor_options` VALUES (3746,
'_transient_timeout_learn_press_user_guest_1496025789', '1496032989', 'no');
INSERT INTO `wpor_options` VALUES (3747,
'_transient_learn_press_user_guest_1496025789', '1496025789', 'no');
INSERT INTO `wpor_options` VALUES (3749,
'_transient_learn_press_user_guest_1496026991', '1496026991', 'no');
INSERT INTO `wpor_options` VALUES (3751,
'_transient_timeout_learn_press_user_guest_1496027232', '1496034432', 'no');
INSERT INTO `wpor_options` VALUES (3752,
'_transient_learn_press_user_guest_1496027232', '1496027232', 'no');
INSERT INTO `wpor_options` VALUES (3753,
'_transient_timeout_learn_press_user_guest_1496027235', '1496034435', 'no');
INSERT INTO `wpor_options` VALUES (3754,
'_transient_learn_press_user_guest_1496027235', '1496027235', 'no');
INSERT INTO `wpor_options` VALUES (3755,
'_transient_timeout_learn_press_user_guest_1496027238', '1496034438', 'no');
INSERT INTO `wpor_options` VALUES (3756,
'_transient_learn_press_user_guest_1496027238', '1496027238', 'no');
INSERT INTO `wpor_options` VALUES (3757,
'_transient_timeout_learn_press_user_guest_1496027240', '1496034440', 'no');
INSERT INTO `wpor_options` VALUES (3758,
'_transient_learn_press_user_guest_1496027240', '1496027240', 'no');
INSERT INTO `wpor_options` VALUES (3759,
'_transient_timeout_learn_press_user_guest_1496027442', '1496034642', 'no');
INSERT INTO `wpor_options` VALUES (3760,
'_transient_learn_press_user_guest_1496027442', '1496027442', 'no');
INSERT INTO `wpor_options` VALUES (3762,
'_transient_timeout_learn_press_user_guest_1496027443', '1496034643', 'no');
INSERT INTO `wpor_options` VALUES (3763,
'_transient_learn_press_user_guest_1496027443', '1496027443', 'no');
INSERT INTO `wpor_options` VALUES (3764,
'_transient_timeout_learn_press_user_guest_1496027446', '1496034646', 'no');
INSERT INTO `wpor_options` VALUES (3765,
'_transient_learn_press_user_guest_1496027446', '1496027446', 'no');
INSERT INTO `wpor_options` VALUES (3766,
'_transient_timeout_learn_press_user_guest_1496027448', '1496034648', 'no');
INSERT INTO `wpor_options` VALUES (3767,
'_transient_learn_press_user_guest_1496027448', '1496027448', 'no');
INSERT INTO `wpor_options` VALUES (3768,
'_transient_timeout_learn_press_user_guest_1496027450', '1496034650', 'no');
INSERT INTO `wpor_options` VALUES (3769,
'_transient_learn_press_user_guest_1496027450', '1496027450', 'no');
INSERT INTO `wpor_options` VALUES (3770,
'_transient_timeout_learn_press_user_guest_1496027452', '1496034652', 'no');
INSERT INTO `wpor_options` VALUES (3771,
'_transient_learn_press_user_guest_1496027452', '1496027452', 'no');
INSERT INTO `wpor_options` VALUES (3772,
'_transient_timeout_learn_press_user_guest_1496027454', '1496034654', 'no');
INSERT INTO `wpor_options` VALUES (3773,
'_transient_learn_press_user_guest_1496027454', '1496027454', 'no');
INSERT INTO `wpor_options` VALUES (3777,
'_transient_timeout_learn_press_user_guest_1496033432', '1496040632', 'no');
INSERT INTO `wpor_options` VALUES (3775,
'_transient_timeout_learn_press_user_guest_1496033431', '1496040631', 'no');
INSERT INTO `wpor_options` VALUES (3776,
'_transient_learn_press_user_guest_1496033431', '1496033431', 'no');
INSERT INTO `wpor_options` VALUES (3778,
'_transient_learn_press_user_guest_1496033432', '1496033432', 'no');
INSERT INTO `wpor_options` VALUES (3779,
'_transient_timeout_learn_press_user_guest_1496033433', '1496040633', 'no');
INSERT INTO `wpor_options` VALUES (3780,
'_transient_learn_press_user_guest_1496033433', '1496033433', 'no');
INSERT INTO `wpor_options` VALUES (3781,
'_transient_timeout_learn_press_user_guest_1496033439', '1496040639', 'no');
INSERT INTO `wpor_options` VALUES (3782,
'_transient_learn_press_user_guest_1496033439', '1496033439', 'no');
INSERT INTO `wpor_options` VALUES (3783,
'_transient_timeout_learn_press_user_guest_1496033444', '1496040644', 'no');
INSERT INTO `wpor_options` VALUES (3784,
'_transient_learn_press_user_guest_1496033444', '1496033444', 'no');
INSERT INTO `wpor_options` VALUES (3785,
'_transient_timeout_learn_press_user_guest_1496033449', '1496040649', 'no');
INSERT INTO `wpor_options` VALUES (3786,
'_transient_learn_press_user_guest_1496033449', '1496033449', 'no');
INSERT INTO `wpor_options` VALUES (3787,
'_transient_timeout_learn_press_user_guest_1496033453', '1496040653', 'no');
INSERT INTO `wpor_options` VALUES (3788,
'_transient_learn_press_user_guest_1496033453', '1496033453', 'no');
INSERT INTO `wpor_options` VALUES (3789,
'_transient_timeout_learn_press_user_guest_1496033558', '1496040758', 'no');
INSERT INTO `wpor_options` VALUES (3790,
'_transient_learn_press_user_guest_1496033558', '1496033558', 'no');
INSERT INTO `wpor_options` VALUES (3791,
'_transient_timeout_learn_press_user_guest_1496033863', '1496041063', 'no');
INSERT INTO `wpor_options` VALUES (3792,
'_transient_learn_press_user_guest_1496033863', '1496033863', 'no');
INSERT INTO `wpor_options` VALUES (3793,
'_transient_timeout_learn_press_user_guest_1496033873', '1496041073', 'no');
INSERT INTO `wpor_options` VALUES (3794,
'_transient_learn_press_user_guest_1496033873', '1496033873', 'no');
INSERT INTO `wpor_options` VALUES (3797,
'_transient_timeout_learn_press_user_guest_1496033877', '1496041077', 'no');
INSERT INTO `wpor_options` VALUES (3798,
'_transient_learn_press_user_guest_1496033877', '1496033877', 'no');
INSERT INTO `wpor_options` VALUES (3799,
'_transient_timeout_learn_press_user_guest_1496033881', '1496041081', 'no');
INSERT INTO `wpor_options` VALUES (3800,
'_transient_learn_press_user_guest_1496033881', '1496033881', 'no');
INSERT INTO `wpor_options` VALUES (3801,
'_transient_timeout_learn_press_user_guest_1496033885', '1496041085', 'no');
INSERT INTO `wpor_options` VALUES (3802,
'_transient_learn_press_user_guest_1496033885', '1496033885', 'no');
INSERT INTO `wpor_options` VALUES (3803,
'_transient_timeout_learn_press_user_guest_1496033889', '1496041089', 'no');
INSERT INTO `wpor_options` VALUES (3804,
'_transient_learn_press_user_guest_1496033889', '1496033889', 'no');
INSERT INTO `wpor_options` VALUES (3805,
'_transient_timeout_learn_press_user_guest_1496033892', '1496041092', 'no');
INSERT INTO `wpor_options` VALUES (3806,
'_transient_learn_press_user_guest_1496033892', '1496033892', 'no');
INSERT INTO `wpor_options` VALUES (3807,
'_transient_timeout_learn_press_user_guest_1496033894', '1496041094', 'no');
INSERT INTO `wpor_options` VALUES (3808,
'_transient_learn_press_user_guest_1496033894', '1496033894', 'no');
INSERT INTO `wpor_options` VALUES (3809,
'_transient_timeout_learn_press_user_guest_1496033897', '1496041097', 'no');
INSERT INTO `wpor_options` VALUES (3810,
'_transient_learn_press_user_guest_1496033897', '1496033897', 'no');
INSERT INTO `wpor_options` VALUES (3811,
'_transient_timeout_learn_press_user_guest_1496033906', '1496041106', 'no');
INSERT INTO `wpor_options` VALUES (3812,
'_transient_learn_press_user_guest_1496033906', '1496033906', 'no');
INSERT INTO `wpor_options` VALUES (3813,
'_transient_timeout_learn_press_user_guest_1496033915', '1496041115', 'no');
INSERT INTO `wpor_options` VALUES (3814,
'_transient_learn_press_user_guest_1496033915', '1496033915', 'no');
INSERT INTO `wpor_options` VALUES (3815,
'_transient_timeout_learn_press_user_guest_1496033920', '1496041120', 'no');
INSERT INTO `wpor_options` VALUES (3816,
'_transient_learn_press_user_guest_1496033920', '1496033920', 'no');
INSERT INTO `wpor_options` VALUES (3817,
'_transient_timeout_learn_press_user_guest_1496033926', '1496041126', 'no');
INSERT INTO `wpor_options` VALUES (3818,
'_transient_learn_press_user_guest_1496033926', '1496033926', 'no');
INSERT INTO `wpor_options` VALUES (3819,
'_transient_timeout_learn_press_user_guest_1496033931', '1496041131', 'no');
INSERT INTO `wpor_options` VALUES (3820,
'_transient_learn_press_user_guest_1496033931', '1496033931', 'no');
INSERT INTO `wpor_options` VALUES (3821,
'_transient_timeout_learn_press_user_guest_1496033937', '1496041137', 'no');
INSERT INTO `wpor_options` VALUES (3822,
'_transient_learn_press_user_guest_1496033937', '1496033937', 'no');
INSERT INTO `wpor_options` VALUES (3823,
'_transient_timeout_learn_press_user_guest_1496033965', '1496041165', 'no');
INSERT INTO `wpor_options` VALUES (3824,
'_transient_learn_press_user_guest_1496033965', '1496033965', 'no');
INSERT INTO `wpor_options` VALUES (3825,
'_transient_timeout_learn_press_user_guest_1496034184', '1496041384', 'no');
INSERT INTO `wpor_options` VALUES (3826,
'_transient_learn_press_user_guest_1496034184', '1496034184', 'no');
INSERT INTO `wpor_options` VALUES (3830,
'_transient_timeout_learn_press_user_guest_1496034532', '1496041732', 'no');
INSERT INTO `wpor_options` VALUES (3828,
'_transient_timeout_learn_press_user_guest_1496034185', '1496041385', 'no');
INSERT INTO `wpor_options` VALUES (3829,
'_transient_learn_press_user_guest_1496034185', '1496034185', 'no');
INSERT INTO `wpor_options` VALUES (3831,
'_transient_learn_press_user_guest_1496034532', '1496034532', 'no');
INSERT INTO `wpor_options` VALUES (3832,
'_transient_timeout_learn_press_user_guest_1496034550', '1496041750', 'no');
INSERT INTO `wpor_options` VALUES (3833,
'_transient_learn_press_user_guest_1496034550', '1496034550', 'no');
INSERT INTO `wpor_options` VALUES (3834,
'_transient_timeout_learn_press_user_guest_1496034553', '1496041753', 'no');
INSERT INTO `wpor_options` VALUES (3835,
'_transient_learn_press_user_guest_1496034553', '1496034553', 'no');
INSERT INTO `wpor_options` VALUES (3839,
'_transient_timeout_learn_press_user_guest_1496034631', '1496041831', 'no');
INSERT INTO `wpor_options` VALUES (3837,
'_transient_timeout_learn_press_user_guest_1496034628', '1496041828', 'no');
INSERT INTO `wpor_options` VALUES (3838,
'_transient_learn_press_user_guest_1496034628', '1496034628', 'no');
INSERT INTO `wpor_options` VALUES (3840,
'_transient_learn_press_user_guest_1496034631', '1496034631', 'no');
INSERT INTO `wpor_options` VALUES (3841,
'_transient_timeout_learn_press_user_guest_1496034691', '1496041891', 'no');
INSERT INTO `wpor_options` VALUES (3842,
'_transient_learn_press_user_guest_1496034691', '1496034691', 'no');
INSERT INTO `wpor_options` VALUES (3843,
'_transient_timeout_learn_press_user_guest_1496035667', '1496042867', 'no');
INSERT INTO `wpor_options` VALUES (3844,
'_transient_learn_press_user_guest_1496035667', '1496035667', 'no');
INSERT INTO `wpor_options` VALUES (3848,
'_transient_timeout_learn_press_user_guest_1496035692', '1496042892', 'no');
INSERT INTO `wpor_options` VALUES (3846,
'_transient_timeout_learn_press_user_guest_1496035668', '1496042868', 'no');
INSERT INTO `wpor_options` VALUES (3847,
'_transient_learn_press_user_guest_1496035668', '1496035668', 'no');
INSERT INTO `wpor_options` VALUES (3849,
'_transient_learn_press_user_guest_1496035692', '1496035692', 'no');
INSERT INTO `wpor_options` VALUES (3852,
'_transient_timeout_learn_press_user_guest_1496035728', '1496042928', 'no');
INSERT INTO `wpor_options` VALUES (3853,
'_transient_learn_press_user_guest_1496035728', '1496035728', 'no');
INSERT INTO `wpor_options` VALUES (3854,
'_transient_timeout_learn_press_user_guest_1496035782', '1496042982', 'no');
INSERT INTO `wpor_options` VALUES (3855,
'_transient_learn_press_user_guest_1496035782', '1496035782', 'no');
INSERT INTO `wpor_options` VALUES (3859,
'_transient_timeout_learn_press_user_guest_1496035829', '1496043029', 'no');
INSERT INTO `wpor_options` VALUES (3857,
'_transient_timeout_learn_press_user_guest_1496035783', '1496042983', 'no');
INSERT INTO `wpor_options` VALUES (3858,
'_transient_learn_press_user_guest_1496035783', '1496035783', 'no');
INSERT INTO `wpor_options` VALUES (3860,
'_transient_learn_press_user_guest_1496035829', '1496035829', 'no');
INSERT INTO `wpor_options` VALUES (3861,
'_transient_timeout_learn_press_user_guest_1496035938', '1496043138', 'no');
INSERT INTO `wpor_options` VALUES (3862,
'_transient_learn_press_user_guest_1496035938', '1496035938', 'no');
INSERT INTO `wpor_options` VALUES (3863,
'_transient_timeout_learn_press_user_guest_1496035940', '1496043140', 'no');
INSERT INTO `wpor_options` VALUES (3864,
'_transient_learn_press_user_guest_1496035940', '1496035940', 'no');
INSERT INTO `wpor_options` VALUES (3865,
'_transient_timeout_learn_press_user_guest_1496035966', '1496043166', 'no');
INSERT INTO `wpor_options` VALUES (3866,
'_transient_learn_press_user_guest_1496035966', '1496035966', 'no');
INSERT INTO `wpor_options` VALUES (3867,
'_transient_timeout_learn_press_user_guest_1496036023', '1496043223', 'no');
INSERT INTO `wpor_options` VALUES (3868,
'_transient_learn_press_user_guest_1496036023', '1496036023', 'no');
INSERT INTO `wpor_options` VALUES (3869,
'_transient_timeout_learn_press_user_guest_1496036117', '1496043317', 'no');
INSERT INTO `wpor_options` VALUES (3870,
'_transient_learn_press_user_guest_1496036117', '1496036117', 'no');
INSERT INTO `wpor_options` VALUES (3871,
'_transient_timeout_learn_press_user_guest_1496036205', '1496043405', 'no');
INSERT INTO `wpor_options` VALUES (3872,
'_transient_learn_press_user_guest_1496036205', '1496036205', 'no');
INSERT INTO `wpor_options` VALUES (3873,
'_transient_timeout_learn_press_user_guest_1496036206', '1496043406', 'no');
INSERT INTO `wpor_options` VALUES (3874,
'_transient_learn_press_user_guest_1496036206', '1496036206', 'no');
INSERT INTO `wpor_options` VALUES (3875,
'_transient_timeout_learn_press_user_guest_1496036225', '1496043425', 'no');
INSERT INTO `wpor_options` VALUES (3876,
'_transient_learn_press_user_guest_1496036225', '1496036225', 'no');
INSERT INTO `wpor_options` VALUES (3879,
'_transient_timeout_learn_press_user_guest_1496036264', '1496043464', 'no');
INSERT INTO `wpor_options` VALUES (3880,
'_transient_learn_press_user_guest_1496036264', '1496036264', 'no');
INSERT INTO `wpor_options` VALUES (3881,
'_transient_timeout_learn_press_user_guest_1496038047', '1496045247', 'no');
INSERT INTO `wpor_options` VALUES (3882,
'_transient_learn_press_user_guest_1496038047', '1496038047', 'no');
INSERT INTO `wpor_options` VALUES (3886,
'_transient_timeout_learn_press_user_guest_1496040220', '1496047420', 'no');
INSERT INTO `wpor_options` VALUES (3884,
'_transient_timeout_learn_press_user_guest_1496038048', '1496045248', 'no');
INSERT INTO `wpor_options` VALUES (3885,
'_transient_learn_press_user_guest_1496038048', '1496038048', 'no');
INSERT INTO `wpor_options` VALUES (3887,
'_transient_learn_press_user_guest_1496040220', '1496040220', 'no');
INSERT INTO `wpor_options` VALUES (3889,
'_transient_timeout_learn_press_user_guest_1496040222', '1496047422', 'no');
INSERT INTO `wpor_options` VALUES (3890,
'_transient_learn_press_user_guest_1496040222', '1496040222', 'no');
INSERT INTO `wpor_options` VALUES (3891,
'_transient_timeout_learn_press_user_guest_1496040818', '1496048018', 'no');
INSERT INTO `wpor_options` VALUES (3892,
'_transient_learn_press_user_guest_1496040818', '1496040818', 'no');
INSERT INTO `wpor_options` VALUES (3894,
'_transient_timeout_learn_press_user_guest_1496040910', '1496048110', 'no');
INSERT INTO `wpor_options` VALUES (3895,
'_transient_learn_press_user_guest_1496040910', '1496040910', 'no');
INSERT INTO `wpor_options` VALUES (3896,
'_transient_timeout_learn_press_user_guest_1496046532', '1496053733', 'no');
INSERT INTO `wpor_options` VALUES (3897,
'_transient_learn_press_user_guest_1496046532', '1496046532', 'no');
INSERT INTO `wpor_options` VALUES (3898,
'_transient_timeout_learn_press_user_guest_1496046533', '1496053733', 'no');
INSERT INTO `wpor_options` VALUES (3899,
'_transient_learn_press_user_guest_1496046533', '1496046533', 'no');
INSERT INTO `wpor_options` VALUES (3912,
'_transient_timeout_external_ip_address_95.1.173.210', '1496652131', 'no');
INSERT INTO `wpor_options` VALUES (3910,
'_transient_timeout_learn_press_user_guest_1496046589', '1496053789', 'no');
INSERT INTO `wpor_options` VALUES (3901,
'_transient_timeout_learn_press_user_guest_1496046535', '1496053735', 'no');
INSERT INTO `wpor_options` VALUES (3902,
'_transient_learn_press_user_guest_1496046535', '1496046535', 'no');
INSERT INTO `wpor_options` VALUES (3911,
'_transient_learn_press_user_guest_1496046589', '1496046589', 'no');
INSERT INTO `wpor_options` VALUES (3913,
'_transient_external_ip_address_95.1.173.210', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (3914,
'_transient_timeout_learn_press_user_guest_1496047331', '1496054531', 'no');
INSERT INTO `wpor_options` VALUES (3915,
'_transient_learn_press_user_guest_1496047331', '1496047331', 'no');
INSERT INTO `wpor_options` VALUES (3920,
'_transient_timeout_learn_press_user_guest_1496048452', '1496055652', 'no');
INSERT INTO `wpor_options` VALUES (3918,
'_transient_timeout_learn_press_user_guest_1496048266', '1496055466', 'no');
INSERT INTO `wpor_options` VALUES (3919,
'_transient_learn_press_user_guest_1496048266', '1496048266', 'no');
INSERT INTO `wpor_options` VALUES (3921,
'_transient_learn_press_user_guest_1496048452', '1496048452', 'no');
INSERT INTO `wpor_options` VALUES (3923,
'_transient_timeout_learn_press_user_guest_1496048455', '1496055655', 'no');
INSERT INTO `wpor_options` VALUES (3924,
'_transient_learn_press_user_guest_1496048455', '1496048455', 'no');
INSERT INTO `wpor_options` VALUES (3925,
'_transient_timeout_learn_press_user_guest_1496049576', '1496056776', 'no');
INSERT INTO `wpor_options` VALUES (3926,
'_transient_learn_press_user_guest_1496049576', '1496049576', 'no');
INSERT INTO `wpor_options` VALUES (3928,
'_transient_timeout_learn_press_user_guest_1496049579', '1496056779', 'no');
INSERT INTO `wpor_options` VALUES (3929,
'_transient_learn_press_user_guest_1496049579', '1496049579', 'no');
INSERT INTO `wpor_options` VALUES (3930,
'_transient_timeout_learn_press_user_guest_1496049583', '1496056783', 'no');
INSERT INTO `wpor_options` VALUES (3931,
'_transient_learn_press_user_guest_1496049583', '1496049583', 'no');
INSERT INTO `wpor_options` VALUES (3932,
'_transient_timeout_learn_press_user_guest_1496049587', '1496056787', 'no');
INSERT INTO `wpor_options` VALUES (3933,
'_transient_learn_press_user_guest_1496049587', '1496049587', 'no');
INSERT INTO `wpor_options` VALUES (3934,
'_transient_timeout_learn_press_user_guest_1496049597', '1496056797', 'no');
INSERT INTO `wpor_options` VALUES (3935,
'_transient_learn_press_user_guest_1496049597', '1496049597', 'no');
INSERT INTO `wpor_options` VALUES (3936,
'_transient_timeout_learn_press_user_guest_1496049607', '1496056807', 'no');
INSERT INTO `wpor_options` VALUES (3937,
'_transient_learn_press_user_guest_1496049607', '1496049607', 'no');
INSERT INTO `wpor_options` VALUES (3938,
'_transient_timeout_learn_press_user_guest_1496049617', '1496056817', 'no');
INSERT INTO `wpor_options` VALUES (3939,
'_transient_learn_press_user_guest_1496049617', '1496049617', 'no');
INSERT INTO `wpor_options` VALUES (3940,
'_transient_timeout_learn_press_user_guest_1496049627', '1496056827', 'no');
INSERT INTO `wpor_options` VALUES (3941,
'_transient_learn_press_user_guest_1496049627', '1496049627', 'no');
INSERT INTO `wpor_options` VALUES (3942,
'_transient_timeout_learn_press_user_guest_1496049938', '1496057138', 'no');
INSERT INTO `wpor_options` VALUES (3943,
'_transient_learn_press_user_guest_1496049938', '1496049938', 'no');
INSERT INTO `wpor_options` VALUES (3944,
'_transient_timeout_learn_press_user_guest_1496049941', '1496057141', 'no');
INSERT INTO `wpor_options` VALUES (3945,
'_transient_learn_press_user_guest_1496049941', '1496049941', 'no');
INSERT INTO `wpor_options` VALUES (8024, '_transient_timeout_wc_related_137',
'1496986231', 'no');
INSERT INTO `wpor_options` VALUES (8025, '_transient_wc_related_137', 'a:6:
{i:0;s:4:"1692";i:1;s:3:"145";i:2;s:3:"143";i:3;s:3:"142";i:4;s:3:"140";i:5;s:3:"13
8";}', 'no');
INSERT INTO `wpor_options` VALUES (3948,
'_transient_timeout_learn_press_user_guest_1496049944', '1496057144', 'no');
INSERT INTO `wpor_options` VALUES (3949,
'_transient_learn_press_user_guest_1496049944', '1496049944', 'no');
INSERT INTO `wpor_options` VALUES (3950,
'_transient_timeout_learn_press_user_guest_1496049947', '1496057147', 'no');
INSERT INTO `wpor_options` VALUES (3951,
'_transient_learn_press_user_guest_1496049947', '1496049947', 'no');
INSERT INTO `wpor_options` VALUES (3952,
'_transient_timeout_learn_press_user_guest_1496049953', '1496057153', 'no');
INSERT INTO `wpor_options` VALUES (3953,
'_transient_learn_press_user_guest_1496049953', '1496049953', 'no');
INSERT INTO `wpor_options` VALUES (3954,
'_transient_timeout_learn_press_user_guest_1496049956', '1496057156', 'no');
INSERT INTO `wpor_options` VALUES (3955,
'_transient_learn_press_user_guest_1496049956', '1496049956', 'no');
INSERT INTO `wpor_options` VALUES (3956,
'_transient_timeout_learn_press_user_guest_1496049960', '1496057160', 'no');
INSERT INTO `wpor_options` VALUES (3957,
'_transient_learn_press_user_guest_1496049960', '1496049960', 'no');
INSERT INTO `wpor_options` VALUES (3958,
'_transient_timeout_learn_press_user_guest_1496049962', '1496057162', 'no');
INSERT INTO `wpor_options` VALUES (3959,
'_transient_learn_press_user_guest_1496049962', '1496049962', 'no');
INSERT INTO `wpor_options` VALUES (3960,
'_transient_timeout_learn_press_user_guest_1496049965', '1496057165', 'no');
INSERT INTO `wpor_options` VALUES (3961,
'_transient_learn_press_user_guest_1496049965', '1496049965', 'no');
INSERT INTO `wpor_options` VALUES (3962,
'_transient_timeout_learn_press_user_guest_1496049968', '1496057168', 'no');
INSERT INTO `wpor_options` VALUES (3963,
'_transient_learn_press_user_guest_1496049968', '1496049968', 'no');
INSERT INTO `wpor_options` VALUES (3964,
'_transient_timeout_learn_press_user_guest_1496049972', '1496057172', 'no');
INSERT INTO `wpor_options` VALUES (3965,
'_transient_learn_press_user_guest_1496049972', '1496049972', 'no');
INSERT INTO `wpor_options` VALUES (3966,
'_transient_timeout_learn_press_user_guest_1496049975', '1496057175', 'no');
INSERT INTO `wpor_options` VALUES (3967,
'_transient_learn_press_user_guest_1496049975', '1496049975', 'no');
INSERT INTO `wpor_options` VALUES (3968,
'_transient_timeout_learn_press_user_guest_1496049979', '1496057179', 'no');
INSERT INTO `wpor_options` VALUES (3969,
'_transient_learn_press_user_guest_1496049979', '1496049979', 'no');
INSERT INTO `wpor_options` VALUES (3970,
'_transient_timeout_learn_press_user_guest_1496049983', '1496057183', 'no');
INSERT INTO `wpor_options` VALUES (3971,
'_transient_learn_press_user_guest_1496049983', '1496049983', 'no');
INSERT INTO `wpor_options` VALUES (3972,
'_transient_timeout_learn_press_user_guest_1496049986', '1496057186', 'no');
INSERT INTO `wpor_options` VALUES (3973,
'_transient_learn_press_user_guest_1496049986', '1496049986', 'no');
INSERT INTO `wpor_options` VALUES (3976,
'_transient_timeout_learn_press_user_guest_1496049989', '1496057189', 'no');
INSERT INTO `wpor_options` VALUES (3977,
'_transient_learn_press_user_guest_1496049989', '1496049989', 'no');
INSERT INTO `wpor_options` VALUES (3978,
'_transient_timeout_learn_press_user_guest_1496049993', '1496057193', 'no');
INSERT INTO `wpor_options` VALUES (3979,
'_transient_learn_press_user_guest_1496049993', '1496049993', 'no');
INSERT INTO `wpor_options` VALUES (3980,
'_transient_timeout_learn_press_user_guest_1496049996', '1496057196', 'no');
INSERT INTO `wpor_options` VALUES (3981,
'_transient_learn_press_user_guest_1496049996', '1496049996', 'no');
INSERT INTO `wpor_options` VALUES (3982,
'_transient_timeout_learn_press_user_guest_1496050000', '1496057200', 'no');
INSERT INTO `wpor_options` VALUES (3983,
'_transient_learn_press_user_guest_1496050000', '1496050000', 'no');
INSERT INTO `wpor_options` VALUES (3984,
'_transient_timeout_learn_press_user_guest_1496050004', '1496057204', 'no');
INSERT INTO `wpor_options` VALUES (3985,
'_transient_learn_press_user_guest_1496050004', '1496050004', 'no');
INSERT INTO `wpor_options` VALUES (3986,
'_transient_timeout_learn_press_user_guest_1496050125', '1496057325', 'no');
INSERT INTO `wpor_options` VALUES (3987,
'_transient_learn_press_user_guest_1496050125', '1496050125', 'no');
INSERT INTO `wpor_options` VALUES (3999,
'_transient_timeout_learn_press_user_guest_1496050235', '1496057435', 'no');
INSERT INTO `wpor_options` VALUES (3989,
'_transient_timeout_learn_press_user_guest_1496050147', '1496057347', 'no');
INSERT INTO `wpor_options` VALUES (3990,
'_transient_learn_press_user_guest_1496050147', '1496050147', 'no');
INSERT INTO `wpor_options` VALUES (3991,
'_transient_timeout_learn_press_user_guest_1496050168', '1496057368', 'no');
INSERT INTO `wpor_options` VALUES (3992,
'_transient_learn_press_user_guest_1496050168', '1496050168', 'no');
INSERT INTO `wpor_options` VALUES (3993,
'_transient_timeout_learn_press_user_guest_1496050188', '1496057388', 'no');
INSERT INTO `wpor_options` VALUES (3994,
'_transient_learn_press_user_guest_1496050188', '1496050188', 'no');
INSERT INTO `wpor_options` VALUES (3995,
'_transient_timeout_learn_press_user_guest_1496050204', '1496057404', 'no');
INSERT INTO `wpor_options` VALUES (3996,
'_transient_learn_press_user_guest_1496050204', '1496050204', 'no');
INSERT INTO `wpor_options` VALUES (3997,
'_transient_timeout_learn_press_user_guest_1496050220', '1496057420', 'no');
INSERT INTO `wpor_options` VALUES (3998,
'_transient_learn_press_user_guest_1496050220', '1496050220', 'no');
INSERT INTO `wpor_options` VALUES (4000,
'_transient_learn_press_user_guest_1496050235', '1496050235', 'no');
INSERT INTO `wpor_options` VALUES (4001,
'_transient_timeout_learn_press_user_guest_1496050252', '1496057452', 'no');
INSERT INTO `wpor_options` VALUES (4002,
'_transient_learn_press_user_guest_1496050252', '1496050252', 'no');
INSERT INTO `wpor_options` VALUES (4003,
'_transient_timeout_learn_press_user_guest_1496050269', '1496057469', 'no');
INSERT INTO `wpor_options` VALUES (4004,
'_transient_learn_press_user_guest_1496050269', '1496050269', 'no');
INSERT INTO `wpor_options` VALUES (4005,
'_transient_timeout_learn_press_user_guest_1496050285', '1496057485', 'no');
INSERT INTO `wpor_options` VALUES (4006,
'_transient_learn_press_user_guest_1496050285', '1496050285', 'no');
INSERT INTO `wpor_options` VALUES (4007,
'_transient_timeout_learn_press_user_guest_1496050296', '1496057496', 'no');
INSERT INTO `wpor_options` VALUES (4008,
'_transient_learn_press_user_guest_1496050296', '1496050296', 'no');
INSERT INTO `wpor_options` VALUES (4009,
'_transient_timeout_learn_press_user_guest_1496050306', '1496057506', 'no');
INSERT INTO `wpor_options` VALUES (4010,
'_transient_learn_press_user_guest_1496050306', '1496050306', 'no');
INSERT INTO `wpor_options` VALUES (4011,
'_transient_timeout_learn_press_user_guest_1496050314', '1496057514', 'no');
INSERT INTO `wpor_options` VALUES (4012,
'_transient_learn_press_user_guest_1496050314', '1496050314', 'no');
INSERT INTO `wpor_options` VALUES (4013,
'_transient_timeout_learn_press_user_guest_1496050324', '1496057524', 'no');
INSERT INTO `wpor_options` VALUES (4014,
'_transient_learn_press_user_guest_1496050324', '1496050324', 'no');
INSERT INTO `wpor_options` VALUES (4017,
'_transient_timeout_learn_press_user_guest_1496050334', '1496057534', 'no');
INSERT INTO `wpor_options` VALUES (4018,
'_transient_learn_press_user_guest_1496050334', '1496050334', 'no');
INSERT INTO `wpor_options` VALUES (4019,
'_transient_timeout_learn_press_user_guest_1496050342', '1496057542', 'no');
INSERT INTO `wpor_options` VALUES (4020,
'_transient_learn_press_user_guest_1496050342', '1496050342', 'no');
INSERT INTO `wpor_options` VALUES (4023,
'_transient_timeout_learn_press_user_guest_1496050352', '1496057552', 'no');
INSERT INTO `wpor_options` VALUES (4024,
'_transient_learn_press_user_guest_1496050352', '1496050352', 'no');
INSERT INTO `wpor_options` VALUES (4025,
'_transient_timeout_learn_press_user_guest_1496050365', '1496057565', 'no');
INSERT INTO `wpor_options` VALUES (4026,
'_transient_learn_press_user_guest_1496050365', '1496050365', 'no');
INSERT INTO `wpor_options` VALUES (4027,
'_transient_timeout_learn_press_user_guest_1496050374', '1496057574', 'no');
INSERT INTO `wpor_options` VALUES (4028,
'_transient_learn_press_user_guest_1496050374', '1496050374', 'no');
INSERT INTO `wpor_options` VALUES (4029,
'_transient_timeout_learn_press_user_guest_1496050421', '1496057621', 'no');
INSERT INTO `wpor_options` VALUES (4030,
'_transient_learn_press_user_guest_1496050421', '1496050421', 'no');
INSERT INTO `wpor_options` VALUES (4031,
'_transient_timeout_learn_press_user_guest_1496051400', '1496058600', 'no');
INSERT INTO `wpor_options` VALUES (4032,
'_transient_learn_press_user_guest_1496051400', '1496051400', 'no');
INSERT INTO `wpor_options` VALUES (4034,
'_transient_timeout_external_ip_address_88.247.205.102', '1496656592', 'no');
INSERT INTO `wpor_options` VALUES (4035,
'_transient_external_ip_address_88.247.205.102', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (4036,
'_transient_timeout_learn_press_user_guest_1496051792', '1496058992', 'no');
INSERT INTO `wpor_options` VALUES (4037,
'_transient_learn_press_user_guest_1496051792', '1496051792', 'no');
INSERT INTO `wpor_options` VALUES (4047,
'_transient_timeout_learn_press_user_guest_1496054216', '1496061416', 'no');
INSERT INTO `wpor_options` VALUES (4039,
'_transient_timeout_learn_press_user_guest_1496053877', '1496061077', 'no');
INSERT INTO `wpor_options` VALUES (4040,
'_transient_learn_press_user_guest_1496053877', '1496053877', 'no');
INSERT INTO `wpor_options` VALUES (4041,
'_transient_timeout_learn_press_user_guest_1496053879', '1496061079', 'no');
INSERT INTO `wpor_options` VALUES (4042,
'_transient_learn_press_user_guest_1496053879', '1496053879', 'no');
INSERT INTO `wpor_options` VALUES (4043,
'_transient_timeout_learn_press_user_guest_1496054211', '1496061411', 'no');
INSERT INTO `wpor_options` VALUES (4044,
'_transient_learn_press_user_guest_1496054211', '1496054211', 'no');
INSERT INTO `wpor_options` VALUES (4045,
'_transient_timeout_learn_press_user_guest_1496054212', '1496061412', 'no');
INSERT INTO `wpor_options` VALUES (4046,
'_transient_learn_press_user_guest_1496054212', '1496054212', 'no');
INSERT INTO `wpor_options` VALUES (4049,
'_transient_timeout_learn_press_user_guest_1496054220', '1496061420', 'no');
INSERT INTO `wpor_options` VALUES (4050,
'_transient_learn_press_user_guest_1496054220', '1496054220', 'no');
INSERT INTO `wpor_options` VALUES (4051,
'_transient_timeout_learn_press_user_guest_1496054222', '1496061422', 'no');
INSERT INTO `wpor_options` VALUES (4052,
'_transient_learn_press_user_guest_1496054222', '1496054222', 'no');
INSERT INTO `wpor_options` VALUES (4053,
'_transient_timeout_learn_press_user_guest_1496054224', '1496061424', 'no');
INSERT INTO `wpor_options` VALUES (4054,
'_transient_learn_press_user_guest_1496054224', '1496054224', 'no');
INSERT INTO `wpor_options` VALUES (4055,
'_transient_timeout_learn_press_user_guest_1496054227', '1496061427', 'no');
INSERT INTO `wpor_options` VALUES (4056,
'_transient_learn_press_user_guest_1496054227', '1496054227', 'no');
INSERT INTO `wpor_options` VALUES (4057,
'_transient_timeout_learn_press_user_guest_1496054229', '1496061429', 'no');
INSERT INTO `wpor_options` VALUES (4058,
'_transient_learn_press_user_guest_1496054229', '1496054229', 'no');
INSERT INTO `wpor_options` VALUES (4059,
'_transient_timeout_learn_press_user_guest_1496054232', '1496061432', 'no');
INSERT INTO `wpor_options` VALUES (4060,
'_transient_learn_press_user_guest_1496054232', '1496054232', 'no');
INSERT INTO `wpor_options` VALUES (4061,
'_transient_timeout_learn_press_user_guest_1496054234', '1496061434', 'no');
INSERT INTO `wpor_options` VALUES (4062,
'_transient_learn_press_user_guest_1496054234', '1496054234', 'no');
INSERT INTO `wpor_options` VALUES (4063,
'_transient_timeout_learn_press_user_guest_1496055300', '1496062500', 'no');
INSERT INTO `wpor_options` VALUES (4064,
'_transient_learn_press_user_guest_1496055300', '1496055300', 'no');
INSERT INTO `wpor_options` VALUES (4068,
'_transient_timeout_learn_press_user_guest_1496055473', '1496062673', 'no');
INSERT INTO `wpor_options` VALUES (4066,
'_transient_timeout_learn_press_user_guest_1496055301', '1496062501', 'no');
INSERT INTO `wpor_options` VALUES (4067,
'_transient_learn_press_user_guest_1496055301', '1496055301', 'no');
INSERT INTO `wpor_options` VALUES (4069,
'_transient_learn_press_user_guest_1496055473', '1496055473', 'no');
INSERT INTO `wpor_options` VALUES (4070,
'_transient_timeout_learn_press_user_guest_1496055476', '1496062676', 'no');
INSERT INTO `wpor_options` VALUES (4071,
'_transient_learn_press_user_guest_1496055476', '1496055476', 'no');
INSERT INTO `wpor_options` VALUES (4072,
'_transient_timeout_learn_press_user_guest_1496055478', '1496062678', 'no');
INSERT INTO `wpor_options` VALUES (4073,
'_transient_learn_press_user_guest_1496055478', '1496055478', 'no');
INSERT INTO `wpor_options` VALUES (4077,
'_transient_timeout_learn_press_user_guest_1496056737', '1496063937', 'no');
INSERT INTO `wpor_options` VALUES (4075,
'_transient_timeout_learn_press_user_guest_1496056736', '1496063936', 'no');
INSERT INTO `wpor_options` VALUES (4076,
'_transient_learn_press_user_guest_1496056736', '1496056736', 'no');
INSERT INTO `wpor_options` VALUES (4078,
'_transient_learn_press_user_guest_1496056737', '1496056737', 'no');
INSERT INTO `wpor_options` VALUES (4088,
'_transient_timeout_learn_press_user_guest_1496062995', '1496070195', 'no');
INSERT INTO `wpor_options` VALUES (4080,
'_transient_timeout_learn_press_user_guest_1496056885', '1496064085', 'no');
INSERT INTO `wpor_options` VALUES (4081,
'_transient_learn_press_user_guest_1496056885', '1496056885', 'no');
INSERT INTO `wpor_options` VALUES (4083,
'_transient_timeout_learn_press_user_guest_1496058307', '1496065507', 'no');
INSERT INTO `wpor_options` VALUES (4084,
'_transient_learn_press_user_guest_1496058307', '1496058307', 'no');
INSERT INTO `wpor_options` VALUES (4086,
'_transient_timeout_learn_press_user_guest_1496058628', '1496065828', 'no');
INSERT INTO `wpor_options` VALUES (4087,
'_transient_learn_press_user_guest_1496058628', '1496058628', 'no');
INSERT INTO `wpor_options` VALUES (4089,
'_transient_learn_press_user_guest_1496062995', '1496062995', 'no');
INSERT INTO `wpor_options` VALUES (4093,
'_transient_timeout_learn_press_user_guest_1496062997', '1496070197', 'no');
INSERT INTO `wpor_options` VALUES (4091,
'_transient_timeout_learn_press_user_guest_1496062996', '1496070196', 'no');
INSERT INTO `wpor_options` VALUES (4092,
'_transient_learn_press_user_guest_1496062996', '1496062996', 'no');
INSERT INTO `wpor_options` VALUES (4094,
'_transient_learn_press_user_guest_1496062997', '1496062997', 'no');
INSERT INTO `wpor_options` VALUES (4095,
'_transient_timeout_learn_press_user_guest_1496066776', '1496073976', 'no');
INSERT INTO `wpor_options` VALUES (4096,
'_transient_learn_press_user_guest_1496066776', '1496066776', 'no');
INSERT INTO `wpor_options` VALUES (4102,
'_transient_timeout_learn_press_user_guest_1496066929', '1496074129', 'no');
INSERT INTO `wpor_options` VALUES (4098,
'_transient_timeout_learn_press_user_guest_1496066868', '1496074068', 'no');
INSERT INTO `wpor_options` VALUES (4099,
'_transient_learn_press_user_guest_1496066868', '1496066868', 'no');
INSERT INTO `wpor_options` VALUES (4100,
'_transient_timeout_learn_press_user_guest_1496066869', '1496074069', 'no');
INSERT INTO `wpor_options` VALUES (4101,
'_transient_learn_press_user_guest_1496066869', '1496066869', 'no');
INSERT INTO `wpor_options` VALUES (4103,
'_transient_learn_press_user_guest_1496066929', '1496066929', 'no');
INSERT INTO `wpor_options` VALUES (4104,
'_transient_timeout_learn_press_user_guest_1496066945', '1496074145', 'no');
INSERT INTO `wpor_options` VALUES (4105,
'_transient_learn_press_user_guest_1496066945', '1496066945', 'no');
INSERT INTO `wpor_options` VALUES (4106,
'_transient_timeout_learn_press_user_guest_1496066960', '1496074160', 'no');
INSERT INTO `wpor_options` VALUES (4107,
'_transient_learn_press_user_guest_1496066960', '1496066960', 'no');
INSERT INTO `wpor_options` VALUES (4108,
'_transient_timeout_learn_press_user_guest_1496066961', '1496074161', 'no');
INSERT INTO `wpor_options` VALUES (4109,
'_transient_learn_press_user_guest_1496066961', '1496066961', 'no');
INSERT INTO `wpor_options` VALUES (4110,
'_transient_timeout_learn_press_user_guest_1496066975', '1496074175', 'no');
INSERT INTO `wpor_options` VALUES (4111,
'_transient_learn_press_user_guest_1496066975', '1496066975', 'no');
INSERT INTO `wpor_options` VALUES (4113,
'_transient_timeout_learn_press_user_guest_1496066977', '1496074177', 'no');
INSERT INTO `wpor_options` VALUES (4114,
'_transient_learn_press_user_guest_1496066977', '1496066977', 'no');
INSERT INTO `wpor_options` VALUES (4115,
'_transient_timeout_learn_press_user_guest_1496066986', '1496074186', 'no');
INSERT INTO `wpor_options` VALUES (4116,
'_transient_learn_press_user_guest_1496066986', '1496066986', 'no');
INSERT INTO `wpor_options` VALUES (4117,
'_transient_timeout_learn_press_user_guest_1496066997', '1496074197', 'no');
INSERT INTO `wpor_options` VALUES (4118,
'_transient_learn_press_user_guest_1496066997', '1496066997', 'no');
INSERT INTO `wpor_options` VALUES (4119,
'_transient_timeout_learn_press_user_guest_1496067004', '1496074204', 'no');
INSERT INTO `wpor_options` VALUES (4120,
'_transient_learn_press_user_guest_1496067004', '1496067004', 'no');
INSERT INTO `wpor_options` VALUES (4121,
'_transient_timeout_learn_press_user_guest_1496067012', '1496074212', 'no');
INSERT INTO `wpor_options` VALUES (4122,
'_transient_learn_press_user_guest_1496067012', '1496067012', 'no');
INSERT INTO `wpor_options` VALUES (4123,
'_transient_timeout_learn_press_user_guest_1496067019', '1496074219', 'no');
INSERT INTO `wpor_options` VALUES (4124,
'_transient_learn_press_user_guest_1496067019', '1496067019', 'no');
INSERT INTO `wpor_options` VALUES (4125,
'_transient_timeout_learn_press_user_guest_1496067021', '1496074221', 'no');
INSERT INTO `wpor_options` VALUES (4126,
'_transient_learn_press_user_guest_1496067021', '1496067021', 'no');
INSERT INTO `wpor_options` VALUES (4129,
'_transient_timeout_learn_press_user_guest_1496067031', '1496074231', 'no');
INSERT INTO `wpor_options` VALUES (4130,
'_transient_learn_press_user_guest_1496067031', '1496067031', 'no');
INSERT INTO `wpor_options` VALUES (4131,
'_transient_timeout_learn_press_user_guest_1496067033', '1496074233', 'no');
INSERT INTO `wpor_options` VALUES (4132,
'_transient_learn_press_user_guest_1496067033', '1496067033', 'no');
INSERT INTO `wpor_options` VALUES (4135,
'_transient_timeout_learn_press_user_guest_1496067041', '1496074241', 'no');
INSERT INTO `wpor_options` VALUES (4136,
'_transient_learn_press_user_guest_1496067041', '1496067041', 'no');
INSERT INTO `wpor_options` VALUES (4137,
'_transient_timeout_learn_press_user_guest_1496067043', '1496074243', 'no');
INSERT INTO `wpor_options` VALUES (4138,
'_transient_learn_press_user_guest_1496067043', '1496067043', 'no');
INSERT INTO `wpor_options` VALUES (4139,
'_transient_timeout_learn_press_user_guest_1496067051', '1496074251', 'no');
INSERT INTO `wpor_options` VALUES (4140,
'_transient_learn_press_user_guest_1496067051', '1496067051', 'no');
INSERT INTO `wpor_options` VALUES (4141,
'_transient_timeout_learn_press_user_guest_1496067060', '1496074260', 'no');
INSERT INTO `wpor_options` VALUES (4142,
'_transient_learn_press_user_guest_1496067060', '1496067060', 'no');
INSERT INTO `wpor_options` VALUES (4143,
'_transient_timeout_learn_press_user_guest_1496067084', '1496074284', 'no');
INSERT INTO `wpor_options` VALUES (4144,
'_transient_learn_press_user_guest_1496067084', '1496067084', 'no');
INSERT INTO `wpor_options` VALUES (4145,
'_transient_timeout_learn_press_user_guest_1496067085', '1496074285', 'no');
INSERT INTO `wpor_options` VALUES (4146,
'_transient_learn_press_user_guest_1496067085', '1496067085', 'no');
INSERT INTO `wpor_options` VALUES (4147,
'_transient_timeout_learn_press_user_guest_1496067102', '1496074302', 'no');
INSERT INTO `wpor_options` VALUES (4148,
'_transient_learn_press_user_guest_1496067102', '1496067102', 'no');
INSERT INTO `wpor_options` VALUES (4149,
'_transient_timeout_learn_press_user_guest_1496067116', '1496074316', 'no');
INSERT INTO `wpor_options` VALUES (4150,
'_transient_learn_press_user_guest_1496067116', '1496067116', 'no');
INSERT INTO `wpor_options` VALUES (4151,
'_transient_timeout_learn_press_user_guest_1496067169', '1496074369', 'no');
INSERT INTO `wpor_options` VALUES (4152,
'_transient_learn_press_user_guest_1496067169', '1496067169', 'no');
INSERT INTO `wpor_options` VALUES (4153,
'_transient_timeout_learn_press_user_guest_1496067196', '1496074396', 'no');
INSERT INTO `wpor_options` VALUES (4154,
'_transient_learn_press_user_guest_1496067196', '1496067196', 'no');
INSERT INTO `wpor_options` VALUES (4155,
'_transient_timeout_learn_press_user_guest_1496067229', '1496074429', 'no');
INSERT INTO `wpor_options` VALUES (4156,
'_transient_learn_press_user_guest_1496067229', '1496067229', 'no');
INSERT INTO `wpor_options` VALUES (4157,
'_transient_timeout_learn_press_user_guest_1496067281', '1496074481', 'no');
INSERT INTO `wpor_options` VALUES (4158,
'_transient_learn_press_user_guest_1496067281', '1496067281', 'no');
INSERT INTO `wpor_options` VALUES (4159,
'_transient_timeout_learn_press_user_guest_1496067317', '1496074517', 'no');
INSERT INTO `wpor_options` VALUES (4160,
'_transient_learn_press_user_guest_1496067317', '1496067317', 'no');
INSERT INTO `wpor_options` VALUES (4161,
'_transient_timeout_learn_press_user_guest_1496067351', '1496074551', 'no');
INSERT INTO `wpor_options` VALUES (4162,
'_transient_learn_press_user_guest_1496067351', '1496067351', 'no');
INSERT INTO `wpor_options` VALUES (4163,
'_transient_timeout_learn_press_user_guest_1496067386', '1496074586', 'no');
INSERT INTO `wpor_options` VALUES (4164,
'_transient_learn_press_user_guest_1496067386', '1496067386', 'no');
INSERT INTO `wpor_options` VALUES (4165,
'_transient_timeout_learn_press_user_guest_1496067421', '1496074621', 'no');
INSERT INTO `wpor_options` VALUES (4166,
'_transient_learn_press_user_guest_1496067421', '1496067421', 'no');
INSERT INTO `wpor_options` VALUES (4167,
'_transient_timeout_learn_press_user_guest_1496067454', '1496074654', 'no');
INSERT INTO `wpor_options` VALUES (4168,
'_transient_learn_press_user_guest_1496067454', '1496067454', 'no');
INSERT INTO `wpor_options` VALUES (4169,
'_transient_timeout_learn_press_user_guest_1496067485', '1496074685', 'no');
INSERT INTO `wpor_options` VALUES (4170,
'_transient_learn_press_user_guest_1496067485', '1496067485', 'no');
INSERT INTO `wpor_options` VALUES (4173,
'_transient_timeout_learn_press_user_guest_1496067486', '1496074686', 'no');
INSERT INTO `wpor_options` VALUES (4174,
'_transient_learn_press_user_guest_1496067486', '1496067486', 'no');
INSERT INTO `wpor_options` VALUES (4175,
'_transient_timeout_learn_press_user_guest_1496067514', '1496074714', 'no');
INSERT INTO `wpor_options` VALUES (4176,
'_transient_learn_press_user_guest_1496067514', '1496067514', 'no');
INSERT INTO `wpor_options` VALUES (4177,
'_transient_timeout_learn_press_user_guest_1496067543', '1496074743', 'no');
INSERT INTO `wpor_options` VALUES (4178,
'_transient_learn_press_user_guest_1496067543', '1496067543', 'no');
INSERT INTO `wpor_options` VALUES (4179,
'_transient_timeout_learn_press_user_guest_1496067572', '1496074772', 'no');
INSERT INTO `wpor_options` VALUES (4180,
'_transient_learn_press_user_guest_1496067572', '1496067572', 'no');
INSERT INTO `wpor_options` VALUES (4181,
'_transient_timeout_learn_press_user_guest_1496067599', '1496074799', 'no');
INSERT INTO `wpor_options` VALUES (4182,
'_transient_learn_press_user_guest_1496067599', '1496067599', 'no');
INSERT INTO `wpor_options` VALUES (4186,
'_transient_timeout_learn_press_user_guest_1496067633', '1496074833', 'no');
INSERT INTO `wpor_options` VALUES (4184,
'_transient_timeout_learn_press_user_guest_1496067600', '1496074800', 'no');
INSERT INTO `wpor_options` VALUES (4185,
'_transient_learn_press_user_guest_1496067600', '1496067600', 'no');
INSERT INTO `wpor_options` VALUES (4187,
'_transient_learn_press_user_guest_1496067633', '1496067633', 'no');
INSERT INTO `wpor_options` VALUES (4188,
'_transient_timeout_learn_press_user_guest_1496067664', '1496074864', 'no');
INSERT INTO `wpor_options` VALUES (4189,
'_transient_learn_press_user_guest_1496067664', '1496067664', 'no');
INSERT INTO `wpor_options` VALUES (4190,
'_transient_timeout_learn_press_user_guest_1496067692', '1496074892', 'no');
INSERT INTO `wpor_options` VALUES (4191,
'_transient_learn_press_user_guest_1496067692', '1496067692', 'no');
INSERT INTO `wpor_options` VALUES (4192,
'_transient_timeout_learn_press_user_guest_1496067720', '1496074920', 'no');
INSERT INTO `wpor_options` VALUES (4193,
'_transient_learn_press_user_guest_1496067720', '1496067720', 'no');
INSERT INTO `wpor_options` VALUES (4194,
'_transient_timeout_learn_press_user_guest_1496067738', '1496074938', 'no');
INSERT INTO `wpor_options` VALUES (4195,
'_transient_learn_press_user_guest_1496067738', '1496067738', 'no');
INSERT INTO `wpor_options` VALUES (4196,
'_transient_timeout_learn_press_user_guest_1496067781', '1496074981', 'no');
INSERT INTO `wpor_options` VALUES (4197,
'_transient_learn_press_user_guest_1496067781', '1496067781', 'no');
INSERT INTO `wpor_options` VALUES (4198,
'_transient_timeout_learn_press_user_guest_1496067806', '1496075006', 'no');
INSERT INTO `wpor_options` VALUES (4199,
'_transient_learn_press_user_guest_1496067806', '1496067806', 'no');
INSERT INTO `wpor_options` VALUES (4200,
'_transient_timeout_learn_press_user_guest_1496067831', '1496075031', 'no');
INSERT INTO `wpor_options` VALUES (4201,
'_transient_learn_press_user_guest_1496067831', '1496067831', 'no');
INSERT INTO `wpor_options` VALUES (4202,
'_transient_timeout_learn_press_user_guest_1496067855', '1496075055', 'no');
INSERT INTO `wpor_options` VALUES (4203,
'_transient_learn_press_user_guest_1496067855', '1496067855', 'no');
INSERT INTO `wpor_options` VALUES (4204,
'_transient_timeout_learn_press_user_guest_1496067876', '1496075076', 'no');
INSERT INTO `wpor_options` VALUES (4205,
'_transient_learn_press_user_guest_1496067876', '1496067876', 'no');
INSERT INTO `wpor_options` VALUES (4206,
'_transient_timeout_learn_press_user_guest_1496067896', '1496075096', 'no');
INSERT INTO `wpor_options` VALUES (4207,
'_transient_learn_press_user_guest_1496067896', '1496067896', 'no');
INSERT INTO `wpor_options` VALUES (4208,
'_transient_timeout_learn_press_user_guest_1496067918', '1496075118', 'no');
INSERT INTO `wpor_options` VALUES (4209,
'_transient_learn_press_user_guest_1496067918', '1496067918', 'no');
INSERT INTO `wpor_options` VALUES (4210,
'_transient_timeout_learn_press_user_guest_1496067939', '1496075139', 'no');
INSERT INTO `wpor_options` VALUES (4211,
'_transient_learn_press_user_guest_1496067939', '1496067939', 'no');
INSERT INTO `wpor_options` VALUES (4212,
'_transient_timeout_learn_press_user_guest_1496067955', '1496075155', 'no');
INSERT INTO `wpor_options` VALUES (4213,
'_transient_learn_press_user_guest_1496067955', '1496067955', 'no');
INSERT INTO `wpor_options` VALUES (4214,
'_transient_timeout_learn_press_user_guest_1496067970', '1496075170', 'no');
INSERT INTO `wpor_options` VALUES (4215,
'_transient_learn_press_user_guest_1496067970', '1496067970', 'no');
INSERT INTO `wpor_options` VALUES (4216,
'_transient_timeout_learn_press_user_guest_1496067985', '1496075185', 'no');
INSERT INTO `wpor_options` VALUES (4217,
'_transient_learn_press_user_guest_1496067985', '1496067985', 'no');
INSERT INTO `wpor_options` VALUES (4218,
'_transient_timeout_learn_press_user_guest_1496068006', '1496075206', 'no');
INSERT INTO `wpor_options` VALUES (4219,
'_transient_learn_press_user_guest_1496068006', '1496068006', 'no');
INSERT INTO `wpor_options` VALUES (4220,
'_transient_timeout_learn_press_user_guest_1496068022', '1496075222', 'no');
INSERT INTO `wpor_options` VALUES (4221,
'_transient_learn_press_user_guest_1496068022', '1496068022', 'no');
INSERT INTO `wpor_options` VALUES (4222,
'_transient_timeout_learn_press_user_guest_1496068039', '1496075239', 'no');
INSERT INTO `wpor_options` VALUES (4223,
'_transient_learn_press_user_guest_1496068039', '1496068039', 'no');
INSERT INTO `wpor_options` VALUES (4224,
'_transient_timeout_learn_press_user_guest_1496068056', '1496075256', 'no');
INSERT INTO `wpor_options` VALUES (4225,
'_transient_learn_press_user_guest_1496068056', '1496068056', 'no');
INSERT INTO `wpor_options` VALUES (4226,
'_transient_timeout_learn_press_user_guest_1496068077', '1496075277', 'no');
INSERT INTO `wpor_options` VALUES (4227,
'_transient_learn_press_user_guest_1496068077', '1496068077', 'no');
INSERT INTO `wpor_options` VALUES (4228,
'_transient_timeout_learn_press_user_guest_1496068078', '1496075278', 'no');
INSERT INTO `wpor_options` VALUES (4229,
'_transient_learn_press_user_guest_1496068078', '1496068078', 'no');
INSERT INTO `wpor_options` VALUES (4230,
'_transient_timeout_learn_press_user_guest_1496068098', '1496075298', 'no');
INSERT INTO `wpor_options` VALUES (4231,
'_transient_learn_press_user_guest_1496068098', '1496068098', 'no');
INSERT INTO `wpor_options` VALUES (4232,
'_transient_timeout_learn_press_user_guest_1496068122', '1496075322', 'no');
INSERT INTO `wpor_options` VALUES (4233,
'_transient_learn_press_user_guest_1496068122', '1496068122', 'no');
INSERT INTO `wpor_options` VALUES (4234,
'_transient_timeout_learn_press_user_guest_1496068144', '1496075344', 'no');
INSERT INTO `wpor_options` VALUES (4235,
'_transient_learn_press_user_guest_1496068144', '1496068144', 'no');
INSERT INTO `wpor_options` VALUES (4236,
'_transient_timeout_learn_press_user_guest_1496068158', '1496075358', 'no');
INSERT INTO `wpor_options` VALUES (4237,
'_transient_learn_press_user_guest_1496068158', '1496068158', 'no');
INSERT INTO `wpor_options` VALUES (4238,
'_transient_timeout_learn_press_user_guest_1496068169', '1496075369', 'no');
INSERT INTO `wpor_options` VALUES (4239,
'_transient_learn_press_user_guest_1496068169', '1496068169', 'no');
INSERT INTO `wpor_options` VALUES (4240,
'_transient_timeout_learn_press_user_guest_1496068179', '1496075379', 'no');
INSERT INTO `wpor_options` VALUES (4241,
'_transient_learn_press_user_guest_1496068179', '1496068179', 'no');
INSERT INTO `wpor_options` VALUES (4245,
'_transient_timeout_learn_press_user_guest_1496068193', '1496075393', 'no');
INSERT INTO `wpor_options` VALUES (4243,
'_transient_timeout_learn_press_user_guest_1496068180', '1496075380', 'no');
INSERT INTO `wpor_options` VALUES (4244,
'_transient_learn_press_user_guest_1496068180', '1496068180', 'no');
INSERT INTO `wpor_options` VALUES (4246,
'_transient_learn_press_user_guest_1496068193', '1496068193', 'no');
INSERT INTO `wpor_options` VALUES (4247,
'_transient_timeout_learn_press_user_guest_1496068215', '1496075415', 'no');
INSERT INTO `wpor_options` VALUES (4248,
'_transient_learn_press_user_guest_1496068215', '1496068215', 'no');
INSERT INTO `wpor_options` VALUES (4249,
'_transient_timeout_learn_press_user_guest_1496068236', '1496075436', 'no');
INSERT INTO `wpor_options` VALUES (4250,
'_transient_learn_press_user_guest_1496068236', '1496068236', 'no');
INSERT INTO `wpor_options` VALUES (4251,
'_transient_timeout_learn_press_user_guest_1496068301', '1496075501', 'no');
INSERT INTO `wpor_options` VALUES (4252,
'_transient_learn_press_user_guest_1496068301', '1496068301', 'no');
INSERT INTO `wpor_options` VALUES (4253,
'_transient_timeout_learn_press_user_guest_1496068327', '1496075527', 'no');
INSERT INTO `wpor_options` VALUES (4254,
'_transient_learn_press_user_guest_1496068327', '1496068327', 'no');
INSERT INTO `wpor_options` VALUES (4255,
'_transient_timeout_learn_press_user_guest_1496068351', '1496075551', 'no');
INSERT INTO `wpor_options` VALUES (4256,
'_transient_learn_press_user_guest_1496068351', '1496068351', 'no');
INSERT INTO `wpor_options` VALUES (4257,
'_transient_timeout_learn_press_user_guest_1496068376', '1496075576', 'no');
INSERT INTO `wpor_options` VALUES (4258,
'_transient_learn_press_user_guest_1496068376', '1496068376', 'no');
INSERT INTO `wpor_options` VALUES (4259,
'_transient_timeout_learn_press_user_guest_1496068404', '1496075604', 'no');
INSERT INTO `wpor_options` VALUES (4260,
'_transient_learn_press_user_guest_1496068404', '1496068404', 'no');
INSERT INTO `wpor_options` VALUES (4261,
'_transient_timeout_learn_press_user_guest_1496068431', '1496075631', 'no');
INSERT INTO `wpor_options` VALUES (4262,
'_transient_learn_press_user_guest_1496068431', '1496068431', 'no');
INSERT INTO `wpor_options` VALUES (4263,
'_transient_timeout_learn_press_user_guest_1496068453', '1496075653', 'no');
INSERT INTO `wpor_options` VALUES (4264,
'_transient_learn_press_user_guest_1496068453', '1496068453', 'no');
INSERT INTO `wpor_options` VALUES (4265,
'_transient_timeout_learn_press_user_guest_1496068473', '1496075673', 'no');
INSERT INTO `wpor_options` VALUES (4266,
'_transient_learn_press_user_guest_1496068473', '1496068473', 'no');
INSERT INTO `wpor_options` VALUES (4267,
'_transient_timeout_learn_press_user_guest_1496068495', '1496075695', 'no');
INSERT INTO `wpor_options` VALUES (4268,
'_transient_learn_press_user_guest_1496068495', '1496068495', 'no');
INSERT INTO `wpor_options` VALUES (4269,
'_transient_timeout_learn_press_user_guest_1496068511', '1496075711', 'no');
INSERT INTO `wpor_options` VALUES (4270,
'_transient_learn_press_user_guest_1496068511', '1496068511', 'no');
INSERT INTO `wpor_options` VALUES (4271,
'_transient_timeout_learn_press_user_guest_1496068528', '1496075728', 'no');
INSERT INTO `wpor_options` VALUES (4272,
'_transient_learn_press_user_guest_1496068528', '1496068528', 'no');
INSERT INTO `wpor_options` VALUES (4273,
'_transient_timeout_learn_press_user_guest_1496068544', '1496075744', 'no');
INSERT INTO `wpor_options` VALUES (4274,
'_transient_learn_press_user_guest_1496068544', '1496068544', 'no');
INSERT INTO `wpor_options` VALUES (4275,
'_transient_timeout_learn_press_user_guest_1496068557', '1496075757', 'no');
INSERT INTO `wpor_options` VALUES (4276,
'_transient_learn_press_user_guest_1496068557', '1496068557', 'no');
INSERT INTO `wpor_options` VALUES (4277,
'_transient_timeout_learn_press_user_guest_1496068570', '1496075770', 'no');
INSERT INTO `wpor_options` VALUES (4278,
'_transient_learn_press_user_guest_1496068570', '1496068570', 'no');
INSERT INTO `wpor_options` VALUES (4279,
'_transient_timeout_learn_press_user_guest_1496068583', '1496075783', 'no');
INSERT INTO `wpor_options` VALUES (4280,
'_transient_learn_press_user_guest_1496068583', '1496068583', 'no');
INSERT INTO `wpor_options` VALUES (4281,
'_transient_timeout_learn_press_user_guest_1496068597', '1496075797', 'no');
INSERT INTO `wpor_options` VALUES (4282,
'_transient_learn_press_user_guest_1496068597', '1496068597', 'no');
INSERT INTO `wpor_options` VALUES (4283,
'_transient_timeout_learn_press_user_guest_1496068612', '1496075812', 'no');
INSERT INTO `wpor_options` VALUES (4284,
'_transient_learn_press_user_guest_1496068612', '1496068612', 'no');
INSERT INTO `wpor_options` VALUES (4285,
'_transient_timeout_learn_press_user_guest_1496068629', '1496075829', 'no');
INSERT INTO `wpor_options` VALUES (4286,
'_transient_learn_press_user_guest_1496068629', '1496068629', 'no');
INSERT INTO `wpor_options` VALUES (4287,
'_transient_timeout_learn_press_user_guest_1496068645', '1496075845', 'no');
INSERT INTO `wpor_options` VALUES (4288,
'_transient_learn_press_user_guest_1496068645', '1496068645', 'no');
INSERT INTO `wpor_options` VALUES (4289,
'_transient_timeout_learn_press_user_guest_1496068661', '1496075861', 'no');
INSERT INTO `wpor_options` VALUES (4290,
'_transient_learn_press_user_guest_1496068661', '1496068661', 'no');
INSERT INTO `wpor_options` VALUES (4291,
'_transient_timeout_learn_press_user_guest_1496068676', '1496075876', 'no');
INSERT INTO `wpor_options` VALUES (4292,
'_transient_learn_press_user_guest_1496068676', '1496068676', 'no');
INSERT INTO `wpor_options` VALUES (4293,
'_transient_timeout_learn_press_user_guest_1496068693', '1496075893', 'no');
INSERT INTO `wpor_options` VALUES (4294,
'_transient_learn_press_user_guest_1496068693', '1496068693', 'no');
INSERT INTO `wpor_options` VALUES (4295,
'_transient_timeout_learn_press_user_guest_1496068711', '1496075911', 'no');
INSERT INTO `wpor_options` VALUES (4296,
'_transient_learn_press_user_guest_1496068711', '1496068711', 'no');
INSERT INTO `wpor_options` VALUES (4297,
'_transient_timeout_learn_press_user_guest_1496068752', '1496075952', 'no');
INSERT INTO `wpor_options` VALUES (4298,
'_transient_learn_press_user_guest_1496068752', '1496068752', 'no');
INSERT INTO `wpor_options` VALUES (4299,
'_transient_timeout_learn_press_user_guest_1496068801', '1496076001', 'no');
INSERT INTO `wpor_options` VALUES (4300,
'_transient_learn_press_user_guest_1496068801', '1496068801', 'no');
INSERT INTO `wpor_options` VALUES (4301,
'_transient_timeout_learn_press_user_guest_1496068802', '1496076002', 'no');
INSERT INTO `wpor_options` VALUES (4302,
'_transient_learn_press_user_guest_1496068802', '1496068802', 'no');
INSERT INTO `wpor_options` VALUES (4304,
'_transient_timeout_learn_press_user_guest_1496068826', '1496076026', 'no');
INSERT INTO `wpor_options` VALUES (4305,
'_transient_learn_press_user_guest_1496068826', '1496068826', 'no');
INSERT INTO `wpor_options` VALUES (4306,
'_transient_timeout_learn_press_user_guest_1496068850', '1496076050', 'no');
INSERT INTO `wpor_options` VALUES (4307,
'_transient_learn_press_user_guest_1496068850', '1496068850', 'no');
INSERT INTO `wpor_options` VALUES (4308,
'_transient_timeout_learn_press_user_guest_1496068873', '1496076073', 'no');
INSERT INTO `wpor_options` VALUES (4309,
'_transient_learn_press_user_guest_1496068873', '1496068873', 'no');
INSERT INTO `wpor_options` VALUES (4310,
'_transient_timeout_learn_press_user_guest_1496068888', '1496076088', 'no');
INSERT INTO `wpor_options` VALUES (4311,
'_transient_learn_press_user_guest_1496068888', '1496068888', 'no');
INSERT INTO `wpor_options` VALUES (4312,
'_transient_timeout_learn_press_user_guest_1496068894', '1496076094', 'no');
INSERT INTO `wpor_options` VALUES (4313,
'_transient_learn_press_user_guest_1496068894', '1496068894', 'no');
INSERT INTO `wpor_options` VALUES (4314,
'_transient_timeout_learn_press_user_guest_1496075162', '1496082362', 'no');
INSERT INTO `wpor_options` VALUES (4315,
'_transient_learn_press_user_guest_1496075162', '1496075162', 'no');
INSERT INTO `wpor_options` VALUES (4319,
'_transient_timeout_learn_press_user_guest_1496076595', '1496083795', 'no');
INSERT INTO `wpor_options` VALUES (4317,
'_transient_timeout_learn_press_user_guest_1496075163', '1496082363', 'no');
INSERT INTO `wpor_options` VALUES (4318,
'_transient_learn_press_user_guest_1496075163', '1496075163', 'no');
INSERT INTO `wpor_options` VALUES (4320,
'_transient_learn_press_user_guest_1496076595', '1496076595', 'no');
INSERT INTO `wpor_options` VALUES (4324,
'_transient_timeout_learn_press_user_guest_1496076636', '1496083836', 'no');
INSERT INTO `wpor_options` VALUES (4322,
'_transient_timeout_learn_press_user_guest_1496076596', '1496083796', 'no');
INSERT INTO `wpor_options` VALUES (4323,
'_transient_learn_press_user_guest_1496076596', '1496076596', 'no');
INSERT INTO `wpor_options` VALUES (4325,
'_transient_learn_press_user_guest_1496076636', '1496076636', 'no');
INSERT INTO `wpor_options` VALUES (4326,
'_transient_timeout_learn_press_user_guest_1496080563', '1496087763', 'no');
INSERT INTO `wpor_options` VALUES (4327,
'_transient_learn_press_user_guest_1496080563', '1496080563', 'no');
INSERT INTO `wpor_options` VALUES (4329,
'_transient_timeout_learn_press_user_guest_1496080564', '1496087764', 'no');
INSERT INTO `wpor_options` VALUES (4330,
'_transient_learn_press_user_guest_1496080564', '1496080564', 'no');
INSERT INTO `wpor_options` VALUES (4331,
'_transient_timeout_learn_press_user_guest_1496080569', '1496087769', 'no');
INSERT INTO `wpor_options` VALUES (4332,
'_transient_learn_press_user_guest_1496080569', '1496080569', 'no');
INSERT INTO `wpor_options` VALUES (4333,
'_transient_timeout_learn_press_user_guest_1496080575', '1496087775', 'no');
INSERT INTO `wpor_options` VALUES (4334,
'_transient_learn_press_user_guest_1496080575', '1496080575', 'no');
INSERT INTO `wpor_options` VALUES (4335,
'_transient_timeout_learn_press_user_guest_1496080580', '1496087780', 'no');
INSERT INTO `wpor_options` VALUES (4336,
'_transient_learn_press_user_guest_1496080580', '1496080580', 'no');
INSERT INTO `wpor_options` VALUES (4337,
'_transient_timeout_learn_press_user_guest_1496080585', '1496087785', 'no');
INSERT INTO `wpor_options` VALUES (4338,
'_transient_learn_press_user_guest_1496080585', '1496080585', 'no');
INSERT INTO `wpor_options` VALUES (4339,
'_transient_timeout_learn_press_user_guest_1496080588', '1496087788', 'no');
INSERT INTO `wpor_options` VALUES (4340,
'_transient_learn_press_user_guest_1496080588', '1496080588', 'no');
INSERT INTO `wpor_options` VALUES (4341,
'_transient_timeout_learn_press_user_guest_1496080590', '1496087790', 'no');
INSERT INTO `wpor_options` VALUES (4342,
'_transient_learn_press_user_guest_1496080590', '1496080590', 'no');
INSERT INTO `wpor_options` VALUES (4343,
'_transient_timeout_learn_press_user_guest_1496080593', '1496087793', 'no');
INSERT INTO `wpor_options` VALUES (4344,
'_transient_learn_press_user_guest_1496080593', '1496080593', 'no');
INSERT INTO `wpor_options` VALUES (4345,
'_transient_timeout_learn_press_user_guest_1496080595', '1496087795', 'no');
INSERT INTO `wpor_options` VALUES (4346,
'_transient_learn_press_user_guest_1496080595', '1496080595', 'no');
INSERT INTO `wpor_options` VALUES (4347,
'_transient_timeout_learn_press_user_guest_1496080597', '1496087797', 'no');
INSERT INTO `wpor_options` VALUES (4348,
'_transient_learn_press_user_guest_1496080597', '1496080597', 'no');
INSERT INTO `wpor_options` VALUES (4349,
'_transient_timeout_learn_press_user_guest_1496081070', '1496088270', 'no');
INSERT INTO `wpor_options` VALUES (4350,
'_transient_learn_press_user_guest_1496081070', '1496081070', 'no');
INSERT INTO `wpor_options` VALUES (4352,
'_transient_timeout_learn_press_user_guest_1496081085', '1496088285', 'no');
INSERT INTO `wpor_options` VALUES (4353,
'_transient_learn_press_user_guest_1496081085', '1496081085', 'no');
INSERT INTO `wpor_options` VALUES (4354,
'_transient_timeout_learn_press_user_guest_1496081086', '1496088286', 'no');
INSERT INTO `wpor_options` VALUES (4355,
'_transient_learn_press_user_guest_1496081086', '1496081086', 'no');
INSERT INTO `wpor_options` VALUES (4356,
'_transient_timeout_learn_press_user_guest_1496081100', '1496088300', 'no');
INSERT INTO `wpor_options` VALUES (4357,
'_transient_learn_press_user_guest_1496081100', '1496081100', 'no');
INSERT INTO `wpor_options` VALUES (4358,
'_transient_timeout_learn_press_user_guest_1496081114', '1496088314', 'no');
INSERT INTO `wpor_options` VALUES (4359,
'_transient_learn_press_user_guest_1496081114', '1496081114', 'no');
INSERT INTO `wpor_options` VALUES (4360,
'_transient_timeout_learn_press_user_guest_1496081128', '1496088328', 'no');
INSERT INTO `wpor_options` VALUES (4361,
'_transient_learn_press_user_guest_1496081128', '1496081128', 'no');
INSERT INTO `wpor_options` VALUES (4362,
'_transient_timeout_learn_press_user_guest_1496081142', '1496088342', 'no');
INSERT INTO `wpor_options` VALUES (4363,
'_transient_learn_press_user_guest_1496081142', '1496081142', 'no');
INSERT INTO `wpor_options` VALUES (4364,
'_transient_timeout_learn_press_user_guest_1496081152', '1496088352', 'no');
INSERT INTO `wpor_options` VALUES (4365,
'_transient_learn_press_user_guest_1496081152', '1496081152', 'no');
INSERT INTO `wpor_options` VALUES (4366,
'_transient_timeout_learn_press_user_guest_1496081166', '1496088366', 'no');
INSERT INTO `wpor_options` VALUES (4367,
'_transient_learn_press_user_guest_1496081166', '1496081166', 'no');
INSERT INTO `wpor_options` VALUES (4368,
'_transient_timeout_learn_press_user_guest_1496081183', '1496088383', 'no');
INSERT INTO `wpor_options` VALUES (4369,
'_transient_learn_press_user_guest_1496081183', '1496081183', 'no');
INSERT INTO `wpor_options` VALUES (4370,
'_transient_timeout_learn_press_user_guest_1496081295', '1496088495', 'no');
INSERT INTO `wpor_options` VALUES (4371,
'_transient_learn_press_user_guest_1496081295', '1496081295', 'no');
INSERT INTO `wpor_options` VALUES (4372,
'_transient_timeout_learn_press_user_guest_1496082172', '1496089372', 'no');
INSERT INTO `wpor_options` VALUES (4373,
'_transient_learn_press_user_guest_1496082172', '1496082172', 'no');
INSERT INTO `wpor_options` VALUES (4377,
'_transient_timeout_learn_press_user_guest_1496083704', '1496090904', 'no');
INSERT INTO `wpor_options` VALUES (4375,
'_transient_timeout_learn_press_user_guest_1496082173', '1496089373', 'no');
INSERT INTO `wpor_options` VALUES (4376,
'_transient_learn_press_user_guest_1496082173', '1496082173', 'no');
INSERT INTO `wpor_options` VALUES (4378,
'_transient_learn_press_user_guest_1496083704', '1496083704', 'no');
INSERT INTO `wpor_options` VALUES (4382,
'_transient_timeout_learn_press_user_guest_1496083941', '1496091141', 'no');
INSERT INTO `wpor_options` VALUES (4380,
'_transient_timeout_learn_press_user_guest_1496083705', '1496090905', 'no');
INSERT INTO `wpor_options` VALUES (4381,
'_transient_learn_press_user_guest_1496083705', '1496083705', 'no');
INSERT INTO `wpor_options` VALUES (4383,
'_transient_learn_press_user_guest_1496083941', '1496083941', 'no');
INSERT INTO `wpor_options` VALUES (4387,
'_transient_timeout_learn_press_user_guest_1496083996', '1496091196', 'no');
INSERT INTO `wpor_options` VALUES (4385,
'_transient_timeout_learn_press_user_guest_1496083942', '1496091142', 'no');
INSERT INTO `wpor_options` VALUES (4386,
'_transient_learn_press_user_guest_1496083942', '1496083942', 'no');
INSERT INTO `wpor_options` VALUES (4388,
'_transient_learn_press_user_guest_1496083996', '1496083996', 'no');
INSERT INTO `wpor_options` VALUES (4396,
'_transient_timeout_learn_press_user_guest_1496085828', '1496093028', 'no');
INSERT INTO `wpor_options` VALUES (4390,
'_transient_timeout_learn_press_user_guest_1496084851', '1496092051', 'no');
INSERT INTO `wpor_options` VALUES (4391,
'_transient_learn_press_user_guest_1496084851', '1496084851', 'no');
INSERT INTO `wpor_options` VALUES (4392,
'_transient_timeout_learn_press_user_guest_1496084885', '1496092085', 'no');
INSERT INTO `wpor_options` VALUES (4393,
'_transient_learn_press_user_guest_1496084885', '1496084885', 'no');
INSERT INTO `wpor_options` VALUES (4394,
'_transient_timeout_learn_press_user_guest_1496085814', '1496093014', 'no');
INSERT INTO `wpor_options` VALUES (4395,
'_transient_learn_press_user_guest_1496085814', '1496085814', 'no');
INSERT INTO `wpor_options` VALUES (4397,
'_transient_learn_press_user_guest_1496085828', '1496085828', 'no');
INSERT INTO `wpor_options` VALUES (4398,
'_transient_timeout_learn_press_user_guest_1496085860', '1496093060', 'no');
INSERT INTO `wpor_options` VALUES (4399,
'_transient_learn_press_user_guest_1496085860', '1496085860', 'no');
INSERT INTO `wpor_options` VALUES (4400,
'_transient_timeout_learn_press_user_guest_1496085873', '1496093073', 'no');
INSERT INTO `wpor_options` VALUES (4401,
'_transient_learn_press_user_guest_1496085873', '1496085873', 'no');
INSERT INTO `wpor_options` VALUES (4402,
'_transient_timeout_learn_press_user_guest_1496086618', '1496093818', 'no');
INSERT INTO `wpor_options` VALUES (4403,
'_transient_learn_press_user_guest_1496086618', '1496086618', 'no');
INSERT INTO `wpor_options` VALUES (4405,
'_transient_timeout_learn_press_user_guest_1496086624', '1496093824', 'no');
INSERT INTO `wpor_options` VALUES (4406,
'_transient_learn_press_user_guest_1496086624', '1496086624', 'no');
INSERT INTO `wpor_options` VALUES (4407,
'_transient_timeout_learn_press_user_guest_1496090044', '1496097244', 'no');
INSERT INTO `wpor_options` VALUES (4408,
'_transient_learn_press_user_guest_1496090044', '1496090044', 'no');
INSERT INTO `wpor_options` VALUES (4420,
'_transient_timeout_learn_press_user_guest_1496093539', '1496100739', 'no');
INSERT INTO `wpor_options` VALUES (4410,
'_transient_timeout_learn_press_user_guest_1496093521', '1496100721', 'no');
INSERT INTO `wpor_options` VALUES (4411,
'_transient_learn_press_user_guest_1496093521', '1496093521', 'no');
INSERT INTO `wpor_options` VALUES (4412,
'_transient_timeout_learn_press_user_guest_1496093522', '1496100722', 'no');
INSERT INTO `wpor_options` VALUES (4413,
'_transient_learn_press_user_guest_1496093522', '1496093522', 'no');
INSERT INTO `wpor_options` VALUES (5580,
'_transient_timeout_learn_press_user_guest_1496217814', '1496225014', 'no');
INSERT INTO `wpor_options` VALUES (5581,
'_transient_learn_press_user_guest_1496217814', '1496217814', 'no');
INSERT INTO `wpor_options` VALUES (5921,
'_transient_learn_press_user_guest_1496266277', '1496266277', 'no');
INSERT INTO `wpor_options` VALUES (5681,
'_transient_learn_press_user_guest_1496229906', '1496229906', 'no');
INSERT INTO `wpor_options` VALUES (4421,
'_transient_learn_press_user_guest_1496093539', '1496093539', 'no');
INSERT INTO `wpor_options` VALUES (4440,
'_transient_timeout_learn_press_user_guest_1496097440', '1496104640', 'no');
INSERT INTO `wpor_options` VALUES (4441,
'_transient_learn_press_user_guest_1496097440', '1496097440', 'no');
INSERT INTO `wpor_options` VALUES (4424,
'_transient_timeout_external_ip_address_31.13.114.80', '1496698468', 'no');
INSERT INTO `wpor_options` VALUES (4425,
'_transient_external_ip_address_31.13.114.80', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (4426,
'_transient_timeout_learn_press_user_guest_1496093668', '1496100868', 'no');
INSERT INTO `wpor_options` VALUES (4427,
'_transient_learn_press_user_guest_1496093668', '1496093668', 'no');
INSERT INTO `wpor_options` VALUES (4428,
'_transient_timeout_learn_press_user_guest_1496093696', '1496100896', 'no');
INSERT INTO `wpor_options` VALUES (4429,
'_transient_learn_press_user_guest_1496093696', '1496093696', 'no');
INSERT INTO `wpor_options` VALUES (4430,
'_transient_timeout_external_ip_address_66.249.93.75', '1496698499', 'no');
INSERT INTO `wpor_options` VALUES (4431,
'_transient_external_ip_address_66.249.93.75', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (4432,
'_transient_timeout_learn_press_user_guest_1496093699', '1496100899', 'no');
INSERT INTO `wpor_options` VALUES (4433,
'_transient_learn_press_user_guest_1496093699', '1496093699', 'no');
INSERT INTO `wpor_options` VALUES (4435,
'_transient_timeout_learn_press_user_guest_1496095832', '1496103032', 'no');
INSERT INTO `wpor_options` VALUES (4436,
'_transient_learn_press_user_guest_1496095832', '1496095832', 'no');
INSERT INTO `wpor_options` VALUES (4438,
'_transient_timeout_learn_press_user_guest_1496097364', '1496104564', 'no');
INSERT INTO `wpor_options` VALUES (4439,
'_transient_learn_press_user_guest_1496097364', '1496097364', 'no');
INSERT INTO `wpor_options` VALUES (4515,
'_transient_timeout_learn_press_user_guest_1496098782', '1496105982', 'no');
INSERT INTO `wpor_options` VALUES (4477,
'_transient_timeout_learn_press_user_guest_1496097594', '1496104794', 'no');
INSERT INTO `wpor_options` VALUES (4478,
'_transient_learn_press_user_guest_1496097594', '1496097594', 'no');
INSERT INTO `wpor_options` VALUES (4480,
'_transient_timeout_learn_press_user_guest_1496097595', '1496104795', 'no');
INSERT INTO `wpor_options` VALUES (4481,
'_transient_learn_press_user_guest_1496097595', '1496097595', 'no');
INSERT INTO `wpor_options` VALUES (4498,
'_transient_timeout_learn_press_user_guest_1496098176', '1496105376', 'no');
INSERT INTO `wpor_options` VALUES (4499,
'_transient_learn_press_user_guest_1496098176', '1496098176', 'no');
INSERT INTO `wpor_options` VALUES (4516,
'_transient_learn_press_user_guest_1496098782', '1496098782', 'no');
INSERT INTO `wpor_options` VALUES (4522,
'_transient_learn_press_user_guest_1496099197', '1496099197', 'no');
INSERT INTO `wpor_options` VALUES (4521,
'_transient_timeout_learn_press_user_guest_1496099197', '1496106397', 'no');
INSERT INTO `wpor_options` VALUES (4519,
'_transient_timeout_learn_press_user_guest_1496099195', '1496106395', 'no');
INSERT INTO `wpor_options` VALUES (4520,
'_transient_learn_press_user_guest_1496099195', '1496099195', 'no');
INSERT INTO `wpor_options` VALUES (4525,
'_transient_learn_press_user_guest_1496099206', '1496099206', 'no');
INSERT INTO `wpor_options` VALUES (4531,
'_transient_timeout_learn_press_user_guest_1496099232', '1496106432', 'no');
INSERT INTO `wpor_options` VALUES (4532,
'_transient_learn_press_user_guest_1496099232', '1496099232', 'no');
INSERT INTO `wpor_options` VALUES (4592,
'_transient_timeout_learn_press_user_guest_1496100641', '1496107841', 'no');
INSERT INTO `wpor_options` VALUES (4527,
'_transient_timeout_learn_press_user_guest_1496099208', '1496106408', 'no');
INSERT INTO `wpor_options` VALUES (4528,
'_transient_learn_press_user_guest_1496099208', '1496099208', 'no');
INSERT INTO `wpor_options` VALUES (4568,
'_transient_timeout_external_ip_address_176.55.82.249', '1496705259', 'no');
INSERT INTO `wpor_options` VALUES (4541,
'_transient_timeout_learn_press_user_guest_1496099385', '1496106585', 'no');
INSERT INTO `wpor_options` VALUES (4542,
'_transient_learn_press_user_guest_1496099385', '1496099385', 'no');
INSERT INTO `wpor_options` VALUES (4555,
'_transient_timeout_learn_press_user_guest_1496099974', '1496107174', 'no');
INSERT INTO `wpor_options` VALUES (4556,
'_transient_learn_press_user_guest_1496099974', '1496099974', 'no');
INSERT INTO `wpor_options` VALUES (4569,
'_transient_external_ip_address_176.55.82.249', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (4570,
'_transient_timeout_learn_press_user_guest_1496100459', '1496107659', 'no');
INSERT INTO `wpor_options` VALUES (4571,
'_transient_learn_press_user_guest_1496100459', '1496100459', 'no');
INSERT INTO `wpor_options` VALUES (4572,
'_transient_timeout_learn_press_user_guest_1496100460', '1496107660', 'no');
INSERT INTO `wpor_options` VALUES (4573,
'_transient_learn_press_user_guest_1496100460', '1496100460', 'no');
INSERT INTO `wpor_options` VALUES (4574,
'_transient_timeout_learn_press_user_guest_1496100571', '1496107771', 'no');
INSERT INTO `wpor_options` VALUES (4575,
'_transient_learn_press_user_guest_1496100571', '1496100571', 'no');
INSERT INTO `wpor_options` VALUES (4579,
'_transient_timeout_learn_press_user_guest_1496100583', '1496107783', 'no');
INSERT INTO `wpor_options` VALUES (4577,
'_transient_timeout_learn_press_user_guest_1496100574', '1496107774', 'no');
INSERT INTO `wpor_options` VALUES (4578,
'_transient_learn_press_user_guest_1496100574', '1496100574', 'no');
INSERT INTO `wpor_options` VALUES (4580,
'_transient_learn_press_user_guest_1496100583', '1496100583', 'no');
INSERT INTO `wpor_options` VALUES (4581,
'_transient_timeout_learn_press_user_guest_1496100593', '1496107793', 'no');
INSERT INTO `wpor_options` VALUES (4582,
'_transient_learn_press_user_guest_1496100593', '1496100593', 'no');
INSERT INTO `wpor_options` VALUES (4583,
'_transient_timeout_learn_press_user_guest_1496100604', '1496107804', 'no');
INSERT INTO `wpor_options` VALUES (4584,
'_transient_learn_press_user_guest_1496100604', '1496100604', 'no');
INSERT INTO `wpor_options` VALUES (4585,
'_transient_timeout_learn_press_user_guest_1496100613', '1496107813', 'no');
INSERT INTO `wpor_options` VALUES (4586,
'_transient_learn_press_user_guest_1496100613', '1496100613', 'no');
INSERT INTO `wpor_options` VALUES (4587,
'_transient_timeout_learn_press_user_guest_1496100622', '1496107822', 'no');
INSERT INTO `wpor_options` VALUES (4588,
'_transient_learn_press_user_guest_1496100622', '1496100622', 'no');
INSERT INTO `wpor_options` VALUES (4589,
'_transient_timeout_learn_press_user_guest_1496100632', '1496107832', 'no');
INSERT INTO `wpor_options` VALUES (4590,
'_transient_learn_press_user_guest_1496100632', '1496100632', 'no');
INSERT INTO `wpor_options` VALUES (4593,
'_transient_learn_press_user_guest_1496100641', '1496100641', 'no');
INSERT INTO `wpor_options` VALUES (5283,
'_transient_timeout_learn_press_user_guest_1496181175', '1496188375', 'no');
INSERT INTO `wpor_options` VALUES (4595,
'_transient_timeout_learn_press_user_guest_1496100649', '1496107849', 'no');
INSERT INTO `wpor_options` VALUES (4596,
'_transient_learn_press_user_guest_1496100649', '1496100649', 'no');
INSERT INTO `wpor_options` VALUES (4597,
'_transient_timeout_learn_press_user_guest_1496100657', '1496107857', 'no');
INSERT INTO `wpor_options` VALUES (4598,
'_transient_learn_press_user_guest_1496100657', '1496100657', 'no');
INSERT INTO `wpor_options` VALUES (4612,
'_transient_timeout_learn_press_user_guest_1496101109', '1496108309', 'no');
INSERT INTO `wpor_options` VALUES (4609,
'_transient_timeout_learn_press_user_guest_1496101071', '1496108271', 'no');
INSERT INTO `wpor_options` VALUES (4610,
'_transient_learn_press_user_guest_1496101071', '1496101071', 'no');
INSERT INTO `wpor_options` VALUES (4613,
'_transient_learn_press_user_guest_1496101109', '1496101109', 'no');
INSERT INTO `wpor_options` VALUES (4616,
'_transient_timeout_learn_press_user_guest_1496101194', '1496108394', 'no');
INSERT INTO `wpor_options` VALUES (4617,
'_transient_learn_press_user_guest_1496101194', '1496101194', 'no');
INSERT INTO `wpor_options` VALUES (4636,
'_transient_timeout_learn_press_user_guest_1496102277', '1496109477', 'no');
INSERT INTO `wpor_options` VALUES (4634,
'_transient_timeout_learn_press_user_guest_1496101793', '1496108993', 'no');
INSERT INTO `wpor_options` VALUES (4635,
'_transient_learn_press_user_guest_1496101793', '1496101793', 'no');
INSERT INTO `wpor_options` VALUES (4637,
'_transient_learn_press_user_guest_1496102277', '1496102277', 'no');
INSERT INTO `wpor_options` VALUES (4641,
'_transient_timeout_learn_press_user_guest_1496102431', '1496109631', 'no');
INSERT INTO `wpor_options` VALUES (4639,
'_transient_timeout_learn_press_user_guest_1496102421', '1496109621', 'no');
INSERT INTO `wpor_options` VALUES (4640,
'_transient_learn_press_user_guest_1496102421', '1496102421', 'no');
INSERT INTO `wpor_options` VALUES (4642,
'_transient_learn_press_user_guest_1496102431', '1496102431', 'no');
INSERT INTO `wpor_options` VALUES (4649,
'_transient_timeout_learn_press_user_guest_1496103871', '1496111071', 'no');
INSERT INTO `wpor_options` VALUES (4644,
'_transient_timeout_learn_press_user_guest_1496103021', '1496110221', 'no');
INSERT INTO `wpor_options` VALUES (4645,
'_transient_learn_press_user_guest_1496103021', '1496103021', 'no');
INSERT INTO `wpor_options` VALUES (4647,
'_transient_timeout_learn_press_user_guest_1496103621', '1496110821', 'no');
INSERT INTO `wpor_options` VALUES (4648,
'_transient_learn_press_user_guest_1496103621', '1496103621', 'no');
INSERT INTO `wpor_options` VALUES (4650,
'_transient_learn_press_user_guest_1496103871', '1496103871', 'no');
INSERT INTO `wpor_options` VALUES (4654,
'_transient_timeout_learn_press_user_guest_1496104581', '1496111781', 'no');
INSERT INTO `wpor_options` VALUES (4652,
'_transient_timeout_learn_press_user_guest_1496104221', '1496111421', 'no');
INSERT INTO `wpor_options` VALUES (4653,
'_transient_learn_press_user_guest_1496104221', '1496104221', 'no');
INSERT INTO `wpor_options` VALUES (4655,
'_transient_learn_press_user_guest_1496104581', '1496104581', 'no');
INSERT INTO `wpor_options` VALUES (4665,
'_transient_timeout_learn_press_user_guest_1496111298', '1496118498', 'no');
INSERT INTO `wpor_options` VALUES (4657,
'_transient_timeout_learn_press_user_guest_1496104701', '1496111901', 'no');
INSERT INTO `wpor_options` VALUES (4658,
'_transient_learn_press_user_guest_1496104701', '1496104701', 'no');
INSERT INTO `wpor_options` VALUES (4660,
'_transient_timeout_learn_press_user_guest_1496104821', '1496112021', 'no');
INSERT INTO `wpor_options` VALUES (4661,
'_transient_learn_press_user_guest_1496104821', '1496104821', 'no');
INSERT INTO `wpor_options` VALUES (4663,
'_transient_timeout_learn_press_user_guest_1496105425', '1496112625', 'no');
INSERT INTO `wpor_options` VALUES (4664,
'_transient_learn_press_user_guest_1496105425', '1496105425', 'no');
INSERT INTO `wpor_options` VALUES (4666,
'_transient_learn_press_user_guest_1496111298', '1496111298', 'no');
INSERT INTO `wpor_options` VALUES (4670,
'_transient_timeout_learn_press_user_guest_1496111540', '1496118740', 'no');
INSERT INTO `wpor_options` VALUES (4668,
'_transient_timeout_learn_press_user_guest_1496111299', '1496118499', 'no');
INSERT INTO `wpor_options` VALUES (4669,
'_transient_learn_press_user_guest_1496111299', '1496111299', 'no');
INSERT INTO `wpor_options` VALUES (4671,
'_transient_learn_press_user_guest_1496111540', '1496111540', 'no');
INSERT INTO `wpor_options` VALUES (4675,
'_transient_timeout_learn_press_user_guest_1496113996', '1496121196', 'no');
INSERT INTO `wpor_options` VALUES (4673,
'_transient_timeout_learn_press_user_guest_1496111541', '1496118741', 'no');
INSERT INTO `wpor_options` VALUES (4674,
'_transient_learn_press_user_guest_1496111541', '1496111541', 'no');
INSERT INTO `wpor_options` VALUES (4676,
'_transient_learn_press_user_guest_1496113996', '1496113996', 'no');
INSERT INTO `wpor_options` VALUES (4678,
'_transient_timeout_learn_press_user_guest_1496113998', '1496121198', 'no');
INSERT INTO `wpor_options` VALUES (4679,
'_transient_learn_press_user_guest_1496113998', '1496113998', 'no');
INSERT INTO `wpor_options` VALUES (4683,
'_transient_timeout_learn_press_user_guest_1496114504', '1496121704', 'no');
INSERT INTO `wpor_options` VALUES (4681,
'_transient_timeout_learn_press_user_guest_1496114490', '1496121690', 'no');
INSERT INTO `wpor_options` VALUES (4682,
'_transient_learn_press_user_guest_1496114490', '1496114490', 'no');
INSERT INTO `wpor_options` VALUES (4684,
'_transient_learn_press_user_guest_1496114504', '1496114504', 'no');
INSERT INTO `wpor_options` VALUES (4687,
'_transient_timeout_learn_press_user_guest_1496114515', '1496121715', 'no');
INSERT INTO `wpor_options` VALUES (4688,
'_transient_learn_press_user_guest_1496114515', '1496114515', 'no');
INSERT INTO `wpor_options` VALUES (4692,
'_transient_timeout_learn_press_user_guest_1496115619', '1496122819', 'no');
INSERT INTO `wpor_options` VALUES (4690,
'_transient_timeout_learn_press_user_guest_1496115035', '1496122235', 'no');
INSERT INTO `wpor_options` VALUES (4691,
'_transient_learn_press_user_guest_1496115035', '1496115035', 'no');
INSERT INTO `wpor_options` VALUES (4693,
'_transient_learn_press_user_guest_1496115619', '1496115619', 'no');
INSERT INTO `wpor_options` VALUES (4697,
'_transient_timeout_learn_press_user_guest_1496115621', '1496122821', 'no');
INSERT INTO `wpor_options` VALUES (4695,
'_transient_timeout_learn_press_user_guest_1496115620', '1496122820', 'no');
INSERT INTO `wpor_options` VALUES (4696,
'_transient_learn_press_user_guest_1496115620', '1496115620', 'no');
INSERT INTO `wpor_options` VALUES (4698,
'_transient_learn_press_user_guest_1496115621', '1496115621', 'no');
INSERT INTO `wpor_options` VALUES (4699,
'_transient_timeout_learn_press_user_guest_1496115622', '1496122822', 'no');
INSERT INTO `wpor_options` VALUES (4700,
'_transient_learn_press_user_guest_1496115622', '1496115622', 'no');
INSERT INTO `wpor_options` VALUES (4701,
'_transient_timeout_learn_press_user_guest_1496115738', '1496122938', 'no');
INSERT INTO `wpor_options` VALUES (4702,
'_transient_learn_press_user_guest_1496115738', '1496115738', 'no');
INSERT INTO `wpor_options` VALUES (4705,
'_transient_timeout_learn_press_user_guest_1496116489', '1496123689', 'no');
INSERT INTO `wpor_options` VALUES (4706,
'_transient_learn_press_user_guest_1496116489', '1496116489', 'no');
INSERT INTO `wpor_options` VALUES (4708,
'_transient_timeout_learn_press_user_guest_1496118925', '1496126125', 'no');
INSERT INTO `wpor_options` VALUES (4709,
'_transient_learn_press_user_guest_1496118925', '1496118925', 'no');
INSERT INTO `wpor_options` VALUES (4715,
'_transient_timeout_learn_press_user_guest_1496120862', '1496128062', 'no');
INSERT INTO `wpor_options` VALUES (4711,
'_transient_timeout_learn_press_user_guest_1496120860', '1496128060', 'no');
INSERT INTO `wpor_options` VALUES (4712,
'_transient_learn_press_user_guest_1496120860', '1496120860', 'no');
INSERT INTO `wpor_options` VALUES (4713,
'_transient_timeout_learn_press_user_guest_1496120861', '1496128061', 'no');
INSERT INTO `wpor_options` VALUES (4714,
'_transient_learn_press_user_guest_1496120861', '1496120861', 'no');
INSERT INTO `wpor_options` VALUES (4716,
'_transient_learn_press_user_guest_1496120862', '1496120862', 'no');
INSERT INTO `wpor_options` VALUES (4717,
'_transient_timeout_learn_press_user_guest_1496121887', '1496129087', 'no');
INSERT INTO `wpor_options` VALUES (4718,
'_transient_learn_press_user_guest_1496121887', '1496121887', 'no');
INSERT INTO `wpor_options` VALUES (4722,
'_transient_timeout_learn_press_user_guest_1496123939', '1496131139', 'no');
INSERT INTO `wpor_options` VALUES (4720,
'_transient_timeout_learn_press_user_guest_1496121888', '1496129088', 'no');
INSERT INTO `wpor_options` VALUES (4721,
'_transient_learn_press_user_guest_1496121888', '1496121888', 'no');
INSERT INTO `wpor_options` VALUES (4723,
'_transient_learn_press_user_guest_1496123939', '1496123939', 'no');
INSERT INTO `wpor_options` VALUES (4729,
'_transient_timeout_learn_press_user_guest_1496129491', '1496136691', 'no');
INSERT INTO `wpor_options` VALUES (4725,
'_transient_timeout_learn_press_user_guest_1496125455', '1496132655', 'no');
INSERT INTO `wpor_options` VALUES (4726,
'_transient_learn_press_user_guest_1496125455', '1496125455', 'no');
INSERT INTO `wpor_options` VALUES (4727,
'_transient_timeout_learn_press_user_guest_1496129489', '1496136689', 'no');
INSERT INTO `wpor_options` VALUES (4728,
'_transient_learn_press_user_guest_1496129489', '1496129489', 'no');
INSERT INTO `wpor_options` VALUES (4730,
'_transient_learn_press_user_guest_1496129491', '1496129491', 'no');
INSERT INTO `wpor_options` VALUES (4731,
'_transient_timeout_external_ip_address_176.55.49.32', '1496736710', 'no');
INSERT INTO `wpor_options` VALUES (4732,
'_transient_external_ip_address_176.55.49.32', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (4733,
'_transient_timeout_learn_press_user_guest_1496131910', '1496139110', 'no');
INSERT INTO `wpor_options` VALUES (4734,
'_transient_learn_press_user_guest_1496131910', '1496131910', 'no');
INSERT INTO `wpor_options` VALUES (4748,
'_transient_timeout_external_ip_address_85.104.59.81', '1496738515', 'no');
INSERT INTO `wpor_options` VALUES (4736,
'_transient_timeout_learn_press_user_guest_1496131911', '1496139111', 'no');
INSERT INTO `wpor_options` VALUES (4737,
'_transient_learn_press_user_guest_1496131911', '1496131911', 'no');
INSERT INTO `wpor_options` VALUES (4738,
'_transient_timeout_learn_press_user_guest_1496131912', '1496139112', 'no');
INSERT INTO `wpor_options` VALUES (4739,
'_transient_learn_press_user_guest_1496131912', '1496131912', 'no');
INSERT INTO `wpor_options` VALUES (4740,
'_transient_timeout_learn_press_user_guest_1496131914', '1496139114', 'no');
INSERT INTO `wpor_options` VALUES (4741,
'_transient_learn_press_user_guest_1496131914', '1496131914', 'no');
INSERT INTO `wpor_options` VALUES (4749,
'_transient_external_ip_address_85.104.59.81', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (4750,
'_transient_timeout_learn_press_user_guest_1496133715', '1496140915', 'no');
INSERT INTO `wpor_options` VALUES (4751,
'_transient_learn_press_user_guest_1496133715', '1496133715', 'no');
INSERT INTO `wpor_options` VALUES (4755,
'_transient_timeout_learn_press_user_guest_1496133775', '1496140975', 'no');
INSERT INTO `wpor_options` VALUES (4753,
'_transient_timeout_learn_press_user_guest_1496133716', '1496140916', 'no');
INSERT INTO `wpor_options` VALUES (4754,
'_transient_learn_press_user_guest_1496133716', '1496133716', 'no');
INSERT INTO `wpor_options` VALUES (4756,
'_transient_learn_press_user_guest_1496133775', '1496133775', 'no');
INSERT INTO `wpor_options` VALUES (4757,
'_transient_timeout_learn_press_user_guest_1496133778', '1496140978', 'no');
INSERT INTO `wpor_options` VALUES (4758,
'_transient_learn_press_user_guest_1496133778', '1496133778', 'no');
INSERT INTO `wpor_options` VALUES (4759,
'_transient_timeout_learn_press_user_guest_1496133785', '1496140985', 'no');
INSERT INTO `wpor_options` VALUES (4760,
'_transient_learn_press_user_guest_1496133785', '1496133785', 'no');
INSERT INTO `wpor_options` VALUES (4761,
'_transient_timeout_learn_press_user_guest_1496133792', '1496140992', 'no');
INSERT INTO `wpor_options` VALUES (4762,
'_transient_learn_press_user_guest_1496133792', '1496133792', 'no');
INSERT INTO `wpor_options` VALUES (4763,
'_transient_timeout_learn_press_user_guest_1496133796', '1496140996', 'no');
INSERT INTO `wpor_options` VALUES (4764,
'_transient_learn_press_user_guest_1496133796', '1496133796', 'no');
INSERT INTO `wpor_options` VALUES (4765,
'_transient_timeout_learn_press_user_guest_1496133799', '1496140999', 'no');
INSERT INTO `wpor_options` VALUES (4766,
'_transient_learn_press_user_guest_1496133799', '1496133799', 'no');
INSERT INTO `wpor_options` VALUES (4767,
'_transient_timeout_learn_press_user_guest_1496133805', '1496141005', 'no');
INSERT INTO `wpor_options` VALUES (4768,
'_transient_learn_press_user_guest_1496133805', '1496133805', 'no');
INSERT INTO `wpor_options` VALUES (4772,
'_transient_timeout_learn_press_user_guest_1496134466', '1496141666', 'no');
INSERT INTO `wpor_options` VALUES (4770,
'_transient_timeout_learn_press_user_guest_1496134428', '1496141628', 'no');
INSERT INTO `wpor_options` VALUES (4771,
'_transient_learn_press_user_guest_1496134428', '1496134428', 'no');
INSERT INTO `wpor_options` VALUES (4773,
'_transient_learn_press_user_guest_1496134466', '1496134466', 'no');
INSERT INTO `wpor_options` VALUES (4774,
'_transient_timeout_learn_press_user_guest_1496134504', '1496141704', 'no');
INSERT INTO `wpor_options` VALUES (4775,
'_transient_learn_press_user_guest_1496134504', '1496134504', 'no');
INSERT INTO `wpor_options` VALUES (4776,
'_transient_timeout_learn_press_user_guest_1496134536', '1496141736', 'no');
INSERT INTO `wpor_options` VALUES (4777,
'_transient_learn_press_user_guest_1496134536', '1496134536', 'no');
INSERT INTO `wpor_options` VALUES (4778,
'_transient_timeout_learn_press_user_guest_1496134568', '1496141768', 'no');
INSERT INTO `wpor_options` VALUES (4779,
'_transient_learn_press_user_guest_1496134568', '1496134568', 'no');
INSERT INTO `wpor_options` VALUES (4780,
'_transient_timeout_learn_press_user_guest_1496134603', '1496141803', 'no');
INSERT INTO `wpor_options` VALUES (4781,
'_transient_learn_press_user_guest_1496134603', '1496134603', 'no');
INSERT INTO `wpor_options` VALUES (4782,
'_transient_timeout_learn_press_user_guest_1496134635', '1496141835', 'no');
INSERT INTO `wpor_options` VALUES (4783,
'_transient_learn_press_user_guest_1496134635', '1496134635', 'no');
INSERT INTO `wpor_options` VALUES (4784,
'_transient_timeout_learn_press_user_guest_1496134637', '1496141837', 'no');
INSERT INTO `wpor_options` VALUES (4785,
'_transient_learn_press_user_guest_1496134637', '1496134637', 'no');
INSERT INTO `wpor_options` VALUES (4786,
'_transient_timeout_learn_press_user_guest_1496134664', '1496141864', 'no');
INSERT INTO `wpor_options` VALUES (4787,
'_transient_learn_press_user_guest_1496134664', '1496134664', 'no');
INSERT INTO `wpor_options` VALUES (4788,
'_transient_timeout_learn_press_user_guest_1496134692', '1496141892', 'no');
INSERT INTO `wpor_options` VALUES (4789,
'_transient_learn_press_user_guest_1496134692', '1496134692', 'no');
INSERT INTO `wpor_options` VALUES (4790,
'_transient_timeout_learn_press_user_guest_1496134718', '1496141918', 'no');
INSERT INTO `wpor_options` VALUES (4791,
'_transient_learn_press_user_guest_1496134718', '1496134718', 'no');
INSERT INTO `wpor_options` VALUES (4792,
'_transient_timeout_learn_press_user_guest_1496134746', '1496141946', 'no');
INSERT INTO `wpor_options` VALUES (4793,
'_transient_learn_press_user_guest_1496134746', '1496134746', 'no');
INSERT INTO `wpor_options` VALUES (4794,
'_transient_timeout_learn_press_user_guest_1496134771', '1496141971', 'no');
INSERT INTO `wpor_options` VALUES (4795,
'_transient_learn_press_user_guest_1496134771', '1496134771', 'no');
INSERT INTO `wpor_options` VALUES (4798,
'_transient_timeout_learn_press_user_guest_1496134797', '1496141997', 'no');
INSERT INTO `wpor_options` VALUES (4799,
'_transient_learn_press_user_guest_1496134797', '1496134797', 'no');
INSERT INTO `wpor_options` VALUES (4801,
'_transient_timeout_learn_press_user_guest_1496134822', '1496142022', 'no');
INSERT INTO `wpor_options` VALUES (4802,
'_transient_learn_press_user_guest_1496134822', '1496134822', 'no');
INSERT INTO `wpor_options` VALUES (4803,
'_transient_timeout_learn_press_user_guest_1496135338', '1496142538', 'no');
INSERT INTO `wpor_options` VALUES (4804,
'_transient_learn_press_user_guest_1496135338', '1496135338', 'no');
INSERT INTO `wpor_options` VALUES (4805,
'_transient_timeout_learn_press_user_guest_1496135341', '1496142541', 'no');
INSERT INTO `wpor_options` VALUES (4806,
'_transient_learn_press_user_guest_1496135341', '1496135341', 'no');
INSERT INTO `wpor_options` VALUES (4807,
'_transient_timeout_learn_press_user_guest_1496135509', '1496142709', 'no');
INSERT INTO `wpor_options` VALUES (4808,
'_transient_learn_press_user_guest_1496135509', '1496135509', 'no');
INSERT INTO `wpor_options` VALUES (4810,
'_transient_timeout_learn_press_user_guest_1496137153', '1496144353', 'no');
INSERT INTO `wpor_options` VALUES (4811,
'_transient_learn_press_user_guest_1496137153', '1496137153', 'no');
INSERT INTO `wpor_options` VALUES (4815,
'_transient_timeout_learn_press_user_guest_1496137155', '1496144355', 'no');
INSERT INTO `wpor_options` VALUES (4813,
'_transient_timeout_learn_press_user_guest_1496137154', '1496144354', 'no');
INSERT INTO `wpor_options` VALUES (4814,
'_transient_learn_press_user_guest_1496137154', '1496137154', 'no');
INSERT INTO `wpor_options` VALUES (4816,
'_transient_learn_press_user_guest_1496137155', '1496137155', 'no');
INSERT INTO `wpor_options` VALUES (4820,
'_transient_timeout_learn_press_user_guest_1496137498', '1496144698', 'no');
INSERT INTO `wpor_options` VALUES (4818,
'_transient_timeout_learn_press_user_guest_1496137409', '1496144609', 'no');
INSERT INTO `wpor_options` VALUES (4819,
'_transient_learn_press_user_guest_1496137409', '1496137409', 'no');
INSERT INTO `wpor_options` VALUES (4821,
'_transient_learn_press_user_guest_1496137498', '1496137498', 'no');
INSERT INTO `wpor_options` VALUES (4822,
'_transient_timeout_learn_press_user_guest_1496137530', '1496144730', 'no');
INSERT INTO `wpor_options` VALUES (4823,
'_transient_learn_press_user_guest_1496137530', '1496137530', 'no');
INSERT INTO `wpor_options` VALUES (4824,
'_transient_timeout_learn_press_user_guest_1496137555', '1496144755', 'no');
INSERT INTO `wpor_options` VALUES (4825,
'_transient_learn_press_user_guest_1496137555', '1496137555', 'no');
INSERT INTO `wpor_options` VALUES (4826,
'_transient_timeout_learn_press_user_guest_1496150522', '1496157722', 'no');
INSERT INTO `wpor_options` VALUES (4827,
'_transient_learn_press_user_guest_1496150522', '1496150522', 'no');
INSERT INTO `wpor_options` VALUES (4829,
'_transient_timeout_learn_press_user_guest_1496150524', '1496157724', 'no');
INSERT INTO `wpor_options` VALUES (4830,
'_transient_learn_press_user_guest_1496150524', '1496150524', 'no');
INSERT INTO `wpor_options` VALUES (4831,
'_transient_timeout_learn_press_user_guest_1496152171', '1496159371', 'no');
INSERT INTO `wpor_options` VALUES (4832,
'_transient_learn_press_user_guest_1496152171', '1496152171', 'no');
INSERT INTO `wpor_options` VALUES (4834,
'_transient_timeout_learn_press_user_guest_1496152176', '1496159376', 'no');
INSERT INTO `wpor_options` VALUES (4835,
'_transient_learn_press_user_guest_1496152176', '1496152176', 'no');
INSERT INTO `wpor_options` VALUES (4837,
'_transient_timeout_learn_press_user_guest_1496152180', '1496159380', 'no');
INSERT INTO `wpor_options` VALUES (4838,
'_transient_learn_press_user_guest_1496152180', '1496152180', 'no');
INSERT INTO `wpor_options` VALUES (4839,
'_transient_timeout_learn_press_user_guest_1496152186', '1496159386', 'no');
INSERT INTO `wpor_options` VALUES (4840,
'_transient_learn_press_user_guest_1496152186', '1496152186', 'no');
INSERT INTO `wpor_options` VALUES (4841,
'_transient_timeout_learn_press_user_guest_1496152188', '1496159388', 'no');
INSERT INTO `wpor_options` VALUES (4842,
'_transient_learn_press_user_guest_1496152188', '1496152188', 'no');
INSERT INTO `wpor_options` VALUES (4843,
'_transient_timeout_learn_press_user_guest_1496152193', '1496159393', 'no');
INSERT INTO `wpor_options` VALUES (4844,
'_transient_learn_press_user_guest_1496152193', '1496152193', 'no');
INSERT INTO `wpor_options` VALUES (4845,
'_transient_timeout_learn_press_user_guest_1496152198', '1496159398', 'no');
INSERT INTO `wpor_options` VALUES (4846,
'_transient_learn_press_user_guest_1496152198', '1496152198', 'no');
INSERT INTO `wpor_options` VALUES (4847,
'_transient_timeout_learn_press_user_guest_1496152201', '1496159401', 'no');
INSERT INTO `wpor_options` VALUES (4848,
'_transient_learn_press_user_guest_1496152201', '1496152201', 'no');
INSERT INTO `wpor_options` VALUES (4849,
'_transient_timeout_learn_press_user_guest_1496152205', '1496159405', 'no');
INSERT INTO `wpor_options` VALUES (4850,
'_transient_learn_press_user_guest_1496152205', '1496152205', 'no');
INSERT INTO `wpor_options` VALUES (4851,
'_transient_timeout_learn_press_user_guest_1496152209', '1496159409', 'no');
INSERT INTO `wpor_options` VALUES (4852,
'_transient_learn_press_user_guest_1496152209', '1496152209', 'no');
INSERT INTO `wpor_options` VALUES (4853,
'_transient_timeout_learn_press_user_guest_1496152213', '1496159413', 'no');
INSERT INTO `wpor_options` VALUES (4854,
'_transient_learn_press_user_guest_1496152213', '1496152213', 'no');
INSERT INTO `wpor_options` VALUES (4855,
'_transient_timeout_learn_press_user_guest_1496152218', '1496159418', 'no');
INSERT INTO `wpor_options` VALUES (4856,
'_transient_learn_press_user_guest_1496152218', '1496152218', 'no');
INSERT INTO `wpor_options` VALUES (4857,
'_transient_timeout_learn_press_user_guest_1496152221', '1496159421', 'no');
INSERT INTO `wpor_options` VALUES (4858,
'_transient_learn_press_user_guest_1496152221', '1496152221', 'no');
INSERT INTO `wpor_options` VALUES (4859,
'_transient_timeout_learn_press_user_guest_1496155377', '1496162577', 'no');
INSERT INTO `wpor_options` VALUES (4860,
'_transient_learn_press_user_guest_1496155377', '1496155377', 'no');
INSERT INTO `wpor_options` VALUES (4866,
'_transient_timeout_learn_press_user_guest_1496156312', '1496163512', 'no');
INSERT INTO `wpor_options` VALUES (4862,
'_transient_timeout_learn_press_user_guest_1496156299', '1496163499', 'no');
INSERT INTO `wpor_options` VALUES (4863,
'_transient_learn_press_user_guest_1496156299', '1496156299', 'no');
INSERT INTO `wpor_options` VALUES (4864,
'_transient_timeout_learn_press_user_guest_1496156300', '1496163500', 'no');
INSERT INTO `wpor_options` VALUES (4865,
'_transient_learn_press_user_guest_1496156300', '1496156300', 'no');
INSERT INTO `wpor_options` VALUES (4867,
'_transient_learn_press_user_guest_1496156312', '1496156312', 'no');
INSERT INTO `wpor_options` VALUES (4868,
'_transient_timeout_learn_press_user_guest_1496156322', '1496163522', 'no');
INSERT INTO `wpor_options` VALUES (4869,
'_transient_learn_press_user_guest_1496156322', '1496156322', 'no');
INSERT INTO `wpor_options` VALUES (4870,
'_transient_timeout_learn_press_user_guest_1496156332', '1496163532', 'no');
INSERT INTO `wpor_options` VALUES (4871,
'_transient_learn_press_user_guest_1496156332', '1496156332', 'no');
INSERT INTO `wpor_options` VALUES (4872,
'_transient_timeout_learn_press_user_guest_1496156340', '1496163540', 'no');
INSERT INTO `wpor_options` VALUES (4873,
'_transient_learn_press_user_guest_1496156340', '1496156340', 'no');
INSERT INTO `wpor_options` VALUES (4874,
'_transient_timeout_learn_press_user_guest_1496156348', '1496163548', 'no');
INSERT INTO `wpor_options` VALUES (4875,
'_transient_learn_press_user_guest_1496156348', '1496156348', 'no');
INSERT INTO `wpor_options` VALUES (4876,
'_transient_timeout_learn_press_user_guest_1496156357', '1496163557', 'no');
INSERT INTO `wpor_options` VALUES (4877,
'_transient_learn_press_user_guest_1496156357', '1496156357', 'no');
INSERT INTO `wpor_options` VALUES (4880,
'_transient_timeout_learn_press_user_guest_1496156364', '1496163564', 'no');
INSERT INTO `wpor_options` VALUES (4881,
'_transient_learn_press_user_guest_1496156364', '1496156364', 'no');
INSERT INTO `wpor_options` VALUES (4887,
'_transient_timeout_learn_press_user_guest_1496156376', '1496163576', 'no');
INSERT INTO `wpor_options` VALUES (4885,
'_transient_timeout_learn_press_user_guest_1496156375', '1496163575', 'no');
INSERT INTO `wpor_options` VALUES (4886,
'_transient_learn_press_user_guest_1496156375', '1496156375', 'no');
INSERT INTO `wpor_options` VALUES (4888,
'_transient_learn_press_user_guest_1496156376', '1496156376', 'no');
INSERT INTO `wpor_options` VALUES (4889,
'_transient_timeout_learn_press_user_guest_1496156383', '1496163583', 'no');
INSERT INTO `wpor_options` VALUES (4890,
'_transient_learn_press_user_guest_1496156383', '1496156383', 'no');
INSERT INTO `wpor_options` VALUES (4891,
'_transient_timeout_learn_press_user_guest_1496156395', '1496163595', 'no');
INSERT INTO `wpor_options` VALUES (4892,
'_transient_learn_press_user_guest_1496156395', '1496156395', 'no');
INSERT INTO `wpor_options` VALUES (4893,
'_transient_timeout_learn_press_user_guest_1496156402', '1496163602', 'no');
INSERT INTO `wpor_options` VALUES (4894,
'_transient_learn_press_user_guest_1496156402', '1496156402', 'no');
INSERT INTO `wpor_options` VALUES (4895,
'_transient_timeout_learn_press_user_guest_1496156404', '1496163604', 'no');
INSERT INTO `wpor_options` VALUES (4896,
'_transient_learn_press_user_guest_1496156404', '1496156404', 'no');
INSERT INTO `wpor_options` VALUES (4897,
'_transient_timeout_learn_press_user_guest_1496156410', '1496163610', 'no');
INSERT INTO `wpor_options` VALUES (4898,
'_transient_learn_press_user_guest_1496156410', '1496156410', 'no');
INSERT INTO `wpor_options` VALUES (4899,
'_transient_timeout_learn_press_user_guest_1496156420', '1496163620', 'no');
INSERT INTO `wpor_options` VALUES (4900,
'_transient_learn_press_user_guest_1496156420', '1496156420', 'no');
INSERT INTO `wpor_options` VALUES (4901,
'_transient_timeout_learn_press_user_guest_1496156429', '1496163629', 'no');
INSERT INTO `wpor_options` VALUES (4902,
'_transient_learn_press_user_guest_1496156429', '1496156429', 'no');
INSERT INTO `wpor_options` VALUES (4903,
'_transient_timeout_learn_press_user_guest_1496156439', '1496163639', 'no');
INSERT INTO `wpor_options` VALUES (4904,
'_transient_learn_press_user_guest_1496156439', '1496156439', 'no');
INSERT INTO `wpor_options` VALUES (4905,
'_transient_timeout_learn_press_user_guest_1496156452', '1496163652', 'no');
INSERT INTO `wpor_options` VALUES (4906,
'_transient_learn_press_user_guest_1496156452', '1496156452', 'no');
INSERT INTO `wpor_options` VALUES (4907,
'_transient_timeout_learn_press_user_guest_1496156475', '1496163675', 'no');
INSERT INTO `wpor_options` VALUES (4908,
'_transient_learn_press_user_guest_1496156475', '1496156475', 'no');
INSERT INTO `wpor_options` VALUES (4909,
'_transient_timeout_learn_press_user_guest_1496156488', '1496163688', 'no');
INSERT INTO `wpor_options` VALUES (4910,
'_transient_learn_press_user_guest_1496156488', '1496156488', 'no');
INSERT INTO `wpor_options` VALUES (4911,
'_transient_timeout_learn_press_user_guest_1496156501', '1496163701', 'no');
INSERT INTO `wpor_options` VALUES (4912,
'_transient_learn_press_user_guest_1496156501', '1496156501', 'no');
INSERT INTO `wpor_options` VALUES (4913,
'_transient_timeout_learn_press_user_guest_1496156517', '1496163717', 'no');
INSERT INTO `wpor_options` VALUES (4914,
'_transient_learn_press_user_guest_1496156517', '1496156517', 'no');
INSERT INTO `wpor_options` VALUES (4915,
'_transient_timeout_learn_press_user_guest_1496156518', '1496163718', 'no');
INSERT INTO `wpor_options` VALUES (4916,
'_transient_learn_press_user_guest_1496156518', '1496156518', 'no');
INSERT INTO `wpor_options` VALUES (4917,
'_transient_timeout_learn_press_user_guest_1496156537', '1496163737', 'no');
INSERT INTO `wpor_options` VALUES (4918,
'_transient_learn_press_user_guest_1496156537', '1496156537', 'no');
INSERT INTO `wpor_options` VALUES (4919,
'_transient_timeout_learn_press_user_guest_1496156551', '1496163751', 'no');
INSERT INTO `wpor_options` VALUES (4920,
'_transient_learn_press_user_guest_1496156551', '1496156551', 'no');
INSERT INTO `wpor_options` VALUES (4921,
'_transient_timeout_learn_press_user_guest_1496156567', '1496163767', 'no');
INSERT INTO `wpor_options` VALUES (4922,
'_transient_learn_press_user_guest_1496156567', '1496156567', 'no');
INSERT INTO `wpor_options` VALUES (4923,
'_transient_timeout_learn_press_user_guest_1496156582', '1496163782', 'no');
INSERT INTO `wpor_options` VALUES (4924,
'_transient_learn_press_user_guest_1496156582', '1496156582', 'no');
INSERT INTO `wpor_options` VALUES (4925,
'_transient_timeout_learn_press_user_guest_1496156597', '1496163797', 'no');
INSERT INTO `wpor_options` VALUES (4926,
'_transient_learn_press_user_guest_1496156597', '1496156597', 'no');
INSERT INTO `wpor_options` VALUES (4927,
'_transient_timeout_learn_press_user_guest_1496156611', '1496163811', 'no');
INSERT INTO `wpor_options` VALUES (4928,
'_transient_learn_press_user_guest_1496156611', '1496156611', 'no');
INSERT INTO `wpor_options` VALUES (4929,
'_transient_timeout_learn_press_user_guest_1496156625', '1496163825', 'no');
INSERT INTO `wpor_options` VALUES (4930,
'_transient_learn_press_user_guest_1496156625', '1496156625', 'no');
INSERT INTO `wpor_options` VALUES (4931,
'_transient_timeout_learn_press_user_guest_1496156638', '1496163838', 'no');
INSERT INTO `wpor_options` VALUES (4932,
'_transient_learn_press_user_guest_1496156638', '1496156638', 'no');
INSERT INTO `wpor_options` VALUES (4933,
'_transient_timeout_learn_press_user_guest_1496156652', '1496163852', 'no');
INSERT INTO `wpor_options` VALUES (4934,
'_transient_learn_press_user_guest_1496156652', '1496156652', 'no');
INSERT INTO `wpor_options` VALUES (4935,
'_transient_timeout_learn_press_user_guest_1496156665', '1496163865', 'no');
INSERT INTO `wpor_options` VALUES (4936,
'_transient_learn_press_user_guest_1496156665', '1496156665', 'no');
INSERT INTO `wpor_options` VALUES (4939,
'_transient_timeout_learn_press_user_guest_1496156675', '1496163875', 'no');
INSERT INTO `wpor_options` VALUES (4940,
'_transient_learn_press_user_guest_1496156675', '1496156675', 'no');
INSERT INTO `wpor_options` VALUES (4941,
'_transient_timeout_learn_press_user_guest_1496156677', '1496163877', 'no');
INSERT INTO `wpor_options` VALUES (4942,
'_transient_learn_press_user_guest_1496156677', '1496156677', 'no');
INSERT INTO `wpor_options` VALUES (4943,
'_transient_timeout_learn_press_user_guest_1496156686', '1496163886', 'no');
INSERT INTO `wpor_options` VALUES (4944,
'_transient_learn_press_user_guest_1496156686', '1496156686', 'no');
INSERT INTO `wpor_options` VALUES (4945,
'_transient_timeout_learn_press_user_guest_1496156700', '1496163900', 'no');
INSERT INTO `wpor_options` VALUES (4946,
'_transient_learn_press_user_guest_1496156700', '1496156700', 'no');
INSERT INTO `wpor_options` VALUES (4947,
'_transient_timeout_learn_press_user_guest_1496156712', '1496163912', 'no');
INSERT INTO `wpor_options` VALUES (4948,
'_transient_learn_press_user_guest_1496156712', '1496156712', 'no');
INSERT INTO `wpor_options` VALUES (4949,
'_transient_timeout_learn_press_user_guest_1496156724', '1496163924', 'no');
INSERT INTO `wpor_options` VALUES (4950,
'_transient_learn_press_user_guest_1496156724', '1496156724', 'no');
INSERT INTO `wpor_options` VALUES (4951,
'_transient_timeout_learn_press_user_guest_1496156734', '1496163934', 'no');
INSERT INTO `wpor_options` VALUES (4952,
'_transient_learn_press_user_guest_1496156734', '1496156734', 'no');
INSERT INTO `wpor_options` VALUES (4953,
'_transient_timeout_learn_press_user_guest_1496156735', '1496163935', 'no');
INSERT INTO `wpor_options` VALUES (4954,
'_transient_learn_press_user_guest_1496156735', '1496156735', 'no');
INSERT INTO `wpor_options` VALUES (4955,
'_transient_timeout_learn_press_user_guest_1496156743', '1496163943', 'no');
INSERT INTO `wpor_options` VALUES (4956,
'_transient_learn_press_user_guest_1496156743', '1496156743', 'no');
INSERT INTO `wpor_options` VALUES (4957,
'_transient_timeout_learn_press_user_guest_1496156752', '1496163952', 'no');
INSERT INTO `wpor_options` VALUES (4958,
'_transient_learn_press_user_guest_1496156752', '1496156752', 'no');
INSERT INTO `wpor_options` VALUES (4959,
'_transient_timeout_learn_press_user_guest_1496156754', '1496163954', 'no');
INSERT INTO `wpor_options` VALUES (4960,
'_transient_learn_press_user_guest_1496156754', '1496156754', 'no');
INSERT INTO `wpor_options` VALUES (4961,
'_transient_timeout_learn_press_user_guest_1496156761', '1496163961', 'no');
INSERT INTO `wpor_options` VALUES (4962,
'_transient_learn_press_user_guest_1496156761', '1496156761', 'no');
INSERT INTO `wpor_options` VALUES (4963,
'_transient_timeout_learn_press_user_guest_1496156769', '1496163969', 'no');
INSERT INTO `wpor_options` VALUES (4964,
'_transient_learn_press_user_guest_1496156769', '1496156769', 'no');
INSERT INTO `wpor_options` VALUES (4965,
'_transient_timeout_learn_press_user_guest_1496156774', '1496163974', 'no');
INSERT INTO `wpor_options` VALUES (4966,
'_transient_learn_press_user_guest_1496156774', '1496156774', 'no');
INSERT INTO `wpor_options` VALUES (4967,
'_transient_timeout_learn_press_user_guest_1496156779', '1496163979', 'no');
INSERT INTO `wpor_options` VALUES (4968,
'_transient_learn_press_user_guest_1496156779', '1496156779', 'no');
INSERT INTO `wpor_options` VALUES (4969,
'_transient_timeout_learn_press_user_guest_1496156781', '1496163981', 'no');
INSERT INTO `wpor_options` VALUES (4970,
'_transient_learn_press_user_guest_1496156781', '1496156781', 'no');
INSERT INTO `wpor_options` VALUES (4971,
'_transient_timeout_learn_press_user_guest_1496156884', '1496164084', 'no');
INSERT INTO `wpor_options` VALUES (4972,
'_transient_learn_press_user_guest_1496156884', '1496156884', 'no');
INSERT INTO `wpor_options` VALUES (4973,
'_transient_timeout_learn_press_user_guest_1496156889', '1496164089', 'no');
INSERT INTO `wpor_options` VALUES (4974,
'_transient_learn_press_user_guest_1496156889', '1496156889', 'no');
INSERT INTO `wpor_options` VALUES (4975,
'_transient_timeout_learn_press_user_guest_1496156895', '1496164095', 'no');
INSERT INTO `wpor_options` VALUES (4976,
'_transient_learn_press_user_guest_1496156895', '1496156895', 'no');
INSERT INTO `wpor_options` VALUES (4977,
'_transient_timeout_learn_press_user_guest_1496156897', '1496164097', 'no');
INSERT INTO `wpor_options` VALUES (4978,
'_transient_learn_press_user_guest_1496156897', '1496156897', 'no');
INSERT INTO `wpor_options` VALUES (4979,
'_transient_timeout_learn_press_user_guest_1496156922', '1496164122', 'no');
INSERT INTO `wpor_options` VALUES (4980,
'_transient_learn_press_user_guest_1496156922', '1496156922', 'no');
INSERT INTO `wpor_options` VALUES (4981,
'_transient_timeout_learn_press_user_guest_1496156927', '1496164127', 'no');
INSERT INTO `wpor_options` VALUES (4982,
'_transient_learn_press_user_guest_1496156927', '1496156927', 'no');
INSERT INTO `wpor_options` VALUES (4983,
'_transient_timeout_learn_press_user_guest_1496156931', '1496164131', 'no');
INSERT INTO `wpor_options` VALUES (4984,
'_transient_learn_press_user_guest_1496156931', '1496156931', 'no');
INSERT INTO `wpor_options` VALUES (4988,
'_transient_timeout_learn_press_user_guest_1496157000', '1496164200', 'no');
INSERT INTO `wpor_options` VALUES (4986,
'_transient_timeout_learn_press_user_guest_1496156999', '1496164199', 'no');
INSERT INTO `wpor_options` VALUES (4987,
'_transient_learn_press_user_guest_1496156999', '1496156999', 'no');
INSERT INTO `wpor_options` VALUES (4989,
'_transient_learn_press_user_guest_1496157000', '1496157000', 'no');
INSERT INTO `wpor_options` VALUES (4990,
'_transient_timeout_learn_press_user_guest_1496157061', '1496164261', 'no');
INSERT INTO `wpor_options` VALUES (4991,
'_transient_learn_press_user_guest_1496157061', '1496157061', 'no');
INSERT INTO `wpor_options` VALUES (4992,
'_transient_timeout_learn_press_user_guest_1496157170', '1496164370', 'no');
INSERT INTO `wpor_options` VALUES (4993,
'_transient_learn_press_user_guest_1496157170', '1496157170', 'no');
INSERT INTO `wpor_options` VALUES (4994,
'_transient_timeout_learn_press_user_guest_1496157285', '1496164485', 'no');
INSERT INTO `wpor_options` VALUES (4995,
'_transient_learn_press_user_guest_1496157285', '1496157285', 'no');
INSERT INTO `wpor_options` VALUES (4996,
'_transient_timeout_learn_press_user_guest_1496157517', '1496164717', 'no');
INSERT INTO `wpor_options` VALUES (4997,
'_transient_learn_press_user_guest_1496157517', '1496157517', 'no');
INSERT INTO `wpor_options` VALUES (4998,
'_transient_timeout_learn_press_user_guest_1496157661', '1496164861', 'no');
INSERT INTO `wpor_options` VALUES (4999,
'_transient_learn_press_user_guest_1496157661', '1496157661', 'no');
INSERT INTO `wpor_options` VALUES (5001,
'_transient_timeout_external_ip_address_178.243.122.2', '1496762881', 'no');
INSERT INTO `wpor_options` VALUES (5002,
'_transient_external_ip_address_178.243.122.2', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (5005,
'_transient_timeout_learn_press_user_guest_1496158081', '1496165281', 'no');
INSERT INTO `wpor_options` VALUES (5003,
'_transient_timeout_learn_press_user_guest_1496158080', '1496165280', 'no');
INSERT INTO `wpor_options` VALUES (5004,
'_transient_learn_press_user_guest_1496158080', '1496158080', 'no');
INSERT INTO `wpor_options` VALUES (5006,
'_transient_learn_press_user_guest_1496158081', '1496158081', 'no');
INSERT INTO `wpor_options` VALUES (5007,
'_transient_timeout_learn_press_user_guest_1496158194', '1496165394', 'no');
INSERT INTO `wpor_options` VALUES (5008,
'_transient_learn_press_user_guest_1496158194', '1496158194', 'no');
INSERT INTO `wpor_options` VALUES (5012,
'_transient_timeout_learn_press_user_guest_1496158359', '1496165559', 'no');
INSERT INTO `wpor_options` VALUES (5010,
'_transient_timeout_learn_press_user_guest_1496158195', '1496165395', 'no');
INSERT INTO `wpor_options` VALUES (5011,
'_transient_learn_press_user_guest_1496158195', '1496158195', 'no');
INSERT INTO `wpor_options` VALUES (5013,
'_transient_learn_press_user_guest_1496158359', '1496158359', 'no');
INSERT INTO `wpor_options` VALUES (5014,
'_transient_timeout_learn_press_user_guest_1496158407', '1496165607', 'no');
INSERT INTO `wpor_options` VALUES (5015,
'_transient_learn_press_user_guest_1496158407', '1496158407', 'no');
INSERT INTO `wpor_options` VALUES (5016,
'_transient_timeout_learn_press_user_guest_1496158433', '1496165633', 'no');
INSERT INTO `wpor_options` VALUES (5017,
'_transient_learn_press_user_guest_1496158433', '1496158433', 'no');
INSERT INTO `wpor_options` VALUES (5018,
'_transient_timeout_learn_press_user_guest_1496158447', '1496165647', 'no');
INSERT INTO `wpor_options` VALUES (5019,
'_transient_learn_press_user_guest_1496158447', '1496158447', 'no');
INSERT INTO `wpor_options` VALUES (5020,
'_transient_timeout_learn_press_user_guest_1496158455', '1496165655', 'no');
INSERT INTO `wpor_options` VALUES (5021,
'_transient_learn_press_user_guest_1496158455', '1496158455', 'no');
INSERT INTO `wpor_options` VALUES (5022,
'_transient_timeout_learn_press_user_guest_1496158468', '1496165668', 'no');
INSERT INTO `wpor_options` VALUES (5023,
'_transient_learn_press_user_guest_1496158468', '1496158468', 'no');
INSERT INTO `wpor_options` VALUES (5024,
'_transient_timeout_learn_press_user_guest_1496158478', '1496165678', 'no');
INSERT INTO `wpor_options` VALUES (5025,
'_transient_learn_press_user_guest_1496158478', '1496158478', 'no');
INSERT INTO `wpor_options` VALUES (5026,
'_transient_timeout_learn_press_user_guest_1496158480', '1496165680', 'no');
INSERT INTO `wpor_options` VALUES (5027,
'_transient_learn_press_user_guest_1496158480', '1496158480', 'no');
INSERT INTO `wpor_options` VALUES (5028,
'_transient_timeout_learn_press_user_guest_1496158490', '1496165690', 'no');
INSERT INTO `wpor_options` VALUES (5029,
'_transient_learn_press_user_guest_1496158490', '1496158490', 'no');
INSERT INTO `wpor_options` VALUES (5030,
'_transient_timeout_learn_press_user_guest_1496158500', '1496165700', 'no');
INSERT INTO `wpor_options` VALUES (5031,
'_transient_learn_press_user_guest_1496158500', '1496158500', 'no');
INSERT INTO `wpor_options` VALUES (5032,
'_transient_timeout_learn_press_user_guest_1496158512', '1496165712', 'no');
INSERT INTO `wpor_options` VALUES (5033,
'_transient_learn_press_user_guest_1496158512', '1496158512', 'no');
INSERT INTO `wpor_options` VALUES (5034,
'_transient_timeout_learn_press_user_guest_1496158527', '1496165727', 'no');
INSERT INTO `wpor_options` VALUES (5035,
'_transient_learn_press_user_guest_1496158527', '1496158527', 'no');
INSERT INTO `wpor_options` VALUES (5036,
'_transient_timeout_learn_press_user_guest_1496158536', '1496165736', 'no');
INSERT INTO `wpor_options` VALUES (5037,
'_transient_learn_press_user_guest_1496158536', '1496158536', 'no');
INSERT INTO `wpor_options` VALUES (5038,
'_transient_timeout_learn_press_user_guest_1496158577', '1496165777', 'no');
INSERT INTO `wpor_options` VALUES (5039,
'_transient_learn_press_user_guest_1496158577', '1496158577', 'no');
INSERT INTO `wpor_options` VALUES (5040,
'_transient_timeout_learn_press_user_guest_1496158723', '1496165923', 'no');
INSERT INTO `wpor_options` VALUES (5041,
'_transient_learn_press_user_guest_1496158723', '1496158723', 'no');
INSERT INTO `wpor_options` VALUES (5042,
'_transient_timeout_learn_press_user_guest_1496158731', '1496165931', 'no');
INSERT INTO `wpor_options` VALUES (5043,
'_transient_learn_press_user_guest_1496158731', '1496158731', 'no');
INSERT INTO `wpor_options` VALUES (5053,
'_transient_timeout_learn_press_user_guest_1496160875', '1496168075', 'no');
INSERT INTO `wpor_options` VALUES (5045,
'_transient_timeout_learn_press_user_guest_1496160738', '1496167938', 'no');
INSERT INTO `wpor_options` VALUES (5046,
'_transient_learn_press_user_guest_1496160738', '1496160738', 'no');
INSERT INTO `wpor_options` VALUES (5047,
'_transient_timeout_learn_press_user_guest_1496160745', '1496167945', 'no');
INSERT INTO `wpor_options` VALUES (5048,
'_transient_learn_press_user_guest_1496160745', '1496160745', 'no');
INSERT INTO `wpor_options` VALUES (5049,
'_transient_timeout_learn_press_user_guest_1496160747', '1496167947', 'no');
INSERT INTO `wpor_options` VALUES (5050,
'_transient_learn_press_user_guest_1496160747', '1496160747', 'no');
INSERT INTO `wpor_options` VALUES (5051,
'_transient_timeout_learn_press_user_guest_1496160872', '1496168072', 'no');
INSERT INTO `wpor_options` VALUES (5052,
'_transient_learn_press_user_guest_1496160872', '1496160872', 'no');
INSERT INTO `wpor_options` VALUES (5054,
'_transient_learn_press_user_guest_1496160875', '1496160875', 'no');
INSERT INTO `wpor_options` VALUES (5055,
'_transient_timeout_learn_press_user_guest_1496160879', '1496168079', 'no');
INSERT INTO `wpor_options` VALUES (5056,
'_transient_learn_press_user_guest_1496160879', '1496160879', 'no');
INSERT INTO `wpor_options` VALUES (5057,
'_transient_timeout_learn_press_user_guest_1496161103', '1496168303', 'no');
INSERT INTO `wpor_options` VALUES (5058,
'_transient_learn_press_user_guest_1496161103', '1496161103', 'no');
INSERT INTO `wpor_options` VALUES (5059,
'_transient_timeout_learn_press_user_guest_1496161111', '1496168311', 'no');
INSERT INTO `wpor_options` VALUES (5060,
'_transient_learn_press_user_guest_1496161111', '1496161111', 'no');
INSERT INTO `wpor_options` VALUES (5061,
'_transient_timeout_learn_press_user_guest_1496161228', '1496168428', 'no');
INSERT INTO `wpor_options` VALUES (5062,
'_transient_learn_press_user_guest_1496161228', '1496161228', 'no');
INSERT INTO `wpor_options` VALUES (5066,
'_transient_timeout_learn_press_user_guest_1496161231', '1496168431', 'no');
INSERT INTO `wpor_options` VALUES (5064,
'_transient_timeout_learn_press_user_guest_1496161229', '1496168429', 'no');
INSERT INTO `wpor_options` VALUES (5065,
'_transient_learn_press_user_guest_1496161229', '1496161229', 'no');
INSERT INTO `wpor_options` VALUES (5067,
'_transient_learn_press_user_guest_1496161231', '1496161231', 'no');
INSERT INTO `wpor_options` VALUES (5068,
'_transient_timeout_learn_press_user_guest_1496161637', '1496168837', 'no');
INSERT INTO `wpor_options` VALUES (5069,
'_transient_learn_press_user_guest_1496161637', '1496161637', 'no');
INSERT INTO `wpor_options` VALUES (5073,
'_transient_timeout_learn_press_user_guest_1496161836', '1496169036', 'no');
INSERT INTO `wpor_options` VALUES (5071,
'_transient_timeout_learn_press_user_guest_1496161834', '1496169034', 'no');
INSERT INTO `wpor_options` VALUES (5072,
'_transient_learn_press_user_guest_1496161834', '1496161834', 'no');
INSERT INTO `wpor_options` VALUES (5074,
'_transient_learn_press_user_guest_1496161836', '1496161836', 'no');
INSERT INTO `wpor_options` VALUES (5075,
'_transient_timeout_learn_press_user_guest_1496161843', '1496169043', 'no');
INSERT INTO `wpor_options` VALUES (5076,
'_transient_learn_press_user_guest_1496161843', '1496161843', 'no');
INSERT INTO `wpor_options` VALUES (5077,
'_transient_timeout_learn_press_user_guest_1496161847', '1496169047', 'no');
INSERT INTO `wpor_options` VALUES (5078,
'_transient_learn_press_user_guest_1496161847', '1496161847', 'no');
INSERT INTO `wpor_options` VALUES (5079,
'_transient_timeout_learn_press_user_guest_1496161931', '1496169131', 'no');
INSERT INTO `wpor_options` VALUES (5080,
'_transient_learn_press_user_guest_1496161931', '1496161931', 'no');
INSERT INTO `wpor_options` VALUES (5081,
'_transient_timeout_learn_press_user_guest_1496161934', '1496169134', 'no');
INSERT INTO `wpor_options` VALUES (5082,
'_transient_learn_press_user_guest_1496161934', '1496161934', 'no');
INSERT INTO `wpor_options` VALUES (5083,
'_transient_timeout_learn_press_user_guest_1496161938', '1496169138', 'no');
INSERT INTO `wpor_options` VALUES (5084,
'_transient_learn_press_user_guest_1496161938', '1496161938', 'no');
INSERT INTO `wpor_options` VALUES (5085,
'_transient_timeout_learn_press_user_guest_1496161942', '1496169142', 'no');
INSERT INTO `wpor_options` VALUES (5086,
'_transient_learn_press_user_guest_1496161942', '1496161942', 'no');
INSERT INTO `wpor_options` VALUES (5087,
'_transient_timeout_learn_press_user_guest_1496161945', '1496169145', 'no');
INSERT INTO `wpor_options` VALUES (5088,
'_transient_learn_press_user_guest_1496161945', '1496161945', 'no');
INSERT INTO `wpor_options` VALUES (5089,
'_transient_timeout_learn_press_user_guest_1496161950', '1496169150', 'no');
INSERT INTO `wpor_options` VALUES (5090,
'_transient_learn_press_user_guest_1496161950', '1496161950', 'no');
INSERT INTO `wpor_options` VALUES (5091,
'_transient_timeout_learn_press_user_guest_1496161953', '1496169153', 'no');
INSERT INTO `wpor_options` VALUES (5092,
'_transient_learn_press_user_guest_1496161953', '1496161953', 'no');
INSERT INTO `wpor_options` VALUES (5093,
'_transient_timeout_learn_press_user_guest_1496161957', '1496169157', 'no');
INSERT INTO `wpor_options` VALUES (5094,
'_transient_learn_press_user_guest_1496161957', '1496161957', 'no');
INSERT INTO `wpor_options` VALUES (5095,
'_transient_timeout_learn_press_user_guest_1496161960', '1496169160', 'no');
INSERT INTO `wpor_options` VALUES (5096,
'_transient_learn_press_user_guest_1496161960', '1496161960', 'no');
INSERT INTO `wpor_options` VALUES (5097,
'_transient_timeout_learn_press_user_guest_1496162234', '1496169434', 'no');
INSERT INTO `wpor_options` VALUES (5098,
'_transient_learn_press_user_guest_1496162234', '1496162234', 'no');
INSERT INTO `wpor_options` VALUES (5099,
'_transient_timeout_learn_press_user_guest_1496162236', '1496169436', 'no');
INSERT INTO `wpor_options` VALUES (5100,
'_transient_learn_press_user_guest_1496162236', '1496162236', 'no');
INSERT INTO `wpor_options` VALUES (5104,
'_transient_timeout_learn_press_user_guest_1496162769', '1496169969', 'no');
INSERT INTO `wpor_options` VALUES (5102,
'_transient_timeout_learn_press_user_guest_1496162768', '1496169968', 'no');
INSERT INTO `wpor_options` VALUES (5103,
'_transient_learn_press_user_guest_1496162768', '1496162768', 'no');
INSERT INTO `wpor_options` VALUES (5105,
'_transient_learn_press_user_guest_1496162769', '1496162769', 'no');
INSERT INTO `wpor_options` VALUES (5106,
'_transient_timeout_learn_press_user_guest_1496162773', '1496169973', 'no');
INSERT INTO `wpor_options` VALUES (5107,
'_transient_learn_press_user_guest_1496162773', '1496162773', 'no');
INSERT INTO `wpor_options` VALUES (5108,
'_transient_timeout_learn_press_user_guest_1496162780', '1496169980', 'no');
INSERT INTO `wpor_options` VALUES (5109,
'_transient_learn_press_user_guest_1496162780', '1496162780', 'no');
INSERT INTO `wpor_options` VALUES (5110,
'_transient_timeout_learn_press_user_guest_1496162785', '1496169985', 'no');
INSERT INTO `wpor_options` VALUES (5111,
'_transient_learn_press_user_guest_1496162785', '1496162785', 'no');
INSERT INTO `wpor_options` VALUES (5112,
'_transient_timeout_learn_press_user_guest_1496162965', '1496170165', 'no');
INSERT INTO `wpor_options` VALUES (5113,
'_transient_learn_press_user_guest_1496162965', '1496162965', 'no');
INSERT INTO `wpor_options` VALUES (5114,
'_transient_timeout_learn_press_user_guest_1496162972', '1496170172', 'no');
INSERT INTO `wpor_options` VALUES (5115,
'_transient_learn_press_user_guest_1496162972', '1496162972', 'no');
INSERT INTO `wpor_options` VALUES (5116,
'_transient_timeout_learn_press_user_guest_1496164489', '1496171689', 'no');
INSERT INTO `wpor_options` VALUES (5117,
'_transient_learn_press_user_guest_1496164489', '1496164489', 'no');
INSERT INTO `wpor_options` VALUES (5123,
'_transient_timeout_learn_press_user_guest_1496164495', '1496171695', 'no');
INSERT INTO `wpor_options` VALUES (5119,
'_transient_timeout_learn_press_user_guest_1496164490', '1496171690', 'no');
INSERT INTO `wpor_options` VALUES (5120,
'_transient_learn_press_user_guest_1496164490', '1496164490', 'no');
INSERT INTO `wpor_options` VALUES (5124,
'_transient_learn_press_user_guest_1496164495', '1496164495', 'no');
INSERT INTO `wpor_options` VALUES (5125,
'_transient_timeout_learn_press_user_guest_1496164498', '1496171698', 'no');
INSERT INTO `wpor_options` VALUES (5126,
'_transient_learn_press_user_guest_1496164498', '1496164498', 'no');
INSERT INTO `wpor_options` VALUES (5127,
'_transient_timeout_learn_press_user_guest_1496164502', '1496171702', 'no');
INSERT INTO `wpor_options` VALUES (5128,
'_transient_learn_press_user_guest_1496164502', '1496164502', 'no');
INSERT INTO `wpor_options` VALUES (5129,
'_transient_timeout_learn_press_user_guest_1496164506', '1496171706', 'no');
INSERT INTO `wpor_options` VALUES (5130,
'_transient_learn_press_user_guest_1496164506', '1496164506', 'no');
INSERT INTO `wpor_options` VALUES (5131,
'_transient_timeout_learn_press_user_guest_1496164511', '1496171711', 'no');
INSERT INTO `wpor_options` VALUES (5132,
'_transient_learn_press_user_guest_1496164511', '1496164511', 'no');
INSERT INTO `wpor_options` VALUES (5133,
'_transient_timeout_learn_press_user_guest_1496164516', '1496171716', 'no');
INSERT INTO `wpor_options` VALUES (5134,
'_transient_learn_press_user_guest_1496164516', '1496164516', 'no');
INSERT INTO `wpor_options` VALUES (5135,
'_transient_timeout_learn_press_user_guest_1496164520', '1496171720', 'no');
INSERT INTO `wpor_options` VALUES (5136,
'_transient_learn_press_user_guest_1496164520', '1496164520', 'no');
INSERT INTO `wpor_options` VALUES (5137,
'_transient_timeout_learn_press_user_guest_1496164546', '1496171746', 'no');
INSERT INTO `wpor_options` VALUES (5138,
'_transient_learn_press_user_guest_1496164546', '1496164546', 'no');
INSERT INTO `wpor_options` VALUES (5139,
'_transient_timeout_learn_press_user_guest_1496164553', '1496171753', 'no');
INSERT INTO `wpor_options` VALUES (5140,
'_transient_learn_press_user_guest_1496164553', '1496164553', 'no');
INSERT INTO `wpor_options` VALUES (5141,
'_transient_timeout_learn_press_user_guest_1496164556', '1496171756', 'no');
INSERT INTO `wpor_options` VALUES (5142,
'_transient_learn_press_user_guest_1496164556', '1496164556', 'no');
INSERT INTO `wpor_options` VALUES (5143,
'_transient_timeout_learn_press_user_guest_1496164564', '1496171764', 'no');
INSERT INTO `wpor_options` VALUES (5144,
'_transient_learn_press_user_guest_1496164564', '1496164564', 'no');
INSERT INTO `wpor_options` VALUES (5145,
'_transient_timeout_learn_press_user_guest_1496164567', '1496171767', 'no');
INSERT INTO `wpor_options` VALUES (5146,
'_transient_learn_press_user_guest_1496164567', '1496164567', 'no');
INSERT INTO `wpor_options` VALUES (5147,
'_transient_timeout_learn_press_user_guest_1496164570', '1496171770', 'no');
INSERT INTO `wpor_options` VALUES (5148,
'_transient_learn_press_user_guest_1496164570', '1496164570', 'no');
INSERT INTO `wpor_options` VALUES (5149,
'_transient_timeout_learn_press_user_guest_1496164849', '1496172049', 'no');
INSERT INTO `wpor_options` VALUES (5150,
'_transient_learn_press_user_guest_1496164849', '1496164849', 'no');
INSERT INTO `wpor_options` VALUES (5154,
'_transient_timeout_learn_press_user_guest_1496164868', '1496172068', 'no');
INSERT INTO `wpor_options` VALUES (5152,
'_transient_timeout_learn_press_user_guest_1496164850', '1496172050', 'no');
INSERT INTO `wpor_options` VALUES (5153,
'_transient_learn_press_user_guest_1496164850', '1496164850', 'no');
INSERT INTO `wpor_options` VALUES (5155,
'_transient_learn_press_user_guest_1496164868', '1496164868', 'no');
INSERT INTO `wpor_options` VALUES (5156,
'_transient_timeout_learn_press_user_guest_1496164875', '1496172075', 'no');
INSERT INTO `wpor_options` VALUES (5157,
'_transient_learn_press_user_guest_1496164875', '1496164875', 'no');
INSERT INTO `wpor_options` VALUES (5158,
'_transient_timeout_external_ip_address_176.55.54.103', '1496769829', 'no');
INSERT INTO `wpor_options` VALUES (5159,
'_transient_external_ip_address_176.55.54.103', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (5160,
'_transient_timeout_learn_press_user_guest_1496165029', '1496172229', 'no');
INSERT INTO `wpor_options` VALUES (5161,
'_transient_learn_press_user_guest_1496165029', '1496165029', 'no');
INSERT INTO `wpor_options` VALUES (5162,
'_transient_timeout_learn_press_user_guest_1496165030', '1496172230', 'no');
INSERT INTO `wpor_options` VALUES (5163,
'_transient_learn_press_user_guest_1496165030', '1496165030', 'no');
INSERT INTO `wpor_options` VALUES (5164,
'_transient_timeout_learn_press_user_guest_1496165820', '1496173020', 'no');
INSERT INTO `wpor_options` VALUES (5165,
'_transient_learn_press_user_guest_1496165820', '1496165820', 'no');
INSERT INTO `wpor_options` VALUES (5170,
'_transient_timeout_learn_press_user_guest_1496166005', '1496173205', 'no');
INSERT INTO `wpor_options` VALUES (5168,
'_transient_timeout_learn_press_user_guest_1496165979', '1496173179', 'no');
INSERT INTO `wpor_options` VALUES (5169,
'_transient_learn_press_user_guest_1496165979', '1496165979', 'no');
INSERT INTO `wpor_options` VALUES (5171,
'_transient_learn_press_user_guest_1496166005', '1496166005', 'no');
INSERT INTO `wpor_options` VALUES (5172,
'_transient_timeout_learn_press_user_guest_1496166115', '1496173315', 'no');
INSERT INTO `wpor_options` VALUES (5173,
'_transient_learn_press_user_guest_1496166115', '1496166115', 'no');
INSERT INTO `wpor_options` VALUES (5174,
'_transient_timeout_learn_press_user_guest_1496166233', '1496173433', 'no');
INSERT INTO `wpor_options` VALUES (5175,
'_transient_learn_press_user_guest_1496166233', '1496166233', 'no');
INSERT INTO `wpor_options` VALUES (5176,
'_transient_timeout_learn_press_user_guest_1496166235', '1496173435', 'no');
INSERT INTO `wpor_options` VALUES (5177,
'_transient_learn_press_user_guest_1496166235', '1496166235', 'no');
INSERT INTO `wpor_options` VALUES (5178,
'_transient_timeout_learn_press_user_guest_1496166405', '1496173605', 'no');
INSERT INTO `wpor_options` VALUES (5179,
'_transient_learn_press_user_guest_1496166405', '1496166405', 'no');
INSERT INTO `wpor_options` VALUES (5180,
'_transient_timeout_learn_press_user_guest_1496166523', '1496173723', 'no');
INSERT INTO `wpor_options` VALUES (5181,
'_transient_learn_press_user_guest_1496166523', '1496166523', 'no');
INSERT INTO `wpor_options` VALUES (5187,
'_transient_timeout_learn_press_user_guest_1496167587', '1496174787', 'no');
INSERT INTO `wpor_options` VALUES (5185,
'_transient_timeout_learn_press_user_guest_1496167479', '1496174679', 'no');
INSERT INTO `wpor_options` VALUES (5186,
'_transient_learn_press_user_guest_1496167479', '1496167479', 'no');
INSERT INTO `wpor_options` VALUES (5188,
'_transient_learn_press_user_guest_1496167587', '1496167587', 'no');
INSERT INTO `wpor_options` VALUES (5189,
'_transient_timeout_learn_press_user_guest_1496167792', '1496174992', 'no');
INSERT INTO `wpor_options` VALUES (5190,
'_transient_learn_press_user_guest_1496167792', '1496167792', 'no');
INSERT INTO `wpor_options` VALUES (5192,
'_transient_timeout_learn_press_user_guest_1496167856', '1496175056', 'no');
INSERT INTO `wpor_options` VALUES (5193,
'_transient_learn_press_user_guest_1496167856', '1496167856', 'no');
INSERT INTO `wpor_options` VALUES (5194,
'_transient_timeout_learn_press_user_guest_1496167935', '1496175135', 'no');
INSERT INTO `wpor_options` VALUES (5195,
'_transient_learn_press_user_guest_1496167935', '1496167935', 'no');
INSERT INTO `wpor_options` VALUES (5196,
'_transient_timeout_learn_press_user_guest_1496167958', '1496175158', 'no');
INSERT INTO `wpor_options` VALUES (5197,
'_transient_learn_press_user_guest_1496167958', '1496167958', 'no');
INSERT INTO `wpor_options` VALUES (5198,
'_transient_timeout_learn_press_user_guest_1496167997', '1496175197', 'no');
INSERT INTO `wpor_options` VALUES (5199,
'_transient_learn_press_user_guest_1496167997', '1496167997', 'no');
INSERT INTO `wpor_options` VALUES (5207,
'_transient_timeout_learn_press_user_guest_1496168359', '1496175559', 'no');
INSERT INTO `wpor_options` VALUES (5201,
'_transient_timeout_learn_press_user_guest_1496168153', '1496175353', 'no');
INSERT INTO `wpor_options` VALUES (5202,
'_transient_learn_press_user_guest_1496168153', '1496168153', 'no');
INSERT INTO `wpor_options` VALUES (5203,
'_transient_timeout_learn_press_user_guest_1496168175', '1496175375', 'no');
INSERT INTO `wpor_options` VALUES (5204,
'_transient_learn_press_user_guest_1496168175', '1496168175', 'no');
INSERT INTO `wpor_options` VALUES (5205,
'_transient_timeout_learn_press_user_guest_1496168358', '1496175558', 'no');
INSERT INTO `wpor_options` VALUES (5206,
'_transient_learn_press_user_guest_1496168358', '1496168358', 'no');
INSERT INTO `wpor_options` VALUES (5208,
'_transient_learn_press_user_guest_1496168359', '1496168359', 'no');
INSERT INTO `wpor_options` VALUES (5209,
'_transient_timeout_learn_press_user_guest_1496170335', '1496177535', 'no');
INSERT INTO `wpor_options` VALUES (5210,
'_transient_learn_press_user_guest_1496170335', '1496170335', 'no');
INSERT INTO `wpor_options` VALUES (5212,
'_transient_timeout_learn_press_user_guest_1496170336', '1496177536', 'no');
INSERT INTO `wpor_options` VALUES (5213,
'_transient_learn_press_user_guest_1496170336', '1496170336', 'no');
INSERT INTO `wpor_options` VALUES (5214,
'_transient_timeout_learn_press_user_guest_1496170339', '1496177539', 'no');
INSERT INTO `wpor_options` VALUES (5215,
'_transient_learn_press_user_guest_1496170339', '1496170339', 'no');
INSERT INTO `wpor_options` VALUES (5216,
'_transient_timeout_learn_press_user_guest_1496176949', '1496184149', 'no');
INSERT INTO `wpor_options` VALUES (5217,
'_transient_learn_press_user_guest_1496176949', '1496176949', 'no');
INSERT INTO `wpor_options` VALUES (5229,
'_transient_timeout_learn_press_user_guest_1496180116', '1496187316', 'no');
INSERT INTO `wpor_options` VALUES (5219,
'_transient_timeout_learn_press_user_guest_1496176951', '1496184151', 'no');
INSERT INTO `wpor_options` VALUES (5220,
'_transient_learn_press_user_guest_1496176951', '1496176951', 'no');
INSERT INTO `wpor_options` VALUES (5221,
'_transient_timeout_learn_press_user_guest_1496179842', '1496187042', 'no');
INSERT INTO `wpor_options` VALUES (5222,
'_transient_learn_press_user_guest_1496179842', '1496179842', 'no');
INSERT INTO `wpor_options` VALUES (6055,
'_transient_learn_press_user_guest_1496317435', '1496317435', 'no');
INSERT INTO `wpor_options` VALUES (5230,
'_transient_learn_press_user_guest_1496180116', '1496180116', 'no');
INSERT INTO `wpor_options` VALUES (5237,
'_transient_timeout_learn_press_user_guest_1496180247', '1496187447', 'no');
INSERT INTO `wpor_options` VALUES (5238,
'_transient_learn_press_user_guest_1496180247', '1496180247', 'no');
INSERT INTO `wpor_options` VALUES (5239,
'_transient_timeout_learn_press_user_guest_1496180249', '1496187449', 'no');
INSERT INTO `wpor_options` VALUES (5240,
'_transient_learn_press_user_guest_1496180249', '1496180249', 'no');
INSERT INTO `wpor_options` VALUES (5920,
'_transient_timeout_learn_press_user_guest_1496266277', '1496273477', 'no');
INSERT INTO `wpor_options` VALUES (5583,
'_transient_timeout_learn_press_user_guest_1496217817', '1496225017', 'no');
INSERT INTO `wpor_options` VALUES (5584,
'_transient_learn_press_user_guest_1496217817', '1496217817', 'no');
INSERT INTO `wpor_options` VALUES (5586,
'_transient_learn_press_user_guest_1496217820', '1496217820', 'no');
INSERT INTO `wpor_options` VALUES (5587,
'_transient_timeout_learn_press_user_guest_1496217823', '1496225023', 'no');
INSERT INTO `wpor_options` VALUES (5588,
'_transient_learn_press_user_guest_1496217823', '1496217823', 'no');
INSERT INTO `wpor_options` VALUES (5589,
'_transient_timeout_learn_press_user_guest_1496217826', '1496225026', 'no');
INSERT INTO `wpor_options` VALUES (5590,
'_transient_learn_press_user_guest_1496217826', '1496217826', 'no');
INSERT INTO `wpor_options` VALUES (5591,
'_transient_timeout_learn_press_user_guest_1496217829', '1496225029', 'no');
INSERT INTO `wpor_options` VALUES (5592,
'_transient_learn_press_user_guest_1496217829', '1496217829', 'no');
INSERT INTO `wpor_options` VALUES (5593,
'_transient_timeout_learn_press_user_guest_1496217832', '1496225032', 'no');
INSERT INTO `wpor_options` VALUES (5594,
'_transient_learn_press_user_guest_1496217832', '1496217832', 'no');
INSERT INTO `wpor_options` VALUES (5251,
'_transient_timeout_learn_press_user_guest_1496180976', '1496188176', 'no');
INSERT INTO `wpor_options` VALUES (5243,
'_transient_timeout_learn_press_user_guest_1496180437', '1496187637', 'no');
INSERT INTO `wpor_options` VALUES (5244,
'_transient_learn_press_user_guest_1496180437', '1496180437', 'no');
INSERT INTO `wpor_options` VALUES (5246,
'_transient_timeout_learn_press_user_guest_1496180603', '1496187803', 'no');
INSERT INTO `wpor_options` VALUES (5247,
'_transient_learn_press_user_guest_1496180603', '1496180603', 'no');
INSERT INTO `wpor_options` VALUES (5252,
'_transient_learn_press_user_guest_1496180976', '1496180976', 'no');
INSERT INTO `wpor_options` VALUES (5258,
'_transient_learn_press_user_guest_1496181034', '1496181034', 'no');
INSERT INTO `wpor_options` VALUES (5257,
'_transient_timeout_learn_press_user_guest_1496181034', '1496188234', 'no');
INSERT INTO `wpor_options` VALUES (5255,
'_transient_timeout_learn_press_user_guest_1496181032', '1496188232', 'no');
INSERT INTO `wpor_options` VALUES (5256,
'_transient_learn_press_user_guest_1496181032', '1496181032', 'no');
INSERT INTO `wpor_options` VALUES (5261,
'_transient_timeout_learn_press_user_guest_1496181039', '1496188239', 'no');
INSERT INTO `wpor_options` VALUES (5262,
'_transient_learn_press_user_guest_1496181039', '1496181039', 'no');
INSERT INTO `wpor_options` VALUES (5263,
'_transient_timeout_learn_press_user_guest_1496181041', '1496188241', 'no');
INSERT INTO `wpor_options` VALUES (5264,
'_transient_learn_press_user_guest_1496181041', '1496181041', 'no');
INSERT INTO `wpor_options` VALUES (5318,
'_transient_timeout_learn_press_user_guest_1496181591', '1496188791', 'no');
INSERT INTO `wpor_options` VALUES (5319,
'_transient_learn_press_user_guest_1496181591', '1496181591', 'no');
INSERT INTO `wpor_options` VALUES (5320,
'_transient_timeout_external_ip_address_119.1.234.251', '1496786586', 'no');
INSERT INTO `wpor_options` VALUES (5266,
'_transient_timeout_learn_press_user_guest_1496181082', '1496188282', 'no');
INSERT INTO `wpor_options` VALUES (5267,
'_transient_learn_press_user_guest_1496181082', '1496181082', 'no');
INSERT INTO `wpor_options` VALUES (5270,
'_transient_timeout_learn_press_user_guest_1496181115', '1496188315', 'no');
INSERT INTO `wpor_options` VALUES (5271,
'_transient_learn_press_user_guest_1496181115', '1496181115', 'no');
INSERT INTO `wpor_options` VALUES (5277,
'_transient_timeout_learn_press_user_guest_1496181153', '1496188353', 'no');
INSERT INTO `wpor_options` VALUES (5278,
'_transient_learn_press_user_guest_1496181153', '1496181153', 'no');
INSERT INTO `wpor_options` VALUES (5284,
'_transient_learn_press_user_guest_1496181175', '1496181175', 'no');
INSERT INTO `wpor_options` VALUES (5303,
'_transient_timeout_learn_press_user_guest_1496181280', '1496188480', 'no');
INSERT INTO `wpor_options` VALUES (5290,
'_transient_timeout_learn_press_user_guest_1496181195', '1496188395', 'no');
INSERT INTO `wpor_options` VALUES (5291,
'_transient_learn_press_user_guest_1496181195', '1496181195', 'no');
INSERT INTO `wpor_options` VALUES (5296,
'_transient_timeout_learn_press_user_guest_1496181213', '1496188413', 'no');
INSERT INTO `wpor_options` VALUES (5297,
'_transient_learn_press_user_guest_1496181213', '1496181213', 'no');
INSERT INTO `wpor_options` VALUES (5304,
'_transient_learn_press_user_guest_1496181280', '1496181280', 'no');
INSERT INTO `wpor_options` VALUES (5308,
'_transient_timeout_learn_press_user_guest_1496181385', '1496188585', 'no');
INSERT INTO `wpor_options` VALUES (5309,
'_transient_learn_press_user_guest_1496181385', '1496181385', 'no');
INSERT INTO `wpor_options` VALUES (5321,
'_transient_external_ip_address_119.1.234.251', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (5322,
'_transient_timeout_learn_press_user_guest_1496181786', '1496188986', 'no');
INSERT INTO `wpor_options` VALUES (5323,
'_transient_learn_press_user_guest_1496181786', '1496181786', 'no');
INSERT INTO `wpor_options` VALUES (5326,
'_transient_timeout_learn_press_user_guest_1496182029', '1496189229', 'no');
INSERT INTO `wpor_options` VALUES (5327,
'_transient_learn_press_user_guest_1496182029', '1496182029', 'no');
INSERT INTO `wpor_options` VALUES (5390,
'_transient_timeout_learn_press_user_guest_1496183575', '1496190775', 'no');
INSERT INTO `wpor_options` VALUES (5333,
'_transient_timeout_learn_press_user_guest_1496182141', '1496189341', 'no');
INSERT INTO `wpor_options` VALUES (5334,
'_transient_learn_press_user_guest_1496182141', '1496182141', 'no');
INSERT INTO `wpor_options` VALUES (5335,
'_transient_timeout_learn_press_user_guest_1496182144', '1496189344', 'no');
INSERT INTO `wpor_options` VALUES (5336,
'_transient_learn_press_user_guest_1496182144', '1496182144', 'no');
INSERT INTO `wpor_options` VALUES (5337,
'_transient_timeout_learn_press_user_guest_1496182147', '1496189347', 'no');
INSERT INTO `wpor_options` VALUES (5338,
'_transient_learn_press_user_guest_1496182147', '1496182147', 'no');
INSERT INTO `wpor_options` VALUES (5339,
'_transient_timeout_external_ip_address_51.255.15.247', '1496786949', 'no');
INSERT INTO `wpor_options` VALUES (5340,
'_transient_external_ip_address_51.255.15.247', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (5341,
'_transient_timeout_learn_press_user_guest_1496182150', '1496189350', 'no');
INSERT INTO `wpor_options` VALUES (5342,
'_transient_learn_press_user_guest_1496182150', '1496182150', 'no');
INSERT INTO `wpor_options` VALUES (5358, 'thim_core_sidebar_manager', 'a:0:{}',
'yes');
INSERT INTO `wpor_options` VALUES (5345,
'_transient_timeout_learn_press_user_guest_1496182182', '1496189382', 'no');
INSERT INTO `wpor_options` VALUES (5346,
'_transient_learn_press_user_guest_1496182182', '1496182182', 'no');
INSERT INTO `wpor_options` VALUES (5360,
'_transient_timeout_learn_press_user_guest_1496182776', '1496189976', 'no');
INSERT INTO `wpor_options` VALUES (5361,
'_transient_learn_press_user_guest_1496182776', '1496182776', 'no');
INSERT INTO `wpor_options` VALUES (5410,
'_transient_timeout_learn_press_user_guest_1496183992', '1496191192', 'no');
INSERT INTO `wpor_options` VALUES (5376,
'_transient_timeout_learn_press_user_guest_1496183374', '1496190574', 'no');
INSERT INTO `wpor_options` VALUES (5377,
'_transient_learn_press_user_guest_1496183374', '1496183374', 'no');
INSERT INTO `wpor_options` VALUES (5382,
'_transient_timeout_learn_press_user_guest_1496183449', '1496190649', 'no');
INSERT INTO `wpor_options` VALUES (5383,
'_transient_learn_press_user_guest_1496183449', '1496183449', 'no');
INSERT INTO `wpor_options` VALUES (5385,
'_transient_timeout_learn_press_user_guest_1496183450', '1496190650', 'no');
INSERT INTO `wpor_options` VALUES (5386,
'_transient_learn_press_user_guest_1496183450', '1496183450', 'no');
INSERT INTO `wpor_options` VALUES (5391,
'_transient_learn_press_user_guest_1496183575', '1496183575', 'no');
INSERT INTO `wpor_options` VALUES (5392,
'_transient_timeout_learn_press_user_guest_1496183577', '1496190777', 'no');
INSERT INTO `wpor_options` VALUES (5393,
'_transient_learn_press_user_guest_1496183577', '1496183577', 'no');
INSERT INTO `wpor_options` VALUES (5408,
'_transient_timeout_learn_press_user_guest_1496183990', '1496191190', 'no');
INSERT INTO `wpor_options` VALUES (5409,
'_transient_learn_press_user_guest_1496183990', '1496183990', 'no');
INSERT INTO `wpor_options` VALUES (5411,
'_transient_learn_press_user_guest_1496183992', '1496183992', 'no');
INSERT INTO `wpor_options` VALUES (5412,
'_transient_timeout_learn_press_user_guest_1496183993', '1496191193', 'no');
INSERT INTO `wpor_options` VALUES (5413,
'_transient_learn_press_user_guest_1496183993', '1496183993', 'no');
INSERT INTO `wpor_options` VALUES (5414,
'_transient_timeout_learn_press_user_guest_1496183995', '1496191195', 'no');
INSERT INTO `wpor_options` VALUES (5415,
'_transient_learn_press_user_guest_1496183995', '1496183995', 'no');
INSERT INTO `wpor_options` VALUES (5421,
'_transient_timeout_learn_press_user_guest_1496184152', '1496191352', 'no');
INSERT INTO `wpor_options` VALUES (5422,
'_transient_learn_press_user_guest_1496184152', '1496184152', 'no');
INSERT INTO `wpor_options` VALUES (5428,
'_transient_timeout_learn_press_user_guest_1496184468', '1496191668', 'no');
INSERT INTO `wpor_options` VALUES (5429,
'_transient_learn_press_user_guest_1496184468', '1496184468', 'no');
INSERT INTO `wpor_options` VALUES (5430,
'_transient_timeout_learn_press_user_guest_1496184470', '1496191670', 'no');
INSERT INTO `wpor_options` VALUES (5431,
'_transient_learn_press_user_guest_1496184470', '1496184470', 'no');
INSERT INTO `wpor_options` VALUES (5452, 'woocommerce_permalinks', 'a:4:
{s:13:"category_base";s:0:"";s:8:"tag_base";s:0:"";s:14:"attribute_base";s:0:"";s:1
2:"product_base";s:0:"";}', 'yes');
INSERT INTO `wpor_options` VALUES (5433,
'_transient_timeout_learn_press_user_guest_1496184676', '1496191876', 'no');
INSERT INTO `wpor_options` VALUES (5434,
'_transient_learn_press_user_guest_1496184676', '1496184676', 'no');
INSERT INTO `wpor_options` VALUES (5436,
'_transient_timeout_learn_press_user_guest_1496185184', '1496192384', 'no');
INSERT INTO `wpor_options` VALUES (5437,
'_transient_learn_press_user_guest_1496185184', '1496185184', 'no');
INSERT INTO `wpor_options` VALUES (5450,
'_transient_timeout_learn_press_user_guest_1496185789', '1496192989', 'no');
INSERT INTO `wpor_options` VALUES (5451,
'_transient_learn_press_user_guest_1496185789', '1496185789', 'no');
INSERT INTO `wpor_options` VALUES (5462,
'_transient_timeout_external_ip_address_176.55.115.146', '1496793172', 'no');
INSERT INTO `wpor_options` VALUES (5457,
'_transient_timeout_learn_press_user_guest_1496186397', '1496193597', 'no');
INSERT INTO `wpor_options` VALUES (5458,
'_transient_learn_press_user_guest_1496186397', '1496186397', 'no');
INSERT INTO `wpor_options` VALUES (5460,
'_transient_timeout_learn_press_user_guest_1496187515', '1496194715', 'no');
INSERT INTO `wpor_options` VALUES (5461,
'_transient_learn_press_user_guest_1496187515', '1496187515', 'no');
INSERT INTO `wpor_options` VALUES (5463,
'_transient_external_ip_address_176.55.115.146', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (5464,
'_transient_timeout_learn_press_user_guest_1496188372', '1496195572', 'no');
INSERT INTO `wpor_options` VALUES (5465,
'_transient_learn_press_user_guest_1496188372', '1496188372', 'no');
INSERT INTO `wpor_options` VALUES (5488,
'_transient_timeout_learn_press_user_guest_1496202414', '1496209614', 'no');
INSERT INTO `wpor_options` VALUES (5467,
'_transient_timeout_learn_press_user_guest_1496189058', '1496196258', 'no');
INSERT INTO `wpor_options` VALUES (5468,
'_transient_learn_press_user_guest_1496189058', '1496189058', 'no');
INSERT INTO `wpor_options` VALUES (5470,
'_transient_timeout_learn_press_user_guest_1496190946', '1496198146', 'no');
INSERT INTO `wpor_options` VALUES (5471,
'_transient_learn_press_user_guest_1496190946', '1496190946', 'no');
INSERT INTO `wpor_options` VALUES (5473,
'_transient_timeout_learn_press_user_guest_1496191137', '1496198337', 'no');
INSERT INTO `wpor_options` VALUES (5474,
'_transient_learn_press_user_guest_1496191137', '1496191137', 'no');
INSERT INTO `wpor_options` VALUES (5476,
'_transient_timeout_learn_press_user_guest_1496191187', '1496198387', 'no');
INSERT INTO `wpor_options` VALUES (5477,
'_transient_learn_press_user_guest_1496191187', '1496191187', 'no');
INSERT INTO `wpor_options` VALUES (5479,
'_transient_timeout_learn_press_user_guest_1496196433', '1496203633', 'no');
INSERT INTO `wpor_options` VALUES (5480,
'_transient_learn_press_user_guest_1496196433', '1496196433', 'no');
INSERT INTO `wpor_options` VALUES (5481,
'_transient_timeout_learn_press_user_guest_1496200620', '1496207820', 'no');
INSERT INTO `wpor_options` VALUES (5482,
'_transient_learn_press_user_guest_1496200620', '1496200620', 'no');
INSERT INTO `wpor_options` VALUES (5483,
'_transient_timeout_learn_press_user_guest_1496200621', '1496207821', 'no');
INSERT INTO `wpor_options` VALUES (5484,
'_transient_learn_press_user_guest_1496200621', '1496200621', 'no');
INSERT INTO `wpor_options` VALUES (5486,
'_transient_timeout_learn_press_user_guest_1496202038', '1496209238', 'no');
INSERT INTO `wpor_options` VALUES (5487,
'_transient_learn_press_user_guest_1496202038', '1496202038', 'no');
INSERT INTO `wpor_options` VALUES (5489,
'_transient_learn_press_user_guest_1496202414', '1496202414', 'no');
INSERT INTO `wpor_options` VALUES (5490,
'_transient_timeout_learn_press_user_guest_1496202423', '1496209623', 'no');
INSERT INTO `wpor_options` VALUES (5491,
'_transient_learn_press_user_guest_1496202423', '1496202423', 'no');
INSERT INTO `wpor_options` VALUES (5492,
'_transient_timeout_learn_press_user_guest_1496202430', '1496209630', 'no');
INSERT INTO `wpor_options` VALUES (5493,
'_transient_learn_press_user_guest_1496202430', '1496202430', 'no');
INSERT INTO `wpor_options` VALUES (5494,
'_transient_timeout_learn_press_user_guest_1496202436', '1496209636', 'no');
INSERT INTO `wpor_options` VALUES (5495,
'_transient_learn_press_user_guest_1496202436', '1496202436', 'no');
INSERT INTO `wpor_options` VALUES (5496,
'_transient_timeout_learn_press_user_guest_1496202441', '1496209641', 'no');
INSERT INTO `wpor_options` VALUES (5497,
'_transient_learn_press_user_guest_1496202441', '1496202441', 'no');
INSERT INTO `wpor_options` VALUES (5498,
'_transient_timeout_learn_press_user_guest_1496202445', '1496209645', 'no');
INSERT INTO `wpor_options` VALUES (5499,
'_transient_learn_press_user_guest_1496202445', '1496202445', 'no');
INSERT INTO `wpor_options` VALUES (5500,
'_transient_timeout_learn_press_user_guest_1496202449', '1496209649', 'no');
INSERT INTO `wpor_options` VALUES (5501,
'_transient_learn_press_user_guest_1496202449', '1496202449', 'no');
INSERT INTO `wpor_options` VALUES (5502,
'_transient_timeout_learn_press_user_guest_1496202452', '1496209652', 'no');
INSERT INTO `wpor_options` VALUES (5503,
'_transient_learn_press_user_guest_1496202452', '1496202452', 'no');
INSERT INTO `wpor_options` VALUES (5504,
'_transient_timeout_learn_press_user_guest_1496202456', '1496209656', 'no');
INSERT INTO `wpor_options` VALUES (5505,
'_transient_learn_press_user_guest_1496202456', '1496202456', 'no');
INSERT INTO `wpor_options` VALUES (5506,
'_transient_timeout_learn_press_user_guest_1496202460', '1496209660', 'no');
INSERT INTO `wpor_options` VALUES (5507,
'_transient_learn_press_user_guest_1496202460', '1496202460', 'no');
INSERT INTO `wpor_options` VALUES (5518,
'_transient_timeout_learn_press_user_guest_1496213517', '1496220717', 'no');
INSERT INTO `wpor_options` VALUES (5509,
'_transient_timeout_learn_press_user_guest_1496204010', '1496211210', 'no');
INSERT INTO `wpor_options` VALUES (5510,
'_transient_learn_press_user_guest_1496204010', '1496204010', 'no');
INSERT INTO `wpor_options` VALUES (5512,
'_transient_timeout_learn_press_user_guest_1496207036', '1496214236', 'no');
INSERT INTO `wpor_options` VALUES (5513,
'_transient_learn_press_user_guest_1496207036', '1496207036', 'no');
INSERT INTO `wpor_options` VALUES (5514,
'_transient_timeout_learn_press_user_guest_1496209549', '1496216749', 'no');
INSERT INTO `wpor_options` VALUES (5515,
'_transient_learn_press_user_guest_1496209549', '1496209549', 'no');
INSERT INTO `wpor_options` VALUES (5516,
'_transient_timeout_learn_press_user_guest_1496209550', '1496216750', 'no');
INSERT INTO `wpor_options` VALUES (5517,
'_transient_learn_press_user_guest_1496209550', '1496209550', 'no');
INSERT INTO `wpor_options` VALUES (5519,
'_transient_learn_press_user_guest_1496213517', '1496213517', 'no');
INSERT INTO `wpor_options` VALUES (5539,
'_transient_timeout_learn_press_user_guest_1496214533', '1496221733', 'no');
INSERT INTO `wpor_options` VALUES (5521,
'_transient_timeout_learn_press_user_guest_1496213520', '1496220720', 'no');
INSERT INTO `wpor_options` VALUES (5522,
'_transient_learn_press_user_guest_1496213520', '1496213520', 'no');
INSERT INTO `wpor_options` VALUES (5523,
'_transient_timeout_learn_press_user_guest_1496213523', '1496220723', 'no');
INSERT INTO `wpor_options` VALUES (5524,
'_transient_learn_press_user_guest_1496213523', '1496213523', 'no');
INSERT INTO `wpor_options` VALUES (5525,
'_transient_timeout_learn_press_user_guest_1496213526', '1496220726', 'no');
INSERT INTO `wpor_options` VALUES (5526,
'_transient_learn_press_user_guest_1496213526', '1496213526', 'no');
INSERT INTO `wpor_options` VALUES (5527,
'_transient_timeout_learn_press_user_guest_1496213530', '1496220730', 'no');
INSERT INTO `wpor_options` VALUES (5528,
'_transient_learn_press_user_guest_1496213530', '1496213530', 'no');
INSERT INTO `wpor_options` VALUES (5529,
'_transient_timeout_learn_press_user_guest_1496213533', '1496220733', 'no');
INSERT INTO `wpor_options` VALUES (5530,
'_transient_learn_press_user_guest_1496213533', '1496213533', 'no');
INSERT INTO `wpor_options` VALUES (5531,
'_transient_timeout_learn_press_user_guest_1496213536', '1496220736', 'no');
INSERT INTO `wpor_options` VALUES (5532,
'_transient_learn_press_user_guest_1496213536', '1496213536', 'no');
INSERT INTO `wpor_options` VALUES (5533,
'_transient_timeout_learn_press_user_guest_1496213539', '1496220739', 'no');
INSERT INTO `wpor_options` VALUES (5534,
'_transient_learn_press_user_guest_1496213539', '1496213539', 'no');
INSERT INTO `wpor_options` VALUES (5535,
'_transient_timeout_learn_press_user_guest_1496214530', '1496221731', 'no');
INSERT INTO `wpor_options` VALUES (5536,
'_transient_learn_press_user_guest_1496214530', '1496214530', 'no');
INSERT INTO `wpor_options` VALUES (5537,
'_transient_timeout_learn_press_user_guest_1496214531', '1496221731', 'no');
INSERT INTO `wpor_options` VALUES (5538,
'_transient_learn_press_user_guest_1496214531', '1496214531', 'no');
INSERT INTO `wpor_options` VALUES (5540,
'_transient_learn_press_user_guest_1496214533', '1496214533', 'no');
INSERT INTO `wpor_options` VALUES (5541,
'_transient_timeout_external_ip_address_178.246.73.91', '1496820730', 'no');
INSERT INTO `wpor_options` VALUES (5542,
'_transient_external_ip_address_178.246.73.91', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (5548,
'_transient_timeout_learn_press_user_guest_1496215984', '1496223184', 'no');
INSERT INTO `wpor_options` VALUES (5544,
'_transient_timeout_learn_press_user_guest_1496215931', '1496223131', 'no');
INSERT INTO `wpor_options` VALUES (5545,
'_transient_learn_press_user_guest_1496215931', '1496215931', 'no');
INSERT INTO `wpor_options` VALUES (5546,
'_transient_timeout_learn_press_user_guest_1496215932', '1496223132', 'no');
INSERT INTO `wpor_options` VALUES (5547,
'_transient_learn_press_user_guest_1496215932', '1496215932', 'no');
INSERT INTO `wpor_options` VALUES (5549,
'_transient_learn_press_user_guest_1496215984', '1496215984', 'no');
INSERT INTO `wpor_options` VALUES (5553,
'_transient_timeout_learn_press_user_guest_1496217159', '1496224359', 'no');
INSERT INTO `wpor_options` VALUES (5551,
'_transient_timeout_learn_press_user_guest_1496217158', '1496224358', 'no');
INSERT INTO `wpor_options` VALUES (5552,
'_transient_learn_press_user_guest_1496217158', '1496217158', 'no');
INSERT INTO `wpor_options` VALUES (5554,
'_transient_learn_press_user_guest_1496217159', '1496217159', 'no');
INSERT INTO `wpor_options` VALUES (5555,
'_transient_timeout_learn_press_user_guest_1496217160', '1496224360', 'no');
INSERT INTO `wpor_options` VALUES (5556,
'_transient_learn_press_user_guest_1496217160', '1496217160', 'no');
INSERT INTO `wpor_options` VALUES (5557,
'_transient_timeout_learn_press_user_guest_1496217790', '1496224990', 'no');
INSERT INTO `wpor_options` VALUES (5558,
'_transient_learn_press_user_guest_1496217790', '1496217790', 'no');
INSERT INTO `wpor_options` VALUES (5562,
'_transient_timeout_learn_press_user_guest_1496217793', '1496224993', 'no');
INSERT INTO `wpor_options` VALUES (5560,
'_transient_timeout_learn_press_user_guest_1496217791', '1496224991', 'no');
INSERT INTO `wpor_options` VALUES (5561,
'_transient_learn_press_user_guest_1496217791', '1496217791', 'no');
INSERT INTO `wpor_options` VALUES (5563,
'_transient_learn_press_user_guest_1496217793', '1496217793', 'no');
INSERT INTO `wpor_options` VALUES (5564,
'_transient_timeout_learn_press_user_guest_1496217797', '1496224997', 'no');
INSERT INTO `wpor_options` VALUES (5565,
'_transient_learn_press_user_guest_1496217797', '1496217797', 'no');
INSERT INTO `wpor_options` VALUES (5566,
'_transient_timeout_learn_press_user_guest_1496217801', '1496225001', 'no');
INSERT INTO `wpor_options` VALUES (5567,
'_transient_learn_press_user_guest_1496217801', '1496217801', 'no');
INSERT INTO `wpor_options` VALUES (5585,
'_transient_timeout_learn_press_user_guest_1496217820', '1496225020', 'no');
INSERT INTO `wpor_options` VALUES (5569,
'_transient_timeout_learn_press_user_guest_1496217805', '1496225005', 'no');
INSERT INTO `wpor_options` VALUES (5570,
'_transient_learn_press_user_guest_1496217805', '1496217805', 'no');
INSERT INTO `wpor_options` VALUES (5595,
'_transient_timeout_learn_press_user_guest_1496217835', '1496225035', 'no');
INSERT INTO `wpor_options` VALUES (5572,
'_transient_timeout_learn_press_user_guest_1496217808', '1496225008', 'no');
INSERT INTO `wpor_options` VALUES (5573,
'_transient_learn_press_user_guest_1496217808', '1496217808', 'no');
INSERT INTO `wpor_options` VALUES (5576,
'_transient_timeout_learn_press_user_guest_1496217811', '1496225011', 'no');
INSERT INTO `wpor_options` VALUES (5577,
'_transient_learn_press_user_guest_1496217811', '1496217811', 'no');
INSERT INTO `wpor_options` VALUES (5596,
'_transient_learn_press_user_guest_1496217835', '1496217835', 'no');
INSERT INTO `wpor_options` VALUES (5597,
'_transient_timeout_learn_press_user_guest_1496217838', '1496225038', 'no');
INSERT INTO `wpor_options` VALUES (5598,
'_transient_learn_press_user_guest_1496217838', '1496217838', 'no');
INSERT INTO `wpor_options` VALUES (5599,
'_transient_timeout_learn_press_user_guest_1496217841', '1496225041', 'no');
INSERT INTO `wpor_options` VALUES (5600,
'_transient_learn_press_user_guest_1496217841', '1496217841', 'no');
INSERT INTO `wpor_options` VALUES (5601,
'_transient_timeout_learn_press_user_guest_1496217844', '1496225044', 'no');
INSERT INTO `wpor_options` VALUES (5602,
'_transient_learn_press_user_guest_1496217844', '1496217844', 'no');
INSERT INTO `wpor_options` VALUES (5603,
'_transient_timeout_learn_press_user_guest_1496217847', '1496225047', 'no');
INSERT INTO `wpor_options` VALUES (5604,
'_transient_learn_press_user_guest_1496217847', '1496217847', 'no');
INSERT INTO `wpor_options` VALUES (5605,
'_transient_timeout_learn_press_user_guest_1496217849', '1496225049', 'no');
INSERT INTO `wpor_options` VALUES (5606,
'_transient_learn_press_user_guest_1496217849', '1496217849', 'no');
INSERT INTO `wpor_options` VALUES (5609,
'_transient_timeout_learn_press_user_guest_1496217852', '1496225052', 'no');
INSERT INTO `wpor_options` VALUES (5610,
'_transient_learn_press_user_guest_1496217852', '1496217852', 'no');
INSERT INTO `wpor_options` VALUES (5611,
'_transient_timeout_learn_press_user_guest_1496217855', '1496225055', 'no');
INSERT INTO `wpor_options` VALUES (5612,
'_transient_learn_press_user_guest_1496217855', '1496217855', 'no');
INSERT INTO `wpor_options` VALUES (5613,
'_transient_timeout_learn_press_user_guest_1496217858', '1496225058', 'no');
INSERT INTO `wpor_options` VALUES (5614,
'_transient_learn_press_user_guest_1496217858', '1496217858', 'no');
INSERT INTO `wpor_options` VALUES (5615,
'_transient_timeout_learn_press_user_guest_1496217861', '1496225061', 'no');
INSERT INTO `wpor_options` VALUES (5616,
'_transient_learn_press_user_guest_1496217861', '1496217861', 'no');
INSERT INTO `wpor_options` VALUES (5617,
'_transient_timeout_learn_press_user_guest_1496217864', '1496225064', 'no');
INSERT INTO `wpor_options` VALUES (5618,
'_transient_learn_press_user_guest_1496217864', '1496217864', 'no');
INSERT INTO `wpor_options` VALUES (5619,
'_transient_timeout_learn_press_user_guest_1496217866', '1496225066', 'no');
INSERT INTO `wpor_options` VALUES (5620,
'_transient_learn_press_user_guest_1496217866', '1496217866', 'no');
INSERT INTO `wpor_options` VALUES (5621,
'_transient_timeout_learn_press_user_guest_1496217869', '1496225069', 'no');
INSERT INTO `wpor_options` VALUES (5622,
'_transient_learn_press_user_guest_1496217869', '1496217869', 'no');
INSERT INTO `wpor_options` VALUES (5623,
'_transient_timeout_learn_press_user_guest_1496217872', '1496225072', 'no');
INSERT INTO `wpor_options` VALUES (5624,
'_transient_learn_press_user_guest_1496217872', '1496217872', 'no');
INSERT INTO `wpor_options` VALUES (5625,
'_transient_timeout_learn_press_user_guest_1496217875', '1496225075', 'no');
INSERT INTO `wpor_options` VALUES (5626,
'_transient_learn_press_user_guest_1496217875', '1496217875', 'no');
INSERT INTO `wpor_options` VALUES (5627,
'_transient_timeout_learn_press_user_guest_1496217877', '1496225077', 'no');
INSERT INTO `wpor_options` VALUES (5628,
'_transient_learn_press_user_guest_1496217877', '1496217877', 'no');
INSERT INTO `wpor_options` VALUES (5629,
'_transient_timeout_learn_press_user_guest_1496217880', '1496225080', 'no');
INSERT INTO `wpor_options` VALUES (5630,
'_transient_learn_press_user_guest_1496217880', '1496217880', 'no');
INSERT INTO `wpor_options` VALUES (5631,
'_transient_timeout_learn_press_user_guest_1496217883', '1496225083', 'no');
INSERT INTO `wpor_options` VALUES (5632,
'_transient_learn_press_user_guest_1496217883', '1496217883', 'no');
INSERT INTO `wpor_options` VALUES (5635,
'_transient_timeout_learn_press_user_guest_1496217885', '1496225085', 'no');
INSERT INTO `wpor_options` VALUES (5636,
'_transient_learn_press_user_guest_1496217885', '1496217885', 'no');
INSERT INTO `wpor_options` VALUES (5637,
'_transient_timeout_learn_press_user_guest_1496217888', '1496225088', 'no');
INSERT INTO `wpor_options` VALUES (5638,
'_transient_learn_press_user_guest_1496217888', '1496217888', 'no');
INSERT INTO `wpor_options` VALUES (5639,
'_transient_timeout_learn_press_user_guest_1496217891', '1496225091', 'no');
INSERT INTO `wpor_options` VALUES (5640,
'_transient_learn_press_user_guest_1496217891', '1496217891', 'no');
INSERT INTO `wpor_options` VALUES (5641,
'_transient_timeout_learn_press_user_guest_1496217893', '1496225093', 'no');
INSERT INTO `wpor_options` VALUES (5642,
'_transient_learn_press_user_guest_1496217893', '1496217893', 'no');
INSERT INTO `wpor_options` VALUES (5643,
'_transient_timeout_learn_press_user_guest_1496217896', '1496225096', 'no');
INSERT INTO `wpor_options` VALUES (5644,
'_transient_learn_press_user_guest_1496217896', '1496217896', 'no');
INSERT INTO `wpor_options` VALUES (5645,
'_transient_timeout_learn_press_user_guest_1496217898', '1496225098', 'no');
INSERT INTO `wpor_options` VALUES (5646,
'_transient_learn_press_user_guest_1496217898', '1496217898', 'no');
INSERT INTO `wpor_options` VALUES (5647,
'_transient_timeout_learn_press_user_guest_1496217901', '1496225101', 'no');
INSERT INTO `wpor_options` VALUES (5648,
'_transient_learn_press_user_guest_1496217901', '1496217901', 'no');
INSERT INTO `wpor_options` VALUES (5649,
'_transient_timeout_learn_press_user_guest_1496217903', '1496225103', 'no');
INSERT INTO `wpor_options` VALUES (5650,
'_transient_learn_press_user_guest_1496217903', '1496217903', 'no');
INSERT INTO `wpor_options` VALUES (5651,
'_transient_timeout_learn_press_user_guest_1496217906', '1496225106', 'no');
INSERT INTO `wpor_options` VALUES (5652,
'_transient_learn_press_user_guest_1496217906', '1496217906', 'no');
INSERT INTO `wpor_options` VALUES (5653,
'_transient_timeout_learn_press_user_guest_1496217909', '1496225109', 'no');
INSERT INTO `wpor_options` VALUES (5654,
'_transient_learn_press_user_guest_1496217909', '1496217909', 'no');
INSERT INTO `wpor_options` VALUES (5655,
'_transient_timeout_learn_press_user_guest_1496217911', '1496225111', 'no');
INSERT INTO `wpor_options` VALUES (5656,
'_transient_learn_press_user_guest_1496217911', '1496217911', 'no');
INSERT INTO `wpor_options` VALUES (5657,
'_transient_timeout_learn_press_user_guest_1496217913', '1496225113', 'no');
INSERT INTO `wpor_options` VALUES (5658,
'_transient_learn_press_user_guest_1496217913', '1496217913', 'no');
INSERT INTO `wpor_options` VALUES (5659,
'_transient_timeout_learn_press_user_guest_1496217916', '1496225116', 'no');
INSERT INTO `wpor_options` VALUES (5660,
'_transient_learn_press_user_guest_1496217916', '1496217916', 'no');
INSERT INTO `wpor_options` VALUES (5661,
'_transient_timeout_learn_press_user_guest_1496217918', '1496225118', 'no');
INSERT INTO `wpor_options` VALUES (5662,
'_transient_learn_press_user_guest_1496217918', '1496217918', 'no');
INSERT INTO `wpor_options` VALUES (5663,
'_transient_timeout_learn_press_user_guest_1496217921', '1496225121', 'no');
INSERT INTO `wpor_options` VALUES (5664,
'_transient_learn_press_user_guest_1496217921', '1496217921', 'no');
INSERT INTO `wpor_options` VALUES (5671,
'_transient_timeout_external_ip_address_176.55.92.20', '1496829242', 'no');
INSERT INTO `wpor_options` VALUES (5666,
'_transient_timeout_learn_press_user_guest_1496218562', '1496225762', 'no');
INSERT INTO `wpor_options` VALUES (5667,
'_transient_learn_press_user_guest_1496218562', '1496218562', 'no');
INSERT INTO `wpor_options` VALUES (5669,
'_transient_timeout_learn_press_user_guest_1496220204', '1496227404', 'no');
INSERT INTO `wpor_options` VALUES (5670,
'_transient_learn_press_user_guest_1496220204', '1496220204', 'no');
INSERT INTO `wpor_options` VALUES (5672,
'_transient_external_ip_address_176.55.92.20', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (5673,
'_transient_timeout_learn_press_user_guest_1496224442', '1496231642', 'no');
INSERT INTO `wpor_options` VALUES (5674,
'_transient_learn_press_user_guest_1496224442', '1496224442', 'no');
INSERT INTO `wpor_options` VALUES (5680,
'_transient_timeout_learn_press_user_guest_1496229906', '1496237106', 'no');
INSERT INTO `wpor_options` VALUES (5676,
'_transient_timeout_learn_press_user_guest_1496229903', '1496237103', 'no');
INSERT INTO `wpor_options` VALUES (5677,
'_transient_learn_press_user_guest_1496229903', '1496229903', 'no');
INSERT INTO `wpor_options` VALUES (5678,
'_transient_timeout_learn_press_user_guest_1496229904', '1496237104', 'no');
INSERT INTO `wpor_options` VALUES (5679,
'_transient_learn_press_user_guest_1496229904', '1496229904', 'no');
INSERT INTO `wpor_options` VALUES (5682,
'_transient_timeout_learn_press_user_guest_1496230298', '1496237498', 'no');
INSERT INTO `wpor_options` VALUES (5683,
'_transient_learn_press_user_guest_1496230298', '1496230298', 'no');
INSERT INTO `wpor_options` VALUES (5687,
'_transient_timeout_learn_press_user_guest_1496230305', '1496237505', 'no');
INSERT INTO `wpor_options` VALUES (5685,
'_transient_timeout_learn_press_user_guest_1496230299', '1496237499', 'no');
INSERT INTO `wpor_options` VALUES (5686,
'_transient_learn_press_user_guest_1496230299', '1496230299', 'no');
INSERT INTO `wpor_options` VALUES (5688,
'_transient_learn_press_user_guest_1496230305', '1496230305', 'no');
INSERT INTO `wpor_options` VALUES (5689,
'_transient_timeout_learn_press_user_guest_1496231281', '1496238481', 'no');
INSERT INTO `wpor_options` VALUES (5690,
'_transient_learn_press_user_guest_1496231281', '1496231281', 'no');
INSERT INTO `wpor_options` VALUES (5695,
'_transient_timeout_learn_press_user_guest_1496235037', '1496242237', 'no');
INSERT INTO `wpor_options` VALUES (5693,
'_transient_timeout_learn_press_user_guest_1496235036', '1496242236', 'no');
INSERT INTO `wpor_options` VALUES (5694,
'_transient_learn_press_user_guest_1496235036', '1496235036', 'no');
INSERT INTO `wpor_options` VALUES (5696,
'_transient_learn_press_user_guest_1496235037', '1496235037', 'no');
INSERT INTO `wpor_options` VALUES (5697,
'_transient_timeout_learn_press_user_guest_1496236167', '1496243367', 'no');
INSERT INTO `wpor_options` VALUES (5698,
'_transient_learn_press_user_guest_1496236167', '1496236167', 'no');
INSERT INTO `wpor_options` VALUES (5703,
'_transient_timeout_learn_press_user_guest_1496236189', '1496243389', 'no');
INSERT INTO `wpor_options` VALUES (5701,
'_transient_timeout_learn_press_user_guest_1496236178', '1496243378', 'no');
INSERT INTO `wpor_options` VALUES (5702,
'_transient_learn_press_user_guest_1496236178', '1496236178', 'no');
INSERT INTO `wpor_options` VALUES (5704,
'_transient_learn_press_user_guest_1496236189', '1496236189', 'no');
INSERT INTO `wpor_options` VALUES (5705,
'_transient_timeout_learn_press_user_guest_1496236200', '1496243400', 'no');
INSERT INTO `wpor_options` VALUES (5706,
'_transient_learn_press_user_guest_1496236200', '1496236200', 'no');
INSERT INTO `wpor_options` VALUES (5707,
'_transient_timeout_learn_press_user_guest_1496236211', '1496243411', 'no');
INSERT INTO `wpor_options` VALUES (5708,
'_transient_learn_press_user_guest_1496236211', '1496236211', 'no');
INSERT INTO `wpor_options` VALUES (5709,
'_transient_timeout_learn_press_user_guest_1496236222', '1496243422', 'no');
INSERT INTO `wpor_options` VALUES (5710,
'_transient_learn_press_user_guest_1496236222', '1496236222', 'no');
INSERT INTO `wpor_options` VALUES (5711,
'_transient_timeout_learn_press_user_guest_1496236233', '1496243433', 'no');
INSERT INTO `wpor_options` VALUES (5712,
'_transient_learn_press_user_guest_1496236233', '1496236233', 'no');
INSERT INTO `wpor_options` VALUES (5713,
'_transient_timeout_learn_press_user_guest_1496236243', '1496243443', 'no');
INSERT INTO `wpor_options` VALUES (5714,
'_transient_learn_press_user_guest_1496236243', '1496236243', 'no');
INSERT INTO `wpor_options` VALUES (5715,
'_transient_timeout_learn_press_user_guest_1496236256', '1496243456', 'no');
INSERT INTO `wpor_options` VALUES (5716,
'_transient_learn_press_user_guest_1496236256', '1496236256', 'no');
INSERT INTO `wpor_options` VALUES (5717,
'_transient_timeout_learn_press_user_guest_1496236270', '1496243470', 'no');
INSERT INTO `wpor_options` VALUES (5718,
'_transient_learn_press_user_guest_1496236270', '1496236270', 'no');
INSERT INTO `wpor_options` VALUES (5719,
'_transient_timeout_learn_press_user_guest_1496236280', '1496243480', 'no');
INSERT INTO `wpor_options` VALUES (5720,
'_transient_learn_press_user_guest_1496236280', '1496236280', 'no');
INSERT INTO `wpor_options` VALUES (5721,
'_transient_timeout_learn_press_user_guest_1496236282', '1496243482', 'no');
INSERT INTO `wpor_options` VALUES (5722,
'_transient_learn_press_user_guest_1496236282', '1496236282', 'no');
INSERT INTO `wpor_options` VALUES (5723,
'_transient_timeout_learn_press_user_guest_1496236290', '1496243490', 'no');
INSERT INTO `wpor_options` VALUES (5724,
'_transient_learn_press_user_guest_1496236290', '1496236290', 'no');
INSERT INTO `wpor_options` VALUES (5725,
'_transient_timeout_learn_press_user_guest_1496236299', '1496243499', 'no');
INSERT INTO `wpor_options` VALUES (5726,
'_transient_learn_press_user_guest_1496236299', '1496236299', 'no');
INSERT INTO `wpor_options` VALUES (5727,
'_transient_timeout_learn_press_user_guest_1496236308', '1496243508', 'no');
INSERT INTO `wpor_options` VALUES (5728,
'_transient_learn_press_user_guest_1496236308', '1496236308', 'no');
INSERT INTO `wpor_options` VALUES (5729,
'_transient_timeout_learn_press_user_guest_1496236316', '1496243516', 'no');
INSERT INTO `wpor_options` VALUES (5730,
'_transient_learn_press_user_guest_1496236316', '1496236316', 'no');
INSERT INTO `wpor_options` VALUES (5731,
'_transient_timeout_learn_press_user_guest_1496236322', '1496243522', 'no');
INSERT INTO `wpor_options` VALUES (5732,
'_transient_learn_press_user_guest_1496236322', '1496236322', 'no');
INSERT INTO `wpor_options` VALUES (5733,
'_transient_timeout_learn_press_user_guest_1496236331', '1496243531', 'no');
INSERT INTO `wpor_options` VALUES (5734,
'_transient_learn_press_user_guest_1496236331', '1496236331', 'no');
INSERT INTO `wpor_options` VALUES (5735,
'_transient_timeout_learn_press_user_guest_1496236339', '1496243539', 'no');
INSERT INTO `wpor_options` VALUES (5736,
'_transient_learn_press_user_guest_1496236339', '1496236339', 'no');
INSERT INTO `wpor_options` VALUES (5737,
'_transient_timeout_learn_press_user_guest_1496236349', '1496243549', 'no');
INSERT INTO `wpor_options` VALUES (5738,
'_transient_learn_press_user_guest_1496236349', '1496236349', 'no');
INSERT INTO `wpor_options` VALUES (5739,
'_transient_timeout_learn_press_user_guest_1496236358', '1496243558', 'no');
INSERT INTO `wpor_options` VALUES (5740,
'_transient_learn_press_user_guest_1496236358', '1496236358', 'no');
INSERT INTO `wpor_options` VALUES (5741,
'_transient_timeout_learn_press_user_guest_1496236360', '1496243560', 'no');
INSERT INTO `wpor_options` VALUES (5742,
'_transient_learn_press_user_guest_1496236360', '1496236360', 'no');
INSERT INTO `wpor_options` VALUES (5743,
'_transient_timeout_learn_press_user_guest_1496236368', '1496243568', 'no');
INSERT INTO `wpor_options` VALUES (5744,
'_transient_learn_press_user_guest_1496236368', '1496236368', 'no');
INSERT INTO `wpor_options` VALUES (5745,
'_transient_timeout_learn_press_user_guest_1496236370', '1496243570', 'no');
INSERT INTO `wpor_options` VALUES (5746,
'_transient_learn_press_user_guest_1496236370', '1496236370', 'no');
INSERT INTO `wpor_options` VALUES (5747,
'_transient_timeout_learn_press_user_guest_1496236377', '1496243577', 'no');
INSERT INTO `wpor_options` VALUES (5748,
'_transient_learn_press_user_guest_1496236377', '1496236377', 'no');
INSERT INTO `wpor_options` VALUES (5749,
'_transient_timeout_learn_press_user_guest_1496236384', '1496243584', 'no');
INSERT INTO `wpor_options` VALUES (5750,
'_transient_learn_press_user_guest_1496236384', '1496236384', 'no');
INSERT INTO `wpor_options` VALUES (5751,
'_transient_timeout_learn_press_user_guest_1496236386', '1496243586', 'no');
INSERT INTO `wpor_options` VALUES (5752,
'_transient_learn_press_user_guest_1496236386', '1496236386', 'no');
INSERT INTO `wpor_options` VALUES (5753,
'_transient_timeout_learn_press_user_guest_1496236392', '1496243592', 'no');
INSERT INTO `wpor_options` VALUES (5754,
'_transient_learn_press_user_guest_1496236392', '1496236392', 'no');
INSERT INTO `wpor_options` VALUES (5755,
'_transient_timeout_learn_press_user_guest_1496236394', '1496243594', 'no');
INSERT INTO `wpor_options` VALUES (5756,
'_transient_learn_press_user_guest_1496236394', '1496236394', 'no');
INSERT INTO `wpor_options` VALUES (5757,
'_transient_timeout_learn_press_user_guest_1496236396', '1496243596', 'no');
INSERT INTO `wpor_options` VALUES (5758,
'_transient_learn_press_user_guest_1496236396', '1496236396', 'no');
INSERT INTO `wpor_options` VALUES (5762,
'_transient_timeout_learn_press_user_guest_1496236851', '1496244051', 'no');
INSERT INTO `wpor_options` VALUES (5760,
'_transient_timeout_learn_press_user_guest_1496236850', '1496244050', 'no');
INSERT INTO `wpor_options` VALUES (5761,
'_transient_learn_press_user_guest_1496236850', '1496236850', 'no');
INSERT INTO `wpor_options` VALUES (5763,
'_transient_learn_press_user_guest_1496236851', '1496236851', 'no');
INSERT INTO `wpor_options` VALUES (5764,
'_transient_timeout_learn_press_user_guest_1496236858', '1496244058', 'no');
INSERT INTO `wpor_options` VALUES (5765,
'_transient_learn_press_user_guest_1496236858', '1496236858', 'no');
INSERT INTO `wpor_options` VALUES (5766,
'_transient_timeout_learn_press_user_guest_1496236864', '1496244064', 'no');
INSERT INTO `wpor_options` VALUES (5767,
'_transient_learn_press_user_guest_1496236864', '1496236864', 'no');
INSERT INTO `wpor_options` VALUES (5768,
'_transient_timeout_learn_press_user_guest_1496236871', '1496244071', 'no');
INSERT INTO `wpor_options` VALUES (5769,
'_transient_learn_press_user_guest_1496236871', '1496236871', 'no');
INSERT INTO `wpor_options` VALUES (5770,
'_transient_timeout_learn_press_user_guest_1496236877', '1496244077', 'no');
INSERT INTO `wpor_options` VALUES (5771,
'_transient_learn_press_user_guest_1496236877', '1496236877', 'no');
INSERT INTO `wpor_options` VALUES (5772,
'_transient_timeout_learn_press_user_guest_1496236883', '1496244083', 'no');
INSERT INTO `wpor_options` VALUES (5773,
'_transient_learn_press_user_guest_1496236883', '1496236883', 'no');
INSERT INTO `wpor_options` VALUES (5774,
'_transient_timeout_learn_press_user_guest_1496236889', '1496244089', 'no');
INSERT INTO `wpor_options` VALUES (5775,
'_transient_learn_press_user_guest_1496236889', '1496236889', 'no');
INSERT INTO `wpor_options` VALUES (5776,
'_transient_timeout_learn_press_user_guest_1496236893', '1496244093', 'no');
INSERT INTO `wpor_options` VALUES (5777,
'_transient_learn_press_user_guest_1496236893', '1496236893', 'no');
INSERT INTO `wpor_options` VALUES (5778,
'_transient_timeout_learn_press_user_guest_1496236900', '1496244100', 'no');
INSERT INTO `wpor_options` VALUES (5779,
'_transient_learn_press_user_guest_1496236900', '1496236900', 'no');
INSERT INTO `wpor_options` VALUES (5780,
'_transient_timeout_learn_press_user_guest_1496236906', '1496244106', 'no');
INSERT INTO `wpor_options` VALUES (5781,
'_transient_learn_press_user_guest_1496236906', '1496236906', 'no');
INSERT INTO `wpor_options` VALUES (5782,
'_transient_timeout_learn_press_user_guest_1496236916', '1496244116', 'no');
INSERT INTO `wpor_options` VALUES (5783,
'_transient_learn_press_user_guest_1496236916', '1496236916', 'no');
INSERT INTO `wpor_options` VALUES (5784,
'_transient_timeout_learn_press_user_guest_1496236918', '1496244118', 'no');
INSERT INTO `wpor_options` VALUES (5785,
'_transient_learn_press_user_guest_1496236918', '1496236918', 'no');
INSERT INTO `wpor_options` VALUES (5786,
'_transient_timeout_learn_press_user_guest_1496236927', '1496244127', 'no');
INSERT INTO `wpor_options` VALUES (5787,
'_transient_learn_press_user_guest_1496236927', '1496236927', 'no');
INSERT INTO `wpor_options` VALUES (5788,
'_transient_timeout_learn_press_user_guest_1496236929', '1496244129', 'no');
INSERT INTO `wpor_options` VALUES (5789,
'_transient_learn_press_user_guest_1496236929', '1496236929', 'no');
INSERT INTO `wpor_options` VALUES (5790,
'_transient_timeout_learn_press_user_guest_1496236934', '1496244134', 'no');
INSERT INTO `wpor_options` VALUES (5791,
'_transient_learn_press_user_guest_1496236934', '1496236934', 'no');
INSERT INTO `wpor_options` VALUES (5792,
'_transient_timeout_learn_press_user_guest_1496236936', '1496244136', 'no');
INSERT INTO `wpor_options` VALUES (5793,
'_transient_learn_press_user_guest_1496236936', '1496236936', 'no');
INSERT INTO `wpor_options` VALUES (5794,
'_transient_timeout_learn_press_user_guest_1496236941', '1496244141', 'no');
INSERT INTO `wpor_options` VALUES (5795,
'_transient_learn_press_user_guest_1496236941', '1496236941', 'no');
INSERT INTO `wpor_options` VALUES (5796,
'_transient_timeout_learn_press_user_guest_1496236948', '1496244148', 'no');
INSERT INTO `wpor_options` VALUES (5797,
'_transient_learn_press_user_guest_1496236948', '1496236948', 'no');
INSERT INTO `wpor_options` VALUES (5798,
'_transient_timeout_learn_press_user_guest_1496238074', '1496245274', 'no');
INSERT INTO `wpor_options` VALUES (5799,
'_transient_learn_press_user_guest_1496238074', '1496238074', 'no');
INSERT INTO `wpor_options` VALUES (5801,
'_transient_timeout_learn_press_user_guest_1496238077', '1496245277', 'no');
INSERT INTO `wpor_options` VALUES (5802,
'_transient_learn_press_user_guest_1496238077', '1496238077', 'no');
INSERT INTO `wpor_options` VALUES (5803,
'_transient_timeout_learn_press_user_guest_1496238081', '1496245281', 'no');
INSERT INTO `wpor_options` VALUES (5804,
'_transient_learn_press_user_guest_1496238081', '1496238081', 'no');
INSERT INTO `wpor_options` VALUES (5805,
'_transient_timeout_learn_press_user_guest_1496239502', '1496246702', 'no');
INSERT INTO `wpor_options` VALUES (5806,
'_transient_learn_press_user_guest_1496239502', '1496239502', 'no');
INSERT INTO `wpor_options` VALUES (5813,
'_transient_timeout_learn_press_user_guest_1496239863', '1496247063', 'no');
INSERT INTO `wpor_options` VALUES (5808,
'_transient_timeout_learn_press_user_guest_1496239503', '1496246703', 'no');
INSERT INTO `wpor_options` VALUES (5809,
'_transient_learn_press_user_guest_1496239503', '1496239503', 'no');
INSERT INTO `wpor_options` VALUES (5811,
'_transient_timeout_learn_press_user_guest_1496239822', '1496247022', 'no');
INSERT INTO `wpor_options` VALUES (5812,
'_transient_learn_press_user_guest_1496239822', '1496239822', 'no');
INSERT INTO `wpor_options` VALUES (5814,
'_transient_learn_press_user_guest_1496239863', '1496239863', 'no');
INSERT INTO `wpor_options` VALUES (5815,
'_transient_timeout_learn_press_user_guest_1496239866', '1496247066', 'no');
INSERT INTO `wpor_options` VALUES (5816,
'_transient_learn_press_user_guest_1496239866', '1496239866', 'no');
INSERT INTO `wpor_options` VALUES (5817,
'_transient_timeout_learn_press_user_guest_1496240169', '1496247369', 'no');
INSERT INTO `wpor_options` VALUES (5818,
'_transient_learn_press_user_guest_1496240169', '1496240169', 'no');
INSERT INTO `wpor_options` VALUES (5819,
'_transient_timeout_learn_press_user_guest_1496240172', '1496247372', 'no');
INSERT INTO `wpor_options` VALUES (5820,
'_transient_learn_press_user_guest_1496240172', '1496240172', 'no');
INSERT INTO `wpor_options` VALUES (5821,
'_transient_timeout_learn_press_user_guest_1496240992', '1496248192', 'no');
INSERT INTO `wpor_options` VALUES (5822,
'_transient_learn_press_user_guest_1496240992', '1496240992', 'no');
INSERT INTO `wpor_options` VALUES (5826,
'_transient_timeout_learn_press_user_guest_1496240994', '1496248194', 'no');
INSERT INTO `wpor_options` VALUES (5827,
'_transient_learn_press_user_guest_1496240994', '1496240994', 'no');
INSERT INTO `wpor_options` VALUES (5828,
'_transient_timeout_learn_press_user_guest_1496240998', '1496248198', 'no');
INSERT INTO `wpor_options` VALUES (5829,
'_transient_learn_press_user_guest_1496240998', '1496240998', 'no');
INSERT INTO `wpor_options` VALUES (5830,
'_transient_timeout_learn_press_user_guest_1496241002', '1496248202', 'no');
INSERT INTO `wpor_options` VALUES (5831,
'_transient_learn_press_user_guest_1496241002', '1496241002', 'no');
INSERT INTO `wpor_options` VALUES (5832,
'_transient_timeout_learn_press_user_guest_1496241445', '1496248645', 'no');
INSERT INTO `wpor_options` VALUES (5833,
'_transient_learn_press_user_guest_1496241445', '1496241445', 'no');
INSERT INTO `wpor_options` VALUES (5837,
'_transient_timeout_external_ip_address_104.238.179.181', '1496848141', 'no');
INSERT INTO `wpor_options` VALUES (5835,
'_transient_timeout_learn_press_user_guest_1496241821', '1496249021', 'no');
INSERT INTO `wpor_options` VALUES (5836,
'_transient_learn_press_user_guest_1496241821', '1496241821', 'no');
INSERT INTO `wpor_options` VALUES (5838,
'_transient_external_ip_address_104.238.179.181', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (5851,
'_transient_timeout_learn_press_user_guest_1496243677', '1496250877', 'no');
INSERT INTO `wpor_options` VALUES (5840,
'_transient_timeout_learn_press_user_guest_1496243342', '1496250542', 'no');
INSERT INTO `wpor_options` VALUES (5841,
'_transient_learn_press_user_guest_1496243342', '1496243342', 'no');
INSERT INTO `wpor_options` VALUES (5842,
'_transient_timeout_learn_press_user_guest_1496243343', '1496250543', 'no');
INSERT INTO `wpor_options` VALUES (5843,
'_transient_learn_press_user_guest_1496243343', '1496243343', 'no');
INSERT INTO `wpor_options` VALUES (5845,
'_transient_timeout_learn_press_user_guest_1496243488', '1496250688', 'no');
INSERT INTO `wpor_options` VALUES (5846,
'_transient_learn_press_user_guest_1496243488', '1496243488', 'no');
INSERT INTO `wpor_options` VALUES (5847,
'_transient_timeout_learn_press_user_guest_1496243537', '1496250737', 'no');
INSERT INTO `wpor_options` VALUES (5848,
'_transient_learn_press_user_guest_1496243537', '1496243537', 'no');
INSERT INTO `wpor_options` VALUES (5849,
'_transient_timeout_learn_press_user_guest_1496243675', '1496250875', 'no');
INSERT INTO `wpor_options` VALUES (5850,
'_transient_learn_press_user_guest_1496243675', '1496243675', 'no');
INSERT INTO `wpor_options` VALUES (5852,
'_transient_learn_press_user_guest_1496243677', '1496243677', 'no');
INSERT INTO `wpor_options` VALUES (5856,
'_transient_timeout_learn_press_user_guest_1496244995', '1496252195', 'no');
INSERT INTO `wpor_options` VALUES (5854,
'_transient_timeout_learn_press_user_guest_1496244994', '1496252194', 'no');
INSERT INTO `wpor_options` VALUES (5855,
'_transient_learn_press_user_guest_1496244994', '1496244994', 'no');
INSERT INTO `wpor_options` VALUES (5857,
'_transient_learn_press_user_guest_1496244995', '1496244995', 'no');
INSERT INTO `wpor_options` VALUES (5858,
'_transient_timeout_learn_press_user_guest_1496245089', '1496252289', 'no');
INSERT INTO `wpor_options` VALUES (5859,
'_transient_learn_press_user_guest_1496245089', '1496245089', 'no');
INSERT INTO `wpor_options` VALUES (5860,
'_transient_timeout_learn_press_user_guest_1496245092', '1496252292', 'no');
INSERT INTO `wpor_options` VALUES (5861,
'_transient_learn_press_user_guest_1496245092', '1496245092', 'no');
INSERT INTO `wpor_options` VALUES (5862,
'_transient_timeout_learn_press_user_guest_1496245154', '1496252354', 'no');
INSERT INTO `wpor_options` VALUES (5863,
'_transient_learn_press_user_guest_1496245154', '1496245154', 'no');
INSERT INTO `wpor_options` VALUES (5864,
'_transient_timeout_learn_press_user_guest_1496245217', '1496252417', 'no');
INSERT INTO `wpor_options` VALUES (5865,
'_transient_learn_press_user_guest_1496245217', '1496245217', 'no');
INSERT INTO `wpor_options` VALUES (5869,
'_transient_timeout_learn_press_user_guest_1496245271', '1496252471', 'no');
INSERT INTO `wpor_options` VALUES (5867,
'_transient_timeout_learn_press_user_guest_1496245218', '1496252418', 'no');
INSERT INTO `wpor_options` VALUES (5868,
'_transient_learn_press_user_guest_1496245218', '1496245218', 'no');
INSERT INTO `wpor_options` VALUES (5870,
'_transient_learn_press_user_guest_1496245271', '1496245271', 'no');
INSERT INTO `wpor_options` VALUES (5871,
'_transient_timeout_learn_press_user_guest_1496245280', '1496252480', 'no');
INSERT INTO `wpor_options` VALUES (5872,
'_transient_learn_press_user_guest_1496245280', '1496245280', 'no');
INSERT INTO `wpor_options` VALUES (5873,
'_transient_timeout_learn_press_user_guest_1496245961', '1496253161', 'no');
INSERT INTO `wpor_options` VALUES (5874,
'_transient_learn_press_user_guest_1496245961', '1496245961', 'no');
INSERT INTO `wpor_options` VALUES (5878,
'_transient_timeout_learn_press_user_guest_1496248017', '1496255217', 'no');
INSERT INTO `wpor_options` VALUES (5876,
'_transient_timeout_learn_press_user_guest_1496245962', '1496253162', 'no');
INSERT INTO `wpor_options` VALUES (5877,
'_transient_learn_press_user_guest_1496245962', '1496245962', 'no');
INSERT INTO `wpor_options` VALUES (5879,
'_transient_learn_press_user_guest_1496248017', '1496248017', 'no');
INSERT INTO `wpor_options` VALUES (5897,
'_transient_timeout_learn_press_user_guest_1496260397', '1496267597', 'no');
INSERT INTO `wpor_options` VALUES (5881,
'_transient_timeout_learn_press_user_guest_1496248020', '1496255220', 'no');
INSERT INTO `wpor_options` VALUES (5882,
'_transient_learn_press_user_guest_1496248020', '1496248020', 'no');
INSERT INTO `wpor_options` VALUES (5883,
'_transient_timeout_learn_press_user_guest_1496248023', '1496255223', 'no');
INSERT INTO `wpor_options` VALUES (5884,
'_transient_learn_press_user_guest_1496248023', '1496248023', 'no');
INSERT INTO `wpor_options` VALUES (5885,
'_transient_timeout_learn_press_user_guest_1496248026', '1496255226', 'no');
INSERT INTO `wpor_options` VALUES (5886,
'_transient_learn_press_user_guest_1496248026', '1496248026', 'no');
INSERT INTO `wpor_options` VALUES (5887,
'_transient_timeout_learn_press_user_guest_1496248029', '1496255229', 'no');
INSERT INTO `wpor_options` VALUES (5888,
'_transient_learn_press_user_guest_1496248029', '1496248029', 'no');
INSERT INTO `wpor_options` VALUES (5889,
'_transient_timeout_learn_press_user_guest_1496248033', '1496255233', 'no');
INSERT INTO `wpor_options` VALUES (5890,
'_transient_learn_press_user_guest_1496248033', '1496248033', 'no');
INSERT INTO `wpor_options` VALUES (5891,
'_transient_timeout_learn_press_user_guest_1496248036', '1496255236', 'no');
INSERT INTO `wpor_options` VALUES (5892,
'_transient_learn_press_user_guest_1496248036', '1496248036', 'no');
INSERT INTO `wpor_options` VALUES (5893,
'_transient_timeout_learn_press_user_guest_1496248039', '1496255239', 'no');
INSERT INTO `wpor_options` VALUES (5894,
'_transient_learn_press_user_guest_1496248039', '1496248039', 'no');
INSERT INTO `wpor_options` VALUES (5895,
'_transient_timeout_learn_press_user_guest_1496249962', '1496257162', 'no');
INSERT INTO `wpor_options` VALUES (5896,
'_transient_learn_press_user_guest_1496249962', '1496249962', 'no');
INSERT INTO `wpor_options` VALUES (5898,
'_transient_learn_press_user_guest_1496260397', '1496260397', 'no');
INSERT INTO `wpor_options` VALUES (5902,
'_transient_timeout_learn_press_user_guest_1496260400', '1496267600', 'no');
INSERT INTO `wpor_options` VALUES (5900,
'_transient_timeout_learn_press_user_guest_1496260398', '1496267598', 'no');
INSERT INTO `wpor_options` VALUES (5901,
'_transient_learn_press_user_guest_1496260398', '1496260398', 'no');
INSERT INTO `wpor_options` VALUES (5903,
'_transient_learn_press_user_guest_1496260400', '1496260400', 'no');
INSERT INTO `wpor_options` VALUES (5904,
'_transient_timeout_learn_press_user_guest_1496266265', '1496273465', 'no');
INSERT INTO `wpor_options` VALUES (5905,
'_transient_learn_press_user_guest_1496266265', '1496266265', 'no');
INSERT INTO `wpor_options` VALUES (5925,
'_transient_timeout_learn_press_user_guest_1496266283', '1496273483', 'no');
INSERT INTO `wpor_options` VALUES (5907,
'_transient_timeout_learn_press_user_guest_1496266266', '1496273466', 'no');
INSERT INTO `wpor_options` VALUES (5908,
'_transient_learn_press_user_guest_1496266266', '1496266266', 'no');
INSERT INTO `wpor_options` VALUES (5909,
'_transient_timeout_learn_press_user_guest_1496266267', '1496273467', 'no');
INSERT INTO `wpor_options` VALUES (5910,
'_transient_learn_press_user_guest_1496266267', '1496266267', 'no');
INSERT INTO `wpor_options` VALUES (5912,
'_transient_timeout_learn_press_user_guest_1496266270', '1496273470', 'no');
INSERT INTO `wpor_options` VALUES (5913,
'_transient_learn_press_user_guest_1496266270', '1496266270', 'no');
INSERT INTO `wpor_options` VALUES (5916,
'_transient_timeout_learn_press_user_guest_1496266273', '1496273473', 'no');
INSERT INTO `wpor_options` VALUES (5917,
'_transient_learn_press_user_guest_1496266273', '1496266273', 'no');
INSERT INTO `wpor_options` VALUES (5923,
'_transient_timeout_learn_press_user_guest_1496266280', '1496273480', 'no');
INSERT INTO `wpor_options` VALUES (5924,
'_transient_learn_press_user_guest_1496266280', '1496266280', 'no');
INSERT INTO `wpor_options` VALUES (5926,
'_transient_learn_press_user_guest_1496266283', '1496266283', 'no');
INSERT INTO `wpor_options` VALUES (5927,
'_transient_timeout_learn_press_user_guest_1496266423', '1496273623', 'no');
INSERT INTO `wpor_options` VALUES (5928,
'_transient_learn_press_user_guest_1496266423', '1496266423', 'no');
INSERT INTO `wpor_options` VALUES (5929,
'_transient_timeout_learn_press_user_guest_1496266425', '1496273625', 'no');
INSERT INTO `wpor_options` VALUES (5930,
'_transient_learn_press_user_guest_1496266425', '1496266425', 'no');
INSERT INTO `wpor_options` VALUES (5934,
'_transient_timeout_learn_press_user_guest_1496268151', '1496275351', 'no');
INSERT INTO `wpor_options` VALUES (5932,
'_transient_timeout_learn_press_user_guest_1496267026', '1496274226', 'no');
INSERT INTO `wpor_options` VALUES (5933,
'_transient_learn_press_user_guest_1496267026', '1496267026', 'no');
INSERT INTO `wpor_options` VALUES (5935,
'_transient_learn_press_user_guest_1496268151', '1496268151', 'no');
INSERT INTO `wpor_options` VALUES (5937,
'_transient_timeout_external_ip_address_202.46.55.139', '1496876916', 'no');
INSERT INTO `wpor_options` VALUES (5938,
'_transient_external_ip_address_202.46.55.139', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (5942,
'_transient_timeout_learn_press_user_guest_1496273256', '1496280456', 'no');
INSERT INTO `wpor_options` VALUES (5940,
'_transient_timeout_learn_press_user_guest_1496272117', '1496279317', 'no');
INSERT INTO `wpor_options` VALUES (5941,
'_transient_learn_press_user_guest_1496272117', '1496272117', 'no');
INSERT INTO `wpor_options` VALUES (5943,
'_transient_learn_press_user_guest_1496273256', '1496273256', 'no');
INSERT INTO `wpor_options` VALUES (5945,
'_transient_timeout_learn_press_user_guest_1496274667', '1496281867', 'no');
INSERT INTO `wpor_options` VALUES (5946,
'_transient_learn_press_user_guest_1496274667', '1496274667', 'no');
INSERT INTO `wpor_options` VALUES (5966,
'_transient_timeout_learn_press_user_guest_1496282702', '1496289902', 'no');
INSERT INTO `wpor_options` VALUES (5948,
'_transient_timeout_learn_press_user_guest_1496274671', '1496281871', 'no');
INSERT INTO `wpor_options` VALUES (5949,
'_transient_learn_press_user_guest_1496274671', '1496274671', 'no');
INSERT INTO `wpor_options` VALUES (5950,
'_transient_timeout_learn_press_user_guest_1496274674', '1496281874', 'no');
INSERT INTO `wpor_options` VALUES (5951,
'_transient_learn_press_user_guest_1496274674', '1496274674', 'no');
INSERT INTO `wpor_options` VALUES (5952,
'_transient_timeout_learn_press_user_guest_1496274677', '1496281877', 'no');
INSERT INTO `wpor_options` VALUES (5953,
'_transient_learn_press_user_guest_1496274677', '1496274677', 'no');
INSERT INTO `wpor_options` VALUES (5954,
'_transient_timeout_learn_press_user_guest_1496274680', '1496281880', 'no');
INSERT INTO `wpor_options` VALUES (5955,
'_transient_learn_press_user_guest_1496274680', '1496274680', 'no');
INSERT INTO `wpor_options` VALUES (5956,
'_transient_timeout_learn_press_user_guest_1496274683', '1496281883', 'no');
INSERT INTO `wpor_options` VALUES (5957,
'_transient_learn_press_user_guest_1496274683', '1496274683', 'no');
INSERT INTO `wpor_options` VALUES (5958,
'_transient_timeout_learn_press_user_guest_1496274685', '1496281885', 'no');
INSERT INTO `wpor_options` VALUES (5959,
'_transient_learn_press_user_guest_1496274685', '1496274685', 'no');
INSERT INTO `wpor_options` VALUES (5960,
'_transient_timeout_learn_press_user_guest_1496274688', '1496281888', 'no');
INSERT INTO `wpor_options` VALUES (5961,
'_transient_learn_press_user_guest_1496274688', '1496274688', 'no');
INSERT INTO `wpor_options` VALUES (5962,
'_transient_timeout_learn_press_user_guest_1496282699', '1496289899', 'no');
INSERT INTO `wpor_options` VALUES (5963,
'_transient_learn_press_user_guest_1496282699', '1496282699', 'no');
INSERT INTO `wpor_options` VALUES (5964,
'_transient_timeout_learn_press_user_guest_1496282700', '1496289900', 'no');
INSERT INTO `wpor_options` VALUES (5965,
'_transient_learn_press_user_guest_1496282700', '1496282700', 'no');
INSERT INTO `wpor_options` VALUES (5967,
'_transient_learn_press_user_guest_1496282702', '1496282702', 'no');
INSERT INTO `wpor_options` VALUES (5968,
'_transient_timeout_learn_press_user_guest_1496282706', '1496289906', 'no');
INSERT INTO `wpor_options` VALUES (5969,
'_transient_learn_press_user_guest_1496282706', '1496282706', 'no');
INSERT INTO `wpor_options` VALUES (5970,
'_transient_timeout_learn_press_user_guest_1496282710', '1496289910', 'no');
INSERT INTO `wpor_options` VALUES (5971,
'_transient_learn_press_user_guest_1496282710', '1496282710', 'no');
INSERT INTO `wpor_options` VALUES (5972,
'_transient_timeout_learn_press_user_guest_1496282714', '1496289914', 'no');
INSERT INTO `wpor_options` VALUES (5973,
'_transient_learn_press_user_guest_1496282714', '1496282714', 'no');
INSERT INTO `wpor_options` VALUES (5974,
'_transient_timeout_learn_press_user_guest_1496282718', '1496289918', 'no');
INSERT INTO `wpor_options` VALUES (5975,
'_transient_learn_press_user_guest_1496282718', '1496282718', 'no');
INSERT INTO `wpor_options` VALUES (5976,
'_transient_timeout_learn_press_user_guest_1496282721', '1496289921', 'no');
INSERT INTO `wpor_options` VALUES (5977,
'_transient_learn_press_user_guest_1496282721', '1496282721', 'no');
INSERT INTO `wpor_options` VALUES (5978,
'_transient_timeout_learn_press_user_guest_1496282725', '1496289925', 'no');
INSERT INTO `wpor_options` VALUES (5979,
'_transient_learn_press_user_guest_1496282725', '1496282725', 'no');
INSERT INTO `wpor_options` VALUES (5980,
'_transient_timeout_learn_press_user_guest_1496282729', '1496289929', 'no');
INSERT INTO `wpor_options` VALUES (5981,
'_transient_learn_press_user_guest_1496282729', '1496282729', 'no');
INSERT INTO `wpor_options` VALUES (5993,
'_transient_timeout_learn_press_user_guest_1496292690', '1496299890', 'no');
INSERT INTO `wpor_options` VALUES (5983,
'_transient_timeout_learn_press_user_guest_1496288194', '1496295394', 'no');
INSERT INTO `wpor_options` VALUES (5984,
'_transient_learn_press_user_guest_1496288194', '1496288194', 'no');
INSERT INTO `wpor_options` VALUES (5985,
'_transient_timeout_learn_press_user_guest_1496288196', '1496295396', 'no');
INSERT INTO `wpor_options` VALUES (5986,
'_transient_learn_press_user_guest_1496288196', '1496288196', 'no');
INSERT INTO `wpor_options` VALUES (5987,
'_transient_timeout_learn_press_user_guest_1496288197', '1496295397', 'no');
INSERT INTO `wpor_options` VALUES (5988,
'_transient_learn_press_user_guest_1496288197', '1496288197', 'no');
INSERT INTO `wpor_options` VALUES (5989,
'_transient_timeout_learn_press_user_guest_1496292687', '1496299887', 'no');
INSERT INTO `wpor_options` VALUES (5990,
'_transient_learn_press_user_guest_1496292687', '1496292687', 'no');
INSERT INTO `wpor_options` VALUES (5991,
'_transient_timeout_learn_press_user_guest_1496292688', '1496299888', 'no');
INSERT INTO `wpor_options` VALUES (5992,
'_transient_learn_press_user_guest_1496292688', '1496292688', 'no');
INSERT INTO `wpor_options` VALUES (5994,
'_transient_learn_press_user_guest_1496292690', '1496292690', 'no');
INSERT INTO `wpor_options` VALUES (5998,
'_transient_timeout_learn_press_user_guest_1496294919', '1496302119', 'no');
INSERT INTO `wpor_options` VALUES (5996,
'_transient_timeout_learn_press_user_guest_1496294916', '1496302116', 'no');
INSERT INTO `wpor_options` VALUES (5997,
'_transient_learn_press_user_guest_1496294916', '1496294916', 'no');
INSERT INTO `wpor_options` VALUES (5999,
'_transient_learn_press_user_guest_1496294919', '1496294919', 'no');
INSERT INTO `wpor_options` VALUES (6000,
'_transient_timeout_learn_press_user_guest_1496294926', '1496302126', 'no');
INSERT INTO `wpor_options` VALUES (6001,
'_transient_learn_press_user_guest_1496294926', '1496294926', 'no');
INSERT INTO `wpor_options` VALUES (6002,
'_transient_timeout_external_ip_address_199.30.25.78', '1496902247', 'no');
INSERT INTO `wpor_options` VALUES (6003,
'_transient_external_ip_address_199.30.25.78', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (6007,
'_transient_timeout_external_ip_address_212.175.82.178', '1496904548', 'no');
INSERT INTO `wpor_options` VALUES (6005,
'_transient_timeout_learn_press_user_guest_1496297448', '1496304648', 'no');
INSERT INTO `wpor_options` VALUES (6006,
'_transient_learn_press_user_guest_1496297448', '1496297448', 'no');
INSERT INTO `wpor_options` VALUES (6008,
'_transient_external_ip_address_212.175.82.178', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6022,
'_transient_timeout_learn_press_user_guest_1496301463', '1496308663', 'no');
INSERT INTO `wpor_options` VALUES (6010,
'_transient_timeout_learn_press_user_guest_1496299749', '1496306949', 'no');
INSERT INTO `wpor_options` VALUES (6011,
'_transient_learn_press_user_guest_1496299749', '1496299749', 'no');
INSERT INTO `wpor_options` VALUES (6013,
'_transient_timeout_learn_press_user_guest_1496299776', '1496306976', 'no');
INSERT INTO `wpor_options` VALUES (6014,
'_transient_learn_press_user_guest_1496299776', '1496299776', 'no');
INSERT INTO `wpor_options` VALUES (6016,
'_transient_timeout_learn_press_user_guest_1496299777', '1496306977', 'no');
INSERT INTO `wpor_options` VALUES (6017,
'_transient_learn_press_user_guest_1496299777', '1496299777', 'no');
INSERT INTO `wpor_options` VALUES (6018,
'_transient_timeout_learn_press_user_guest_1496300889', '1496308089', 'no');
INSERT INTO `wpor_options` VALUES (6019,
'_transient_learn_press_user_guest_1496300889', '1496300889', 'no');
INSERT INTO `wpor_options` VALUES (6020,
'_transient_timeout_learn_press_user_guest_1496300890', '1496308090', 'no');
INSERT INTO `wpor_options` VALUES (6021,
'_transient_learn_press_user_guest_1496300890', '1496300890', 'no');
INSERT INTO `wpor_options` VALUES (6023,
'_transient_learn_press_user_guest_1496301463', '1496301463', 'no');
INSERT INTO `wpor_options` VALUES (6047,
'_transient_timeout_learn_press_user_guest_1496315155', '1496322355', 'no');
INSERT INTO `wpor_options` VALUES (6025,
'_transient_timeout_learn_press_user_guest_1496301464', '1496308664', 'no');
INSERT INTO `wpor_options` VALUES (6026,
'_transient_learn_press_user_guest_1496301464', '1496301464', 'no');
INSERT INTO `wpor_options` VALUES (6030,
'_transient_timeout_learn_press_user_guest_1496301750', '1496308950', 'no');
INSERT INTO `wpor_options` VALUES (6031,
'_transient_learn_press_user_guest_1496301750', '1496301750', 'no');
INSERT INTO `wpor_options` VALUES (6033,
'_transient_timeout_learn_press_user_guest_1496306244', '1496313444', 'no');
INSERT INTO `wpor_options` VALUES (6034,
'_transient_learn_press_user_guest_1496306244', '1496306244', 'no');
INSERT INTO `wpor_options` VALUES (6035,
'_transient_timeout_external_ip_address_78.169.176.77', '1496912393', 'no');
INSERT INTO `wpor_options` VALUES (6036,
'_transient_external_ip_address_78.169.176.77', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6037,
'_transient_timeout_learn_press_user_guest_1496307593', '1496314793', 'no');
INSERT INTO `wpor_options` VALUES (6038,
'_transient_learn_press_user_guest_1496307593', '1496307593', 'no');
INSERT INTO `wpor_options` VALUES (6039,
'_transient_timeout_learn_press_user_guest_1496307594', '1496314794', 'no');
INSERT INTO `wpor_options` VALUES (6040,
'_transient_learn_press_user_guest_1496307594', '1496307594', 'no');
INSERT INTO `wpor_options` VALUES (6048,
'_transient_learn_press_user_guest_1496315155', '1496315155', 'no');
INSERT INTO `wpor_options` VALUES (6054,
'_transient_timeout_learn_press_user_guest_1496317435', '1496324635', 'no');
INSERT INTO `wpor_options` VALUES (6050,
'_transient_timeout_learn_press_user_guest_1496317433', '1496324633', 'no');
INSERT INTO `wpor_options` VALUES (6051,
'_transient_learn_press_user_guest_1496317433', '1496317433', 'no');
INSERT INTO `wpor_options` VALUES (6052,
'_transient_timeout_learn_press_user_guest_1496317434', '1496324634', 'no');
INSERT INTO `wpor_options` VALUES (6053,
'_transient_learn_press_user_guest_1496317434', '1496317434', 'no');
INSERT INTO `wpor_options` VALUES (6056,
'_transient_timeout_learn_press_user_guest_1496318715', '1496325915', 'no');
INSERT INTO `wpor_options` VALUES (6057,
'_transient_learn_press_user_guest_1496318715', '1496318715', 'no');
INSERT INTO `wpor_options` VALUES (6061,
'_transient_timeout_learn_press_user_guest_1496318718', '1496325918', 'no');
INSERT INTO `wpor_options` VALUES (6059,
'_transient_timeout_learn_press_user_guest_1496318716', '1496325916', 'no');
INSERT INTO `wpor_options` VALUES (6060,
'_transient_learn_press_user_guest_1496318716', '1496318716', 'no');
INSERT INTO `wpor_options` VALUES (6062,
'_transient_learn_press_user_guest_1496318718', '1496318718', 'no');
INSERT INTO `wpor_options` VALUES (6063,
'_transient_timeout_learn_press_user_guest_1496318721', '1496325921', 'no');
INSERT INTO `wpor_options` VALUES (6064,
'_transient_learn_press_user_guest_1496318721', '1496318721', 'no');
INSERT INTO `wpor_options` VALUES (6065,
'_transient_timeout_learn_press_user_guest_1496318725', '1496325925', 'no');
INSERT INTO `wpor_options` VALUES (6066,
'_transient_learn_press_user_guest_1496318725', '1496318725', 'no');
INSERT INTO `wpor_options` VALUES (6067,
'_transient_timeout_learn_press_user_guest_1496318728', '1496325928', 'no');
INSERT INTO `wpor_options` VALUES (6068,
'_transient_learn_press_user_guest_1496318728', '1496318728', 'no');
INSERT INTO `wpor_options` VALUES (6069,
'_transient_timeout_learn_press_user_guest_1496318732', '1496325932', 'no');
INSERT INTO `wpor_options` VALUES (6070,
'_transient_learn_press_user_guest_1496318732', '1496318732', 'no');
INSERT INTO `wpor_options` VALUES (6071,
'_transient_timeout_learn_press_user_guest_1496318735', '1496325935', 'no');
INSERT INTO `wpor_options` VALUES (6072,
'_transient_learn_press_user_guest_1496318735', '1496318735', 'no');
INSERT INTO `wpor_options` VALUES (6073,
'_transient_timeout_external_ip_address_149.140.197.14', '1496929615', 'no');
INSERT INTO `wpor_options` VALUES (6074,
'_transient_external_ip_address_149.140.197.14', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6092,
'_transient_timeout_learn_press_user_guest_1496333750', '1496340950', 'no');
INSERT INTO `wpor_options` VALUES (6076,
'_transient_timeout_learn_press_user_guest_1496324816', '1496332016', 'no');
INSERT INTO `wpor_options` VALUES (6077,
'_transient_learn_press_user_guest_1496324816', '1496324816', 'no');
INSERT INTO `wpor_options` VALUES (6078,
'_transient_timeout_learn_press_user_guest_1496325989', '1496333189', 'no');
INSERT INTO `wpor_options` VALUES (6079,
'_transient_learn_press_user_guest_1496325989', '1496325989', 'no');
INSERT INTO `wpor_options` VALUES (6081,
'_transient_timeout_learn_press_user_guest_1496330746', '1496337946', 'no');
INSERT INTO `wpor_options` VALUES (6082,
'_transient_learn_press_user_guest_1496330746', '1496330746', 'no');
INSERT INTO `wpor_options` VALUES (6084,
'_transient_timeout_learn_press_user_guest_1496330991', '1496338191', 'no');
INSERT INTO `wpor_options` VALUES (6085,
'_transient_learn_press_user_guest_1496330991', '1496330991', 'no');
INSERT INTO `wpor_options` VALUES (6087,
'_transient_timeout_learn_press_user_guest_1496331619', '1496338819', 'no');
INSERT INTO `wpor_options` VALUES (6088,
'_transient_learn_press_user_guest_1496331619', '1496331619', 'no');
INSERT INTO `wpor_options` VALUES (6090,
'_transient_timeout_learn_press_user_guest_1496332186', '1496339386', 'no');
INSERT INTO `wpor_options` VALUES (6091,
'_transient_learn_press_user_guest_1496332186', '1496332186', 'no');
INSERT INTO `wpor_options` VALUES (6093,
'_transient_learn_press_user_guest_1496333750', '1496333750', 'no');
INSERT INTO `wpor_options` VALUES (6095,
'_transient_timeout_learn_press_user_guest_1496334539', '1496341739', 'no');
INSERT INTO `wpor_options` VALUES (6096,
'_transient_learn_press_user_guest_1496334539', '1496334539', 'no');
INSERT INTO `wpor_options` VALUES (6100,
'_transient_timeout_learn_press_user_guest_1496337029', '1496344229', 'no');
INSERT INTO `wpor_options` VALUES (6098,
'_transient_timeout_learn_press_user_guest_1496334540', '1496341740', 'no');
INSERT INTO `wpor_options` VALUES (6099,
'_transient_learn_press_user_guest_1496334540', '1496334540', 'no');
INSERT INTO `wpor_options` VALUES (6101,
'_transient_learn_press_user_guest_1496337029', '1496337029', 'no');
INSERT INTO `wpor_options` VALUES (6105,
'_transient_timeout_external_ip_address_176.55.110.125', '1496943147', 'no');
INSERT INTO `wpor_options` VALUES (6103,
'_transient_timeout_learn_press_user_guest_1496337030', '1496344230', 'no');
INSERT INTO `wpor_options` VALUES (6104,
'_transient_learn_press_user_guest_1496337030', '1496337030', 'no');
INSERT INTO `wpor_options` VALUES (6106,
'_transient_external_ip_address_176.55.110.125', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6107,
'_transient_timeout_learn_press_user_guest_1496338347', '1496345547', 'no');
INSERT INTO `wpor_options` VALUES (6108,
'_transient_learn_press_user_guest_1496338347', '1496338347', 'no');
INSERT INTO `wpor_options` VALUES (6110,
'_transient_timeout_learn_press_user_guest_1496339089', '1496346289', 'no');
INSERT INTO `wpor_options` VALUES (6111,
'_transient_learn_press_user_guest_1496339089', '1496339089', 'no');
INSERT INTO `wpor_options` VALUES (6115,
'_transient_timeout_learn_press_user_guest_1496339091', '1496346291', 'no');
INSERT INTO `wpor_options` VALUES (6113,
'_transient_timeout_learn_press_user_guest_1496339090', '1496346290', 'no');
INSERT INTO `wpor_options` VALUES (6114,
'_transient_learn_press_user_guest_1496339090', '1496339090', 'no');
INSERT INTO `wpor_options` VALUES (6116,
'_transient_learn_press_user_guest_1496339091', '1496339091', 'no');
INSERT INTO `wpor_options` VALUES (6117,
'_transient_timeout_learn_press_user_guest_1496341662', '1496348862', 'no');
INSERT INTO `wpor_options` VALUES (6118,
'_transient_learn_press_user_guest_1496341662', '1496341662', 'no');
INSERT INTO `wpor_options` VALUES (6132,
'_transient_timeout_external_ip_address_202.46.53.177', '1496949628', 'no');
INSERT INTO `wpor_options` VALUES (6120,
'_transient_timeout_learn_press_user_guest_1496341663', '1496348863', 'no');
INSERT INTO `wpor_options` VALUES (6121,
'_transient_learn_press_user_guest_1496341663', '1496341663', 'no');
INSERT INTO `wpor_options` VALUES (6123,
'_transient_timeout_learn_press_user_guest_1496342447', '1496349647', 'no');
INSERT INTO `wpor_options` VALUES (6124,
'_transient_learn_press_user_guest_1496342447', '1496342447', 'no');
INSERT INTO `wpor_options` VALUES (6125,
'_transient_timeout_learn_press_user_guest_1496342449', '1496349649', 'no');
INSERT INTO `wpor_options` VALUES (6126,
'_transient_learn_press_user_guest_1496342449', '1496342449', 'no');
INSERT INTO `wpor_options` VALUES (6127,
'_transient_timeout_learn_press_user_guest_1496342594', '1496349794', 'no');
INSERT INTO `wpor_options` VALUES (6128,
'_transient_learn_press_user_guest_1496342594', '1496342594', 'no');
INSERT INTO `wpor_options` VALUES (6130,
'_transient_timeout_learn_press_user_guest_1496343406', '1496350606', 'no');
INSERT INTO `wpor_options` VALUES (6131,
'_transient_learn_press_user_guest_1496343406', '1496343406', 'no');
INSERT INTO `wpor_options` VALUES (6133,
'_transient_external_ip_address_202.46.53.177', '&lt;!-- icanhazip.com | 520: Web
server is returning an unknown error &lt;!-- Error 520 Ray ID: 368487f1c6d127b0
&bull; 2017-06-01 19:20:35 UTC Web server is returning an unknown error You Browser
Working Frankfurt Cloudflare Working icanhazip.com Host Error What happened? There
is an unknown connection issue between Cloudflare and the origin web server. As a
result, the web page can not be displayed. What can I do? If you are a visitor of
this website: Please try again in a few minutes. If you are the owner of this
website: There is an issue between Cloudflare''s cache and your origin web server.
Cloudflare monitors for these errors and automatically investigates the cause. To
help support the investigation, you can pull the corresponding error log from your
web server and submit it our support team. Please include the Ray ID (which is at
the bottom of this error page). Additional troubleshooting resources. Cloudflare
Ray ID: 368487f1c6d127b0 &bull; Your IP: 185.8.128.170 &bull; Performance &amp;
security by Cloudflare', 'no');
INSERT INTO `wpor_options` VALUES (6137,
'_transient_timeout_learn_press_user_guest_1496347502', '1496354702', 'no');
INSERT INTO `wpor_options` VALUES (6135,
'_transient_timeout_learn_press_user_guest_1496344829', '1496352029', 'no');
INSERT INTO `wpor_options` VALUES (6136,
'_transient_learn_press_user_guest_1496344829', '1496344829', 'no');
INSERT INTO `wpor_options` VALUES (6138,
'_transient_learn_press_user_guest_1496347502', '1496347502', 'no');
INSERT INTO `wpor_options` VALUES (6146,
'_transient_timeout_learn_press_user_guest_1496348978', '1496356178', 'no');
INSERT INTO `wpor_options` VALUES (6147,
'_transient_learn_press_user_guest_1496348978', '1496348978', 'no');
INSERT INTO `wpor_options` VALUES (6501, 'widget_collection_widget', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (6502, 'widget_courses-collection', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (9173,
'_transient_learn_press_user_guest_1497113380', '1497113380', 'no');
INSERT INTO `wpor_options` VALUES (8336,
'_transient_timeout_learn_press_user_guest_1496958108', '1496965308', 'no');
INSERT INTO `wpor_options` VALUES (8337,
'_transient_learn_press_user_guest_1496958108', '1496958108', 'no');
INSERT INTO `wpor_options` VALUES (6648,
'_transient_timeout_learn_press_user_guest_1496477714', '1496484914', 'no');
INSERT INTO `wpor_options` VALUES (6649,
'_transient_learn_press_user_guest_1496477714', '1496477714', 'no');
INSERT INTO `wpor_options` VALUES (6199,
'_transient_learn_press_user_guest_1496397444', '1496397444', 'no');
INSERT INTO `wpor_options` VALUES (6149,
'_transient_timeout_external_ip_address_78.171.179.224', '1496958270', 'no');
INSERT INTO `wpor_options` VALUES (6150,
'_transient_external_ip_address_78.171.179.224', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6151,
'_transient_timeout_learn_press_user_guest_1496353470', '1496360670', 'no');
INSERT INTO `wpor_options` VALUES (6152,
'_transient_learn_press_user_guest_1496353470', '1496353470', 'no');
INSERT INTO `wpor_options` VALUES (6162,
'_transient_timeout_external_ip_address_176.55.62.48', '1496969765', 'no');
INSERT INTO `wpor_options` VALUES (6154,
'_transient_timeout_learn_press_user_guest_1496354735', '1496361935', 'no');
INSERT INTO `wpor_options` VALUES (6155,
'_transient_learn_press_user_guest_1496354735', '1496354735', 'no');
INSERT INTO `wpor_options` VALUES (6156,
'_transient_timeout_learn_press_user_guest_1496356606', '1496363806', 'no');
INSERT INTO `wpor_options` VALUES (6157,
'_transient_learn_press_user_guest_1496356606', '1496356606', 'no');
INSERT INTO `wpor_options` VALUES (6158,
'_transient_timeout_learn_press_user_guest_1496363209', '1496370409', 'no');
INSERT INTO `wpor_options` VALUES (6159,
'_transient_learn_press_user_guest_1496363209', '1496363209', 'no');
INSERT INTO `wpor_options` VALUES (6160,
'_transient_timeout_learn_press_user_guest_1496363210', '1496370410', 'no');
INSERT INTO `wpor_options` VALUES (6161,
'_transient_learn_press_user_guest_1496363210', '1496363210', 'no');
INSERT INTO `wpor_options` VALUES (6163,
'_transient_external_ip_address_176.55.62.48', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6164,
'_transient_timeout_learn_press_user_guest_1496364965', '1496372165', 'no');
INSERT INTO `wpor_options` VALUES (6165,
'_transient_learn_press_user_guest_1496364965', '1496364965', 'no');
INSERT INTO `wpor_options` VALUES (6169,
'_transient_timeout_learn_press_user_guest_1496365737', '1496372937', 'no');
INSERT INTO `wpor_options` VALUES (6167,
'_transient_timeout_learn_press_user_guest_1496364966', '1496372166', 'no');
INSERT INTO `wpor_options` VALUES (6168,
'_transient_learn_press_user_guest_1496364966', '1496364966', 'no');
INSERT INTO `wpor_options` VALUES (6170,
'_transient_learn_press_user_guest_1496365737', '1496365737', 'no');
INSERT INTO `wpor_options` VALUES (6172,
'_transient_timeout_learn_press_user_guest_1496365739', '1496372939', 'no');
INSERT INTO `wpor_options` VALUES (6173,
'_transient_learn_press_user_guest_1496365739', '1496365739', 'no');
INSERT INTO `wpor_options` VALUES (6176,
'_transient_timeout_learn_press_user_guest_1496385537', '1496392737', 'no');
INSERT INTO `wpor_options` VALUES (6177,
'_transient_learn_press_user_guest_1496385537', '1496385537', 'no');
INSERT INTO `wpor_options` VALUES (6181,
'_transient_timeout_learn_press_user_guest_1496394328', '1496401528', 'no');
INSERT INTO `wpor_options` VALUES (6179,
'_transient_timeout_learn_press_user_guest_1496385539', '1496392739', 'no');
INSERT INTO `wpor_options` VALUES (6180,
'_transient_learn_press_user_guest_1496385539', '1496385539', 'no');
INSERT INTO `wpor_options` VALUES (6182,
'_transient_learn_press_user_guest_1496394328', '1496394328', 'no');
INSERT INTO `wpor_options` VALUES (6184,
'_transient_timeout_learn_press_user_guest_1496394895', '1496402095', 'no');
INSERT INTO `wpor_options` VALUES (6185,
'_transient_learn_press_user_guest_1496394895', '1496394895', 'no');
INSERT INTO `wpor_options` VALUES (6186,
'_transient_timeout_learn_press_user_guest_1496396812', '1496404012', 'no');
INSERT INTO `wpor_options` VALUES (6187,
'_transient_learn_press_user_guest_1496396812', '1496396812', 'no');
INSERT INTO `wpor_options` VALUES (6188,
'_transient_timeout_learn_press_user_guest_1496396813', '1496404013', 'no');
INSERT INTO `wpor_options` VALUES (6189,
'_transient_learn_press_user_guest_1496396813', '1496396813', 'no');
INSERT INTO `wpor_options` VALUES (6190,
'_transient_timeout_learn_press_user_guest_1496396814', '1496404014', 'no');
INSERT INTO `wpor_options` VALUES (6191,
'_transient_learn_press_user_guest_1496396814', '1496396814', 'no');
INSERT INTO `wpor_options` VALUES (6203,
'_transient_timeout_learn_press_user_guest_1496397447', '1496404647', 'no');
INSERT INTO `wpor_options` VALUES (6201,
'_transient_timeout_learn_press_user_guest_1496397445', '1496404645', 'no');
INSERT INTO `wpor_options` VALUES (6202,
'_transient_learn_press_user_guest_1496397445', '1496397445', 'no');
INSERT INTO `wpor_options` VALUES (6204,
'_transient_learn_press_user_guest_1496397447', '1496397447', 'no');
INSERT INTO `wpor_options` VALUES (6207,
'_transient_timeout_learn_press_user_guest_1496398159', '1496405359', 'no');
INSERT INTO `wpor_options` VALUES (6208,
'_transient_learn_press_user_guest_1496398159', '1496398159', 'no');
INSERT INTO `wpor_options` VALUES (6240,
'_transient_timeout_learn_press_user_guest_1496407938', '1496415138', 'no');
INSERT INTO `wpor_options` VALUES (6210,
'_transient_timeout_learn_press_user_guest_1496399274', '1496406474', 'no');
INSERT INTO `wpor_options` VALUES (6211,
'_transient_learn_press_user_guest_1496399274', '1496399274', 'no');
INSERT INTO `wpor_options` VALUES (6212,
'_transient_timeout_learn_press_user_guest_1496399276', '1496406476', 'no');
INSERT INTO `wpor_options` VALUES (6213,
'_transient_learn_press_user_guest_1496399276', '1496399276', 'no');
INSERT INTO `wpor_options` VALUES (6214,
'_transient_timeout_learn_press_user_guest_1496399280', '1496406480', 'no');
INSERT INTO `wpor_options` VALUES (6215,
'_transient_learn_press_user_guest_1496399280', '1496399280', 'no');
INSERT INTO `wpor_options` VALUES (6216,
'_transient_timeout_learn_press_user_guest_1496399284', '1496406484', 'no');
INSERT INTO `wpor_options` VALUES (6217,
'_transient_learn_press_user_guest_1496399284', '1496399284', 'no');
INSERT INTO `wpor_options` VALUES (6218,
'_transient_timeout_learn_press_user_guest_1496399288', '1496406488', 'no');
INSERT INTO `wpor_options` VALUES (6219,
'_transient_learn_press_user_guest_1496399288', '1496399288', 'no');
INSERT INTO `wpor_options` VALUES (6220,
'_transient_timeout_learn_press_user_guest_1496399291', '1496406491', 'no');
INSERT INTO `wpor_options` VALUES (6221,
'_transient_learn_press_user_guest_1496399291', '1496399291', 'no');
INSERT INTO `wpor_options` VALUES (6222,
'_transient_timeout_learn_press_user_guest_1496399295', '1496406495', 'no');
INSERT INTO `wpor_options` VALUES (6223,
'_transient_learn_press_user_guest_1496399295', '1496399295', 'no');
INSERT INTO `wpor_options` VALUES (6224,
'_transient_timeout_learn_press_user_guest_1496399299', '1496406499', 'no');
INSERT INTO `wpor_options` VALUES (6225,
'_transient_learn_press_user_guest_1496399299', '1496399299', 'no');
INSERT INTO `wpor_options` VALUES (6226,
'_transient_timeout_learn_press_user_guest_1496399302', '1496406502', 'no');
INSERT INTO `wpor_options` VALUES (6227,
'_transient_learn_press_user_guest_1496399302', '1496399302', 'no');
INSERT INTO `wpor_options` VALUES (6228,
'_transient_timeout_learn_press_user_guest_1496399306', '1496406506', 'no');
INSERT INTO `wpor_options` VALUES (6229,
'_transient_learn_press_user_guest_1496399306', '1496399306', 'no');
INSERT INTO `wpor_options` VALUES (6230,
'_transient_timeout_learn_press_user_guest_1496399310', '1496406510', 'no');
INSERT INTO `wpor_options` VALUES (6231,
'_transient_learn_press_user_guest_1496399310', '1496399310', 'no');
INSERT INTO `wpor_options` VALUES (6232,
'_transient_timeout_external_ip_address_88.253.205.97', '1497010170', 'no');
INSERT INTO `wpor_options` VALUES (6233,
'_transient_external_ip_address_88.253.205.97', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6234,
'_transient_timeout_learn_press_user_guest_1496405372', '1496412572', 'no');
INSERT INTO `wpor_options` VALUES (6235,
'_transient_learn_press_user_guest_1496405372', '1496405372', 'no');
INSERT INTO `wpor_options` VALUES (6236,
'_transient_timeout_external_ip_address_78.187.89.246', '1497012737', 'no');
INSERT INTO `wpor_options` VALUES (6237,
'_transient_external_ip_address_78.187.89.246', '503 Over Quota Error &nbsp; Over
Quota This application is temporarily over its serving quota. Please try again
later.', 'no');
INSERT INTO `wpor_options` VALUES (6238,
'_transient_timeout_learn_press_user_guest_1496407937', '1496415137', 'no');
INSERT INTO `wpor_options` VALUES (6239,
'_transient_learn_press_user_guest_1496407937', '1496407937', 'no');
INSERT INTO `wpor_options` VALUES (6241,
'_transient_learn_press_user_guest_1496407938', '1496407938', 'no');
INSERT INTO `wpor_options` VALUES (6242,
'_transient_timeout_learn_press_user_guest_1496407939', '1496415139', 'no');
INSERT INTO `wpor_options` VALUES (6243,
'_transient_learn_press_user_guest_1496407939', '1496407939', 'no');
INSERT INTO `wpor_options` VALUES (6260,
'_transient_timeout_learn_press_user_guest_1496412735', '1496419935', 'no');
INSERT INTO `wpor_options` VALUES (6245,
'_transient_timeout_learn_press_user_guest_1496411441', '1496418641', 'no');
INSERT INTO `wpor_options` VALUES (6246,
'_transient_learn_press_user_guest_1496411441', '1496411441', 'no');
INSERT INTO `wpor_options` VALUES (6247,
'_transient_timeout_learn_press_user_guest_1496412390', '1496419590', 'no');
INSERT INTO `wpor_options` VALUES (6248,
'_transient_learn_press_user_guest_1496412390', '1496412390', 'no');
INSERT INTO `wpor_options` VALUES (6261,
'_transient_learn_press_user_guest_1496412735', '1496412735', 'no');
INSERT INTO `wpor_options` VALUES (6252,
'_transient_timeout_learn_press_user_guest_1496412575', '1496419775', 'no');
INSERT INTO `wpor_options` VALUES (6253,
'_transient_learn_press_user_guest_1496412575', '1496412575', 'no');
INSERT INTO `wpor_options` VALUES (6295,
'_transient_timeout_learn_press_user_guest_1496412793', '1496419993', 'no');
INSERT INTO `wpor_options` VALUES (6296,
'_transient_learn_press_user_guest_1496412793', '1496412793', 'no');
INSERT INTO `wpor_options` VALUES (6327,
'_transient_timeout_learn_press_user_guest_1496414469', '1496421669', 'no');
INSERT INTO `wpor_options` VALUES (6325,
'_transient_timeout_learn_press_user_guest_1496414440', '1496421640', 'no');
INSERT INTO `wpor_options` VALUES (6306,
'_transient_timeout_learn_press_user_guest_1496413199', '1496420399', 'no');
INSERT INTO `wpor_options` VALUES (6307,
'_transient_learn_press_user_guest_1496413199', '1496413199', 'no');
INSERT INTO `wpor_options` VALUES (6317,
'_transient_timeout_learn_press_user_guest_1496413880', '1496421080', 'no');
INSERT INTO `wpor_options` VALUES (6318,
'_transient_learn_press_user_guest_1496413880', '1496413880', 'no');
INSERT INTO `wpor_options` VALUES (6326,
'_transient_learn_press_user_guest_1496414440', '1496414440', 'no');
INSERT INTO `wpor_options` VALUES (6328,
'_transient_learn_press_user_guest_1496414469', '1496414469', 'no');
INSERT INTO `wpor_options` VALUES (6351,
'_transient_timeout_learn_press_user_guest_1496415031', '1496422231', 'no');
INSERT INTO `wpor_options` VALUES (6352,
'_transient_learn_press_user_guest_1496415031', '1496415031', 'no');
INSERT INTO `wpor_options` VALUES (6562,
'_transient_timeout_learn_press_user_guest_1496450438', '1496457638', 'no');
INSERT INTO `wpor_options` VALUES (6563,
'_transient_learn_press_user_guest_1496450438', '1496450438', 'no');
INSERT INTO `wpor_options` VALUES (7706,
'_transient_timeout_learn_press_user_guest_1496872266', '1496879466', 'no');
INSERT INTO `wpor_options` VALUES (6528,
'_transient_timeout_learn_press_user_guest_1496419718', '1496426918', 'no');
INSERT INTO `wpor_options` VALUES (6529,
'_transient_learn_press_user_guest_1496419718', '1496419718', 'no');
INSERT INTO `wpor_options` VALUES (6534,
'_transient_timeout_learn_press_user_guest_1496422633', '1496429833', 'no');
INSERT INTO `wpor_options` VALUES (6532,
'_transient_timeout_learn_press_user_guest_1496422632', '1496429832', 'no');
INSERT INTO `wpor_options` VALUES (6533,
'_transient_learn_press_user_guest_1496422632', '1496422632', 'no');
INSERT INTO `wpor_options` VALUES (6541,
'_transient_timeout_learn_press_user_guest_1496425047', '1496432247', 'no');
INSERT INTO `wpor_options` VALUES (6368,
'_transient_timeout_external_ip_address_195.175.76.22', '1497020060', 'no');
INSERT INTO `wpor_options` VALUES (6369,
'_transient_external_ip_address_195.175.76.22', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6370,
'_transient_timeout_learn_press_user_guest_1496415260', '1496422460', 'no');
INSERT INTO `wpor_options` VALUES (6371,
'_transient_learn_press_user_guest_1496415260', '1496415260', 'no');
INSERT INTO `wpor_options` VALUES (6372,
'_transient_timeout_learn_press_user_guest_1496415261', '1496422461', 'no');
INSERT INTO `wpor_options` VALUES (6373,
'_transient_learn_press_user_guest_1496415261', '1496415261', 'no');
INSERT INTO `wpor_options` VALUES (6402,
'_transient_timeout_learn_press_user_guest_1496416837', '1496424037', 'no');
INSERT INTO `wpor_options` VALUES (6394,
'_transient_timeout_learn_press_user_guest_1496415576', '1496422776', 'no');
INSERT INTO `wpor_options` VALUES (6395,
'_transient_learn_press_user_guest_1496415576', '1496415576', 'no');
INSERT INTO `wpor_options` VALUES (6397,
'_transient_timeout_learn_press_user_guest_1496416087', '1496423287', 'no');
INSERT INTO `wpor_options` VALUES (6398,
'_transient_learn_press_user_guest_1496416087', '1496416087', 'no');
INSERT INTO `wpor_options` VALUES (6400,
'_transient_timeout_learn_press_user_guest_1496416801', '1496424001', 'no');
INSERT INTO `wpor_options` VALUES (6401,
'_transient_learn_press_user_guest_1496416801', '1496416801', 'no');
INSERT INTO `wpor_options` VALUES (6403,
'_transient_learn_press_user_guest_1496416837', '1496416837', 'no');
INSERT INTO `wpor_options` VALUES (6406,
'_transient_timeout_learn_press_user_guest_1496416859', '1496424059', 'no');
INSERT INTO `wpor_options` VALUES (6407,
'_transient_learn_press_user_guest_1496416859', '1496416859', 'no');
INSERT INTO `wpor_options` VALUES (6473,
'_transient_learn_press_user_guest_1496419104', '1496419104', 'no');
INSERT INTO `wpor_options` VALUES (6474,
'_transient_timeout_learn_press_user_guest_1496419106', '1496426306', 'no');
INSERT INTO `wpor_options` VALUES (6472,
'_transient_timeout_learn_press_user_guest_1496419104', '1496426304', 'no');
INSERT INTO `wpor_options` VALUES (6467,
'_transient_timeout_learn_press_user_guest_1496419101', '1496426301', 'no');
INSERT INTO `wpor_options` VALUES (6468,
'_transient_learn_press_user_guest_1496419101', '1496419101', 'no');
INSERT INTO `wpor_options` VALUES (6475,
'_transient_learn_press_user_guest_1496419106', '1496419106', 'no');
INSERT INTO `wpor_options` VALUES (7780,
'_transient_timeout_learn_press_user_guest_1496877333', '1496884533', 'no');
INSERT INTO `wpor_options` VALUES (6477,
'_transient_timeout_learn_press_user_guest_1496419108', '1496426308', 'no');
INSERT INTO `wpor_options` VALUES (6478,
'_transient_learn_press_user_guest_1496419108', '1496419108', 'no');
INSERT INTO `wpor_options` VALUES (6479,
'_transient_timeout_learn_press_user_guest_1496419109', '1496426309', 'no');
INSERT INTO `wpor_options` VALUES (6480,
'_transient_learn_press_user_guest_1496419109', '1496419109', 'no');
INSERT INTO `wpor_options` VALUES (6486,
'_transient_timeout_learn_press_user_guest_1496419176', '1496426376', 'no');
INSERT INTO `wpor_options` VALUES (6487,
'_transient_learn_press_user_guest_1496419176', '1496419176', 'no');
INSERT INTO `wpor_options` VALUES (6542,
'_transient_learn_press_user_guest_1496425047', '1496425047', 'no');
INSERT INTO `wpor_options` VALUES (6546,
'_transient_timeout_learn_press_user_guest_1496433517', '1496440717', 'no');
INSERT INTO `wpor_options` VALUES (6544,
'_transient_timeout_learn_press_user_guest_1496433194', '1496440394', 'no');
INSERT INTO `wpor_options` VALUES (6545,
'_transient_learn_press_user_guest_1496433194', '1496433194', 'no');
INSERT INTO `wpor_options` VALUES (6547,
'_transient_learn_press_user_guest_1496433517', '1496433517', 'no');
INSERT INTO `wpor_options` VALUES (6548,
'_transient_timeout_learn_press_user_guest_1496449460', '1496456660', 'no');
INSERT INTO `wpor_options` VALUES (6549,
'_transient_learn_press_user_guest_1496449460', '1496449460', 'no');
INSERT INTO `wpor_options` VALUES (6565,
'_transient_timeout_learn_press_user_guest_1496450626', '1496457826', 'no');
INSERT INTO `wpor_options` VALUES (6551,
'_transient_timeout_learn_press_user_guest_1496449497', '1496456697', 'no');
INSERT INTO `wpor_options` VALUES (6552,
'_transient_learn_press_user_guest_1496449497', '1496449497', 'no');
INSERT INTO `wpor_options` VALUES (6553,
'_transient_timeout_learn_press_user_guest_1496449502', '1496456702', 'no');
INSERT INTO `wpor_options` VALUES (6554,
'_transient_learn_press_user_guest_1496449502', '1496449502', 'no');
INSERT INTO `wpor_options` VALUES (6555,
'_transient_timeout_learn_press_user_guest_1496450430', '1496457630', 'no');
INSERT INTO `wpor_options` VALUES (6556,
'_transient_learn_press_user_guest_1496450430', '1496450430', 'no');
INSERT INTO `wpor_options` VALUES (6645,
'_transient_timeout_learn_press_user_guest_1496477711', '1496484911', 'no');
INSERT INTO `wpor_options` VALUES (6646,
'_transient_learn_press_user_guest_1496477711', '1496477711', 'no');
INSERT INTO `wpor_options` VALUES (6566,
'_transient_learn_press_user_guest_1496450626', '1496450626', 'no');
INSERT INTO `wpor_options` VALUES (6567,
'_transient_timeout_learn_press_user_guest_1496450628', '1496457828', 'no');
INSERT INTO `wpor_options` VALUES (6568,
'_transient_learn_press_user_guest_1496450628', '1496450628', 'no');
INSERT INTO `wpor_options` VALUES (6569,
'_transient_timeout_learn_press_user_guest_1496450632', '1496457832', 'no');
INSERT INTO `wpor_options` VALUES (6570,
'_transient_learn_press_user_guest_1496450632', '1496450632', 'no');
INSERT INTO `wpor_options` VALUES (6571,
'_transient_timeout_learn_press_user_guest_1496450636', '1496457836', 'no');
INSERT INTO `wpor_options` VALUES (6572,
'_transient_learn_press_user_guest_1496450636', '1496450636', 'no');
INSERT INTO `wpor_options` VALUES (6573,
'_transient_timeout_learn_press_user_guest_1496450639', '1496457839', 'no');
INSERT INTO `wpor_options` VALUES (6574,
'_transient_learn_press_user_guest_1496450639', '1496450639', 'no');
INSERT INTO `wpor_options` VALUES (6575,
'_transient_timeout_learn_press_user_guest_1496450643', '1496457843', 'no');
INSERT INTO `wpor_options` VALUES (6576,
'_transient_learn_press_user_guest_1496450643', '1496450643', 'no');
INSERT INTO `wpor_options` VALUES (6577,
'_transient_timeout_learn_press_user_guest_1496450647', '1496457847', 'no');
INSERT INTO `wpor_options` VALUES (6578,
'_transient_learn_press_user_guest_1496450647', '1496450647', 'no');
INSERT INTO `wpor_options` VALUES (6579,
'_transient_timeout_learn_press_user_guest_1496450650', '1496457850', 'no');
INSERT INTO `wpor_options` VALUES (6580,
'_transient_learn_press_user_guest_1496450650', '1496450650', 'no');
INSERT INTO `wpor_options` VALUES (6581,
'_transient_timeout_learn_press_user_guest_1496450654', '1496457854', 'no');
INSERT INTO `wpor_options` VALUES (6582,
'_transient_learn_press_user_guest_1496450654', '1496450654', 'no');
INSERT INTO `wpor_options` VALUES (6583,
'_transient_timeout_learn_press_user_guest_1496450658', '1496457858', 'no');
INSERT INTO `wpor_options` VALUES (6584,
'_transient_learn_press_user_guest_1496450658', '1496450658', 'no');
INSERT INTO `wpor_options` VALUES (6585,
'_transient_timeout_learn_press_user_guest_1496450661', '1496457861', 'no');
INSERT INTO `wpor_options` VALUES (6586,
'_transient_learn_press_user_guest_1496450661', '1496450661', 'no');
INSERT INTO `wpor_options` VALUES (6587,
'_transient_timeout_learn_press_user_guest_1496450665', '1496457865', 'no');
INSERT INTO `wpor_options` VALUES (6588,
'_transient_learn_press_user_guest_1496450665', '1496450665', 'no');
INSERT INTO `wpor_options` VALUES (6589,
'_transient_timeout_learn_press_user_guest_1496450668', '1496457868', 'no');
INSERT INTO `wpor_options` VALUES (6590,
'_transient_learn_press_user_guest_1496450668', '1496450668', 'no');
INSERT INTO `wpor_options` VALUES (6591,
'_transient_timeout_learn_press_user_guest_1496450672', '1496457872', 'no');
INSERT INTO `wpor_options` VALUES (6592,
'_transient_learn_press_user_guest_1496450672', '1496450672', 'no');
INSERT INTO `wpor_options` VALUES (6593,
'_transient_timeout_learn_press_user_guest_1496450675', '1496457875', 'no');
INSERT INTO `wpor_options` VALUES (6594,
'_transient_learn_press_user_guest_1496450675', '1496450675', 'no');
INSERT INTO `wpor_options` VALUES (6600,
'_transient_timeout_learn_press_user_guest_1496459204', '1496466404', 'no');
INSERT INTO `wpor_options` VALUES (6596,
'_transient_timeout_learn_press_user_guest_1496459202', '1496466402', 'no');
INSERT INTO `wpor_options` VALUES (6597,
'_transient_learn_press_user_guest_1496459202', '1496459202', 'no');
INSERT INTO `wpor_options` VALUES (6598,
'_transient_timeout_learn_press_user_guest_1496459203', '1496466403', 'no');
INSERT INTO `wpor_options` VALUES (6599,
'_transient_learn_press_user_guest_1496459203', '1496459203', 'no');
INSERT INTO `wpor_options` VALUES (6601,
'_transient_learn_press_user_guest_1496459204', '1496459204', 'no');
INSERT INTO `wpor_options` VALUES (6602,
'_transient_timeout_learn_press_user_guest_1496459213', '1496466413', 'no');
INSERT INTO `wpor_options` VALUES (6603,
'_transient_learn_press_user_guest_1496459213', '1496459213', 'no');
INSERT INTO `wpor_options` VALUES (6604,
'_transient_timeout_learn_press_user_guest_1496459216', '1496466416', 'no');
INSERT INTO `wpor_options` VALUES (6605,
'_transient_learn_press_user_guest_1496459216', '1496459216', 'no');
INSERT INTO `wpor_options` VALUES (6606,
'_transient_timeout_learn_press_user_guest_1496460918', '1496468118', 'no');
INSERT INTO `wpor_options` VALUES (6607,
'_transient_learn_press_user_guest_1496460918', '1496460918', 'no');
INSERT INTO `wpor_options` VALUES (6617,
'_transient_timeout_learn_press_user_guest_1496476926', '1496484126', 'no');
INSERT INTO `wpor_options` VALUES (6609,
'_transient_timeout_learn_press_user_guest_1496460922', '1496468122', 'no');
INSERT INTO `wpor_options` VALUES (6610,
'_transient_learn_press_user_guest_1496460922', '1496460922', 'no');
INSERT INTO `wpor_options` VALUES (6611,
'_transient_timeout_learn_press_user_guest_1496460923', '1496468123', 'no');
INSERT INTO `wpor_options` VALUES (6612,
'_transient_learn_press_user_guest_1496460923', '1496460923', 'no');
INSERT INTO `wpor_options` VALUES (6613,
'_transient_timeout_learn_press_user_guest_1496476921', '1496484121', 'no');
INSERT INTO `wpor_options` VALUES (6614,
'_transient_learn_press_user_guest_1496476921', '1496476921', 'no');
INSERT INTO `wpor_options` VALUES (6615,
'_transient_timeout_learn_press_user_guest_1496476923', '1496484123', 'no');
INSERT INTO `wpor_options` VALUES (6616,
'_transient_learn_press_user_guest_1496476923', '1496476923', 'no');
INSERT INTO `wpor_options` VALUES (6618,
'_transient_learn_press_user_guest_1496476926', '1496476926', 'no');
INSERT INTO `wpor_options` VALUES (6619,
'_transient_timeout_learn_press_user_guest_1496476929', '1496484129', 'no');
INSERT INTO `wpor_options` VALUES (6620,
'_transient_learn_press_user_guest_1496476929', '1496476929', 'no');
INSERT INTO `wpor_options` VALUES (6621,
'_transient_timeout_learn_press_user_guest_1496476932', '1496484132', 'no');
INSERT INTO `wpor_options` VALUES (6622,
'_transient_learn_press_user_guest_1496476932', '1496476932', 'no');
INSERT INTO `wpor_options` VALUES (6623,
'_transient_timeout_learn_press_user_guest_1496476935', '1496484135', 'no');
INSERT INTO `wpor_options` VALUES (6624,
'_transient_learn_press_user_guest_1496476935', '1496476935', 'no');
INSERT INTO `wpor_options` VALUES (6625,
'_transient_timeout_learn_press_user_guest_1496476938', '1496484138', 'no');
INSERT INTO `wpor_options` VALUES (6626,
'_transient_learn_press_user_guest_1496476938', '1496476938', 'no');
INSERT INTO `wpor_options` VALUES (6627,
'_transient_timeout_learn_press_user_guest_1496476942', '1496484142', 'no');
INSERT INTO `wpor_options` VALUES (6628,
'_transient_learn_press_user_guest_1496476942', '1496476942', 'no');
INSERT INTO `wpor_options` VALUES (6629,
'_transient_timeout_learn_press_user_guest_1496476945', '1496484145', 'no');
INSERT INTO `wpor_options` VALUES (6630,
'_transient_learn_press_user_guest_1496476945', '1496476945', 'no');
INSERT INTO `wpor_options` VALUES (6631,
'_transient_timeout_learn_press_user_guest_1496476948', '1496484148', 'no');
INSERT INTO `wpor_options` VALUES (6632,
'_transient_learn_press_user_guest_1496476948', '1496476948', 'no');
INSERT INTO `wpor_options` VALUES (6633,
'_transient_timeout_learn_press_user_guest_1496476951', '1496484151', 'no');
INSERT INTO `wpor_options` VALUES (6634,
'_transient_learn_press_user_guest_1496476951', '1496476951', 'no');
INSERT INTO `wpor_options` VALUES (6635,
'_transient_timeout_learn_press_user_guest_1496477700', '1496484900', 'no');
INSERT INTO `wpor_options` VALUES (6636,
'_transient_learn_press_user_guest_1496477700', '1496477700', 'no');
INSERT INTO `wpor_options` VALUES (6652,
'_transient_timeout_learn_press_user_guest_1496477721', '1496484921', 'no');
INSERT INTO `wpor_options` VALUES (6653,
'_transient_learn_press_user_guest_1496477721', '1496477721', 'no');
INSERT INTO `wpor_options` VALUES (9273,
'_transient_timeout_learn_press_user_guest_1497125012', '1497132212', 'no');
INSERT INTO `wpor_options` VALUES (9274,
'_transient_learn_press_user_guest_1497125012', '1497125012', 'no');
INSERT INTO `wpor_options` VALUES (10235,
'_site_transient_timeout_thim_core_check_self_update', '1497264568', 'no');
INSERT INTO `wpor_options` VALUES (10236,
'_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.3.6";s:6:"author";s:21:"https://thimpress.com";s:14:"aut
hor_profile";s:21:"https://thimpress.com";s:8:"requires";s:3:"4.7";s:6:"tested";s:3
:"4.8";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:38:"https://foobla.bitbucket.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:56:"https://foobla.bitbucket.io/thim-
core/dist/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:61:"https://foobla.bitbucket.io/thim-core/dist/banner-
772x250.jpg";s:4:"high";s:62:"https://foobla.bitbucket.io/thim-core/dist/banner-
1544x500.jpg";}}', 'no');
INSERT INTO `wpor_options` VALUES (6650,
'_transient_timeout_learn_press_user_guest_1496477718', '1496484918', 'no');
INSERT INTO `wpor_options` VALUES (6651,
'_transient_learn_press_user_guest_1496477718', '1496477718', 'no');
INSERT INTO `wpor_options` VALUES (6654,
'_transient_timeout_learn_press_user_guest_1496477724', '1496484924', 'no');
INSERT INTO `wpor_options` VALUES (6655,
'_transient_learn_press_user_guest_1496477724', '1496477724', 'no');
INSERT INTO `wpor_options` VALUES (6656,
'_transient_timeout_learn_press_user_guest_1496477727', '1496484927', 'no');
INSERT INTO `wpor_options` VALUES (6657,
'_transient_learn_press_user_guest_1496477727', '1496477727', 'no');
INSERT INTO `wpor_options` VALUES (6658,
'_transient_timeout_learn_press_user_guest_1496477730', '1496484930', 'no');
INSERT INTO `wpor_options` VALUES (6659,
'_transient_learn_press_user_guest_1496477730', '1496477730', 'no');
INSERT INTO `wpor_options` VALUES (6660,
'_transient_timeout_learn_press_user_guest_1496477733', '1496484933', 'no');
INSERT INTO `wpor_options` VALUES (6661,
'_transient_learn_press_user_guest_1496477733', '1496477733', 'no');
INSERT INTO `wpor_options` VALUES (6662,
'_transient_timeout_learn_press_user_guest_1496477736', '1496484936', 'no');
INSERT INTO `wpor_options` VALUES (6663,
'_transient_learn_press_user_guest_1496477736', '1496477736', 'no');
INSERT INTO `wpor_options` VALUES (6664,
'_transient_timeout_learn_press_user_guest_1496477739', '1496484939', 'no');
INSERT INTO `wpor_options` VALUES (6665,
'_transient_learn_press_user_guest_1496477739', '1496477739', 'no');
INSERT INTO `wpor_options` VALUES (6666,
'_transient_timeout_learn_press_user_guest_1496477742', '1496484942', 'no');
INSERT INTO `wpor_options` VALUES (6667,
'_transient_learn_press_user_guest_1496477742', '1496477742', 'no');
INSERT INTO `wpor_options` VALUES (6668,
'_transient_timeout_learn_press_user_guest_1496479038', '1496486238', 'no');
INSERT INTO `wpor_options` VALUES (6669,
'_transient_learn_press_user_guest_1496479038', '1496479038', 'no');
INSERT INTO `wpor_options` VALUES (6673,
'_transient_timeout_learn_press_user_guest_1496479043', '1496486243', 'no');
INSERT INTO `wpor_options` VALUES (6671,
'_transient_timeout_learn_press_user_guest_1496479039', '1496486239', 'no');
INSERT INTO `wpor_options` VALUES (6672,
'_transient_learn_press_user_guest_1496479039', '1496479039', 'no');
INSERT INTO `wpor_options` VALUES (6674,
'_transient_learn_press_user_guest_1496479043', '1496479043', 'no');
INSERT INTO `wpor_options` VALUES (6677,
'_transient_timeout_learn_press_user_guest_1496481200', '1496488400', 'no');
INSERT INTO `wpor_options` VALUES (6678,
'_transient_learn_press_user_guest_1496481200', '1496481200', 'no');
INSERT INTO `wpor_options` VALUES (6680,
'_transient_timeout_learn_press_user_guest_1496486192', '1496493392', 'no');
INSERT INTO `wpor_options` VALUES (6681,
'_transient_learn_press_user_guest_1496486192', '1496486192', 'no');
INSERT INTO `wpor_options` VALUES (6731,
'_transient_timeout_learn_press_user_guest_1496486255', '1496493455', 'no');
INSERT INTO `wpor_options` VALUES (6683,
'_transient_timeout_learn_press_user_guest_1496486194', '1496493394', 'no');
INSERT INTO `wpor_options` VALUES (6684,
'_transient_learn_press_user_guest_1496486194', '1496486194', 'no');
INSERT INTO `wpor_options` VALUES (6685,
'_transient_timeout_learn_press_user_guest_1496486197', '1496493397', 'no');
INSERT INTO `wpor_options` VALUES (6686,
'_transient_learn_press_user_guest_1496486197', '1496486197', 'no');
INSERT INTO `wpor_options` VALUES (6687,
'_transient_timeout_learn_press_user_guest_1496486200', '1496493400', 'no');
INSERT INTO `wpor_options` VALUES (6688,
'_transient_learn_press_user_guest_1496486200', '1496486200', 'no');
INSERT INTO `wpor_options` VALUES (6689,
'_transient_timeout_learn_press_user_guest_1496486203', '1496493403', 'no');
INSERT INTO `wpor_options` VALUES (6690,
'_transient_learn_press_user_guest_1496486203', '1496486203', 'no');
INSERT INTO `wpor_options` VALUES (6691,
'_transient_timeout_learn_press_user_guest_1496486205', '1496493405', 'no');
INSERT INTO `wpor_options` VALUES (6692,
'_transient_learn_press_user_guest_1496486205', '1496486205', 'no');
INSERT INTO `wpor_options` VALUES (6693,
'_transient_timeout_learn_press_user_guest_1496486208', '1496493408', 'no');
INSERT INTO `wpor_options` VALUES (6694,
'_transient_learn_press_user_guest_1496486208', '1496486208', 'no');
INSERT INTO `wpor_options` VALUES (6695,
'_transient_timeout_learn_press_user_guest_1496486211', '1496493411', 'no');
INSERT INTO `wpor_options` VALUES (6696,
'_transient_learn_press_user_guest_1496486211', '1496486211', 'no');
INSERT INTO `wpor_options` VALUES (6697,
'_transient_timeout_learn_press_user_guest_1496486213', '1496493413', 'no');
INSERT INTO `wpor_options` VALUES (6698,
'_transient_learn_press_user_guest_1496486213', '1496486213', 'no');
INSERT INTO `wpor_options` VALUES (6699,
'_transient_timeout_learn_press_user_guest_1496486216', '1496493416', 'no');
INSERT INTO `wpor_options` VALUES (6700,
'_transient_learn_press_user_guest_1496486216', '1496486216', 'no');
INSERT INTO `wpor_options` VALUES (6701,
'_transient_timeout_learn_press_user_guest_1496486219', '1496493419', 'no');
INSERT INTO `wpor_options` VALUES (6702,
'_transient_learn_press_user_guest_1496486219', '1496486219', 'no');
INSERT INTO `wpor_options` VALUES (6703,
'_transient_timeout_learn_press_user_guest_1496486222', '1496493422', 'no');
INSERT INTO `wpor_options` VALUES (6704,
'_transient_learn_press_user_guest_1496486222', '1496486222', 'no');
INSERT INTO `wpor_options` VALUES (6705,
'_transient_timeout_learn_press_user_guest_1496486224', '1496493424', 'no');
INSERT INTO `wpor_options` VALUES (6706,
'_transient_learn_press_user_guest_1496486224', '1496486224', 'no');
INSERT INTO `wpor_options` VALUES (6707,
'_transient_timeout_learn_press_user_guest_1496486227', '1496493427', 'no');
INSERT INTO `wpor_options` VALUES (6708,
'_transient_learn_press_user_guest_1496486227', '1496486227', 'no');
INSERT INTO `wpor_options` VALUES (6709,
'_transient_timeout_learn_press_user_guest_1496486229', '1496493429', 'no');
INSERT INTO `wpor_options` VALUES (6710,
'_transient_learn_press_user_guest_1496486229', '1496486229', 'no');
INSERT INTO `wpor_options` VALUES (6711,
'_transient_timeout_learn_press_user_guest_1496486232', '1496493432', 'no');
INSERT INTO `wpor_options` VALUES (6712,
'_transient_learn_press_user_guest_1496486232', '1496486232', 'no');
INSERT INTO `wpor_options` VALUES (6713,
'_transient_timeout_learn_press_user_guest_1496486235', '1496493435', 'no');
INSERT INTO `wpor_options` VALUES (6714,
'_transient_learn_press_user_guest_1496486235', '1496486235', 'no');
INSERT INTO `wpor_options` VALUES (6715,
'_transient_timeout_learn_press_user_guest_1496486237', '1496493437', 'no');
INSERT INTO `wpor_options` VALUES (6716,
'_transient_learn_press_user_guest_1496486237', '1496486237', 'no');
INSERT INTO `wpor_options` VALUES (6719,
'_transient_timeout_learn_press_user_guest_1496486240', '1496493440', 'no');
INSERT INTO `wpor_options` VALUES (6720,
'_transient_learn_press_user_guest_1496486240', '1496486240', 'no');
INSERT INTO `wpor_options` VALUES (6721,
'_transient_timeout_learn_press_user_guest_1496486242', '1496493442', 'no');
INSERT INTO `wpor_options` VALUES (6722,
'_transient_learn_press_user_guest_1496486242', '1496486242', 'no');
INSERT INTO `wpor_options` VALUES (6723,
'_transient_timeout_learn_press_user_guest_1496486245', '1496493445', 'no');
INSERT INTO `wpor_options` VALUES (6724,
'_transient_learn_press_user_guest_1496486245', '1496486245', 'no');
INSERT INTO `wpor_options` VALUES (6725,
'_transient_timeout_learn_press_user_guest_1496486247', '1496493447', 'no');
INSERT INTO `wpor_options` VALUES (6726,
'_transient_learn_press_user_guest_1496486247', '1496486247', 'no');
INSERT INTO `wpor_options` VALUES (6727,
'_transient_timeout_learn_press_user_guest_1496486250', '1496493450', 'no');
INSERT INTO `wpor_options` VALUES (6728,
'_transient_learn_press_user_guest_1496486250', '1496486250', 'no');
INSERT INTO `wpor_options` VALUES (6729,
'_transient_timeout_learn_press_user_guest_1496486253', '1496493453', 'no');
INSERT INTO `wpor_options` VALUES (6730,
'_transient_learn_press_user_guest_1496486253', '1496486253', 'no');
INSERT INTO `wpor_options` VALUES (6732,
'_transient_learn_press_user_guest_1496486255', '1496486255', 'no');
INSERT INTO `wpor_options` VALUES (6733,
'_transient_timeout_learn_press_user_guest_1496486257', '1496493457', 'no');
INSERT INTO `wpor_options` VALUES (6734,
'_transient_learn_press_user_guest_1496486257', '1496486257', 'no');
INSERT INTO `wpor_options` VALUES (6735,
'_transient_timeout_learn_press_user_guest_1496486260', '1496493460', 'no');
INSERT INTO `wpor_options` VALUES (6736,
'_transient_learn_press_user_guest_1496486260', '1496486260', 'no');
INSERT INTO `wpor_options` VALUES (6737,
'_transient_timeout_learn_press_user_guest_1496486262', '1496493462', 'no');
INSERT INTO `wpor_options` VALUES (6738,
'_transient_learn_press_user_guest_1496486262', '1496486262', 'no');
INSERT INTO `wpor_options` VALUES (6742,
'_transient_timeout_learn_press_user_guest_1496487304', '1496494504', 'no');
INSERT INTO `wpor_options` VALUES (6740,
'_transient_timeout_learn_press_user_guest_1496486423', '1496493623', 'no');
INSERT INTO `wpor_options` VALUES (6741,
'_transient_learn_press_user_guest_1496486423', '1496486423', 'no');
INSERT INTO `wpor_options` VALUES (6743,
'_transient_learn_press_user_guest_1496487304', '1496487304', 'no');
INSERT INTO `wpor_options` VALUES (6747,
'_transient_timeout_learn_press_user_guest_1496487307', '1496494507', 'no');
INSERT INTO `wpor_options` VALUES (6745,
'_transient_timeout_learn_press_user_guest_1496487305', '1496494505', 'no');
INSERT INTO `wpor_options` VALUES (6746,
'_transient_learn_press_user_guest_1496487305', '1496487305', 'no');
INSERT INTO `wpor_options` VALUES (6748,
'_transient_learn_press_user_guest_1496487307', '1496487307', 'no');
INSERT INTO `wpor_options` VALUES (6749,
'_transient_timeout_learn_press_user_guest_1496487311', '1496494511', 'no');
INSERT INTO `wpor_options` VALUES (6750,
'_transient_learn_press_user_guest_1496487311', '1496487311', 'no');
INSERT INTO `wpor_options` VALUES (6751,
'_transient_timeout_learn_press_user_guest_1496487315', '1496494515', 'no');
INSERT INTO `wpor_options` VALUES (6752,
'_transient_learn_press_user_guest_1496487315', '1496487315', 'no');
INSERT INTO `wpor_options` VALUES (6755,
'_transient_timeout_learn_press_user_guest_1496487319', '1496494519', 'no');
INSERT INTO `wpor_options` VALUES (6756,
'_transient_learn_press_user_guest_1496487319', '1496487319', 'no');
INSERT INTO `wpor_options` VALUES (6757,
'_transient_timeout_learn_press_user_guest_1496487323', '1496494523', 'no');
INSERT INTO `wpor_options` VALUES (6758,
'_transient_learn_press_user_guest_1496487323', '1496487323', 'no');
INSERT INTO `wpor_options` VALUES (6759,
'_transient_timeout_learn_press_user_guest_1496487327', '1496494527', 'no');
INSERT INTO `wpor_options` VALUES (6760,
'_transient_learn_press_user_guest_1496487327', '1496487327', 'no');
INSERT INTO `wpor_options` VALUES (6761,
'_transient_timeout_learn_press_user_guest_1496487331', '1496494531', 'no');
INSERT INTO `wpor_options` VALUES (6762,
'_transient_learn_press_user_guest_1496487331', '1496487331', 'no');
INSERT INTO `wpor_options` VALUES (6763,
'_transient_timeout_learn_press_user_guest_1496487335', '1496494535', 'no');
INSERT INTO `wpor_options` VALUES (6764,
'_transient_learn_press_user_guest_1496487335', '1496487335', 'no');
INSERT INTO `wpor_options` VALUES (6765,
'_transient_timeout_learn_press_user_guest_1496487338', '1496494538', 'no');
INSERT INTO `wpor_options` VALUES (6766,
'_transient_learn_press_user_guest_1496487338', '1496487338', 'no');
INSERT INTO `wpor_options` VALUES (6767,
'_transient_timeout_learn_press_user_guest_1496487342', '1496494542', 'no');
INSERT INTO `wpor_options` VALUES (6768,
'_transient_learn_press_user_guest_1496487342', '1496487342', 'no');
INSERT INTO `wpor_options` VALUES (6769,
'_transient_timeout_learn_press_user_guest_1496487346', '1496494546', 'no');
INSERT INTO `wpor_options` VALUES (6770,
'_transient_learn_press_user_guest_1496487346', '1496487346', 'no');
INSERT INTO `wpor_options` VALUES (6771,
'_transient_timeout_learn_press_user_guest_1496487350', '1496494550', 'no');
INSERT INTO `wpor_options` VALUES (6772,
'_transient_learn_press_user_guest_1496487350', '1496487350', 'no');
INSERT INTO `wpor_options` VALUES (6773,
'_transient_timeout_learn_press_user_guest_1496487353', '1496494553', 'no');
INSERT INTO `wpor_options` VALUES (6774,
'_transient_learn_press_user_guest_1496487353', '1496487353', 'no');
INSERT INTO `wpor_options` VALUES (6775,
'_transient_timeout_learn_press_user_guest_1496487357', '1496494557', 'no');
INSERT INTO `wpor_options` VALUES (6776,
'_transient_learn_press_user_guest_1496487357', '1496487357', 'no');
INSERT INTO `wpor_options` VALUES (6777,
'_transient_timeout_learn_press_user_guest_1496487360', '1496494560', 'no');
INSERT INTO `wpor_options` VALUES (6778,
'_transient_learn_press_user_guest_1496487360', '1496487360', 'no');
INSERT INTO `wpor_options` VALUES (6779,
'_transient_timeout_learn_press_user_guest_1496487364', '1496494564', 'no');
INSERT INTO `wpor_options` VALUES (6780,
'_transient_learn_press_user_guest_1496487364', '1496487364', 'no');
INSERT INTO `wpor_options` VALUES (6783,
'_transient_timeout_learn_press_user_guest_1496487368', '1496494568', 'no');
INSERT INTO `wpor_options` VALUES (6784,
'_transient_learn_press_user_guest_1496487368', '1496487368', 'no');
INSERT INTO `wpor_options` VALUES (6785,
'_transient_timeout_learn_press_user_guest_1496487371', '1496494571', 'no');
INSERT INTO `wpor_options` VALUES (6786,
'_transient_learn_press_user_guest_1496487371', '1496487371', 'no');
INSERT INTO `wpor_options` VALUES (6787,
'_transient_timeout_learn_press_user_guest_1496487375', '1496494575', 'no');
INSERT INTO `wpor_options` VALUES (6788,
'_transient_learn_press_user_guest_1496487375', '1496487375', 'no');
INSERT INTO `wpor_options` VALUES (6789,
'_transient_timeout_learn_press_user_guest_1496487378', '1496494578', 'no');
INSERT INTO `wpor_options` VALUES (6790,
'_transient_learn_press_user_guest_1496487378', '1496487378', 'no');
INSERT INTO `wpor_options` VALUES (6791,
'_transient_timeout_learn_press_user_guest_1496487382', '1496494582', 'no');
INSERT INTO `wpor_options` VALUES (6792,
'_transient_learn_press_user_guest_1496487382', '1496487382', 'no');
INSERT INTO `wpor_options` VALUES (6793,
'_transient_timeout_learn_press_user_guest_1496487385', '1496494585', 'no');
INSERT INTO `wpor_options` VALUES (6794,
'_transient_learn_press_user_guest_1496487385', '1496487385', 'no');
INSERT INTO `wpor_options` VALUES (6795,
'_transient_timeout_learn_press_user_guest_1496487389', '1496494589', 'no');
INSERT INTO `wpor_options` VALUES (6796,
'_transient_learn_press_user_guest_1496487389', '1496487389', 'no');
INSERT INTO `wpor_options` VALUES (6797,
'_transient_timeout_learn_press_user_guest_1496488632', '1496495832', 'no');
INSERT INTO `wpor_options` VALUES (6798,
'_transient_learn_press_user_guest_1496488632', '1496488632', 'no');
INSERT INTO `wpor_options` VALUES (6802,
'_transient_timeout_learn_press_user_guest_1496494767', '1496501967', 'no');
INSERT INTO `wpor_options` VALUES (6800,
'_transient_timeout_learn_press_user_guest_1496488633', '1496495833', 'no');
INSERT INTO `wpor_options` VALUES (6801,
'_transient_learn_press_user_guest_1496488633', '1496488633', 'no');
INSERT INTO `wpor_options` VALUES (6803,
'_transient_learn_press_user_guest_1496494767', '1496494767', 'no');
INSERT INTO `wpor_options` VALUES (6828,
'_transient_timeout_learn_press_user_guest_1496526867', '1496534067', 'no');
INSERT INTO `wpor_options` VALUES (6805,
'_transient_timeout_learn_press_user_guest_1496494770', '1496501970', 'no');
INSERT INTO `wpor_options` VALUES (6806,
'_transient_learn_press_user_guest_1496494770', '1496494770', 'no');
INSERT INTO `wpor_options` VALUES (6807,
'_transient_timeout_external_ip_address_37.154.191.75', '1497102174', 'no');
INSERT INTO `wpor_options` VALUES (6808,
'_transient_external_ip_address_37.154.191.75', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6809,
'_transient_timeout_learn_press_user_guest_1496497376', '1496504576', 'no');
INSERT INTO `wpor_options` VALUES (6810,
'_transient_learn_press_user_guest_1496497376', '1496497376', 'no');
INSERT INTO `wpor_options` VALUES (6811,
'_transient_timeout_learn_press_user_guest_1496497378', '1496504578', 'no');
INSERT INTO `wpor_options` VALUES (6812,
'_transient_learn_press_user_guest_1496497378', '1496497378', 'no');
INSERT INTO `wpor_options` VALUES (6813,
'_transient_timeout_learn_press_user_guest_1496520566', '1496527766', 'no');
INSERT INTO `wpor_options` VALUES (6814,
'_transient_learn_press_user_guest_1496520566', '1496520566', 'no');
INSERT INTO `wpor_options` VALUES (6815,
'_transient_timeout_learn_press_user_guest_1496520567', '1496527767', 'no');
INSERT INTO `wpor_options` VALUES (6816,
'_transient_learn_press_user_guest_1496520567', '1496520567', 'no');
INSERT INTO `wpor_options` VALUES (6817,
'_transient_timeout_learn_press_user_guest_1496520568', '1496527768', 'no');
INSERT INTO `wpor_options` VALUES (6818,
'_transient_learn_press_user_guest_1496520568', '1496520568', 'no');
INSERT INTO `wpor_options` VALUES (7047,
'_transient_timeout_learn_press_user_guest_1496615388', '1496622588', 'no');
INSERT INTO `wpor_options` VALUES (7048,
'_transient_learn_press_user_guest_1496615388', '1496615388', 'no');
INSERT INTO `wpor_options` VALUES (7050,
'_transient_timeout_learn_press_user_guest_1496615391', '1496622591', 'no');
INSERT INTO `wpor_options` VALUES (7051,
'_transient_learn_press_user_guest_1496615391', '1496615391', 'no');
INSERT INTO `wpor_options` VALUES (6826,
'_transient_timeout_learn_press_user_guest_1496520615', '1496527815', 'no');
INSERT INTO `wpor_options` VALUES (6827,
'_transient_learn_press_user_guest_1496520615', '1496520615', 'no');
INSERT INTO `wpor_options` VALUES (6829,
'_transient_learn_press_user_guest_1496526867', '1496526867', 'no');
INSERT INTO `wpor_options` VALUES (6833,
'_transient_timeout_learn_press_user_guest_1496527402', '1496534602', 'no');
INSERT INTO `wpor_options` VALUES (6831,
'_transient_timeout_learn_press_user_guest_1496526868', '1496534068', 'no');
INSERT INTO `wpor_options` VALUES (6832,
'_transient_learn_press_user_guest_1496526868', '1496526868', 'no');
INSERT INTO `wpor_options` VALUES (6834,
'_transient_learn_press_user_guest_1496527402', '1496527402', 'no');
INSERT INTO `wpor_options` VALUES (6838,
'_transient_timeout_external_ip_address_94.122.111.171', '1497132590', 'no');
INSERT INTO `wpor_options` VALUES (6836,
'_transient_timeout_learn_press_user_guest_1496527403', '1496534603', 'no');
INSERT INTO `wpor_options` VALUES (6837,
'_transient_learn_press_user_guest_1496527403', '1496527403', 'no');
INSERT INTO `wpor_options` VALUES (6839,
'_transient_external_ip_address_94.122.111.171', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6845,
'_transient_timeout_learn_press_user_guest_1496532523', '1496539723', 'no');
INSERT INTO `wpor_options` VALUES (6841,
'_transient_timeout_learn_press_user_guest_1496527791', '1496534991', 'no');
INSERT INTO `wpor_options` VALUES (6842,
'_transient_learn_press_user_guest_1496527791', '1496527791', 'no');
INSERT INTO `wpor_options` VALUES (6843,
'_transient_timeout_learn_press_user_guest_1496527792', '1496534992', 'no');
INSERT INTO `wpor_options` VALUES (6844,
'_transient_learn_press_user_guest_1496527792', '1496527792', 'no');
INSERT INTO `wpor_options` VALUES (6846,
'_transient_learn_press_user_guest_1496532523', '1496532523', 'no');
INSERT INTO `wpor_options` VALUES (6850,
'_transient_timeout_learn_press_user_guest_1496532527', '1496539727', 'no');
INSERT INTO `wpor_options` VALUES (6848,
'_transient_timeout_learn_press_user_guest_1496532524', '1496539724', 'no');
INSERT INTO `wpor_options` VALUES (6849,
'_transient_learn_press_user_guest_1496532524', '1496532524', 'no');
INSERT INTO `wpor_options` VALUES (6851,
'_transient_learn_press_user_guest_1496532527', '1496532527', 'no');
INSERT INTO `wpor_options` VALUES (6852,
'_transient_timeout_learn_press_user_guest_1496534742', '1496541942', 'no');
INSERT INTO `wpor_options` VALUES (6853,
'_transient_learn_press_user_guest_1496534742', '1496534742', 'no');
INSERT INTO `wpor_options` VALUES (6859,
'_transient_timeout_learn_press_user_guest_1496555928', '1496563128', 'no');
INSERT INTO `wpor_options` VALUES (6857,
'_transient_timeout_learn_press_user_guest_1496534802', '1496542002', 'no');
INSERT INTO `wpor_options` VALUES (6858,
'_transient_learn_press_user_guest_1496534802', '1496534802', 'no');
INSERT INTO `wpor_options` VALUES (6860,
'_transient_learn_press_user_guest_1496555928', '1496555928', 'no');
INSERT INTO `wpor_options` VALUES (6864,
'_transient_timeout_learn_press_user_guest_1496555932', '1496563132', 'no');
INSERT INTO `wpor_options` VALUES (6862,
'_transient_timeout_learn_press_user_guest_1496555930', '1496563130', 'no');
INSERT INTO `wpor_options` VALUES (6863,
'_transient_learn_press_user_guest_1496555930', '1496555930', 'no');
INSERT INTO `wpor_options` VALUES (6865,
'_transient_learn_press_user_guest_1496555932', '1496555932', 'no');
INSERT INTO `wpor_options` VALUES (6866,
'_transient_timeout_learn_press_user_guest_1496555936', '1496563136', 'no');
INSERT INTO `wpor_options` VALUES (6867,
'_transient_learn_press_user_guest_1496555936', '1496555936', 'no');
INSERT INTO `wpor_options` VALUES (6868,
'_transient_timeout_learn_press_user_guest_1496555940', '1496563140', 'no');
INSERT INTO `wpor_options` VALUES (6869,
'_transient_learn_press_user_guest_1496555940', '1496555940', 'no');
INSERT INTO `wpor_options` VALUES (6870,
'_transient_timeout_learn_press_user_guest_1496555943', '1496563143', 'no');
INSERT INTO `wpor_options` VALUES (6871,
'_transient_learn_press_user_guest_1496555943', '1496555943', 'no');
INSERT INTO `wpor_options` VALUES (6872,
'_transient_timeout_learn_press_user_guest_1496555947', '1496563147', 'no');
INSERT INTO `wpor_options` VALUES (6873,
'_transient_learn_press_user_guest_1496555947', '1496555947', 'no');
INSERT INTO `wpor_options` VALUES (6874,
'_transient_timeout_learn_press_user_guest_1496555951', '1496563151', 'no');
INSERT INTO `wpor_options` VALUES (6875,
'_transient_learn_press_user_guest_1496555951', '1496555951', 'no');
INSERT INTO `wpor_options` VALUES (6876,
'_transient_timeout_learn_press_user_guest_1496555954', '1496563154', 'no');
INSERT INTO `wpor_options` VALUES (6877,
'_transient_learn_press_user_guest_1496555954', '1496555954', 'no');
INSERT INTO `wpor_options` VALUES (6878,
'_transient_timeout_learn_press_user_guest_1496555958', '1496563158', 'no');
INSERT INTO `wpor_options` VALUES (6879,
'_transient_learn_press_user_guest_1496555958', '1496555958', 'no');
INSERT INTO `wpor_options` VALUES (6880,
'_transient_timeout_learn_press_user_guest_1496569603', '1496576803', 'no');
INSERT INTO `wpor_options` VALUES (6881,
'_transient_learn_press_user_guest_1496569603', '1496569603', 'no');
INSERT INTO `wpor_options` VALUES (6897,
'_transient_timeout_external_ip_address_95.13.151.112', '1497182552', 'no');
INSERT INTO `wpor_options` VALUES (6883,
'_transient_timeout_learn_press_user_guest_1496569615', '1496576815', 'no');
INSERT INTO `wpor_options` VALUES (6884,
'_transient_learn_press_user_guest_1496569615', '1496569615', 'no');
INSERT INTO `wpor_options` VALUES (6885,
'_transient_timeout_learn_press_user_guest_1496570246', '1496577446', 'no');
INSERT INTO `wpor_options` VALUES (6886,
'_transient_learn_press_user_guest_1496570246', '1496570246', 'no');
INSERT INTO `wpor_options` VALUES (6887,
'_transient_timeout_learn_press_user_guest_1496570247', '1496577447', 'no');
INSERT INTO `wpor_options` VALUES (6888,
'_transient_learn_press_user_guest_1496570247', '1496570247', 'no');
INSERT INTO `wpor_options` VALUES (6898,
'_transient_external_ip_address_95.13.151.112', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6916,
'_transient_timeout_learn_press_user_guest_1496584098', '1496591298', 'no');
INSERT INTO `wpor_options` VALUES (6900,
'_transient_timeout_learn_press_user_guest_1496577753', '1496584953', 'no');
INSERT INTO `wpor_options` VALUES (6901,
'_transient_learn_press_user_guest_1496577753', '1496577753', 'no');
INSERT INTO `wpor_options` VALUES (6902,
'_transient_timeout_learn_press_user_guest_1496577754', '1496584954', 'no');
INSERT INTO `wpor_options` VALUES (6903,
'_transient_learn_press_user_guest_1496577754', '1496577754', 'no');
INSERT INTO `wpor_options` VALUES (6904,
'_transient_timeout_learn_press_user_guest_1496577757', '1496584957', 'no');
INSERT INTO `wpor_options` VALUES (6905,
'_transient_learn_press_user_guest_1496577757', '1496577757', 'no');
INSERT INTO `wpor_options` VALUES (6906,
'_transient_timeout_learn_press_user_guest_1496577769', '1496584969', 'no');
INSERT INTO `wpor_options` VALUES (6907,
'_transient_learn_press_user_guest_1496577769', '1496577769', 'no');
INSERT INTO `wpor_options` VALUES (6908,
'_transient_timeout_learn_press_user_guest_1496577774', '1496584974', 'no');
INSERT INTO `wpor_options` VALUES (6909,
'_transient_learn_press_user_guest_1496577774', '1496577774', 'no');
INSERT INTO `wpor_options` VALUES (6910,
'_transient_timeout_learn_press_user_guest_1496577775', '1496584975', 'no');
INSERT INTO `wpor_options` VALUES (6911,
'_transient_learn_press_user_guest_1496577775', '1496577775', 'no');
INSERT INTO `wpor_options` VALUES (6912,
'_transient_timeout_external_ip_address_78.165.250.171', '1497183297', 'no');
INSERT INTO `wpor_options` VALUES (6913,
'_transient_external_ip_address_78.165.250.171', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (6914,
'_transient_timeout_learn_press_user_guest_1496578498', '1496585698', 'no');
INSERT INTO `wpor_options` VALUES (6915,
'_transient_learn_press_user_guest_1496578498', '1496578498', 'no');
INSERT INTO `wpor_options` VALUES (6917,
'_transient_learn_press_user_guest_1496584098', '1496584098', 'no');
INSERT INTO `wpor_options` VALUES (6941,
'_transient_timeout_learn_press_user_guest_1496597778', '1496604978', 'no');
INSERT INTO `wpor_options` VALUES (6919,
'_transient_timeout_learn_press_user_guest_1496584101', '1496591301', 'no');
INSERT INTO `wpor_options` VALUES (6920,
'_transient_learn_press_user_guest_1496584101', '1496584101', 'no');
INSERT INTO `wpor_options` VALUES (6921,
'_transient_timeout_learn_press_user_guest_1496584105', '1496591305', 'no');
INSERT INTO `wpor_options` VALUES (6922,
'_transient_learn_press_user_guest_1496584105', '1496584105', 'no');
INSERT INTO `wpor_options` VALUES (6923,
'_transient_timeout_learn_press_user_guest_1496584109', '1496591309', 'no');
INSERT INTO `wpor_options` VALUES (6924,
'_transient_learn_press_user_guest_1496584109', '1496584109', 'no');
INSERT INTO `wpor_options` VALUES (6925,
'_transient_timeout_learn_press_user_guest_1496584112', '1496591312', 'no');
INSERT INTO `wpor_options` VALUES (6926,
'_transient_learn_press_user_guest_1496584112', '1496584112', 'no');
INSERT INTO `wpor_options` VALUES (6927,
'_transient_timeout_learn_press_user_guest_1496584116', '1496591316', 'no');
INSERT INTO `wpor_options` VALUES (6928,
'_transient_learn_press_user_guest_1496584116', '1496584116', 'no');
INSERT INTO `wpor_options` VALUES (6929,
'_transient_timeout_learn_press_user_guest_1496584120', '1496591320', 'no');
INSERT INTO `wpor_options` VALUES (6930,
'_transient_learn_press_user_guest_1496584120', '1496584120', 'no');
INSERT INTO `wpor_options` VALUES (6931,
'_transient_timeout_learn_press_user_guest_1496584124', '1496591324', 'no');
INSERT INTO `wpor_options` VALUES (6932,
'_transient_learn_press_user_guest_1496584124', '1496584124', 'no');
INSERT INTO `wpor_options` VALUES (6933,
'_transient_timeout_learn_press_user_guest_1496590801', '1496598001', 'no');
INSERT INTO `wpor_options` VALUES (6934,
'_transient_learn_press_user_guest_1496590801', '1496590801', 'no');
INSERT INTO `wpor_options` VALUES (6935,
'_transient_timeout_learn_press_user_guest_1496590804', '1496598004', 'no');
INSERT INTO `wpor_options` VALUES (6936,
'_transient_learn_press_user_guest_1496590804', '1496590804', 'no');
INSERT INTO `wpor_options` VALUES (6937,
'_transient_timeout_learn_press_user_guest_1496593286', '1496600486', 'no');
INSERT INTO `wpor_options` VALUES (6938,
'_transient_learn_press_user_guest_1496593286', '1496593286', 'no');
INSERT INTO `wpor_options` VALUES (6939,
'_transient_timeout_learn_press_user_guest_1496593287', '1496600487', 'no');
INSERT INTO `wpor_options` VALUES (6940,
'_transient_learn_press_user_guest_1496593287', '1496593287', 'no');
INSERT INTO `wpor_options` VALUES (6942,
'_transient_learn_press_user_guest_1496597778', '1496597778', 'no');
INSERT INTO `wpor_options` VALUES (6946,
'_transient_timeout_learn_press_user_guest_1496597781', '1496604981', 'no');
INSERT INTO `wpor_options` VALUES (6944,
'_transient_timeout_learn_press_user_guest_1496597779', '1496604979', 'no');
INSERT INTO `wpor_options` VALUES (6945,
'_transient_learn_press_user_guest_1496597779', '1496597779', 'no');
INSERT INTO `wpor_options` VALUES (6947,
'_transient_learn_press_user_guest_1496597781', '1496597781', 'no');
INSERT INTO `wpor_options` VALUES (6948,
'_transient_timeout_learn_press_user_guest_1496597785', '1496604985', 'no');
INSERT INTO `wpor_options` VALUES (6949,
'_transient_learn_press_user_guest_1496597785', '1496597785', 'no');
INSERT INTO `wpor_options` VALUES (6950,
'_transient_timeout_learn_press_user_guest_1496597788', '1496604988', 'no');
INSERT INTO `wpor_options` VALUES (6951,
'_transient_learn_press_user_guest_1496597788', '1496597788', 'no');
INSERT INTO `wpor_options` VALUES (6952,
'_transient_timeout_learn_press_user_guest_1496597792', '1496604992', 'no');
INSERT INTO `wpor_options` VALUES (6953,
'_transient_learn_press_user_guest_1496597792', '1496597792', 'no');
INSERT INTO `wpor_options` VALUES (6954,
'_transient_timeout_learn_press_user_guest_1496597796', '1496604996', 'no');
INSERT INTO `wpor_options` VALUES (6955,
'_transient_learn_press_user_guest_1496597796', '1496597796', 'no');
INSERT INTO `wpor_options` VALUES (6956,
'_transient_timeout_learn_press_user_guest_1496597799', '1496604999', 'no');
INSERT INTO `wpor_options` VALUES (6957,
'_transient_learn_press_user_guest_1496597799', '1496597799', 'no');
INSERT INTO `wpor_options` VALUES (6958,
'_transient_timeout_learn_press_user_guest_1496597802', '1496605002', 'no');
INSERT INTO `wpor_options` VALUES (6959,
'_transient_learn_press_user_guest_1496597802', '1496597802', 'no');
INSERT INTO `wpor_options` VALUES (6960,
'_transient_timeout_learn_press_user_guest_1496597806', '1496605006', 'no');
INSERT INTO `wpor_options` VALUES (6961,
'_transient_learn_press_user_guest_1496597806', '1496597806', 'no');
INSERT INTO `wpor_options` VALUES (6962,
'_transient_timeout_learn_press_user_guest_1496597809', '1496605009', 'no');
INSERT INTO `wpor_options` VALUES (6963,
'_transient_learn_press_user_guest_1496597809', '1496597809', 'no');
INSERT INTO `wpor_options` VALUES (6964,
'_transient_timeout_learn_press_user_guest_1496597813', '1496605013', 'no');
INSERT INTO `wpor_options` VALUES (6965,
'_transient_learn_press_user_guest_1496597813', '1496597813', 'no');
INSERT INTO `wpor_options` VALUES (6966,
'_transient_timeout_learn_press_user_guest_1496597816', '1496605016', 'no');
INSERT INTO `wpor_options` VALUES (6967,
'_transient_learn_press_user_guest_1496597816', '1496597816', 'no');
INSERT INTO `wpor_options` VALUES (6968,
'_transient_timeout_learn_press_user_guest_1496597820', '1496605020', 'no');
INSERT INTO `wpor_options` VALUES (6969,
'_transient_learn_press_user_guest_1496597820', '1496597820', 'no');
INSERT INTO `wpor_options` VALUES (6970,
'_transient_timeout_learn_press_user_guest_1496597823', '1496605023', 'no');
INSERT INTO `wpor_options` VALUES (6971,
'_transient_learn_press_user_guest_1496597823', '1496597823', 'no');
INSERT INTO `wpor_options` VALUES (6974,
'_transient_timeout_learn_press_user_guest_1496597826', '1496605026', 'no');
INSERT INTO `wpor_options` VALUES (6975,
'_transient_learn_press_user_guest_1496597826', '1496597826', 'no');
INSERT INTO `wpor_options` VALUES (6976,
'_transient_timeout_learn_press_user_guest_1496597829', '1496605029', 'no');
INSERT INTO `wpor_options` VALUES (6977,
'_transient_learn_press_user_guest_1496597829', '1496597829', 'no');
INSERT INTO `wpor_options` VALUES (6978,
'_transient_timeout_learn_press_user_guest_1496597832', '1496605032', 'no');
INSERT INTO `wpor_options` VALUES (6979,
'_transient_learn_press_user_guest_1496597832', '1496597832', 'no');
INSERT INTO `wpor_options` VALUES (6980,
'_transient_timeout_learn_press_user_guest_1496597836', '1496605036', 'no');
INSERT INTO `wpor_options` VALUES (6981,
'_transient_learn_press_user_guest_1496597836', '1496597836', 'no');
INSERT INTO `wpor_options` VALUES (6984,
'_transient_timeout_learn_press_user_guest_1496597839', '1496605039', 'no');
INSERT INTO `wpor_options` VALUES (6985,
'_transient_learn_press_user_guest_1496597839', '1496597839', 'no');
INSERT INTO `wpor_options` VALUES (6986,
'_transient_timeout_learn_press_user_guest_1496597842', '1496605042', 'no');
INSERT INTO `wpor_options` VALUES (6987,
'_transient_learn_press_user_guest_1496597842', '1496597842', 'no');
INSERT INTO `wpor_options` VALUES (6988,
'_transient_timeout_learn_press_user_guest_1496597845', '1496605045', 'no');
INSERT INTO `wpor_options` VALUES (6989,
'_transient_learn_press_user_guest_1496597845', '1496597845', 'no');
INSERT INTO `wpor_options` VALUES (6990,
'_transient_timeout_learn_press_user_guest_1496597848', '1496605048', 'no');
INSERT INTO `wpor_options` VALUES (6991,
'_transient_learn_press_user_guest_1496597848', '1496597848', 'no');
INSERT INTO `wpor_options` VALUES (6992,
'_transient_timeout_learn_press_user_guest_1496597851', '1496605051', 'no');
INSERT INTO `wpor_options` VALUES (6993,
'_transient_learn_press_user_guest_1496597851', '1496597851', 'no');
INSERT INTO `wpor_options` VALUES (6994,
'_transient_timeout_learn_press_user_guest_1496597854', '1496605054', 'no');
INSERT INTO `wpor_options` VALUES (6995,
'_transient_learn_press_user_guest_1496597854', '1496597854', 'no');
INSERT INTO `wpor_options` VALUES (6996,
'_transient_timeout_learn_press_user_guest_1496597857', '1496605057', 'no');
INSERT INTO `wpor_options` VALUES (6997,
'_transient_learn_press_user_guest_1496597857', '1496597857', 'no');
INSERT INTO `wpor_options` VALUES (6998,
'_transient_timeout_learn_press_user_guest_1496597860', '1496605060', 'no');
INSERT INTO `wpor_options` VALUES (6999,
'_transient_learn_press_user_guest_1496597860', '1496597860', 'no');
INSERT INTO `wpor_options` VALUES (7000,
'_transient_timeout_learn_press_user_guest_1496597864', '1496605064', 'no');
INSERT INTO `wpor_options` VALUES (7001,
'_transient_learn_press_user_guest_1496597864', '1496597864', 'no');
INSERT INTO `wpor_options` VALUES (7002,
'_transient_timeout_learn_press_user_guest_1496597867', '1496605067', 'no');
INSERT INTO `wpor_options` VALUES (7003,
'_transient_learn_press_user_guest_1496597867', '1496597867', 'no');
INSERT INTO `wpor_options` VALUES (7004,
'_transient_timeout_learn_press_user_guest_1496597869', '1496605069', 'no');
INSERT INTO `wpor_options` VALUES (7005,
'_transient_learn_press_user_guest_1496597869', '1496597869', 'no');
INSERT INTO `wpor_options` VALUES (7006,
'_transient_timeout_learn_press_user_guest_1496597872', '1496605072', 'no');
INSERT INTO `wpor_options` VALUES (7007,
'_transient_learn_press_user_guest_1496597872', '1496597872', 'no');
INSERT INTO `wpor_options` VALUES (7008,
'_transient_timeout_learn_press_user_guest_1496597875', '1496605075', 'no');
INSERT INTO `wpor_options` VALUES (7009,
'_transient_learn_press_user_guest_1496597875', '1496597875', 'no');
INSERT INTO `wpor_options` VALUES (7010,
'_transient_timeout_learn_press_user_guest_1496597878', '1496605078', 'no');
INSERT INTO `wpor_options` VALUES (7011,
'_transient_learn_press_user_guest_1496597878', '1496597878', 'no');
INSERT INTO `wpor_options` VALUES (7012,
'_transient_timeout_learn_press_user_guest_1496597881', '1496605081', 'no');
INSERT INTO `wpor_options` VALUES (7013,
'_transient_learn_press_user_guest_1496597881', '1496597881', 'no');
INSERT INTO `wpor_options` VALUES (7014,
'_transient_timeout_learn_press_user_guest_1496597884', '1496605084', 'no');
INSERT INTO `wpor_options` VALUES (7015,
'_transient_learn_press_user_guest_1496597884', '1496597884', 'no');
INSERT INTO `wpor_options` VALUES (7016,
'_transient_timeout_learn_press_user_guest_1496597887', '1496605087', 'no');
INSERT INTO `wpor_options` VALUES (7017,
'_transient_learn_press_user_guest_1496597887', '1496597887', 'no');
INSERT INTO `wpor_options` VALUES (7018,
'_transient_timeout_learn_press_user_guest_1496597889', '1496605089', 'no');
INSERT INTO `wpor_options` VALUES (7019,
'_transient_learn_press_user_guest_1496597889', '1496597889', 'no');
INSERT INTO `wpor_options` VALUES (7020,
'_transient_timeout_external_ip_address_88.253.172.122', '1497209245', 'no');
INSERT INTO `wpor_options` VALUES (7021,
'_transient_external_ip_address_88.253.172.122', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (7029,
'_transient_timeout_learn_press_user_guest_1496604685', '1496611885', 'no');
INSERT INTO `wpor_options` VALUES (7023,
'_transient_timeout_learn_press_user_guest_1496604448', '1496611648', 'no');
INSERT INTO `wpor_options` VALUES (7024,
'_transient_learn_press_user_guest_1496604448', '1496604448', 'no');
INSERT INTO `wpor_options` VALUES (7025,
'_transient_timeout_learn_press_user_guest_1496604459', '1496611659', 'no');
INSERT INTO `wpor_options` VALUES (7026,
'_transient_learn_press_user_guest_1496604459', '1496604459', 'no');
INSERT INTO `wpor_options` VALUES (7027,
'_transient_timeout_learn_press_user_guest_1496604683', '1496611883', 'no');
INSERT INTO `wpor_options` VALUES (7028,
'_transient_learn_press_user_guest_1496604683', '1496604683', 'no');
INSERT INTO `wpor_options` VALUES (7030,
'_transient_learn_press_user_guest_1496604685', '1496604685', 'no');
INSERT INTO `wpor_options` VALUES (7031,
'_transient_timeout_learn_press_user_guest_1496615378', '1496622578', 'no');
INSERT INTO `wpor_options` VALUES (7032,
'_transient_learn_press_user_guest_1496615378', '1496615378', 'no');
INSERT INTO `wpor_options` VALUES (7054,
'_transient_timeout_learn_press_user_guest_1496615397', '1496622597', 'no');
INSERT INTO `wpor_options` VALUES (7034,
'_transient_timeout_learn_press_user_guest_1496615379', '1496622579', 'no');
INSERT INTO `wpor_options` VALUES (7035,
'_transient_learn_press_user_guest_1496615379', '1496615379', 'no');
INSERT INTO `wpor_options` VALUES (7036,
'_transient_timeout_learn_press_user_guest_1496615380', '1496622580', 'no');
INSERT INTO `wpor_options` VALUES (7037,
'_transient_learn_press_user_guest_1496615380', '1496615380', 'no');
INSERT INTO `wpor_options` VALUES (7052,
'_transient_timeout_learn_press_user_guest_1496615394', '1496622594', 'no');
INSERT INTO `wpor_options` VALUES (7053,
'_transient_learn_press_user_guest_1496615394', '1496615394', 'no');
INSERT INTO `wpor_options` VALUES (7151,
'_transient_timeout_learn_press_user_guest_1496663376', '1496670576', 'no');
INSERT INTO `wpor_options` VALUES (7055,
'_transient_learn_press_user_guest_1496615397', '1496615397', 'no');
INSERT INTO `wpor_options` VALUES (7056,
'_transient_timeout_learn_press_user_guest_1496615399', '1496622599', 'no');
INSERT INTO `wpor_options` VALUES (7057,
'_transient_learn_press_user_guest_1496615399', '1496615399', 'no');
INSERT INTO `wpor_options` VALUES (7058,
'_transient_timeout_learn_press_user_guest_1496615402', '1496622602', 'no');
INSERT INTO `wpor_options` VALUES (7059,
'_transient_learn_press_user_guest_1496615402', '1496615402', 'no');
INSERT INTO `wpor_options` VALUES (7060,
'_transient_timeout_learn_press_user_guest_1496615404', '1496622604', 'no');
INSERT INTO `wpor_options` VALUES (7061,
'_transient_learn_press_user_guest_1496615404', '1496615404', 'no');
INSERT INTO `wpor_options` VALUES (7062,
'_transient_timeout_learn_press_user_guest_1496615407', '1496622607', 'no');
INSERT INTO `wpor_options` VALUES (7063,
'_transient_learn_press_user_guest_1496615407', '1496615407', 'no');
INSERT INTO `wpor_options` VALUES (7064,
'_transient_timeout_learn_press_user_guest_1496615410', '1496622610', 'no');
INSERT INTO `wpor_options` VALUES (7065,
'_transient_learn_press_user_guest_1496615410', '1496615410', 'no');
INSERT INTO `wpor_options` VALUES (7066,
'_transient_timeout_learn_press_user_guest_1496615412', '1496622612', 'no');
INSERT INTO `wpor_options` VALUES (7067,
'_transient_learn_press_user_guest_1496615412', '1496615412', 'no');
INSERT INTO `wpor_options` VALUES (7068,
'_transient_timeout_learn_press_user_guest_1496615415', '1496622615', 'no');
INSERT INTO `wpor_options` VALUES (7069,
'_transient_learn_press_user_guest_1496615415', '1496615415', 'no');
INSERT INTO `wpor_options` VALUES (7070,
'_transient_timeout_learn_press_user_guest_1496615418', '1496622618', 'no');
INSERT INTO `wpor_options` VALUES (7071,
'_transient_learn_press_user_guest_1496615418', '1496615418', 'no');
INSERT INTO `wpor_options` VALUES (7072,
'_transient_timeout_learn_press_user_guest_1496615420', '1496622620', 'no');
INSERT INTO `wpor_options` VALUES (7073,
'_transient_learn_press_user_guest_1496615420', '1496615420', 'no');
INSERT INTO `wpor_options` VALUES (7074,
'_transient_timeout_learn_press_user_guest_1496615423', '1496622623', 'no');
INSERT INTO `wpor_options` VALUES (7075,
'_transient_learn_press_user_guest_1496615423', '1496615423', 'no');
INSERT INTO `wpor_options` VALUES (7076,
'_transient_timeout_learn_press_user_guest_1496615426', '1496622626', 'no');
INSERT INTO `wpor_options` VALUES (7077,
'_transient_learn_press_user_guest_1496615426', '1496615426', 'no');
INSERT INTO `wpor_options` VALUES (7078,
'_transient_timeout_learn_press_user_guest_1496615428', '1496622628', 'no');
INSERT INTO `wpor_options` VALUES (7079,
'_transient_learn_press_user_guest_1496615428', '1496615428', 'no');
INSERT INTO `wpor_options` VALUES (7080,
'_transient_timeout_learn_press_user_guest_1496615431', '1496622631', 'no');
INSERT INTO `wpor_options` VALUES (7081,
'_transient_learn_press_user_guest_1496615431', '1496615431', 'no');
INSERT INTO `wpor_options` VALUES (7082,
'_transient_timeout_learn_press_user_guest_1496615433', '1496622633', 'no');
INSERT INTO `wpor_options` VALUES (7083,
'_transient_learn_press_user_guest_1496615433', '1496615433', 'no');
INSERT INTO `wpor_options` VALUES (7084,
'_transient_timeout_learn_press_user_guest_1496615436', '1496622636', 'no');
INSERT INTO `wpor_options` VALUES (7085,
'_transient_learn_press_user_guest_1496615436', '1496615436', 'no');
INSERT INTO `wpor_options` VALUES (7086,
'_transient_timeout_learn_press_user_guest_1496615438', '1496622638', 'no');
INSERT INTO `wpor_options` VALUES (7087,
'_transient_learn_press_user_guest_1496615438', '1496615438', 'no');
INSERT INTO `wpor_options` VALUES (7088,
'_transient_timeout_learn_press_user_guest_1496615441', '1496622641', 'no');
INSERT INTO `wpor_options` VALUES (7089,
'_transient_learn_press_user_guest_1496615441', '1496615441', 'no');
INSERT INTO `wpor_options` VALUES (7090,
'_transient_timeout_learn_press_user_guest_1496615443', '1496622643', 'no');
INSERT INTO `wpor_options` VALUES (7091,
'_transient_learn_press_user_guest_1496615443', '1496615443', 'no');
INSERT INTO `wpor_options` VALUES (7092,
'_transient_timeout_learn_press_user_guest_1496615446', '1496622646', 'no');
INSERT INTO `wpor_options` VALUES (7093,
'_transient_learn_press_user_guest_1496615446', '1496615446', 'no');
INSERT INTO `wpor_options` VALUES (7094,
'_transient_timeout_learn_press_user_guest_1496623242', '1496630442', 'no');
INSERT INTO `wpor_options` VALUES (7095,
'_transient_learn_press_user_guest_1496623242', '1496623242', 'no');
INSERT INTO `wpor_options` VALUES (7105,
'_transient_timeout_learn_press_user_guest_1496633352', '1496640552', 'no');
INSERT INTO `wpor_options` VALUES (7097,
'_transient_timeout_learn_press_user_guest_1496623251', '1496630451', 'no');
INSERT INTO `wpor_options` VALUES (7098,
'_transient_learn_press_user_guest_1496623251', '1496623251', 'no');
INSERT INTO `wpor_options` VALUES (7099,
'_transient_timeout_learn_press_user_guest_1496623275', '1496630475', 'no');
INSERT INTO `wpor_options` VALUES (7100,
'_transient_learn_press_user_guest_1496623275', '1496623275', 'no');
INSERT INTO `wpor_options` VALUES (7101,
'_transient_timeout_learn_press_user_guest_1496633346', '1496640546', 'no');
INSERT INTO `wpor_options` VALUES (7102,
'_transient_learn_press_user_guest_1496633346', '1496633346', 'no');
INSERT INTO `wpor_options` VALUES (7103,
'_transient_timeout_learn_press_user_guest_1496633348', '1496640548', 'no');
INSERT INTO `wpor_options` VALUES (7104,
'_transient_learn_press_user_guest_1496633348', '1496633348', 'no');
INSERT INTO `wpor_options` VALUES (7106,
'_transient_learn_press_user_guest_1496633352', '1496633352', 'no');
INSERT INTO `wpor_options` VALUES (7110,
'_transient_timeout_learn_press_user_guest_1496634655', '1496641855', 'no');
INSERT INTO `wpor_options` VALUES (7108,
'_transient_timeout_learn_press_user_guest_1496633430', '1496640630', 'no');
INSERT INTO `wpor_options` VALUES (7109,
'_transient_learn_press_user_guest_1496633430', '1496633430', 'no');
INSERT INTO `wpor_options` VALUES (7111,
'_transient_learn_press_user_guest_1496634655', '1496634655', 'no');
INSERT INTO `wpor_options` VALUES (7115,
'_transient_timeout_external_ip_address_212.252.63.100', '1497246183', 'no');
INSERT INTO `wpor_options` VALUES (7116,
'_transient_external_ip_address_212.252.63.100', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (7118,
'_transient_timeout_learn_press_user_guest_1496641383', '1496648583', 'no');
INSERT INTO `wpor_options` VALUES (7136,
'_transient_timeout_external_ip_address_46.154.152.84', '1497262655', 'no');
INSERT INTO `wpor_options` VALUES (7119,
'_transient_learn_press_user_guest_1496641383', '1496641383', 'no');
INSERT INTO `wpor_options` VALUES (7120,
'_transient_timeout_learn_press_user_guest_1496641384', '1496648584', 'no');
INSERT INTO `wpor_options` VALUES (7121,
'_transient_learn_press_user_guest_1496641384', '1496641384', 'no');
INSERT INTO `wpor_options` VALUES (7122,
'_transient_timeout_learn_press_user_guest_1496641385', '1496648585', 'no');
INSERT INTO `wpor_options` VALUES (7123,
'_transient_learn_press_user_guest_1496641385', '1496641385', 'no');
INSERT INTO `wpor_options` VALUES (7124,
'_transient_timeout_learn_press_user_guest_1496655934', '1496663134', 'no');
INSERT INTO `wpor_options` VALUES (7125,
'_transient_learn_press_user_guest_1496655934', '1496655934', 'no');
INSERT INTO `wpor_options` VALUES (7126,
'_transient_timeout_learn_press_user_guest_1496655935', '1496663135', 'no');
INSERT INTO `wpor_options` VALUES (7127,
'_transient_learn_press_user_guest_1496655935', '1496655935', 'no');
INSERT INTO `wpor_options` VALUES (7128,
'_transient_timeout_learn_press_user_guest_1496655937', '1496663137', 'no');
INSERT INTO `wpor_options` VALUES (7129,
'_transient_learn_press_user_guest_1496655937', '1496655937', 'no');
INSERT INTO `wpor_options` VALUES (7137,
'_transient_external_ip_address_46.154.152.84', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (7141,
'_transient_timeout_learn_press_user_guest_1496657856', '1496665056', 'no');
INSERT INTO `wpor_options` VALUES (7139,
'_transient_timeout_learn_press_user_guest_1496657855', '1496665055', 'no');
INSERT INTO `wpor_options` VALUES (7140,
'_transient_learn_press_user_guest_1496657855', '1496657855', 'no');
INSERT INTO `wpor_options` VALUES (7142,
'_transient_learn_press_user_guest_1496657856', '1496657856', 'no');
INSERT INTO `wpor_options` VALUES (7153,
'_transient_timeout_learn_press_user_guest_1496667910', '1496675110', 'no');
INSERT INTO `wpor_options` VALUES (7144,
'_transient_timeout_learn_press_user_guest_1496659696', '1496666896', 'no');
INSERT INTO `wpor_options` VALUES (7145,
'_transient_learn_press_user_guest_1496659696', '1496659696', 'no');
INSERT INTO `wpor_options` VALUES (7148,
'_transient_timeout_learn_press_user_guest_1496663261', '1496670461', 'no');
INSERT INTO `wpor_options` VALUES (7149,
'_transient_learn_press_user_guest_1496663261', '1496663261', 'no');
INSERT INTO `wpor_options` VALUES (7152,
'_transient_learn_press_user_guest_1496663376', '1496663376', 'no');
INSERT INTO `wpor_options` VALUES (7154,
'_transient_learn_press_user_guest_1496667910', '1496667910', 'no');
INSERT INTO `wpor_options` VALUES (7162,
'_transient_timeout_learn_press_user_guest_1496675018', '1496682218', 'no');
INSERT INTO `wpor_options` VALUES (7156,
'_transient_timeout_learn_press_user_guest_1496667911', '1496675111', 'no');
INSERT INTO `wpor_options` VALUES (7157,
'_transient_learn_press_user_guest_1496667911', '1496667911', 'no');
INSERT INTO `wpor_options` VALUES (7158,
'_transient_timeout_learn_press_user_guest_1496675016', '1496682216', 'no');
INSERT INTO `wpor_options` VALUES (7159,
'_transient_learn_press_user_guest_1496675016', '1496675016', 'no');
INSERT INTO `wpor_options` VALUES (7160,
'_transient_timeout_learn_press_user_guest_1496675017', '1496682217', 'no');
INSERT INTO `wpor_options` VALUES (7161,
'_transient_learn_press_user_guest_1496675017', '1496675017', 'no');
INSERT INTO `wpor_options` VALUES (7163,
'_transient_learn_press_user_guest_1496675018', '1496675018', 'no');
INSERT INTO `wpor_options` VALUES (7164,
'_transient_timeout_external_ip_address_78.187.120.5', '1497283107', 'no');
INSERT INTO `wpor_options` VALUES (7165,
'_transient_external_ip_address_78.187.120.5', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (7171,
'_transient_timeout_learn_press_user_guest_1496679065', '1496686265', 'no');
INSERT INTO `wpor_options` VALUES (7167,
'_transient_timeout_learn_press_user_guest_1496678309', '1496685509', 'no');
INSERT INTO `wpor_options` VALUES (7168,
'_transient_learn_press_user_guest_1496678309', '1496678309', 'no');
INSERT INTO `wpor_options` VALUES (7169,
'_transient_timeout_learn_press_user_guest_1496678653', '1496685853', 'no');
INSERT INTO `wpor_options` VALUES (7170,
'_transient_learn_press_user_guest_1496678653', '1496678653', 'no');
INSERT INTO `wpor_options` VALUES (7172,
'_transient_learn_press_user_guest_1496679065', '1496679065', 'no');
INSERT INTO `wpor_options` VALUES (7176,
'_transient_timeout_learn_press_user_guest_1496679070', '1496686270', 'no');
INSERT INTO `wpor_options` VALUES (7174,
'_transient_timeout_learn_press_user_guest_1496679066', '1496686266', 'no');
INSERT INTO `wpor_options` VALUES (7175,
'_transient_learn_press_user_guest_1496679066', '1496679066', 'no');
INSERT INTO `wpor_options` VALUES (7177,
'_transient_learn_press_user_guest_1496679070', '1496679070', 'no');
INSERT INTO `wpor_options` VALUES (7178,
'_transient_timeout_learn_press_user_guest_1496679076', '1496686276', 'no');
INSERT INTO `wpor_options` VALUES (7179,
'_transient_learn_press_user_guest_1496679076', '1496679076', 'no');
INSERT INTO `wpor_options` VALUES (7180,
'_transient_timeout_learn_press_user_guest_1496679079', '1496686279', 'no');
INSERT INTO `wpor_options` VALUES (7181,
'_transient_learn_press_user_guest_1496679079', '1496679079', 'no');
INSERT INTO `wpor_options` VALUES (7182,
'_transient_timeout_learn_press_user_guest_1496679084', '1496686284', 'no');
INSERT INTO `wpor_options` VALUES (7183,
'_transient_learn_press_user_guest_1496679084', '1496679084', 'no');
INSERT INTO `wpor_options` VALUES (7184,
'_transient_timeout_learn_press_user_guest_1496679088', '1496686288', 'no');
INSERT INTO `wpor_options` VALUES (7185,
'_transient_learn_press_user_guest_1496679088', '1496679088', 'no');
INSERT INTO `wpor_options` VALUES (7186,
'_transient_timeout_learn_press_user_guest_1496679091', '1496686291', 'no');
INSERT INTO `wpor_options` VALUES (7187,
'_transient_learn_press_user_guest_1496679091', '1496679091', 'no');
INSERT INTO `wpor_options` VALUES (7188,
'_transient_timeout_learn_press_user_guest_1496679097', '1496686297', 'no');
INSERT INTO `wpor_options` VALUES (7189,
'_transient_learn_press_user_guest_1496679097', '1496679097', 'no');
INSERT INTO `wpor_options` VALUES (7190,
'_transient_timeout_learn_press_user_guest_1496679101', '1496686301', 'no');
INSERT INTO `wpor_options` VALUES (7191,
'_transient_learn_press_user_guest_1496679101', '1496679101', 'no');
INSERT INTO `wpor_options` VALUES (7192,
'_transient_timeout_learn_press_user_guest_1496679107', '1496686307', 'no');
INSERT INTO `wpor_options` VALUES (7193,
'_transient_learn_press_user_guest_1496679107', '1496679107', 'no');
INSERT INTO `wpor_options` VALUES (7194,
'_transient_timeout_learn_press_user_guest_1496679111', '1496686311', 'no');
INSERT INTO `wpor_options` VALUES (7195,
'_transient_learn_press_user_guest_1496679111', '1496679111', 'no');
INSERT INTO `wpor_options` VALUES (7196,
'_transient_timeout_learn_press_user_guest_1496679114', '1496686314', 'no');
INSERT INTO `wpor_options` VALUES (7197,
'_transient_learn_press_user_guest_1496679114', '1496679114', 'no');
INSERT INTO `wpor_options` VALUES (7198,
'_transient_timeout_learn_press_user_guest_1496679118', '1496686318', 'no');
INSERT INTO `wpor_options` VALUES (7199,
'_transient_learn_press_user_guest_1496679118', '1496679118', 'no');
INSERT INTO `wpor_options` VALUES (7200,
'_transient_timeout_learn_press_user_guest_1496679121', '1496686321', 'no');
INSERT INTO `wpor_options` VALUES (7201,
'_transient_learn_press_user_guest_1496679121', '1496679121', 'no');
INSERT INTO `wpor_options` VALUES (7202,
'_transient_timeout_learn_press_user_guest_1496679125', '1496686325', 'no');
INSERT INTO `wpor_options` VALUES (7203,
'_transient_learn_press_user_guest_1496679125', '1496679125', 'no');
INSERT INTO `wpor_options` VALUES (7204,
'_transient_timeout_learn_press_user_guest_1496679128', '1496686328', 'no');
INSERT INTO `wpor_options` VALUES (7205,
'_transient_learn_press_user_guest_1496679128', '1496679128', 'no');
INSERT INTO `wpor_options` VALUES (7206,
'_transient_timeout_learn_press_user_guest_1496679132', '1496686332', 'no');
INSERT INTO `wpor_options` VALUES (7207,
'_transient_learn_press_user_guest_1496679132', '1496679132', 'no');
INSERT INTO `wpor_options` VALUES (7208,
'_transient_timeout_learn_press_user_guest_1496679135', '1496686335', 'no');
INSERT INTO `wpor_options` VALUES (7209,
'_transient_learn_press_user_guest_1496679135', '1496679135', 'no');
INSERT INTO `wpor_options` VALUES (7210,
'_transient_timeout_learn_press_user_guest_1496679138', '1496686338', 'no');
INSERT INTO `wpor_options` VALUES (7211,
'_transient_learn_press_user_guest_1496679138', '1496679138', 'no');
INSERT INTO `wpor_options` VALUES (7212,
'_transient_timeout_learn_press_user_guest_1496679142', '1496686342', 'no');
INSERT INTO `wpor_options` VALUES (7213,
'_transient_learn_press_user_guest_1496679142', '1496679142', 'no');
INSERT INTO `wpor_options` VALUES (7214,
'_transient_timeout_learn_press_user_guest_1496695910', '1496703110', 'no');
INSERT INTO `wpor_options` VALUES (7215,
'_transient_learn_press_user_guest_1496695910', '1496695910', 'no');
INSERT INTO `wpor_options` VALUES (7243,
'_transient_timeout_learn_press_user_guest_1496697214', '1496704414', 'no');
INSERT INTO `wpor_options` VALUES (7217,
'_transient_timeout_learn_press_user_guest_1496695913', '1496703113', 'no');
INSERT INTO `wpor_options` VALUES (7218,
'_transient_learn_press_user_guest_1496695913', '1496695913', 'no');
INSERT INTO `wpor_options` VALUES (7219,
'_transient_timeout_learn_press_user_guest_1496695916', '1496703116', 'no');
INSERT INTO `wpor_options` VALUES (7220,
'_transient_learn_press_user_guest_1496695916', '1496695916', 'no');
INSERT INTO `wpor_options` VALUES (7221,
'_transient_timeout_learn_press_user_guest_1496695920', '1496703120', 'no');
INSERT INTO `wpor_options` VALUES (7222,
'_transient_learn_press_user_guest_1496695920', '1496695920', 'no');
INSERT INTO `wpor_options` VALUES (7223,
'_transient_timeout_learn_press_user_guest_1496695923', '1496703123', 'no');
INSERT INTO `wpor_options` VALUES (7224,
'_transient_learn_press_user_guest_1496695923', '1496695923', 'no');
INSERT INTO `wpor_options` VALUES (7225,
'_transient_timeout_learn_press_user_guest_1496695926', '1496703126', 'no');
INSERT INTO `wpor_options` VALUES (7226,
'_transient_learn_press_user_guest_1496695926', '1496695926', 'no');
INSERT INTO `wpor_options` VALUES (7227,
'_transient_timeout_learn_press_user_guest_1496695929', '1496703129', 'no');
INSERT INTO `wpor_options` VALUES (7228,
'_transient_learn_press_user_guest_1496695929', '1496695929', 'no');
INSERT INTO `wpor_options` VALUES (7229,
'_transient_timeout_learn_press_user_guest_1496695932', '1496703132', 'no');
INSERT INTO `wpor_options` VALUES (7230,
'_transient_learn_press_user_guest_1496695932', '1496695932', 'no');
INSERT INTO `wpor_options` VALUES (7231,
'_transient_timeout_learn_press_user_guest_1496695936', '1496703136', 'no');
INSERT INTO `wpor_options` VALUES (7232,
'_transient_learn_press_user_guest_1496695936', '1496695936', 'no');
INSERT INTO `wpor_options` VALUES (7233,
'_transient_timeout_learn_press_user_guest_1496695939', '1496703139', 'no');
INSERT INTO `wpor_options` VALUES (7234,
'_transient_learn_press_user_guest_1496695939', '1496695939', 'no');
INSERT INTO `wpor_options` VALUES (7235,
'_transient_timeout_learn_press_user_guest_1496696489', '1496703689', 'no');
INSERT INTO `wpor_options` VALUES (7236,
'_transient_learn_press_user_guest_1496696489', '1496696489', 'no');
INSERT INTO `wpor_options` VALUES (7244,
'_transient_learn_press_user_guest_1496697214', '1496697214', 'no');
INSERT INTO `wpor_options` VALUES (7246,
'_transient_timeout_learn_press_user_guest_1496697216', '1496704416', 'no');
INSERT INTO `wpor_options` VALUES (7247,
'_transient_learn_press_user_guest_1496697216', '1496697216', 'no');
INSERT INTO `wpor_options` VALUES (7248,
'_transient_timeout_learn_press_user_guest_1496697219', '1496704419', 'no');
INSERT INTO `wpor_options` VALUES (7249,
'_transient_learn_press_user_guest_1496697219', '1496697219', 'no');
INSERT INTO `wpor_options` VALUES (7250,
'_transient_timeout_learn_press_user_guest_1496697222', '1496704422', 'no');
INSERT INTO `wpor_options` VALUES (7251,
'_transient_learn_press_user_guest_1496697222', '1496697222', 'no');
INSERT INTO `wpor_options` VALUES (7252,
'_transient_timeout_learn_press_user_guest_1496697225', '1496704425', 'no');
INSERT INTO `wpor_options` VALUES (7253,
'_transient_learn_press_user_guest_1496697225', '1496697225', 'no');
INSERT INTO `wpor_options` VALUES (7254,
'_transient_timeout_learn_press_user_guest_1496697228', '1496704428', 'no');
INSERT INTO `wpor_options` VALUES (7255,
'_transient_learn_press_user_guest_1496697228', '1496697228', 'no');
INSERT INTO `wpor_options` VALUES (7256,
'_transient_timeout_learn_press_user_guest_1496697231', '1496704431', 'no');
INSERT INTO `wpor_options` VALUES (7257,
'_transient_learn_press_user_guest_1496697231', '1496697231', 'no');
INSERT INTO `wpor_options` VALUES (7258,
'_transient_timeout_learn_press_user_guest_1496697234', '1496704434', 'no');
INSERT INTO `wpor_options` VALUES (7259,
'_transient_learn_press_user_guest_1496697234', '1496697234', 'no');
INSERT INTO `wpor_options` VALUES (7260,
'_transient_timeout_learn_press_user_guest_1496697237', '1496704437', 'no');
INSERT INTO `wpor_options` VALUES (7261,
'_transient_learn_press_user_guest_1496697237', '1496697237', 'no');
INSERT INTO `wpor_options` VALUES (7262,
'_transient_timeout_learn_press_user_guest_1496697240', '1496704440', 'no');
INSERT INTO `wpor_options` VALUES (7263,
'_transient_learn_press_user_guest_1496697240', '1496697240', 'no');
INSERT INTO `wpor_options` VALUES (7264,
'_transient_timeout_learn_press_user_guest_1496697243', '1496704443', 'no');
INSERT INTO `wpor_options` VALUES (7265,
'_transient_learn_press_user_guest_1496697243', '1496697243', 'no');
INSERT INTO `wpor_options` VALUES (7266,
'_transient_timeout_learn_press_user_guest_1496697246', '1496704446', 'no');
INSERT INTO `wpor_options` VALUES (7267,
'_transient_learn_press_user_guest_1496697246', '1496697246', 'no');
INSERT INTO `wpor_options` VALUES (7268,
'_transient_timeout_learn_press_user_guest_1496697249', '1496704449', 'no');
INSERT INTO `wpor_options` VALUES (7269,
'_transient_learn_press_user_guest_1496697249', '1496697249', 'no');
INSERT INTO `wpor_options` VALUES (7270,
'_transient_timeout_learn_press_user_guest_1496697252', '1496704452', 'no');
INSERT INTO `wpor_options` VALUES (7271,
'_transient_learn_press_user_guest_1496697252', '1496697252', 'no');
INSERT INTO `wpor_options` VALUES (7272,
'_transient_timeout_external_ip_address_202.46.52.146', '1497302572', 'no');
INSERT INTO `wpor_options` VALUES (7273,
'_transient_external_ip_address_202.46.52.146', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (7277,
'_transient_timeout_external_ip_address_176.55.63.28', '1497357543', 'no');
INSERT INTO `wpor_options` VALUES (7275,
'_transient_timeout_learn_press_user_guest_1496697772', '1496704972', 'no');
INSERT INTO `wpor_options` VALUES (7276,
'_transient_learn_press_user_guest_1496697772', '1496697772', 'no');
INSERT INTO `wpor_options` VALUES (7278,
'_transient_external_ip_address_176.55.63.28', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (7294,
'_transient_timeout_learn_press_user_guest_1496753146', '1496760346', 'no');
INSERT INTO `wpor_options` VALUES (7280,
'_transient_timeout_learn_press_user_guest_1496752747', '1496759947', 'no');
INSERT INTO `wpor_options` VALUES (7281,
'_transient_learn_press_user_guest_1496752747', '1496752747', 'no');
INSERT INTO `wpor_options` VALUES (7282,
'_transient_timeout_learn_press_user_guest_1496752748', '1496759948', 'no');
INSERT INTO `wpor_options` VALUES (7283,
'_transient_learn_press_user_guest_1496752748', '1496752748', 'no');
INSERT INTO `wpor_options` VALUES (7284,
'_transient_timeout_external_ip_address_77.79.124.2', '1497357616', 'no');
INSERT INTO `wpor_options` VALUES (7285,
'_transient_external_ip_address_77.79.124.2', '185.8.128.170', 'no');
INSERT INTO `wpor_options` VALUES (7286,
'_transient_timeout_learn_press_user_guest_1496752817', '1496760017', 'no');
INSERT INTO `wpor_options` VALUES (7287,
'_transient_learn_press_user_guest_1496752817', '1496752817', 'no');
INSERT INTO `wpor_options` VALUES (7295,
'_transient_learn_press_user_guest_1496753146', '1496753146', 'no');
INSERT INTO `wpor_options` VALUES (7299,
'_transient_timeout_learn_press_user_guest_1496754189', '1496761389', 'no');
INSERT INTO `wpor_options` VALUES (7297,
'_transient_timeout_learn_press_user_guest_1496753488', '1496760688', 'no');
INSERT INTO `wpor_options` VALUES (7298,
'_transient_learn_press_user_guest_1496753488', '1496753488', 'no');
INSERT INTO `wpor_options` VALUES (7300,
'_transient_learn_press_user_guest_1496754189', '1496754189', 'no');
INSERT INTO `wpor_options` VALUES (7304,
'_transient_timeout_learn_press_user_guest_1496759082', '1496766282', 'no');
INSERT INTO `wpor_options` VALUES (7302,
'_transient_timeout_learn_press_user_guest_1496754190', '1496761390', 'no');
INSERT INTO `wpor_options` VALUES (7303,
'_transient_learn_press_user_guest_1496754190', '1496754190', 'no');
INSERT INTO `wpor_options` VALUES (7305,
'_transient_learn_press_user_guest_1496759082', '1496759082', 'no');
INSERT INTO `wpor_options` VALUES (7307,
'_transient_timeout_learn_press_user_guest_1496759084', '1496766284', 'no');
INSERT INTO `wpor_options` VALUES (7308,
'_transient_learn_press_user_guest_1496759084', '1496759084', 'no');
INSERT INTO `wpor_options` VALUES (7309,
'_transient_timeout_learn_press_user_guest_1496759087', '1496766287', 'no');
INSERT INTO `wpor_options` VALUES (7310,
'_transient_learn_press_user_guest_1496759087', '1496759087', 'no');
INSERT INTO `wpor_options` VALUES (7311,
'_transient_timeout_learn_press_user_guest_1496759090', '1496766290', 'no');
INSERT INTO `wpor_options` VALUES (7312,
'_transient_learn_press_user_guest_1496759090', '1496759090', 'no');
INSERT INTO `wpor_options` VALUES (7313,
'_transient_timeout_learn_press_user_guest_1496759093', '1496766293', 'no');
INSERT INTO `wpor_options` VALUES (7314,
'_transient_learn_press_user_guest_1496759093', '1496759093', 'no');
INSERT INTO `wpor_options` VALUES (7315,
'_transient_timeout_learn_press_user_guest_1496759096', '1496766296', 'no');
INSERT INTO `wpor_options` VALUES (7316,
'_transient_learn_press_user_guest_1496759096', '1496759096', 'no');
INSERT INTO `wpor_options` VALUES (7317,
'_transient_timeout_learn_press_user_guest_1496759099', '1496766299', 'no');
INSERT INTO `wpor_options` VALUES (7318,
'_transient_learn_press_user_guest_1496759099', '1496759099', 'no');
INSERT INTO `wpor_options` VALUES (7319,
'_transient_timeout_learn_press_user_guest_1496759102', '1496766302', 'no');
INSERT INTO `wpor_options` VALUES (7320,
'_transient_learn_press_user_guest_1496759102', '1496759102', 'no');
INSERT INTO `wpor_options` VALUES (7321,
'_transient_timeout_learn_press_user_guest_1496759105', '1496766305', 'no');
INSERT INTO `wpor_options` VALUES (7322,
'_transient_learn_press_user_guest_1496759105', '1496759105', 'no');
INSERT INTO `wpor_options` VALUES (7323,
'_transient_timeout_learn_press_user_guest_1496759433', '1496766633', 'no');
INSERT INTO `wpor_options` VALUES (7324,
'_transient_learn_press_user_guest_1496759433', '1496759433', 'no');
INSERT INTO `wpor_options` VALUES (7326,
'_transient_timeout_learn_press_user_guest_1496759438', '1496766638', 'no');
INSERT INTO `wpor_options` VALUES (7327,
'_transient_learn_press_user_guest_1496759438', '1496759438', 'no');
INSERT INTO `wpor_options` VALUES (7328,
'_transient_timeout_learn_press_user_guest_1496759443', '1496766643', 'no');
INSERT INTO `wpor_options` VALUES (7329,
'_transient_learn_press_user_guest_1496759443', '1496759443', 'no');
INSERT INTO `wpor_options` VALUES (7330,
'_transient_timeout_learn_press_user_guest_1496759860', '1496767060', 'no');
INSERT INTO `wpor_options` VALUES (7331,
'_transient_learn_press_user_guest_1496759860', '1496759860', 'no');
INSERT INTO `wpor_options` VALUES (7332,
'_transient_timeout_learn_press_user_guest_1496759862', '1496767062', 'no');
INSERT INTO `wpor_options` VALUES (7333,
'_transient_learn_press_user_guest_1496759862', '1496759862', 'no');
INSERT INTO `wpor_options` VALUES (7334,
'_transient_timeout_learn_press_user_guest_1496759972', '1496767172', 'no');
INSERT INTO `wpor_options` VALUES (7335,
'_transient_learn_press_user_guest_1496759972', '1496759972', 'no');
INSERT INTO `wpor_options` VALUES (7339,
'_transient_timeout_learn_press_user_guest_1496759977', '1496767177', 'no');
INSERT INTO `wpor_options` VALUES (7337,
'_transient_timeout_learn_press_user_guest_1496759975', '1496767175', 'no');
INSERT INTO `wpor_options` VALUES (7338,
'_transient_learn_press_user_guest_1496759975', '1496759975', 'no');
INSERT INTO `wpor_options` VALUES (7340,
'_transient_learn_press_user_guest_1496759977', '1496759977', 'no');
INSERT INTO `wpor_options` VALUES (7341,
'_transient_timeout_learn_press_user_guest_1496759980', '1496767180', 'no');
INSERT INTO `wpor_options` VALUES (7342,
'_transient_learn_press_user_guest_1496759980', '1496759980', 'no');
INSERT INTO `wpor_options` VALUES (7343,
'_transient_timeout_learn_press_user_guest_1496759983', '1496767183', 'no');
INSERT INTO `wpor_options` VALUES (7344,
'_transient_learn_press_user_guest_1496759983', '1496759983', 'no');
INSERT INTO `wpor_options` VALUES (7345,
'_transient_timeout_learn_press_user_guest_1496764509', '1496771709', 'no');
INSERT INTO `wpor_options` VALUES (7346,
'_transient_learn_press_user_guest_1496764509', '1496764509', 'no');
INSERT INTO `wpor_options` VALUES (7348,
'_transient_timeout_learn_press_user_guest_1496764510', '1496771710', 'no');
INSERT INTO `wpor_options` VALUES (7349,
'_transient_learn_press_user_guest_1496764510', '1496764510', 'no');
INSERT INTO `wpor_options` VALUES (7350,
'_transient_timeout_learn_press_user_guest_1496764511', '1496771711', 'no');
INSERT INTO `wpor_options` VALUES (7351,
'_transient_learn_press_user_guest_1496764511', '1496764511', 'no');
INSERT INTO `wpor_options` VALUES (7352,
'_transient_timeout_learn_press_user_guest_1496764512', '1496771712', 'no');
INSERT INTO `wpor_options` VALUES (7353,
'_transient_learn_press_user_guest_1496764512', '1496764512', 'no');
INSERT INTO `wpor_options` VALUES (7374,
'_transient_timeout_learn_press_user_guest_1496784564', '1496791764', 'no');
INSERT INTO `wpor_options` VALUES (7355,
'_transient_timeout_learn_press_user_guest_1496766479', '1496773679', 'no');
INSERT INTO `wpor_options` VALUES (7356,
'_transient_learn_press_user_guest_1496766479', '1496766479', 'no');
INSERT INTO `wpor_options` VALUES (7357,
'_transient_timeout_learn_press_user_guest_1496782131', '1496789331', 'no');
INSERT INTO `wpor_options` VALUES (7358,
'_transient_learn_press_user_guest_1496782131', '1496782131', 'no');
INSERT INTO `wpor_options` VALUES (7359,
'_transient_timeout_learn_press_user_guest_1496783919', '1496791119', 'no');
INSERT INTO `wpor_options` VALUES (7360,
'_transient_learn_press_user_guest_1496783919', '1496783919', 'no');
INSERT INTO `wpor_options` VALUES (7366,
'_transient_timeout_learn_press_user_guest_1496783926', '1496791126', 'no');
INSERT INTO `wpor_options` VALUES (7367,
'_transient_learn_press_user_guest_1496783926', '1496783926', 'no');
INSERT INTO `wpor_options` VALUES (7372,
'_transient_timeout_learn_press_user_guest_1496784434', '1496791634', 'no');
INSERT INTO `wpor_options` VALUES (7373,
'_transient_learn_press_user_guest_1496784434', '1496784434', 'no');
INSERT INTO `wpor_options` VALUES (7375,
'_transient_learn_press_user_guest_1496784564', '1496784564', 'no');
INSERT INTO `wpor_options` VALUES (7392,
'_transient_timeout_learn_press_user_guest_1496794540', '1496801740', 'no');
INSERT INTO `wpor_options` VALUES (7377,
'_transient_timeout_learn_press_user_guest_1496785593', '1496792793', 'no');
INSERT INTO `wpor_options` VALUES (7378,
'_transient_learn_press_user_guest_1496785593', '1496785593', 'no');
INSERT INTO `wpor_options` VALUES (7380,
'_transient_timeout_learn_press_user_guest_1496794281', '1496801481', 'no');
INSERT INTO `wpor_options` VALUES (7381,
'_transient_learn_press_user_guest_1496794281', '1496794281', 'no');
INSERT INTO `wpor_options` VALUES (7382,
'_transient_timeout_learn_press_user_guest_1496794286', '1496801486', 'no');
INSERT INTO `wpor_options` VALUES (7383,
'_transient_learn_press_user_guest_1496794286', '1496794286', 'no');
INSERT INTO `wpor_options` VALUES (7384,
'_transient_timeout_learn_press_user_guest_1496794290', '1496801490', 'no');
INSERT INTO `wpor_options` VALUES (7385,
'_transient_learn_press_user_guest_1496794290', '1496794290', 'no');
INSERT INTO `wpor_options` VALUES (7386,
'_transient_timeout_learn_press_user_guest_1496794294', '1496801494', 'no');
INSERT INTO `wpor_options` VALUES (7387,
'_transient_learn_press_user_guest_1496794294', '1496794294', 'no');
INSERT INTO `wpor_options` VALUES (7388,
'_transient_timeout_learn_press_user_guest_1496794298', '1496801498', 'no');
INSERT INTO `wpor_options` VALUES (7389,
'_transient_learn_press_user_guest_1496794298', '1496794298', 'no');
INSERT INTO `wpor_options` VALUES (7390,
'_transient_timeout_learn_press_user_guest_1496794535', '1496801735', 'no');
INSERT INTO `wpor_options` VALUES (7391,
'_transient_learn_press_user_guest_1496794535', '1496794535', 'no');
INSERT INTO `wpor_options` VALUES (7393,
'_transient_learn_press_user_guest_1496794540', '1496794540', 'no');
INSERT INTO `wpor_options` VALUES (7394,
'_transient_timeout_learn_press_user_guest_1496794543', '1496801743', 'no');
INSERT INTO `wpor_options` VALUES (7395,
'_transient_learn_press_user_guest_1496794543', '1496794543', 'no');
INSERT INTO `wpor_options` VALUES (7396,
'_transient_timeout_learn_press_user_guest_1496794548', '1496801748', 'no');
INSERT INTO `wpor_options` VALUES (7397,
'_transient_learn_press_user_guest_1496794548', '1496794548', 'no');
INSERT INTO `wpor_options` VALUES (7398,
'_transient_timeout_learn_press_user_guest_1496794552', '1496801752', 'no');
INSERT INTO `wpor_options` VALUES (7399,
'_transient_learn_press_user_guest_1496794552', '1496794552', 'no');
INSERT INTO `wpor_options` VALUES (7400,
'_transient_timeout_learn_press_user_guest_1496794556', '1496801756', 'no');
INSERT INTO `wpor_options` VALUES (7401,
'_transient_learn_press_user_guest_1496794556', '1496794556', 'no');
INSERT INTO `wpor_options` VALUES (7402,
'_transient_timeout_learn_press_user_guest_1496794559', '1496801759', 'no');
INSERT INTO `wpor_options` VALUES (7403,
'_transient_learn_press_user_guest_1496794559', '1496794559', 'no');
INSERT INTO `wpor_options` VALUES (7404,
'_transient_timeout_learn_press_user_guest_1496794563', '1496801763', 'no');
INSERT INTO `wpor_options` VALUES (7405,
'_transient_learn_press_user_guest_1496794563', '1496794563', 'no');
INSERT INTO `wpor_options` VALUES (7406,
'_transient_timeout_learn_press_user_guest_1496794681', '1496801881', 'no');
INSERT INTO `wpor_options` VALUES (7407,
'_transient_learn_press_user_guest_1496794681', '1496794681', 'no');
INSERT INTO `wpor_options` VALUES (7408,
'_transient_timeout_learn_press_user_guest_1496794688', '1496801888', 'no');
INSERT INTO `wpor_options` VALUES (7409,
'_transient_learn_press_user_guest_1496794688', '1496794688', 'no');
INSERT INTO `wpor_options` VALUES (7410,
'_transient_timeout_learn_press_user_guest_1496794702', '1496801902', 'no');
INSERT INTO `wpor_options` VALUES (7411,
'_transient_learn_press_user_guest_1496794702', '1496794702', 'no');
INSERT INTO `wpor_options` VALUES (7412,
'_transient_timeout_learn_press_user_guest_1496794710', '1496801910', 'no');
INSERT INTO `wpor_options` VALUES (7413,
'_transient_learn_press_user_guest_1496794710', '1496794710', 'no');
INSERT INTO `wpor_options` VALUES (7416,
'_transient_timeout_learn_press_user_guest_1496794717', '1496801917', 'no');
INSERT INTO `wpor_options` VALUES (7417,
'_transient_learn_press_user_guest_1496794717', '1496794717', 'no');
INSERT INTO `wpor_options` VALUES (7418,
'_transient_timeout_learn_press_user_guest_1496794725', '1496801925', 'no');
INSERT INTO `wpor_options` VALUES (7419,
'_transient_learn_press_user_guest_1496794725', '1496794725', 'no');
INSERT INTO `wpor_options` VALUES (7420,
'_transient_timeout_learn_press_user_guest_1496794730', '1496801930', 'no');
INSERT INTO `wpor_options` VALUES (7421,
'_transient_learn_press_user_guest_1496794730', '1496794730', 'no');
INSERT INTO `wpor_options` VALUES (7422,
'_transient_timeout_learn_press_user_guest_1496794734', '1496801934', 'no');
INSERT INTO `wpor_options` VALUES (7423,
'_transient_learn_press_user_guest_1496794734', '1496794734', 'no');
INSERT INTO `wpor_options` VALUES (7424,
'_transient_timeout_learn_press_user_guest_1496794740', '1496801940', 'no');
INSERT INTO `wpor_options` VALUES (7425,
'_transient_learn_press_user_guest_1496794740', '1496794740', 'no');
INSERT INTO `wpor_options` VALUES (7426,
'_transient_timeout_learn_press_user_guest_1496794744', '1496801944', 'no');
INSERT INTO `wpor_options` VALUES (7427,
'_transient_learn_press_user_guest_1496794744', '1496794744', 'no');
INSERT INTO `wpor_options` VALUES (7428,
'_transient_timeout_learn_press_user_guest_1496794748', '1496801948', 'no');
INSERT INTO `wpor_options` VALUES (7429,
'_transient_learn_press_user_guest_1496794748', '1496794748', 'no');
INSERT INTO `wpor_options` VALUES (7430,
'_transient_timeout_learn_press_user_guest_1496794752', '1496801952', 'no');
INSERT INTO `wpor_options` VALUES (7431,
'_transient_learn_press_user_guest_1496794752', '1496794752', 'no');
INSERT INTO `wpor_options` VALUES (7432,
'_transient_timeout_learn_press_user_guest_1496794755', '1496801955', 'no');
INSERT INTO `wpor_options` VALUES (7433,
'_transient_learn_press_user_guest_1496794755', '1496794755', 'no');
INSERT INTO `wpor_options` VALUES (7434,
'_transient_timeout_learn_press_user_guest_1496794756', '1496801956', 'no');
INSERT INTO `wpor_options` VALUES (7435,
'_transient_learn_press_user_guest_1496794756', '1496794756', 'no');
INSERT INTO `wpor_options` VALUES (7436,
'_transient_timeout_learn_press_user_guest_1496794758', '1496801958', 'no');
INSERT INTO `wpor_options` VALUES (7437,
'_transient_learn_press_user_guest_1496794758', '1496794758', 'no');
INSERT INTO `wpor_options` VALUES (7438,
'_transient_timeout_learn_press_user_guest_1496794762', '1496801962', 'no');
INSERT INTO `wpor_options` VALUES (7439,
'_transient_learn_press_user_guest_1496794762', '1496794762', 'no');
INSERT INTO `wpor_options` VALUES (7440,
'_transient_timeout_learn_press_user_guest_1496794768', '1496801968', 'no');
INSERT INTO `wpor_options` VALUES (7441,
'_transient_learn_press_user_guest_1496794768', '1496794768', 'no');
INSERT INTO `wpor_options` VALUES (7442,
'_transient_timeout_learn_press_user_guest_1496794771', '1496801971', 'no');
INSERT INTO `wpor_options` VALUES (7443,
'_transient_learn_press_user_guest_1496794771', '1496794771', 'no');
INSERT INTO `wpor_options` VALUES (7444,
'_transient_timeout_learn_press_user_guest_1496794774', '1496801974', 'no');
INSERT INTO `wpor_options` VALUES (7445,
'_transient_learn_press_user_guest_1496794774', '1496794774', 'no');
INSERT INTO `wpor_options` VALUES (7449,
'_transient_timeout_learn_press_user_guest_1496794778', '1496801978', 'no');
INSERT INTO `wpor_options` VALUES (7447,
'_transient_timeout_learn_press_user_guest_1496794775', '1496801975', 'no');
INSERT INTO `wpor_options` VALUES (7448,
'_transient_learn_press_user_guest_1496794775', '1496794775', 'no');
INSERT INTO `wpor_options` VALUES (7450,
'_transient_learn_press_user_guest_1496794778', '1496794778', 'no');
INSERT INTO `wpor_options` VALUES (7451,
'_transient_timeout_learn_press_user_guest_1496794782', '1496801982', 'no');
INSERT INTO `wpor_options` VALUES (7452,
'_transient_learn_press_user_guest_1496794782', '1496794782', 'no');
INSERT INTO `wpor_options` VALUES (7453,
'_transient_timeout_learn_press_user_guest_1496794786', '1496801986', 'no');
INSERT INTO `wpor_options` VALUES (7454,
'_transient_learn_press_user_guest_1496794786', '1496794786', 'no');
INSERT INTO `wpor_options` VALUES (7455,
'_transient_timeout_learn_press_user_guest_1496794789', '1496801989', 'no');
INSERT INTO `wpor_options` VALUES (7456,
'_transient_learn_press_user_guest_1496794789', '1496794789', 'no');
INSERT INTO `wpor_options` VALUES (7457,
'_transient_timeout_learn_press_user_guest_1496794792', '1496801992', 'no');
INSERT INTO `wpor_options` VALUES (7458,
'_transient_learn_press_user_guest_1496794792', '1496794792', 'no');
INSERT INTO `wpor_options` VALUES (7459,
'_transient_timeout_learn_press_user_guest_1496794796', '1496801996', 'no');
INSERT INTO `wpor_options` VALUES (7460,
'_transient_learn_press_user_guest_1496794796', '1496794796', 'no');
INSERT INTO `wpor_options` VALUES (7461,
'_transient_timeout_learn_press_user_guest_1496794800', '1496802000', 'no');
INSERT INTO `wpor_options` VALUES (7462,
'_transient_learn_press_user_guest_1496794800', '1496794800', 'no');
INSERT INTO `wpor_options` VALUES (7463,
'_transient_timeout_learn_press_user_guest_1496794805', '1496802005', 'no');
INSERT INTO `wpor_options` VALUES (7464,
'_transient_learn_press_user_guest_1496794805', '1496794805', 'no');
INSERT INTO `wpor_options` VALUES (7465,
'_transient_timeout_learn_press_user_guest_1496794807', '1496802007', 'no');
INSERT INTO `wpor_options` VALUES (7466,
'_transient_learn_press_user_guest_1496794807', '1496794807', 'no');
INSERT INTO `wpor_options` VALUES (7467,
'_transient_timeout_learn_press_user_guest_1496794810', '1496802010', 'no');
INSERT INTO `wpor_options` VALUES (7468,
'_transient_learn_press_user_guest_1496794810', '1496794810', 'no');
INSERT INTO `wpor_options` VALUES (7469,
'_transient_timeout_learn_press_user_guest_1496794813', '1496802013', 'no');
INSERT INTO `wpor_options` VALUES (7470,
'_transient_learn_press_user_guest_1496794813', '1496794813', 'no');
INSERT INTO `wpor_options` VALUES (7471,
'_transient_timeout_learn_press_user_guest_1496794817', '1496802017', 'no');
INSERT INTO `wpor_options` VALUES (7472,
'_transient_learn_press_user_guest_1496794817', '1496794817', 'no');
INSERT INTO `wpor_options` VALUES (7473,
'_transient_timeout_learn_press_user_guest_1496794820', '1496802020', 'no');
INSERT INTO `wpor_options` VALUES (7474,
'_transient_learn_press_user_guest_1496794820', '1496794820', 'no');
INSERT INTO `wpor_options` VALUES (7475,
'_transient_timeout_learn_press_user_guest_1496794821', '1496802021', 'no');
INSERT INTO `wpor_options` VALUES (7476,
'_transient_learn_press_user_guest_1496794821', '1496794821', 'no');
INSERT INTO `wpor_options` VALUES (7477,
'_transient_timeout_learn_press_user_guest_1496794824', '1496802024', 'no');
INSERT INTO `wpor_options` VALUES (7478,
'_transient_learn_press_user_guest_1496794824', '1496794824', 'no');
INSERT INTO `wpor_options` VALUES (7479,
'_transient_timeout_learn_press_user_guest_1496794828', '1496802028', 'no');
INSERT INTO `wpor_options` VALUES (7480,
'_transient_learn_press_user_guest_1496794828', '1496794828', 'no');
INSERT INTO `wpor_options` VALUES (7481,
'_transient_timeout_learn_press_user_guest_1496794831', '1496802031', 'no');
INSERT INTO `wpor_options` VALUES (7482,
'_transient_learn_press_user_guest_1496794831', '1496794831', 'no');
INSERT INTO `wpor_options` VALUES (7483,
'_transient_timeout_learn_press_user_guest_1496794834', '1496802034', 'no');
INSERT INTO `wpor_options` VALUES (7484,
'_transient_learn_press_user_guest_1496794834', '1496794834', 'no');
INSERT INTO `wpor_options` VALUES (7485,
'_transient_timeout_learn_press_user_guest_1496794837', '1496802037', 'no');
INSERT INTO `wpor_options` VALUES (7486,
'_transient_learn_press_user_guest_1496794837', '1496794837', 'no');
INSERT INTO `wpor_options` VALUES (7487,
'_transient_timeout_learn_press_user_guest_1496794842', '1496802042', 'no');
INSERT INTO `wpor_options` VALUES (7488,
'_transient_learn_press_user_guest_1496794842', '1496794842', 'no');
INSERT INTO `wpor_options` VALUES (7489,
'_transient_timeout_learn_press_user_guest_1496794845', '1496802045', 'no');
INSERT INTO `wpor_options` VALUES (7490,
'_transient_learn_press_user_guest_1496794845', '1496794845', 'no');
INSERT INTO `wpor_options` VALUES (7491,
'_transient_timeout_learn_press_user_guest_1496794848', '1496802048', 'no');
INSERT INTO `wpor_options` VALUES (7492,
'_transient_learn_press_user_guest_1496794848', '1496794848', 'no');
INSERT INTO `wpor_options` VALUES (7493,
'_transient_timeout_learn_press_user_guest_1496794850', '1496802050', 'no');
INSERT INTO `wpor_options` VALUES (7494,
'_transient_learn_press_user_guest_1496794850', '1496794850', 'no');
INSERT INTO `wpor_options` VALUES (7495,
'_transient_timeout_learn_press_user_guest_1496794855', '1496802055', 'no');
INSERT INTO `wpor_options` VALUES (7496,
'_transient_learn_press_user_guest_1496794855', '1496794855', 'no');
INSERT INTO `wpor_options` VALUES (7497,
'_transient_timeout_learn_press_user_guest_1496794858', '1496802058', 'no');
INSERT INTO `wpor_options` VALUES (7498,
'_transient_learn_press_user_guest_1496794858', '1496794858', 'no');
INSERT INTO `wpor_options` VALUES (7499,
'_transient_timeout_learn_press_user_guest_1496795366', '1496802566', 'no');
INSERT INTO `wpor_options` VALUES (7500,
'_transient_learn_press_user_guest_1496795366', '1496795366', 'no');
INSERT INTO `wpor_options` VALUES (7504,
'_transient_timeout_learn_press_user_guest_1496795422', '1496802622', 'no');
INSERT INTO `wpor_options` VALUES (7502,
'_transient_timeout_learn_press_user_guest_1496795421', '1496802621', 'no');
INSERT INTO `wpor_options` VALUES (7503,
'_transient_learn_press_user_guest_1496795421', '1496795421', 'no');
INSERT INTO `wpor_options` VALUES (7505,
'_transient_learn_press_user_guest_1496795422', '1496795422', 'no');
INSERT INTO `wpor_options` VALUES (7506,
'_transient_timeout_learn_press_user_guest_1496795425', '1496802625', 'no');
INSERT INTO `wpor_options` VALUES (7507,
'_transient_learn_press_user_guest_1496795425', '1496795425', 'no');
INSERT INTO `wpor_options` VALUES (7508,
'_transient_timeout_learn_press_user_guest_1496795428', '1496802628', 'no');
INSERT INTO `wpor_options` VALUES (7509,
'_transient_learn_press_user_guest_1496795428', '1496795428', 'no');
INSERT INTO `wpor_options` VALUES (7510,
'_transient_timeout_learn_press_user_guest_1496795430', '1496802630', 'no');
INSERT INTO `wpor_options` VALUES (7511,
'_transient_learn_press_user_guest_1496795430', '1496795430', 'no');
INSERT INTO `wpor_options` VALUES (7514,
'_transient_timeout_learn_press_user_guest_1496795433', '1496802633', 'no');
INSERT INTO `wpor_options` VALUES (7515,
'_transient_learn_press_user_guest_1496795433', '1496795433', 'no');
INSERT INTO `wpor_options` VALUES (7519,
'_transient_timeout_learn_press_user_guest_1496796091', '1496803291', 'no');
INSERT INTO `wpor_options` VALUES (7517,
'_transient_timeout_learn_press_user_guest_1496796090', '1496803290', 'no');
INSERT INTO `wpor_options` VALUES (7518,
'_transient_learn_press_user_guest_1496796090', '1496796090', 'no');
INSERT INTO `wpor_options` VALUES (7520,
'_transient_learn_press_user_guest_1496796091', '1496796091', 'no');
INSERT INTO `wpor_options` VALUES (7521,
'_transient_timeout_learn_press_user_guest_1496796094', '1496803294', 'no');
INSERT INTO `wpor_options` VALUES (7522,
'_transient_learn_press_user_guest_1496796094', '1496796094', 'no');
INSERT INTO `wpor_options` VALUES (7523,
'_transient_timeout_learn_press_user_guest_1496796109', '1496803309', 'no');
INSERT INTO `wpor_options` VALUES (7524,
'_transient_learn_press_user_guest_1496796109', '1496796109', 'no');
INSERT INTO `wpor_options` VALUES (7528,
'_transient_timeout_learn_press_user_guest_1496797092', '1496804292', 'no');
INSERT INTO `wpor_options` VALUES (7526,
'_transient_timeout_learn_press_user_guest_1496797091', '1496804291', 'no');
INSERT INTO `wpor_options` VALUES (7527,
'_transient_learn_press_user_guest_1496797091', '1496797091', 'no');
INSERT INTO `wpor_options` VALUES (7529,
'_transient_learn_press_user_guest_1496797092', '1496797092', 'no');
INSERT INTO `wpor_options` VALUES (7530,
'_transient_timeout_learn_press_user_guest_1496797128', '1496804328', 'no');
INSERT INTO `wpor_options` VALUES (7531,
'_transient_learn_press_user_guest_1496797128', '1496797128', 'no');
INSERT INTO `wpor_options` VALUES (7532,
'_transient_timeout_learn_press_user_guest_1496797129', '1496804329', 'no');
INSERT INTO `wpor_options` VALUES (7533,
'_transient_learn_press_user_guest_1496797129', '1496797129', 'no');
INSERT INTO `wpor_options` VALUES (7534,
'_transient_timeout_learn_press_user_guest_1496797162', '1496804362', 'no');
INSERT INTO `wpor_options` VALUES (7535,
'_transient_learn_press_user_guest_1496797162', '1496797162', 'no');
INSERT INTO `wpor_options` VALUES (7536,
'_transient_timeout_learn_press_user_guest_1496799592', '1496806792', 'no');
INSERT INTO `wpor_options` VALUES (7537,
'_transient_learn_press_user_guest_1496799592', '1496799592', 'no');
INSERT INTO `wpor_options` VALUES (7555,
'_transient_timeout_learn_press_user_guest_1496834481', '1496841681', 'no');
INSERT INTO `wpor_options` VALUES (7539,
'_transient_timeout_learn_press_user_guest_1496799598', '1496806798', 'no');
INSERT INTO `wpor_options` VALUES (7540,
'_transient_learn_press_user_guest_1496799598', '1496799598', 'no');
INSERT INTO `wpor_options` VALUES (7541,
'_transient_timeout_learn_press_user_guest_1496799633', '1496806833', 'no');
INSERT INTO `wpor_options` VALUES (7542,
'_transient_learn_press_user_guest_1496799633', '1496799633', 'no');
INSERT INTO `wpor_options` VALUES (7543,
'_transient_timeout_learn_press_user_guest_1496833657', '1496840857', 'no');
INSERT INTO `wpor_options` VALUES (7544,
'_transient_learn_press_user_guest_1496833657', '1496833657', 'no');
INSERT INTO `wpor_options` VALUES (7545,
'_transient_timeout_learn_press_user_guest_1496834130', '1496841330', 'no');
INSERT INTO `wpor_options` VALUES (7546,
'_transient_learn_press_user_guest_1496834130', '1496834130', 'no');
INSERT INTO `wpor_options` VALUES (7547,
'_transient_timeout_learn_press_user_guest_1496834131', '1496841331', 'no');
INSERT INTO `wpor_options` VALUES (7548,
'_transient_learn_press_user_guest_1496834131', '1496834131', 'no');
INSERT INTO `wpor_options` VALUES (8204,
'_transient_timeout_learn_press_user_guest_1496954507', '1496961707', 'no');
INSERT INTO `wpor_options` VALUES (8205,
'_transient_learn_press_user_guest_1496954507', '1496954507', 'no');
INSERT INTO `wpor_options` VALUES (9179, 'ai1wm_status', 'a:3:
{s:4:"type";s:4:"done";s:7:"message";s:523:"You need to perform two more
steps:<br /><strong>1. You must save your permalinks structure twice. <a
class="ai1wm-no-underline" href="http://www.tubifed.org.tr/wp-admin/options-
permalink.php#submit" target="_blank">Permalinks Settings</a></strong>
<small>(opens a new window)</small><br /><strong>2. <a class="ai1wm-no-underline"
href="https://wordpress.org/support/view/plugin-reviews/all-in-one-wp-migration?
rate=5#postform" target="_blank">Optionally, review the plugin</a>.</strong>
<small>(opens a new window)</small>";s:5:"title";s:41:"Your data has been imported
successfully!";}', 'yes');
INSERT INTO `wpor_options` VALUES (9172,
'_transient_timeout_learn_press_user_guest_1497113380', '1497120580', 'no');
INSERT INTO `wpor_options` VALUES (8207,
'_transient_timeout_learn_press_user_guest_1496954510', '1496961710', 'no');
INSERT INTO `wpor_options` VALUES (8208,
'_transient_learn_press_user_guest_1496954510', '1496954510', 'no');
INSERT INTO `wpor_options` VALUES (10030,
'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1497292692', 'no');
INSERT INTO `wpor_options` VALUES (10031,
'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1497292692',
'no');
INSERT INTO `wpor_options` VALUES (10032,
'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1497249492', 'no');
INSERT INTO `wpor_options` VALUES (10044,
'_transient_timeout_learn_press_user_guest_1497249745', '1497256945', 'no');
INSERT INTO `wpor_options` VALUES (10045,
'_transient_learn_press_user_guest_1497249745', '1497249745', 'no');
INSERT INTO `wpor_options` VALUES (10047,
'_transient_timeout_learn_press_user_guest_1497250335', '1497257535', 'no');
INSERT INTO `wpor_options` VALUES (10048,
'_transient_learn_press_user_guest_1497250335', '1497250335', 'no');
INSERT INTO `wpor_options` VALUES (10050,
'_transient_learn_press_user_guest_1497250620', '1497250620', 'no');
INSERT INTO `wpor_options` VALUES (10060, 'revslider-valid-notice', 'false',
'yes');
INSERT INTO `wpor_options` VALUES (10052,
'_transient_timeout_learn_press_user_guest_1497250937', '1497258137', 'no');
INSERT INTO `wpor_options` VALUES (10053,
'_transient_learn_press_user_guest_1497250937', '1497250937', 'no');
INSERT INTO `wpor_options` VALUES (10055,
'_transient_timeout_learn_press_user_guest_1497251619', '1497258819', 'no');
INSERT INTO `wpor_options` VALUES (10056,
'_transient_learn_press_user_guest_1497251619', '1497251619', 'no');
INSERT INTO `wpor_options` VALUES (10140,
'_transient_learn_press_user_guest_1497256024', '1497256024', 'no');
INSERT INTO `wpor_options` VALUES (10064,
'_transient_timeout_learn_press_user_guest_1497252156', '1497259356', 'no');
INSERT INTO `wpor_options` VALUES (10065,
'_transient_learn_press_user_guest_1497252156', '1497252156', 'no');
INSERT INTO `wpor_options` VALUES (9154,
'_transient_timeout_learn_press_user_guest_1497112804', '1497120004', 'no');
INSERT INTO `wpor_options` VALUES (9155,
'_transient_learn_press_user_guest_1497112804', '1497112804', 'no');
INSERT INTO `wpor_options` VALUES (10189, '_site_transient_update_plugins',
'O:8:"stdClass":5:{s:12:"last_checked";i:1497263980;s:7:"checked";a:33:
{s:26:"secure-
wordpress/index.php";s:5:"3.0.4";s:19:"akismet/akismet.php";s:5:"3.3.2";s:51:"all-
in-one-wp-migration/all-in-one-wp-
migration.php";s:4:"6.48";s:19:"bbpress/bbpress.php";s:6:"2.5.12";s:59:"black-
studio-tinymce-widget/black-studio-tinymce-widget.php";s:5:"2.3.2";s:36:"contact-
form-7/wp-contact-form-7.php";s:3:"4.8";s:24:"dbc-
backup/dbcbackup.php";s:3:"1.1";s:36:"google-sitemap-
generator/sitemap.php";s:5:"4.0.8";s:9:"hello.php";s:3:"1.6";s:25:"learnpress/learn
press.php";s:7:"2.1.6.1";s:49:"learnpress-collections/learnpress-
collections.php";s:5:"2.1.2";s:53:"learnpress-course-review/learnpress-course-
review.php";s:3:"2.0";s:43:"learnpress-wishlist/learnpress-
wishlist.php";s:3:"2.0";s:32:"login-
lockdown/loginlockdown.php";s:6:"v1.7.1";s:37:"mailchimp-for-wp/mailchimp-for-
wp.php";s:5:"4.1.3";s:39:"siteorigin-panels/siteorigin-
panels.php";s:5:"2.5.5";s:45:"paid-memberships-pro/paid-memberships-
pro.php";s:5:"1.9.1";s:39:"so-widgets-bundle/so-widgets-
bundle.php";s:5:"1.9.2";s:23:"revslider/revslider.php";s:7:"5.4.3.1";s:58:"minioran
ge-login-openid/miniorange_openid_sso_settings.php";s:5:"5.1.1";s:23:"thim-
core/thim-core.php";s:5:"1.3.5";s:21:"tp-event/tp-
event.php";s:5:"2.0.3";s:22:"thim-our-team/init.php";s:5:"1.3.1";s:21:"tp-
portfolio/init.php";s:3:"1.3";s:39:"thim-testimonials/thim-
testimonials.php";s:5:"1.3.1";s:35:"tk-google-fonts/tk-google-
fonts.php";s:5:"1.3.2";s:27:"woocommerce/woocommerce.php";s:5:"3.0.7";s:41:"wordpre
ss-firewall/wordpress-firewall.php";s:15:"1.25 for WP 2.x";s:41:"wordpress-
importer/wordpress-importer.php";s:5:"0.6.3";s:29:"wp-mail-
smtp/wp_mail_smtp.php";s:6:"0.10.1";s:27:"js_composer/js_composer.php";s:5:"5.1.1";
s:31:"wp-migrate-db/wp-migrate-db.php";s:5:"0.9.2";s:24:"wordpress-seo/wp-
seo.php";s:3:"4.9";}s:8:"response";a:4:{s:45:"paid-memberships-pro/paid-
memberships-pro.php";O:8:"stdClass":8:{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.2.1";s:3:"url";s:51:"https://wordpress.org/plu
gins/paid-memberships-
pro/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/paid-memberships-
pro.1.9.2.1.zip";s:6:"tested";s:3:"4.8";s:13:"compatibility";O:8:"stdClass":0:
{}}s:58:"miniorange-login-
openid/miniorange_openid_sso_settings.php";O:8:"stdClass":8:
{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:"5.1.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.5.1.2.zip";s:6:"tested";s:5:"4.7.5";s:13:"compatibility";O:8:"stdClass":0:
{}}s:27:"woocommerce/woocommerce.php";O:8:"stdClass":9:
{s:2:"id";s:25:"w.org/plugins/woocommerce";s:4:"slug";s:11:"woocommerce";s:6:"plugi
n";s:27:"woocommerce/woocommerce.php";s:11:"new_version";s:5:"3.0.8";s:3:"url";s:42
:"https://wordpress.org/plugins/woocommerce/";s:7:"package";s:60:"https://downloads
.wordpress.org/plugin/woocommerce.3.0.8.zip";s:14:"upgrade_notice";s:215:"<p>3.0 is
a major update. Make a full site backup, update your theme and extensions, and <a
href="https://docs.woocommerce.com/document/how-to-update-your-site">review update
best practices</a> before
upgrading.</p>";s:6:"tested";s:3:"4.8";s:13:"compatibility";O:8:"stdClass":0:
{}}s:23:"thim-core/thim-core.php";O:8:"stdClass":6:{s:4:"slug";s:9:"thim-
core";s:6:"plugin";s:23:"thim-core/thim-
core.php";s:11:"new_version";s:5:"1.3.6";s:3:"url";s:38:"https://foobla.bitbucket.i
o/thim-core/";s:7:"package";s:56:"https://foobla.bitbucket.io/thim-core/dist/thim-
core.zip";s:6:"tested";s:3:"4.8";}}s:12:"translations";a:0:{}s:9:"no_update";a:22:
{s:26:"secure-wordpress/index.php";O:8:"stdClass":6:
{s:2:"id";s:30:"w.org/plugins/secure-wordpress";s:4:"slug";s:16:"secure-
wordpress";s:6:"plugin";s:26:"secure-
wordpress/index.php";s:11:"new_version";s:5:"3.0.4";s:3:"url";s:47:"https://wordpre
ss.org/plugins/secure-
wordpress/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/secure-
wordpress.zip";}s:19:"akismet/akismet.php";O:8:"stdClass":6:
{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:"3.3.2";s:3:"url";s:38:"https://wordpre
ss.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin
/akismet.3.3.2.zip";}s:51:"all-in-one-wp-migration/all-in-one-wp-
migration.php";O:8:"stdClass":6:{s:2:"id";s:37:"w.org/plugins/all-in-one-wp-
migration";s:4:"slug";s:23:"all-in-one-wp-migration";s:6:"plugin";s:51:"all-in-one-
wp-migration/all-in-one-wp-
migration.php";s:11:"new_version";s:4:"6.48";s:3:"url";s:54:"https://wordpress.org/
plugins/all-in-one-wp-
migration/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/all-in-one-
wp-migration.6.48.zip";}s:19:"bbpress/bbpress.php";O:8:"stdClass":6:
{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.12";s:3:"url";s:38:"https://wordpr
ess.org/plugins/bbpress/";s:7:"package";s:57:"https://downloads.wordpress.org/plugi
n/bbpress.2.5.12.zip";}s:59:"black-studio-tinymce-widget/black-studio-tinymce-
widget.php";O:8:"stdClass":6:{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.3.2";s:3:"url";s:58:"https://wordpress.org/pl
ugins/black-studio-tinymce-
widget/";s:7:"package";s:76:"https://downloads.wordpress.org/plugin/black-studio-
tinymce-widget.2.3.2.zip";}s:36:"contact-form-7/wp-contact-form-
7.php";O:8:"stdClass":6:{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:3:"4.8";s:3:"url";s:45:"https://wordpress.org/plugins/c
ontact-form-7/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/contact-
form-7.4.8.zip";}s:24:"dbc-backup/dbcbackup.php";O:8:"stdClass":6:
{s:2:"id";s:24:"w.org/plugins/dbc-backup";s:4:"slug";s:10:"dbc-
backup";s:6:"plugin";s:24:"dbc-
backup/dbcbackup.php";s:11:"new_version";s:3:"1.1";s:3:"url";s:41:"https://wordpres
s.org/plugins/dbc-
backup/";s:7:"package";s:57:"https://downloads.wordpress.org/plugin/dbc-
backup.1.1.zip";}s:36:"google-sitemap-generator/sitemap.php";O:8:"stdClass":6:
{s:2:"id";s:38:"w.org/plugins/google-sitemap-generator";s:4:"slug";s:24:"google-
sitemap-generator";s:6:"plugin";s:36:"google-sitemap-
generator/sitemap.php";s:11:"new_version";s:5:"4.0.8";s:3:"url";s:55:"https://wordp
ress.org/plugins/google-sitemap-
generator/";s:7:"package";s:73:"https://downloads.wordpress.org/plugin/google-
sitemap-generator.4.0.8.zip";}s:9:"hello.php";O:8:"stdClass":6:
{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:"ht
tps://wordpress.org/plugins/hello-
dolly/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/hello-
dolly.1.6.zip";}s:25:"learnpress/learnpress.php";O:8:"stdClass":6:
{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:7:"2.1.6.1";s:3:"url";s:41:"
https://wordpress.org/plugins/learnpress/";s:7:"package";s:61:"https://downloads.wo
rdpress.org/plugin/learnpress.2.1.6.1.zip";}s:53:"learnpress-course-
review/learnpress-course-review.php";O:8:"stdClass":6:
{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:3:"2.0";s:3:"url";s:55:"https://wordpress.org/plug
ins/learnpress-course-
review/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/learnpress-
course-review.2.0.zip";}s:43:"learnpress-wishlist/learnpress-
wishlist.php";O:8:"stdClass":6:{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:3:"2.0";s:3:"url";s:50:"https://wordpress.org/pl
ugins/learnpress-
wishlist/";s:7:"package";s:66:"https://downloads.wordpress.org/plugin/learnpress-
wishlist.2.0.zip";}s:32:"login-lockdown/loginlockdown.php";O:8:"stdClass":6:
{s:2:"id";s:28:"w.org/plugins/login-lockdown";s:4:"slug";s:14:"login-
lockdown";s:6:"plugin";s:32:"login-
lockdown/loginlockdown.php";s:11:"new_version";s:6:"v1.7.1";s:3:"url";s:45:"https:/
/wordpress.org/plugins/login-
lockdown/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/login-
lockdown.1.7.1.zip";}s:37:"mailchimp-for-wp/mailchimp-for-wp.php";O:8:"stdClass":6:
{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.1.3";s:3:"url";s:47:"https://wordpress.org/plugin
s/mailchimp-for-
wp/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/mailchimp-for-
wp.4.1.3.zip";}s:39:"siteorigin-panels/siteorigin-panels.php";O:8:"stdClass":6:
{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.5.5";s:3:"url";s:48:"https://wordpress.org/pl
ugins/siteorigin-
panels/";s:7:"package";s:66:"https://downloads.wordpress.org/plugin/siteorigin-
panels.2.5.5.zip";}s:39:"so-widgets-bundle/so-widgets-bundle.php";O:8:"stdClass":6:
{s:2:"id";s:31:"w.org/plugins/so-widgets-bundle";s:4:"slug";s:17:"so-widgets-
bundle";s:6:"plugin";s:39:"so-widgets-bundle/so-widgets-
bundle.php";s:11:"new_version";s:5:"1.9.2";s:3:"url";s:48:"https://wordpress.org/pl
ugins/so-widgets-bundle/";s:7:"package";s:66:"https://downloads.wordpress.org/plu
gin/so-widgets-bundle.1.9.2.zip";}s:35:"tk-google-fonts/tk-google-
fonts.php";O:8:"stdClass":6:{s:2:"id";s:29:"w.org/plugins/tk-google-
fonts";s:4:"slug";s:15:"tk-google-fonts";s:6:"plugin";s:35:"tk-google-fonts/tk-
google-
fonts.php";s:11:"new_version";s:5:"1.3.2";s:3:"url";s:46:"https://wordpress.org/plu
gins/tk-google-
fonts/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/tk-google-
fonts.1.3.2.zip";}s:41:"wordpress-firewall/wordpress-
firewall.php";O:8:"stdClass":6:{s:2:"id";s:32:"w.org/plugins/wordpress-
firewall";s:4:"slug";s:18:"wordpress-firewall";s:6:"plugin";s:41:"wordpress-
firewall/wordpress-firewall.php";s:11:"new_version";s:15:"1.25 for WP
2.x";s:3:"url";s:49:"https://wordpress.org/plugins/wordpress-
firewall/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/wordpress-
firewall.zip";}s:41:"wordpress-importer/wordpress-importer.php";O:8:"stdClass":6:
{s:2:"id";s:32:"w.org/plugins/wordpress-importer";s:4:"slug";s:18:"wordpress-
importer";s:6:"plugin";s:41:"wordpress-importer/wordpress-
importer.php";s:11:"new_version";s:5:"0.6.3";s:3:"url";s:49:"https://wordpress.org/
plugins/wordpress-
importer/";s:7:"package";s:67:"https://downloads.wordpress.org/plugin/wordpress-
importer.0.6.3.zip";}s:29:"wp-mail-smtp/wp_mail_smtp.php";O:8:"stdClass":6:
{s:2:"id";s:26:"w.org/plugins/wp-mail-smtp";s:4:"slug";s:12:"wp-mail-
smtp";s:6:"plugin";s:29:"wp-mail-
smtp/wp_mail_smtp.php";s:11:"new_version";s:6:"0.10.1";s:3:"url";s:43:"https://word
press.org/plugins/wp-mail-
smtp/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/wp-mail-
smtp.0.10.1.zip";}s:31:"wp-migrate-db/wp-migrate-db.php";O:8:"stdClass":6:
{s:2:"id";s:27:"w.org/plugins/wp-migrate-db";s:4:"slug";s:13:"wp-migrate-
db";s:6:"plugin";s:31:"wp-migrate-db/wp-migrate-
db.php";s:11:"new_version";s:5:"0.9.2";s:3:"url";s:44:"https://wordpress.org/plugin
s/wp-migrate-db/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/wp-
migrate-db.0.9.2.zip";}s:24:"wordpress-seo/wp-seo.php";O:8:"stdClass":6:
{s:2:"id";s:27:"w.org/plugins/wordpress-seo";s:4:"slug";s:13:"wordpress-
seo";s:6:"plugin";s:24:"wordpress-seo/wp-
seo.php";s:11:"new_version";s:3:"4.9";s:3:"url";s:44:"https://wordpress.org/plugins
/wordpress-
seo/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/wordpress-
seo.4.9.zip";}}}', 'no');
INSERT INTO `wpor_options` VALUES (9285,
'_transient_timeout_learn_press_user_guest_1497125247', '1497132447', 'no');
INSERT INTO `wpor_options` VALUES (7556,
'_transient_learn_press_user_guest_1496834481', '1496834481', 'no');
INSERT INTO `wpor_options` VALUES (7558,
'_transient_timeout_learn_press_user_guest_1496834484', '1496841684', 'no');
INSERT INTO `wpor_options` VALUES (7559,
'_transient_learn_press_user_guest_1496834484', '1496834484', 'no');
INSERT INTO `wpor_options` VALUES (7562,
'_transient_timeout_learn_press_user_guest_1496841125', '1496848325', 'no');
INSERT INTO `wpor_options` VALUES (7563,
'_transient_learn_press_user_guest_1496841125', '1496841125', 'no');
INSERT INTO `wpor_options` VALUES (7565,
'_transient_timeout_learn_press_user_guest_1496841130', '1496848330', 'no');
INSERT INTO `wpor_options` VALUES (7566,
'_transient_learn_press_user_guest_1496841130', '1496841130', 'no');
INSERT INTO `wpor_options` VALUES (7581,
'_transient_timeout_learn_press_user_guest_1496853354', '1496860554', 'no');
INSERT INTO `wpor_options` VALUES (7568,
'_transient_timeout_learn_press_user_guest_1496846772', '1496853972', 'no');
INSERT INTO `wpor_options` VALUES (7569,
'_transient_learn_press_user_guest_1496846772', '1496846772', 'no');
INSERT INTO `wpor_options` VALUES (7571,
'_transient_timeout_learn_press_user_guest_1496847180', '1496854380', 'no');
INSERT INTO `wpor_options` VALUES (7572,
'_transient_learn_press_user_guest_1496847180', '1496847180', 'no');
INSERT INTO `wpor_options` VALUES (7574,
'_transient_timeout_learn_press_user_guest_1496852858', '1496860058', 'no');
INSERT INTO `wpor_options` VALUES (7575,
'_transient_learn_press_user_guest_1496852858', '1496852858', 'no');
INSERT INTO `wpor_options` VALUES (7576,
'_transient_timeout_learn_press_user_guest_1496852929', '1496860129', 'no');
INSERT INTO `wpor_options` VALUES (7577,
'_transient_learn_press_user_guest_1496852929', '1496852929', 'no');
INSERT INTO `wpor_options` VALUES (7579,
'_transient_timeout_learn_press_user_guest_1496852981', '1496860181', 'no');
INSERT INTO `wpor_options` VALUES (7580,
'_transient_learn_press_user_guest_1496852981', '1496852981', 'no');
INSERT INTO `wpor_options` VALUES (7582,
'_transient_learn_press_user_guest_1496853354', '1496853354', 'no');
INSERT INTO `wpor_options` VALUES (7583,
'_transient_timeout_learn_press_user_guest_1496853357', '1496860557', 'no');
INSERT INTO `wpor_options` VALUES (7584,
'_transient_learn_press_user_guest_1496853357', '1496853357', 'no');
INSERT INTO `wpor_options` VALUES (7585,
'_transient_timeout_learn_press_user_guest_1496853367', '1496860567', 'no');
INSERT INTO `wpor_options` VALUES (7586,
'_transient_learn_press_user_guest_1496853367', '1496853367', 'no');
INSERT INTO `wpor_options` VALUES (7590,
'_transient_timeout_learn_press_user_guest_1496853600', '1496860800', 'no');
INSERT INTO `wpor_options` VALUES (7588,
'_transient_timeout_learn_press_user_guest_1496853599', '1496860799', 'no');
INSERT INTO `wpor_options` VALUES (7589,
'_transient_learn_press_user_guest_1496853599', '1496853599', 'no');
INSERT INTO `wpor_options` VALUES (7591,
'_transient_learn_press_user_guest_1496853600', '1496853600', 'no');
INSERT INTO `wpor_options` VALUES (7592,
'_transient_timeout_learn_press_user_guest_1496853607', '1496860807', 'no');
INSERT INTO `wpor_options` VALUES (7593,
'_transient_learn_press_user_guest_1496853607', '1496853607', 'no');
INSERT INTO `wpor_options` VALUES (7594,
'_transient_timeout_learn_press_user_guest_1496853616', '1496860816', 'no');
INSERT INTO `wpor_options` VALUES (7595,
'_transient_learn_press_user_guest_1496853616', '1496853616', 'no');
INSERT INTO `wpor_options` VALUES (7596,
'_transient_timeout_learn_press_user_guest_1496853622', '1496860822', 'no');
INSERT INTO `wpor_options` VALUES (7597,
'_transient_learn_press_user_guest_1496853622', '1496853622', 'no');
INSERT INTO `wpor_options` VALUES (7603,
'_transient_timeout_learn_press_user_guest_1496863991', '1496871191', 'no');
INSERT INTO `wpor_options` VALUES (7599,
'_transient_timeout_learn_press_user_guest_1496863786', '1496870986', 'no');
INSERT INTO `wpor_options` VALUES (7600,
'_transient_learn_press_user_guest_1496863786', '1496863786', 'no');
INSERT INTO `wpor_options` VALUES (7601,
'_transient_timeout_learn_press_user_guest_1496863871', '1496871071', 'no');
INSERT INTO `wpor_options` VALUES (7602,
'_transient_learn_press_user_guest_1496863871', '1496863871', 'no');
INSERT INTO `wpor_options` VALUES (7604,
'_transient_learn_press_user_guest_1496863991', '1496863991', 'no');
INSERT INTO `wpor_options` VALUES (7605,
'_transient_timeout_learn_press_user_guest_1496863992', '1496871192', 'no');
INSERT INTO `wpor_options` VALUES (7606,
'_transient_learn_press_user_guest_1496863992', '1496863992', 'no');
INSERT INTO `wpor_options` VALUES (7607,
'_transient_timeout_learn_press_user_guest_1496866377', '1496873577', 'no');
INSERT INTO `wpor_options` VALUES (7608,
'_transient_learn_press_user_guest_1496866377', '1496866377', 'no');
INSERT INTO `wpor_options` VALUES (7621,
'_transient_timeout_learn_press_user_guest_1496867242', '1496874442', 'no');
INSERT INTO `wpor_options` VALUES (7610,
'_transient_timeout_learn_press_user_guest_1496866378', '1496873578', 'no');
INSERT INTO `wpor_options` VALUES (7611,
'_transient_learn_press_user_guest_1496866378', '1496866378', 'no');
INSERT INTO `wpor_options` VALUES (7619,
'_transient_timeout_learn_press_user_guest_1496867235', '1496874435', 'no');
INSERT INTO `wpor_options` VALUES (7620,
'_transient_learn_press_user_guest_1496867235', '1496867235', 'no');
INSERT INTO `wpor_options` VALUES (7622,
'_transient_learn_press_user_guest_1496867242', '1496867242', 'no');
INSERT INTO `wpor_options` VALUES (7623,
'_transient_timeout_learn_press_user_guest_1496867367', '1496874567', 'no');
INSERT INTO `wpor_options` VALUES (7624,
'_transient_learn_press_user_guest_1496867367', '1496867367', 'no');
INSERT INTO `wpor_options` VALUES (7637,
'_transient_timeout_learn_press_user_guest_1496867893', '1496875093', 'no');
INSERT INTO `wpor_options` VALUES (7638,
'_transient_learn_press_user_guest_1496867893', '1496867893', 'no');
INSERT INTO `wpor_options` VALUES (7628,
'_transient_timeout_learn_press_user_guest_1496867403', '1496874603', 'no');
INSERT INTO `wpor_options` VALUES (7629,
'_transient_learn_press_user_guest_1496867403', '1496867403', 'no');
INSERT INTO `wpor_options` VALUES (7632, 'rs-templates-new', '', 'no');
INSERT INTO `wpor_options` VALUES (7635,
'_transient_timeout_learn_press_user_guest_1496867868', '1496875068', 'no');
INSERT INTO `wpor_options` VALUES (7636,
'_transient_learn_press_user_guest_1496867868', '1496867868', 'no');
INSERT INTO `wpor_options` VALUES (10033,
'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1497292697', 'no');
INSERT INTO `wpor_options` VALUES (10034,
'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1497292697',
'no');
INSERT INTO `wpor_options` VALUES (10035,
'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1497249497', 'no');
INSERT INTO `wpor_options` VALUES (10039,
'_transient_dash_d574e94acce509528fce430351f5c76a', '<div class="rss-
widget"><ul><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/wp-
turkiye/~3/GyCdmqvLYds/''>WordPress Türkçe 4.7</a> <span class="rss-date">Aralık 8,
2016</span><div class="rssSummary">Merhabalar, WordPress Türkçe 4.7 şu an
indirilebilir durumda. 4.7 sürümü, caz efsanesi Sarah “Sassy” Vaughan anısına
“Vaughan” olarak adlandırıldı ve kolayca bir web sitesi ayağa kaldırmak üzerinde
odaklandı. Karşınızda Yirmi Onyedi Sürükleyici öne çıkan görseller ve video
başlıklar barındıran yepyeni bir varsayılan tema ile sitenizi canlandırın. Yirmi
Onyedi kurumsal sitelere odaklanıyor ve bir çok bölüme
[&hellip;]</div></li></ul></div><div class="rss-widget"><ul><li><a
class=''rsswidget'' href=''https://wptavern.com/wordcamp-for-publishers-opens-up-
ticket-sales-50-sold-in-the-first-day''>WPTavern: WordCamp for Publishers Opens Up
Ticket Sales, 50% Sold in the First Day</a></li><li><a class=''rsswidget''
href=''https://wptavern.com/unsplash-updates-its-license-raises-gpl-compatibility-
concerns''>WPTavern: Unsplash Updates its License, Raises GPL Compatibility
Concerns</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/major-
update-coming-to-wp-super-cache-new-rest-api-user-friendly-settings-page-and-
improvements-to-legacy-file-storage''>WPTavern: Major Update Coming to WP Super
Cache: New REST API, User-Friendly Settings Page, and Improvements to Legacy File
Storage</a></li></ul></div><div class="rss-widget"><ul><li class="dashboard-news-
plugin"><span>Beğenilen eklentiler:</span> Yoast SEO&nbsp;<a href="plugin-
install.php?tab=plugin-information&amp;plugin=wordpress-
seo&amp;_wpnonce=e4ba9e9134&amp;TB_iframe=true&amp;width=600&amp;height=800"
class="thickbox open-plugin-details-modal" aria-label="Yükle Yoast
SEO">(Kur)</a></li></ul></div>', 'no');
INSERT INTO `wpor_options` VALUES (9616,
'_transient_timeout_learn_press_user_guest_1497194218', '1497201418', 'no');
INSERT INTO `wpor_options` VALUES (9608,
'_transient_timeout_learn_press_user_guest_1497194004', '1497201204', 'no');
INSERT INTO `wpor_options` VALUES (9609,
'_transient_learn_press_user_guest_1497194004', '1497194004', 'no');
INSERT INTO `wpor_options` VALUES (9617,
'_transient_learn_press_user_guest_1497194218', '1497194218', 'no');
INSERT INTO `wpor_options` VALUES (9618,
'_transient_timeout_learn_press_user_guest_1497194304', '1497201504', 'no');
INSERT INTO `wpor_options` VALUES (9619,
'_transient_learn_press_user_guest_1497194304', '1497194304', 'no');
INSERT INTO `wpor_options` VALUES (9620,
'_transient_timeout_learn_press_user_guest_1497194308', '1497201508', 'no');
INSERT INTO `wpor_options` VALUES (9621,
'_transient_learn_press_user_guest_1497194308', '1497194308', 'no');
INSERT INTO `wpor_options` VALUES (9631,
'_transient_timeout_learn_press_user_guest_1497194540', '1497201740', 'no');
INSERT INTO `wpor_options` VALUES (9632,
'_transient_learn_press_user_guest_1497194540', '1497194540', 'no');
INSERT INTO `wpor_options` VALUES (9644,
'_transient_timeout_learn_press_user_guest_1497195095', '1497202295', 'no');
INSERT INTO `wpor_options` VALUES (9645,
'_transient_learn_press_user_guest_1497195095', '1497195095', 'no');
INSERT INTO `wpor_options` VALUES (9661,
'_transient_timeout_learn_press_user_guest_1497195737', '1497202937', 'no');
INSERT INTO `wpor_options` VALUES (9648,
'_transient_timeout_learn_press_user_guest_1497195141', '1497202341', 'no');
INSERT INTO `wpor_options` VALUES (9649,
'_transient_learn_press_user_guest_1497195141', '1497195141', 'no');
INSERT INTO `wpor_options` VALUES (9662,
'_transient_learn_press_user_guest_1497195737', '1497195737', 'no');
INSERT INTO `wpor_options` VALUES (9691,
'_transient_timeout_learn_press_user_guest_1497199296', '1497206496', 'no');
INSERT INTO `wpor_options` VALUES (9676,
'_transient_timeout_learn_press_user_guest_1497196360', '1497203560', 'no');
INSERT INTO `wpor_options` VALUES (9677,
'_transient_learn_press_user_guest_1497196360', '1497196360', 'no');
INSERT INTO `wpor_options` VALUES (9679,
'_transient_timeout_learn_press_user_guest_1497196365', '1497203565', 'no');
INSERT INTO `wpor_options` VALUES (9680,
'_transient_learn_press_user_guest_1497196365', '1497196365', 'no');
INSERT INTO `wpor_options` VALUES (9682,
'_transient_timeout_learn_press_user_guest_1497196584', '1497203784', 'no');
INSERT INTO `wpor_options` VALUES (9683,
'_transient_learn_press_user_guest_1497196584', '1497196584', 'no');
INSERT INTO `wpor_options` VALUES (9684,
'_transient_timeout_learn_press_user_guest_1497197279', '1497204479', 'no');
INSERT INTO `wpor_options` VALUES (9685,
'_transient_learn_press_user_guest_1497197279', '1497197279', 'no');
INSERT INTO `wpor_options` VALUES (9687,
'_transient_timeout_learn_press_user_guest_1497198932', '1497206132', 'no');
INSERT INTO `wpor_options` VALUES (9688,
'_transient_learn_press_user_guest_1497198932', '1497198932', 'no');
INSERT INTO `wpor_options` VALUES (9689,
'_transient_timeout_learn_press_user_guest_1497198933', '1497206133', 'no');
INSERT INTO `wpor_options` VALUES (9690,
'_transient_learn_press_user_guest_1497198933', '1497198933', 'no');
INSERT INTO `wpor_options` VALUES (9692,
'_transient_learn_press_user_guest_1497199296', '1497199296', 'no');
INSERT INTO `wpor_options` VALUES (9693,
'_transient_timeout_learn_press_user_guest_1497199301', '1497206501', 'no');
INSERT INTO `wpor_options` VALUES (9694,
'_transient_learn_press_user_guest_1497199301', '1497199301', 'no');
INSERT INTO `wpor_options` VALUES (9695,
'_transient_timeout_learn_press_user_guest_1497201011', '1497208211', 'no');
INSERT INTO `wpor_options` VALUES (9696,
'_transient_learn_press_user_guest_1497201011', '1497201011', 'no');
INSERT INTO `wpor_options` VALUES (9707,
'_transient_timeout_learn_press_user_guest_1497201607', '1497208807', 'no');
INSERT INTO `wpor_options` VALUES (9698,
'_transient_timeout_learn_press_user_guest_1497201014', '1497208214', 'no');
INSERT INTO `wpor_options` VALUES (9699,
'_transient_learn_press_user_guest_1497201014', '1497201014', 'no');
INSERT INTO `wpor_options` VALUES (9701,
'_transient_timeout_learn_press_user_guest_1497201603', '1497208803', 'no');
INSERT INTO `wpor_options` VALUES (9702,
'_transient_learn_press_user_guest_1497201603', '1497201603', 'no');
INSERT INTO `wpor_options` VALUES (9703,
'_transient_timeout_learn_press_user_guest_1497201604', '1497208804', 'no');
INSERT INTO `wpor_options` VALUES (9704,
'_transient_learn_press_user_guest_1497201604', '1497201604', 'no');
INSERT INTO `wpor_options` VALUES (9705,
'_transient_timeout_learn_press_user_guest_1497201606', '1497208806', 'no');
INSERT INTO `wpor_options` VALUES (9706,
'_transient_learn_press_user_guest_1497201606', '1497201606', 'no');
INSERT INTO `wpor_options` VALUES (9708,
'_transient_learn_press_user_guest_1497201607', '1497201607', 'no');
INSERT INTO `wpor_options` VALUES (9709,
'_transient_timeout_learn_press_user_guest_1497201608', '1497208808', 'no');
INSERT INTO `wpor_options` VALUES (9710,
'_transient_learn_press_user_guest_1497201608', '1497201608', 'no');
INSERT INTO `wpor_options` VALUES (9726,
'_transient_timeout_learn_press_user_guest_1497204289', '1497211489', 'no');
INSERT INTO `wpor_options` VALUES (9712,
'_transient_timeout_learn_press_user_guest_1497202760', '1497209960', 'no');
INSERT INTO `wpor_options` VALUES (9713,
'_transient_learn_press_user_guest_1497202760', '1497202760', 'no');
INSERT INTO `wpor_options` VALUES (9714,
'_transient_timeout_learn_press_user_guest_1497202761', '1497209961', 'no');
INSERT INTO `wpor_options` VALUES (9715,
'_transient_learn_press_user_guest_1497202761', '1497202761', 'no');
INSERT INTO `wpor_options` VALUES (9717,
'_transient_timeout_learn_press_user_guest_1497203835', '1497211035', 'no');
INSERT INTO `wpor_options` VALUES (9718,
'_transient_learn_press_user_guest_1497203835', '1497203835', 'no');
INSERT INTO `wpor_options` VALUES (9719,
'_transient_timeout_learn_press_user_guest_1497203836', '1497211036', 'no');
INSERT INTO `wpor_options` VALUES (9720,
'_transient_learn_press_user_guest_1497203836', '1497203836', 'no');
INSERT INTO `wpor_options` VALUES (9722,
'_transient_timeout_learn_press_user_guest_1497204275', '1497211475', 'no');
INSERT INTO `wpor_options` VALUES (9723,
'_transient_learn_press_user_guest_1497204275', '1497204275', 'no');
INSERT INTO `wpor_options` VALUES (9724,
'_transient_timeout_learn_press_user_guest_1497204277', '1497211477', 'no');
INSERT INTO `wpor_options` VALUES (9725,
'_transient_learn_press_user_guest_1497204277', '1497204277', 'no');
INSERT INTO `wpor_options` VALUES (9727,
'_transient_learn_press_user_guest_1497204289', '1497204289', 'no');
INSERT INTO `wpor_options` VALUES (9735,
'_transient_timeout_learn_press_user_guest_1497204977', '1497212177', 'no');
INSERT INTO `wpor_options` VALUES (9729,
'_transient_timeout_learn_press_user_guest_1497204972', '1497212172', 'no');
INSERT INTO `wpor_options` VALUES (9730,
'_transient_learn_press_user_guest_1497204972', '1497204972', 'no');
INSERT INTO `wpor_options` VALUES (9731,
'_transient_timeout_learn_press_user_guest_1497204973', '1497212173', 'no');
INSERT INTO `wpor_options` VALUES (9732,
'_transient_learn_press_user_guest_1497204973', '1497204973', 'no');
INSERT INTO `wpor_options` VALUES (9733,
'_transient_timeout_learn_press_user_guest_1497204974', '1497212174', 'no');
INSERT INTO `wpor_options` VALUES (9734,
'_transient_learn_press_user_guest_1497204974', '1497204974', 'no');
INSERT INTO `wpor_options` VALUES (9736,
'_transient_learn_press_user_guest_1497204977', '1497204977', 'no');
INSERT INTO `wpor_options` VALUES (9737,
'_transient_timeout_learn_press_user_guest_1497204982', '1497212182', 'no');
INSERT INTO `wpor_options` VALUES (9738,
'_transient_learn_press_user_guest_1497204982', '1497204982', 'no');
INSERT INTO `wpor_options` VALUES (9739,
'_transient_timeout_learn_press_user_guest_1497205611', '1497212811', 'no');
INSERT INTO `wpor_options` VALUES (9740,
'_transient_learn_press_user_guest_1497205611', '1497205611', 'no');
INSERT INTO `wpor_options` VALUES (9759,
'_transient_timeout_learn_press_user_guest_1497207758', '1497214958', 'no');
INSERT INTO `wpor_options` VALUES (9742,
'_transient_timeout_learn_press_user_guest_1497205614', '1497212814', 'no');
INSERT INTO `wpor_options` VALUES (9743,
'_transient_learn_press_user_guest_1497205614', '1497205614', 'no');
INSERT INTO `wpor_options` VALUES (9745,
'_transient_timeout_learn_press_user_guest_1497206562', '1497213762', 'no');
INSERT INTO `wpor_options` VALUES (9746,
'_transient_learn_press_user_guest_1497206562', '1497206562', 'no');
INSERT INTO `wpor_options` VALUES (9747,
'_transient_timeout_learn_press_user_guest_1497206563', '1497213763', 'no');
INSERT INTO `wpor_options` VALUES (9748,
'_transient_learn_press_user_guest_1497206563', '1497206563', 'no');
INSERT INTO `wpor_options` VALUES (9750,
'_transient_timeout_learn_press_user_guest_1497207581', '1497214781', 'no');
INSERT INTO `wpor_options` VALUES (9751,
'_transient_learn_press_user_guest_1497207581', '1497207581', 'no');
INSERT INTO `wpor_options` VALUES (9752,
'_transient_timeout_learn_press_user_guest_1497207582', '1497214782', 'no');
INSERT INTO `wpor_options` VALUES (9753,
'_transient_learn_press_user_guest_1497207582', '1497207582', 'no');
INSERT INTO `wpor_options` VALUES (9755,
'_transient_timeout_learn_press_user_guest_1497207754', '1497214954', 'no');
INSERT INTO `wpor_options` VALUES (9756,
'_transient_learn_press_user_guest_1497207754', '1497207754', 'no');
INSERT INTO `wpor_options` VALUES (9757,
'_transient_timeout_learn_press_user_guest_1497207755', '1497214955', 'no');
INSERT INTO `wpor_options` VALUES (9758,
'_transient_learn_press_user_guest_1497207755', '1497207755', 'no');
INSERT INTO `wpor_options` VALUES (9760,
'_transient_learn_press_user_guest_1497207758', '1497207758', 'no');
INSERT INTO `wpor_options` VALUES (9766,
'_transient_timeout_learn_press_user_guest_1497208693', '1497215893', 'no');
INSERT INTO `wpor_options` VALUES (9762,
'_transient_timeout_learn_press_user_guest_1497208689', '1497215889', 'no');
INSERT INTO `wpor_options` VALUES (9763,
'_transient_learn_press_user_guest_1497208689', '1497208689', 'no');
INSERT INTO `wpor_options` VALUES (9764,
'_transient_timeout_learn_press_user_guest_1497208690', '1497215890', 'no');
INSERT INTO `wpor_options` VALUES (9765,
'_transient_learn_press_user_guest_1497208690', '1497208690', 'no');
INSERT INTO `wpor_options` VALUES (9767,
'_transient_learn_press_user_guest_1497208693', '1497208693', 'no');
INSERT INTO `wpor_options` VALUES (9768,
'_transient_timeout_learn_press_user_guest_1497208694', '1497215894', 'no');
INSERT INTO `wpor_options` VALUES (9769,
'_transient_learn_press_user_guest_1497208694', '1497208694', 'no');
INSERT INTO `wpor_options` VALUES (9770,
'_transient_timeout_learn_press_user_guest_1497208701', '1497215901', 'no');
INSERT INTO `wpor_options` VALUES (9771,
'_transient_learn_press_user_guest_1497208701', '1497208701', 'no');
INSERT INTO `wpor_options` VALUES (9772,
'_transient_timeout_learn_press_user_guest_1497208705', '1497215905', 'no');
INSERT INTO `wpor_options` VALUES (9773,
'_transient_learn_press_user_guest_1497208705', '1497208705', 'no');
INSERT INTO `wpor_options` VALUES (9774,
'_transient_timeout_learn_press_user_guest_1497209052', '1497216252', 'no');
INSERT INTO `wpor_options` VALUES (9775,
'_transient_learn_press_user_guest_1497209052', '1497209052', 'no');
INSERT INTO `wpor_options` VALUES (9779,
'_transient_timeout_learn_press_user_guest_1497209057', '1497216257', 'no');
INSERT INTO `wpor_options` VALUES (9777,
'_transient_timeout_learn_press_user_guest_1497209054', '1497216254', 'no');
INSERT INTO `wpor_options` VALUES (9778,
'_transient_learn_press_user_guest_1497209054', '1497209054', 'no');
INSERT INTO `wpor_options` VALUES (9780,
'_transient_learn_press_user_guest_1497209057', '1497209057', 'no');
INSERT INTO `wpor_options` VALUES (9791,
'_transient_timeout_learn_press_user_guest_1497211626', '1497218826', 'no');
INSERT INTO `wpor_options` VALUES (9782,
'_transient_timeout_learn_press_user_guest_1497210361', '1497217561', 'no');
INSERT INTO `wpor_options` VALUES (9783,
'_transient_learn_press_user_guest_1497210361', '1497210361', 'no');
INSERT INTO `wpor_options` VALUES (9784,
'_transient_timeout_learn_press_user_guest_1497210362', '1497217562', 'no');
INSERT INTO `wpor_options` VALUES (9785,
'_transient_learn_press_user_guest_1497210362', '1497210362', 'no');
INSERT INTO `wpor_options` VALUES (9787,
'_transient_timeout_learn_press_user_guest_1497211303', '1497218503', 'no');
INSERT INTO `wpor_options` VALUES (9788,
'_transient_learn_press_user_guest_1497211303', '1497211303', 'no');
INSERT INTO `wpor_options` VALUES (9789,
'_transient_timeout_learn_press_user_guest_1497211304', '1497218504', 'no');
INSERT INTO `wpor_options` VALUES (9790,
'_transient_learn_press_user_guest_1497211304', '1497211304', 'no');
INSERT INTO `wpor_options` VALUES (9792,
'_transient_learn_press_user_guest_1497211626', '1497211626', 'no');
INSERT INTO `wpor_options` VALUES (9810,
'_transient_timeout_learn_press_user_guest_1497217162', '1497224362', 'no');
INSERT INTO `wpor_options` VALUES (9794,
'_transient_timeout_learn_press_user_guest_1497211629', '1497218829', 'no');
INSERT INTO `wpor_options` VALUES (9795,
'_transient_learn_press_user_guest_1497211629', '1497211629', 'no');
INSERT INTO `wpor_options` VALUES (9799,
'_transient_timeout_learn_press_user_guest_1497211635', '1497218835', 'no');
INSERT INTO `wpor_options` VALUES (9800,
'_transient_learn_press_user_guest_1497211635', '1497211635', 'no');
INSERT INTO `wpor_options` VALUES (9806,
'_transient_timeout_learn_press_user_guest_1497214139', '1497221339', 'no');
INSERT INTO `wpor_options` VALUES (9807,
'_transient_learn_press_user_guest_1497214139', '1497214139', 'no');
INSERT INTO `wpor_options` VALUES (9808,
'_transient_timeout_learn_press_user_guest_1497214140', '1497221340', 'no');
INSERT INTO `wpor_options` VALUES (9809,
'_transient_learn_press_user_guest_1497214140', '1497214140', 'no');
INSERT INTO `wpor_options` VALUES (9811,
'_transient_learn_press_user_guest_1497217162', '1497217162', 'no');
INSERT INTO `wpor_options` VALUES (9815,
'_transient_timeout_learn_press_user_guest_1497217207', '1497224407', 'no');
INSERT INTO `wpor_options` VALUES (9813,
'_transient_timeout_learn_press_user_guest_1497217165', '1497224365', 'no');
INSERT INTO `wpor_options` VALUES (9814,
'_transient_learn_press_user_guest_1497217165', '1497217165', 'no');
INSERT INTO `wpor_options` VALUES (9816,
'_transient_learn_press_user_guest_1497217207', '1497217207', 'no');
INSERT INTO `wpor_options` VALUES (9822,
'_transient_timeout_learn_press_user_guest_1497217776', '1497224976', 'no');
INSERT INTO `wpor_options` VALUES (9818,
'_transient_timeout_learn_press_user_guest_1497217382', '1497224582', 'no');
INSERT INTO `wpor_options` VALUES (9819,
'_transient_learn_press_user_guest_1497217382', '1497217382', 'no');
INSERT INTO `wpor_options` VALUES (9820,
'_transient_timeout_learn_press_user_guest_1497217383', '1497224583', 'no');
INSERT INTO `wpor_options` VALUES (9821,
'_transient_learn_press_user_guest_1497217383', '1497217383', 'no');
INSERT INTO `wpor_options` VALUES (9823,
'_transient_learn_press_user_guest_1497217776', '1497217776', 'no');
INSERT INTO `wpor_options` VALUES (9824,
'_transient_timeout_learn_press_user_guest_1497217780', '1497224980', 'no');
INSERT INTO `wpor_options` VALUES (9825,
'_transient_learn_press_user_guest_1497217780', '1497217780', 'no');
INSERT INTO `wpor_options` VALUES (9836,
'_transient_timeout_learn_press_user_guest_1497221595', '1497228795', 'no');
INSERT INTO `wpor_options` VALUES (9827,
'_transient_timeout_learn_press_user_guest_1497217968', '1497225168', 'no');
INSERT INTO `wpor_options` VALUES (9828,
'_transient_learn_press_user_guest_1497217968', '1497217968', 'no');
INSERT INTO `wpor_options` VALUES (9829,
'_transient_timeout_learn_press_user_guest_1497217969', '1497225169', 'no');
INSERT INTO `wpor_options` VALUES (9830,
'_transient_learn_press_user_guest_1497217969', '1497217969', 'no');
INSERT INTO `wpor_options` VALUES (9832,
'_transient_timeout_learn_press_user_guest_1497221296', '1497228496', 'no');
INSERT INTO `wpor_options` VALUES (9833,
'_transient_learn_press_user_guest_1497221296', '1497221296', 'no');
INSERT INTO `wpor_options` VALUES (9834,
'_transient_timeout_learn_press_user_guest_1497221297', '1497228497', 'no');
INSERT INTO `wpor_options` VALUES (9835,
'_transient_learn_press_user_guest_1497221297', '1497221297', 'no');
INSERT INTO `wpor_options` VALUES (9837,
'_transient_learn_press_user_guest_1497221595', '1497221595', 'no');
INSERT INTO `wpor_options` VALUES (9841,
'_transient_timeout_learn_press_user_guest_1497221608', '1497228808', 'no');
INSERT INTO `wpor_options` VALUES (9839,
'_transient_timeout_learn_press_user_guest_1497221598', '1497228798', 'no');
INSERT INTO `wpor_options` VALUES (9840,
'_transient_learn_press_user_guest_1497221598', '1497221598', 'no');
INSERT INTO `wpor_options` VALUES (9842,
'_transient_learn_press_user_guest_1497221608', '1497221608', 'no');
INSERT INTO `wpor_options` VALUES (9843,
'_transient_timeout_learn_press_user_guest_1497221859', '1497229059', 'no');
INSERT INTO `wpor_options` VALUES (9844,
'_transient_learn_press_user_guest_1497221859', '1497221859', 'no');
INSERT INTO `wpor_options` VALUES (9845,
'_transient_timeout_learn_press_user_guest_1497222628', '1497229828', 'no');
INSERT INTO `wpor_options` VALUES (9846,
'_transient_learn_press_user_guest_1497222628', '1497222628', 'no');
INSERT INTO `wpor_options` VALUES (9867,
'_transient_timeout_learn_press_user_guest_1497226774', '1497233974', 'no');
INSERT INTO `wpor_options` VALUES (9848,
'_transient_timeout_learn_press_user_guest_1497222629', '1497229829', 'no');
INSERT INTO `wpor_options` VALUES (9849,
'_transient_learn_press_user_guest_1497222629', '1497222629', 'no');
INSERT INTO `wpor_options` VALUES (9850,
'_transient_timeout_learn_press_user_guest_1497222631', '1497229831', 'no');
INSERT INTO `wpor_options` VALUES (9851,
'_transient_learn_press_user_guest_1497222631', '1497222631', 'no');
INSERT INTO `wpor_options` VALUES (9853,
'_transient_timeout_learn_press_user_guest_1497225092', '1497232292', 'no');
INSERT INTO `wpor_options` VALUES (9854,
'_transient_learn_press_user_guest_1497225092', '1497225092', 'no');
INSERT INTO `wpor_options` VALUES (9855,
'_transient_timeout_learn_press_user_guest_1497225094', '1497232294', 'no');
INSERT INTO `wpor_options` VALUES (9856,
'_transient_learn_press_user_guest_1497225094', '1497225094', 'no');
INSERT INTO `wpor_options` VALUES (9858,
'_transient_timeout_learn_press_user_guest_1497225356', '1497232556', 'no');
INSERT INTO `wpor_options` VALUES (9859,
'_transient_learn_press_user_guest_1497225356', '1497225356', 'no');
INSERT INTO `wpor_options` VALUES (9860,
'_transient_timeout_learn_press_user_guest_1497225357', '1497232557', 'no');
INSERT INTO `wpor_options` VALUES (9861,
'_transient_learn_press_user_guest_1497225357', '1497225357', 'no');
INSERT INTO `wpor_options` VALUES (9863,
'_transient_timeout_learn_press_user_guest_1497225662', '1497232862', 'no');
INSERT INTO `wpor_options` VALUES (9864,
'_transient_learn_press_user_guest_1497225662', '1497225662', 'no');
INSERT INTO `wpor_options` VALUES (9865,
'_transient_timeout_learn_press_user_guest_1497225664', '1497232864', 'no');
INSERT INTO `wpor_options` VALUES (9866,
'_transient_learn_press_user_guest_1497225664', '1497225664', 'no');
INSERT INTO `wpor_options` VALUES (9868,
'_transient_learn_press_user_guest_1497226774', '1497226774', 'no');
INSERT INTO `wpor_options` VALUES (9874,
'_transient_timeout_learn_press_user_guest_1497226817', '1497234017', 'no');
INSERT INTO `wpor_options` VALUES (9870,
'_transient_timeout_learn_press_user_guest_1497226775', '1497233975', 'no');
INSERT INTO `wpor_options` VALUES (9871,
'_transient_learn_press_user_guest_1497226775', '1497226775', 'no');
INSERT INTO `wpor_options` VALUES (9872,
'_transient_timeout_learn_press_user_guest_1497226777', '1497233977', 'no');
INSERT INTO `wpor_options` VALUES (9873,
'_transient_learn_press_user_guest_1497226777', '1497226777', 'no');
INSERT INTO `wpor_options` VALUES (9875,
'_transient_learn_press_user_guest_1497226817', '1497226817', 'no');
INSERT INTO `wpor_options` VALUES (9876,
'_transient_timeout_learn_press_user_guest_1497226825', '1497234025', 'no');
INSERT INTO `wpor_options` VALUES (9877,
'_transient_learn_press_user_guest_1497226825', '1497226825', 'no');
INSERT INTO `wpor_options` VALUES (9878,
'_transient_timeout_learn_press_user_guest_1497226840', '1497234040', 'no');
INSERT INTO `wpor_options` VALUES (9879,
'_transient_learn_press_user_guest_1497226840', '1497226840', 'no');
INSERT INTO `wpor_options` VALUES (9885,
'_transient_timeout_learn_press_user_guest_1497228658', '1497235858', 'no');
INSERT INTO `wpor_options` VALUES (9881,
'_transient_timeout_learn_press_user_guest_1497228402', '1497235602', 'no');
INSERT INTO `wpor_options` VALUES (9882,
'_transient_learn_press_user_guest_1497228402', '1497228402', 'no');
INSERT INTO `wpor_options` VALUES (9883,
'_transient_timeout_learn_press_user_guest_1497228403', '1497235603', 'no');
INSERT INTO `wpor_options` VALUES (9884,
'_transient_learn_press_user_guest_1497228403', '1497228403', 'no');
INSERT INTO `wpor_options` VALUES (9886,
'_transient_learn_press_user_guest_1497228658', '1497228658', 'no');
INSERT INTO `wpor_options` VALUES (9897,
'_transient_timeout_learn_press_user_guest_1497230139', '1497237339', 'no');
INSERT INTO `wpor_options` VALUES (9888,
'_transient_timeout_learn_press_user_guest_1497228922', '1497236122', 'no');
INSERT INTO `wpor_options` VALUES (9889,
'_transient_learn_press_user_guest_1497228922', '1497228922', 'no');
INSERT INTO `wpor_options` VALUES (9890,
'_transient_timeout_learn_press_user_guest_1497228923', '1497236123', 'no');
INSERT INTO `wpor_options` VALUES (9891,
'_transient_learn_press_user_guest_1497228923', '1497228923', 'no');
INSERT INTO `wpor_options` VALUES (9893,
'_transient_timeout_learn_press_user_guest_1497229541', '1497236741', 'no');
INSERT INTO `wpor_options` VALUES (9894,
'_transient_learn_press_user_guest_1497229541', '1497229541', 'no');
INSERT INTO `wpor_options` VALUES (9895,
'_transient_timeout_learn_press_user_guest_1497229542', '1497236742', 'no');
INSERT INTO `wpor_options` VALUES (9896,
'_transient_learn_press_user_guest_1497229542', '1497229542', 'no');
INSERT INTO `wpor_options` VALUES (9898,
'_transient_learn_press_user_guest_1497230139', '1497230139', 'no');
INSERT INTO `wpor_options` VALUES (9902,
'_transient_timeout_learn_press_user_guest_1497230507', '1497237707', 'no');
INSERT INTO `wpor_options` VALUES (9900,
'_transient_timeout_learn_press_user_guest_1497230141', '1497237341', 'no');
INSERT INTO `wpor_options` VALUES (9901,
'_transient_learn_press_user_guest_1497230141', '1497230141', 'no');
INSERT INTO `wpor_options` VALUES (9903,
'_transient_learn_press_user_guest_1497230507', '1497230507', 'no');
INSERT INTO `wpor_options` VALUES (9907,
'_transient_timeout_learn_press_user_guest_1497230574', '1497237774', 'no');
INSERT INTO `wpor_options` VALUES (9905,
'_transient_timeout_learn_press_user_guest_1497230510', '1497237710', 'no');
INSERT INTO `wpor_options` VALUES (9906,
'_transient_learn_press_user_guest_1497230510', '1497230510', 'no');
INSERT INTO `wpor_options` VALUES (9908,
'_transient_learn_press_user_guest_1497230574', '1497230574', 'no');
INSERT INTO `wpor_options` VALUES (9912,
'_transient_timeout_learn_press_user_guest_1497230581', '1497237781', 'no');
INSERT INTO `wpor_options` VALUES (9910,
'_transient_timeout_learn_press_user_guest_1497230577', '1497237777', 'no');
INSERT INTO `wpor_options` VALUES (9911,
'_transient_learn_press_user_guest_1497230577', '1497230577', 'no');
INSERT INTO `wpor_options` VALUES (9913,
'_transient_learn_press_user_guest_1497230581', '1497230581', 'no');
INSERT INTO `wpor_options` VALUES (9914,
'_transient_timeout_learn_press_user_guest_1497230585', '1497237785', 'no');
INSERT INTO `wpor_options` VALUES (9915,
'_transient_learn_press_user_guest_1497230585', '1497230585', 'no');
INSERT INTO `wpor_options` VALUES (9916,
'_transient_timeout_learn_press_user_guest_1497230591', '1497237791', 'no');
INSERT INTO `wpor_options` VALUES (9917,
'_transient_learn_press_user_guest_1497230591', '1497230591', 'no');
INSERT INTO `wpor_options` VALUES (9918,
'_transient_timeout_learn_press_user_guest_1497230754', '1497237954', 'no');
INSERT INTO `wpor_options` VALUES (9919,
'_transient_learn_press_user_guest_1497230754', '1497230754', 'no');
INSERT INTO `wpor_options` VALUES (9920,
'_transient_timeout_learn_press_user_guest_1497230771', '1497237971', 'no');
INSERT INTO `wpor_options` VALUES (9921,
'_transient_learn_press_user_guest_1497230771', '1497230771', 'no');
INSERT INTO `wpor_options` VALUES (9922,
'_transient_timeout_learn_press_user_guest_1497230789', '1497237989', 'no');
INSERT INTO `wpor_options` VALUES (9923,
'_transient_learn_press_user_guest_1497230789', '1497230789', 'no');
INSERT INTO `wpor_options` VALUES (9924,
'_transient_timeout_learn_press_user_guest_1497230798', '1497237998', 'no');
INSERT INTO `wpor_options` VALUES (9925,
'_transient_learn_press_user_guest_1497230798', '1497230798', 'no');
INSERT INTO `wpor_options` VALUES (9926,
'_transient_timeout_learn_press_user_guest_1497230810', '1497238010', 'no');
INSERT INTO `wpor_options` VALUES (9927,
'_transient_learn_press_user_guest_1497230810', '1497230810', 'no');
INSERT INTO `wpor_options` VALUES (9928,
'_transient_timeout_learn_press_user_guest_1497230816', '1497238016', 'no');
INSERT INTO `wpor_options` VALUES (9929,
'_transient_learn_press_user_guest_1497230816', '1497230816', 'no');
INSERT INTO `wpor_options` VALUES (9930,
'_transient_timeout_learn_press_user_guest_1497230823', '1497238023', 'no');
INSERT INTO `wpor_options` VALUES (9931,
'_transient_learn_press_user_guest_1497230823', '1497230823', 'no');
INSERT INTO `wpor_options` VALUES (9937,
'_transient_timeout_learn_press_user_guest_1497232163', '1497239363', 'no');
INSERT INTO `wpor_options` VALUES (9933,
'_transient_timeout_learn_press_user_guest_1497231693', '1497238893', 'no');
INSERT INTO `wpor_options` VALUES (9934,
'_transient_learn_press_user_guest_1497231693', '1497231693', 'no');
INSERT INTO `wpor_options` VALUES (9935,
'_transient_timeout_learn_press_user_guest_1497231695', '1497238895', 'no');
INSERT INTO `wpor_options` VALUES (9936,
'_transient_learn_press_user_guest_1497231695', '1497231695', 'no');
INSERT INTO `wpor_options` VALUES (9938,
'_transient_learn_press_user_guest_1497232163', '1497232163', 'no');
INSERT INTO `wpor_options` VALUES (9942,
'_transient_timeout_learn_press_user_guest_1497232186', '1497239386', 'no');
INSERT INTO `wpor_options` VALUES (9940,
'_transient_timeout_learn_press_user_guest_1497232166', '1497239366', 'no');
INSERT INTO `wpor_options` VALUES (9941,
'_transient_learn_press_user_guest_1497232166', '1497232166', 'no');
INSERT INTO `wpor_options` VALUES (9943,
'_transient_learn_press_user_guest_1497232186', '1497232186', 'no');
INSERT INTO `wpor_options` VALUES (9949,
'_transient_timeout_learn_press_user_guest_1497233351', '1497240551', 'no');
INSERT INTO `wpor_options` VALUES (9945,
'_transient_timeout_learn_press_user_guest_1497233232', '1497240432', 'no');
INSERT INTO `wpor_options` VALUES (9946,
'_transient_learn_press_user_guest_1497233232', '1497233232', 'no');
INSERT INTO `wpor_options` VALUES (9947,
'_transient_timeout_learn_press_user_guest_1497233233', '1497240433', 'no');
INSERT INTO `wpor_options` VALUES (9948,
'_transient_learn_press_user_guest_1497233233', '1497233233', 'no');
INSERT INTO `wpor_options` VALUES (9950,
'_transient_learn_press_user_guest_1497233351', '1497233351', 'no');
INSERT INTO `wpor_options` VALUES (9956,
'_transient_timeout_learn_press_user_guest_1497234935', '1497242135', 'no');
INSERT INTO `wpor_options` VALUES (9952,
'_transient_timeout_learn_press_user_guest_1497234931', '1497242131', 'no');
INSERT INTO `wpor_options` VALUES (9953,
'_transient_learn_press_user_guest_1497234931', '1497234931', 'no');
INSERT INTO `wpor_options` VALUES (9954,
'_transient_timeout_learn_press_user_guest_1497234932', '1497242132', 'no');
INSERT INTO `wpor_options` VALUES (9955,
'_transient_learn_press_user_guest_1497234932', '1497234932', 'no');
INSERT INTO `wpor_options` VALUES (9957,
'_transient_learn_press_user_guest_1497234935', '1497234935', 'no');
INSERT INTO `wpor_options` VALUES (9963,
'_transient_timeout_learn_press_user_guest_1497237269', '1497244469', 'no');
INSERT INTO `wpor_options` VALUES (9959,
'_transient_timeout_learn_press_user_guest_1497237158', '1497244358', 'no');
INSERT INTO `wpor_options` VALUES (9960,
'_transient_learn_press_user_guest_1497237158', '1497237158', 'no');
INSERT INTO `wpor_options` VALUES (9961,
'_transient_timeout_learn_press_user_guest_1497237159', '1497244359', 'no');
INSERT INTO `wpor_options` VALUES (9962,
'_transient_learn_press_user_guest_1497237159', '1497237159', 'no');
INSERT INTO `wpor_options` VALUES (9964,
'_transient_learn_press_user_guest_1497237269', '1497237269', 'no');
INSERT INTO `wpor_options` VALUES (9970,
'_transient_timeout_learn_press_user_guest_1497244159', '1497251359', 'no');
INSERT INTO `wpor_options` VALUES (9966,
'_transient_timeout_learn_press_user_guest_1497240959', '1497248159', 'no');
INSERT INTO `wpor_options` VALUES (9967,
'_transient_learn_press_user_guest_1497240959', '1497240959', 'no');
INSERT INTO `wpor_options` VALUES (9968,
'_transient_timeout_learn_press_user_guest_1497240961', '1497248161', 'no');
INSERT INTO `wpor_options` VALUES (9969,
'_transient_learn_press_user_guest_1497240961', '1497240961', 'no');
INSERT INTO `wpor_options` VALUES (9971,
'_transient_learn_press_user_guest_1497244159', '1497244159', 'no');
INSERT INTO `wpor_options` VALUES (9975,
'_transient_timeout_learn_press_user_guest_1497244165', '1497251365', 'no');
INSERT INTO `wpor_options` VALUES (9973,
'_transient_timeout_learn_press_user_guest_1497244162', '1497251362', 'no');
INSERT INTO `wpor_options` VALUES (9974,
'_transient_learn_press_user_guest_1497244162', '1497244162', 'no');
INSERT INTO `wpor_options` VALUES (9976,
'_transient_learn_press_user_guest_1497244165', '1497244165', 'no');
INSERT INTO `wpor_options` VALUES (9977,
'_transient_timeout_learn_press_user_guest_1497244168', '1497251368', 'no');
INSERT INTO `wpor_options` VALUES (9978,
'_transient_learn_press_user_guest_1497244168', '1497244168', 'no');
INSERT INTO `wpor_options` VALUES (9999,
'_transient_timeout_learn_press_user_guest_1497248977', '1497256177', 'no');
INSERT INTO `wpor_options` VALUES (9980,
'_transient_timeout_learn_press_user_guest_1497244851', '1497252051', 'no');
INSERT INTO `wpor_options` VALUES (9981,
'_transient_learn_press_user_guest_1497244851', '1497244851', 'no');
INSERT INTO `wpor_options` VALUES (9982,
'_transient_timeout_learn_press_user_guest_1497244853', '1497252053', 'no');
INSERT INTO `wpor_options` VALUES (9983,
'_transient_learn_press_user_guest_1497244853', '1497244853', 'no');
INSERT INTO `wpor_options` VALUES (9985,
'_transient_timeout_learn_press_user_guest_1497246521', '1497253721', 'no');
INSERT INTO `wpor_options` VALUES (9986,
'_transient_learn_press_user_guest_1497246521', '1497246521', 'no');
INSERT INTO `wpor_options` VALUES (9987,
'_transient_timeout_learn_press_user_guest_1497246523', '1497253723', 'no');
INSERT INTO `wpor_options` VALUES (9988,
'_transient_learn_press_user_guest_1497246523', '1497246523', 'no');
INSERT INTO `wpor_options` VALUES (9990,
'_transient_timeout_learn_press_user_guest_1497247350', '1497254550', 'no');
INSERT INTO `wpor_options` VALUES (9991,
'_transient_learn_press_user_guest_1497247350', '1497247350', 'no');
INSERT INTO `wpor_options` VALUES (9992,
'_transient_timeout_learn_press_user_guest_1497247351', '1497254551', 'no');
INSERT INTO `wpor_options` VALUES (9993,
'_transient_learn_press_user_guest_1497247351', '1497247351', 'no');
INSERT INTO `wpor_options` VALUES (9995,
'_transient_timeout_learn_press_user_guest_1497248686', '1497255886', 'no');
INSERT INTO `wpor_options` VALUES (9996,
'_transient_learn_press_user_guest_1497248686', '1497248686', 'no');
INSERT INTO `wpor_options` VALUES (9997,
'_transient_timeout_learn_press_user_guest_1497248687', '1497255887', 'no');
INSERT INTO `wpor_options` VALUES (9998,
'_transient_learn_press_user_guest_1497248687', '1497248687', 'no');
INSERT INTO `wpor_options` VALUES (10000,
'_transient_learn_press_user_guest_1497248977', '1497248977', 'no');
INSERT INTO `wpor_options` VALUES (10001,
'_transient_timeout_learn_press_user_guest_1497248981', '1497256181', 'no');
INSERT INTO `wpor_options` VALUES (10002,
'_transient_learn_press_user_guest_1497248981', '1497248981', 'no');
INSERT INTO `wpor_options` VALUES (10003,
'_transient_timeout_learn_press_user_guest_1497248985', '1497256185', 'no');
INSERT INTO `wpor_options` VALUES (10004,
'_transient_learn_press_user_guest_1497248985', '1497248985', 'no');
INSERT INTO `wpor_options` VALUES (10012,
'_transient_timeout_learn_press_user_guest_1497249480', '1497256680', 'no');
INSERT INTO `wpor_options` VALUES (10006,
'_transient_timeout_learn_press_user_guest_1497249337', '1497256537', 'no');
INSERT INTO `wpor_options` VALUES (10007,
'_transient_learn_press_user_guest_1497249337', '1497249337', 'no');
INSERT INTO `wpor_options` VALUES (10008,
'_transient_timeout_learn_press_user_guest_1497249339', '1497256539', 'no');
INSERT INTO `wpor_options` VALUES (10009,
'_transient_learn_press_user_guest_1497249339', '1497249339', 'no');
INSERT INTO `wpor_options` VALUES (10013,
'_transient_learn_press_user_guest_1497249480', '1497249480', 'no');
INSERT INTO `wpor_options` VALUES (8263, 'thimpress_events_currency', 'TRY',
'yes');
INSERT INTO `wpor_options` VALUES (8264, 'thimpress_events_currency_position',
'left', 'yes');
INSERT INTO `wpor_options` VALUES (8265, 'thimpress_events_currency_thousand', ',',
'yes');
INSERT INTO `wpor_options` VALUES (8266, 'thimpress_events_currency_separator',
'.', 'yes');
INSERT INTO `wpor_options` VALUES (8267, 'thimpress_events_currency_num_decimal',
'2', 'yes');
INSERT INTO `wpor_options` VALUES (8268, 'thimpress_events_google_map_api_key', '',
'yes');
INSERT INTO `wpor_options` VALUES (8272,
'_transient_timeout_learn_press_user_guest_1496957377', '1496964577', 'no');
INSERT INTO `wpor_options` VALUES (8273,
'_transient_learn_press_user_guest_1496957377', '1496957377', 'no');
INSERT INTO `wpor_options` VALUES (8388,
'_transient_learn_press_user_guest_1496959224', '1496959224', 'no');
INSERT INTO `wpor_options` VALUES (8403,
'_transient_learn_press_user_guest_1496959781', '1496959781', 'no');
INSERT INTO `wpor_options` VALUES (8333,
'_transient_timeout_learn_press_user_guest_1496958107', '1496965307', 'no');
INSERT INTO `wpor_options` VALUES (8334,
'_transient_learn_press_user_guest_1496958107', '1496958107', 'no');
INSERT INTO `wpor_options` VALUES (8353, 'thimpress_events_email_enable', 'no',
'yes');
INSERT INTO `wpor_options` VALUES (8354, 'thimpress_events_email_from_name', '',
'yes');
INSERT INTO `wpor_options` VALUES (8355, 'thimpress_events_admin_email',
'admin@www.tubifed.org.tr', 'yes');
INSERT INTO `wpor_options` VALUES (8356, 'thimpress_events_email_subject', '',
'yes');
INSERT INTO `wpor_options` VALUES (8357, 'thimpress_events_register_notify', '0',
'yes');
INSERT INTO `wpor_options` VALUES (8344,
'_transient_timeout_learn_press_user_guest_1496958184', '1496965384', 'no');
INSERT INTO `wpor_options` VALUES (8345,
'_transient_learn_press_user_guest_1496958184', '1496958184', 'no');
INSERT INTO `wpor_options` VALUES (8373,
'_transient_timeout_learn_press_user_guest_1496958581', '1496965781', 'no');
INSERT INTO `wpor_options` VALUES (8374,
'_transient_learn_press_user_guest_1496958581', '1496958581', 'no');
INSERT INTO `wpor_options` VALUES (8387,
'_transient_timeout_learn_press_user_guest_1496959224', '1496966424', 'no');
INSERT INTO `wpor_options` VALUES (8368,
'_transient_timeout_learn_press_user_guest_1496958553', '1496965753', 'no');
INSERT INTO `wpor_options` VALUES (8286,
'_transient_timeout_wc_upgrade_notice_3.0.7', '1497043924', 'no');
INSERT INTO `wpor_options` VALUES (8287, '_transient_wc_upgrade_notice_3.0.7', '',
'no');
INSERT INTO `wpor_options` VALUES (8377,
'_transient_timeout_learn_press_user_guest_1496958648', '1496965848', 'no');
INSERT INTO `wpor_options` VALUES (8378,
'_transient_learn_press_user_guest_1496958648', '1496958648', 'no');
INSERT INTO `wpor_options` VALUES (8381,
'_transient_timeout_learn_press_user_guest_1496959071', '1496966271', 'no');
INSERT INTO `wpor_options` VALUES (8382,
'_transient_learn_press_user_guest_1496959071', '1496959071', 'no');
INSERT INTO `wpor_options` VALUES (8402,
'_transient_timeout_learn_press_user_guest_1496959781', '1496966981', 'no');
INSERT INTO `wpor_options` VALUES (8393,
'_transient_timeout_learn_press_user_guest_1496959370', '1496966570', 'no');
INSERT INTO `wpor_options` VALUES (8394,
'_transient_learn_press_user_guest_1496959370', '1496959370', 'no');
INSERT INTO `wpor_options` VALUES (8397,
'_transient_timeout_learn_press_user_guest_1496959376', '1496966576', 'no');
INSERT INTO `wpor_options` VALUES (8398,
'_transient_learn_press_user_guest_1496959376', '1496959376', 'no');
INSERT INTO `wpor_options` VALUES (8417,
'_transient_timeout_learn_press_user_guest_1496960413', '1496967613', 'no');
INSERT INTO `wpor_options` VALUES (8418,
'_transient_learn_press_user_guest_1496960413', '1496960413', 'no');
INSERT INTO `wpor_options` VALUES (8299, 'thimpress_events_register_page_id',
'5890', 'yes');
INSERT INTO `wpor_options` VALUES (8300, 'thimpress_events_login_page_id', '5891',
'yes');
INSERT INTO `wpor_options` VALUES (8301,
'thimpress_events_forgot_password_page_id', '5892', 'yes');
INSERT INTO `wpor_options` VALUES (8302, 'thimpress_events_reset_password_page_id',
'5893', 'yes');
INSERT INTO `wpor_options` VALUES (8303, 'thimpress_events_account_page_id',
'5894', 'yes');
INSERT INTO `wpor_options` VALUES (8328,
'_transient_timeout_learn_press_user_guest_1496958064', '1496965264', 'no');
INSERT INTO `wpor_options` VALUES (8306,
'_transient_timeout_learn_press_user_guest_1496957704', '1496964904', 'no');
INSERT INTO `wpor_options` VALUES (8307,
'_transient_learn_press_user_guest_1496957704', '1496957704', 'no');
INSERT INTO `wpor_options` VALUES (8414,
'_transient_learn_press_user_guest_1496960229', '1496960229', 'no');
INSERT INTO `wpor_options` VALUES (8424,
'_transient_timeout_learn_press_user_guest_1496961096', '1496968296', 'no');
INSERT INTO `wpor_options` VALUES (8425,
'_transient_learn_press_user_guest_1496961096', '1496961096', 'no');
INSERT INTO `wpor_options` VALUES (8483,
'_transient_timeout_learn_press_user_guest_1496962222', '1496969422', 'no');
INSERT INTO `wpor_options` VALUES (8445,
'_transient_timeout_learn_press_user_guest_1496961575', '1496968775', 'no');
INSERT INTO `wpor_options` VALUES (8446,
'_transient_learn_press_user_guest_1496961575', '1496961575', 'no');
INSERT INTO `wpor_options` VALUES (8475,
'_transient_learn_press_user_guest_1496962190', '1496962190', 'no');
INSERT INTO `wpor_options` VALUES (8481,
'_transient_learn_press_user_guest_1496962216', '1496962216', 'no');
INSERT INTO `wpor_options` VALUES (8480,
'_transient_timeout_learn_press_user_guest_1496962216', '1496969416', 'no');
INSERT INTO `wpor_options` VALUES (8478,
'_transient_timeout_learn_press_user_guest_1496962214', '1496969414', 'no');
INSERT INTO `wpor_options` VALUES (8479,
'_transient_learn_press_user_guest_1496962214', '1496962214', 'no');
INSERT INTO `wpor_options` VALUES (8484,
'_transient_learn_press_user_guest_1496962222', '1496962222', 'no');
INSERT INTO `wpor_options` VALUES (8485,
'_transient_timeout_learn_press_user_guest_1496962223', '1496969423', 'no');
INSERT INTO `wpor_options` VALUES (8486,
'_transient_learn_press_user_guest_1496962223', '1496962223', 'no');
INSERT INTO `wpor_options` VALUES (8488,
'_transient_timeout_learn_press_user_guest_1496962226', '1496969426', 'no');
INSERT INTO `wpor_options` VALUES (8489,
'_transient_learn_press_user_guest_1496962226', '1496962226', 'no');
INSERT INTO `wpor_options` VALUES (8493,
'_transient_learn_press_user_guest_1496962858', '1496962858', 'no');
INSERT INTO `wpor_options` VALUES (8495,
'_transient_learn_press_user_guest_1496966734', '1496966734', 'no');
INSERT INTO `wpor_options` VALUES (8499,
'_transient_timeout_learn_press_user_guest_1496966736', '1496973936', 'no');
INSERT INTO `wpor_options` VALUES (8497,
'_transient_timeout_learn_press_user_guest_1496966735', '1496973935', 'no');
INSERT INTO `wpor_options` VALUES (8498,
'_transient_learn_press_user_guest_1496966735', '1496966735', 'no');
INSERT INTO `wpor_options` VALUES (8500,
'_transient_learn_press_user_guest_1496966736', '1496966736', 'no');
INSERT INTO `wpor_options` VALUES (8502,
'_transient_timeout_learn_press_user_guest_1496968040', '1496975240', 'no');
INSERT INTO `wpor_options` VALUES (8503,
'_transient_learn_press_user_guest_1496968040', '1496968040', 'no');
INSERT INTO `wpor_options` VALUES (8511, 'widget_sow-cta', 'a:1:
{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpor_options` VALUES (8515,
'_transient_timeout_learn_press_user_guest_1496968268', '1496975468', 'no');
INSERT INTO `wpor_options` VALUES (8513,
'_transient_timeout_learn_press_user_guest_1496968267', '1496975467', 'no');
INSERT INTO `wpor_options` VALUES (8514,
'_transient_learn_press_user_guest_1496968267', '1496968267', 'no');
INSERT INTO `wpor_options` VALUES (8516,
'_transient_learn_press_user_guest_1496968268', '1496968268', 'no');
INSERT INTO `wpor_options` VALUES (8556,
'_transient_timeout_learn_press_user_guest_1496976145', '1496983345', 'no');
INSERT INTO `wpor_options` VALUES (8518,
'_transient_timeout_learn_press_user_guest_1496968777', '1496975977', 'no');
INSERT INTO `wpor_options` VALUES (8519,
'_transient_learn_press_user_guest_1496968777', '1496968777', 'no');
INSERT INTO `wpor_options` VALUES (8521,
'_transient_timeout_learn_press_user_guest_1496969380', '1496976580', 'no');
INSERT INTO `wpor_options` VALUES (8522,
'_transient_learn_press_user_guest_1496969380', '1496969380', 'no');
INSERT INTO `wpor_options` VALUES (8524,
'_transient_timeout_learn_press_user_guest_1496969984', '1496977184', 'no');
INSERT INTO `wpor_options` VALUES (8525,
'_transient_learn_press_user_guest_1496969984', '1496969984', 'no');
INSERT INTO `wpor_options` VALUES (8527,
'_transient_timeout_learn_press_user_guest_1496970589', '1496977789', 'no');
INSERT INTO `wpor_options` VALUES (8528,
'_transient_learn_press_user_guest_1496970589', '1496970589', 'no');
INSERT INTO `wpor_options` VALUES (8530,
'_transient_timeout_learn_press_user_guest_1496971193', '1496978393', 'no');
INSERT INTO `wpor_options` VALUES (8531,
'_transient_learn_press_user_guest_1496971193', '1496971193', 'no');
INSERT INTO `wpor_options` VALUES (8533,
'_transient_timeout_learn_press_user_guest_1496971798', '1496978998', 'no');
INSERT INTO `wpor_options` VALUES (8534,
'_transient_learn_press_user_guest_1496971798', '1496971798', 'no');
INSERT INTO `wpor_options` VALUES (8536,
'_transient_timeout_learn_press_user_guest_1496972522', '1496979722', 'no');
INSERT INTO `wpor_options` VALUES (8537,
'_transient_learn_press_user_guest_1496972522', '1496972522', 'no');
INSERT INTO `wpor_options` VALUES (8539,
'_transient_timeout_learn_press_user_guest_1496973006', '1496980206', 'no');
INSERT INTO `wpor_options` VALUES (8540,
'_transient_learn_press_user_guest_1496973006', '1496973006', 'no');
INSERT INTO `wpor_options` VALUES (8542,
'_transient_timeout_learn_press_user_guest_1496973611', '1496980811', 'no');
INSERT INTO `wpor_options` VALUES (8543,
'_transient_learn_press_user_guest_1496973611', '1496973611', 'no');
INSERT INTO `wpor_options` VALUES (8545,
'_transient_timeout_learn_press_user_guest_1496974214', '1496981414', 'no');
INSERT INTO `wpor_options` VALUES (8546,
'_transient_learn_press_user_guest_1496974214', '1496974214', 'no');
INSERT INTO `wpor_options` VALUES (8548,
'_transient_timeout_learn_press_user_guest_1496974818', '1496982018', 'no');
INSERT INTO `wpor_options` VALUES (8549,
'_transient_learn_press_user_guest_1496974818', '1496974818', 'no');
INSERT INTO `wpor_options` VALUES (8551,
'_transient_timeout_learn_press_user_guest_1496975423', '1496982623', 'no');
INSERT INTO `wpor_options` VALUES (8552,
'_transient_learn_press_user_guest_1496975423', '1496975423', 'no');
INSERT INTO `wpor_options` VALUES (8554,
'_transient_timeout_learn_press_user_guest_1496976027', '1496983227', 'no');
INSERT INTO `wpor_options` VALUES (8555,
'_transient_learn_press_user_guest_1496976027', '1496976027', 'no');
INSERT INTO `wpor_options` VALUES (8557,
'_transient_learn_press_user_guest_1496976145', '1496976145', 'no');
INSERT INTO `wpor_options` VALUES (8651,
'_transient_timeout_learn_press_user_guest_1496994797', '1497001997', 'no');
INSERT INTO `wpor_options` VALUES (8559,
'_transient_timeout_learn_press_user_guest_1496976632', '1496983832', 'no');
INSERT INTO `wpor_options` VALUES (8560,
'_transient_learn_press_user_guest_1496976632', '1496976632', 'no');
INSERT INTO `wpor_options` VALUES (8562,
'_transient_timeout_learn_press_user_guest_1496977237', '1496984437', 'no');
INSERT INTO `wpor_options` VALUES (8563,
'_transient_learn_press_user_guest_1496977237', '1496977237', 'no');
INSERT INTO `wpor_options` VALUES (8565,
'_transient_timeout_learn_press_user_guest_1496977840', '1496985040', 'no');
INSERT INTO `wpor_options` VALUES (8566,
'_transient_learn_press_user_guest_1496977840', '1496977840', 'no');
INSERT INTO `wpor_options` VALUES (8568,
'_transient_timeout_learn_press_user_guest_1496978445', '1496985645', 'no');
INSERT INTO `wpor_options` VALUES (8569,
'_transient_learn_press_user_guest_1496978445', '1496978445', 'no');
INSERT INTO `wpor_options` VALUES (8571,
'_transient_timeout_learn_press_user_guest_1496979050', '1496986250', 'no');
INSERT INTO `wpor_options` VALUES (8572,
'_transient_learn_press_user_guest_1496979050', '1496979050', 'no');
INSERT INTO `wpor_options` VALUES (8574,
'_transient_timeout_learn_press_user_guest_1496979655', '1496986855', 'no');
INSERT INTO `wpor_options` VALUES (8575,
'_transient_learn_press_user_guest_1496979655', '1496979655', 'no');
INSERT INTO `wpor_options` VALUES (8577,
'_transient_timeout_learn_press_user_guest_1496980258', '1496987458', 'no');
INSERT INTO `wpor_options` VALUES (8578,
'_transient_learn_press_user_guest_1496980258', '1496980258', 'no');
INSERT INTO `wpor_options` VALUES (8580,
'_transient_timeout_learn_press_user_guest_1496980863', '1496988063', 'no');
INSERT INTO `wpor_options` VALUES (8581,
'_transient_learn_press_user_guest_1496980863', '1496980863', 'no');
INSERT INTO `wpor_options` VALUES (8583,
'_transient_timeout_learn_press_user_guest_1496981467', '1496988667', 'no');
INSERT INTO `wpor_options` VALUES (8584,
'_transient_learn_press_user_guest_1496981467', '1496981467', 'no');
INSERT INTO `wpor_options` VALUES (8586,
'_transient_timeout_learn_press_user_guest_1496982191', '1496989391', 'no');
INSERT INTO `wpor_options` VALUES (8587,
'_transient_learn_press_user_guest_1496982191', '1496982191', 'no');
INSERT INTO `wpor_options` VALUES (8589,
'_transient_timeout_learn_press_user_guest_1496982673', '1496989873', 'no');
INSERT INTO `wpor_options` VALUES (8590,
'_transient_learn_press_user_guest_1496982673', '1496982673', 'no');
INSERT INTO `wpor_options` VALUES (8592,
'_transient_timeout_learn_press_user_guest_1496983278', '1496990478', 'no');
INSERT INTO `wpor_options` VALUES (8593,
'_transient_learn_press_user_guest_1496983278', '1496983278', 'no');
INSERT INTO `wpor_options` VALUES (8595,
'_transient_timeout_learn_press_user_guest_1496983880', '1496991080', 'no');
INSERT INTO `wpor_options` VALUES (8596,
'_transient_learn_press_user_guest_1496983880', '1496983880', 'no');
INSERT INTO `wpor_options` VALUES (8598,
'_transient_timeout_learn_press_user_guest_1496984485', '1496991685', 'no');
INSERT INTO `wpor_options` VALUES (8599,
'_transient_learn_press_user_guest_1496984485', '1496984485', 'no');
INSERT INTO `wpor_options` VALUES (8601,
'_transient_timeout_learn_press_user_guest_1496985088', '1496992288', 'no');
INSERT INTO `wpor_options` VALUES (8602,
'_transient_learn_press_user_guest_1496985088', '1496985088', 'no');
INSERT INTO `wpor_options` VALUES (8604,
'_transient_timeout_learn_press_user_guest_1496985693', '1496992893', 'no');
INSERT INTO `wpor_options` VALUES (8605,
'_transient_learn_press_user_guest_1496985693', '1496985693', 'no');
INSERT INTO `wpor_options` VALUES (8607,
'_transient_timeout_learn_press_user_guest_1496986298', '1496993498', 'no');
INSERT INTO `wpor_options` VALUES (8608,
'_transient_learn_press_user_guest_1496986298', '1496986298', 'no');
INSERT INTO `wpor_options` VALUES (8610,
'_transient_timeout_learn_press_user_guest_1496986781', '1496993981', 'no');
INSERT INTO `wpor_options` VALUES (8611,
'_transient_learn_press_user_guest_1496986781', '1496986781', 'no');
INSERT INTO `wpor_options` VALUES (8613,
'_transient_timeout_learn_press_user_guest_1496987384', '1496994584', 'no');
INSERT INTO `wpor_options` VALUES (8614,
'_transient_learn_press_user_guest_1496987384', '1496987384', 'no');
INSERT INTO `wpor_options` VALUES (8616,
'_transient_timeout_learn_press_user_guest_1496987989', '1496995189', 'no');
INSERT INTO `wpor_options` VALUES (8617,
'_transient_learn_press_user_guest_1496987989', '1496987989', 'no');
INSERT INTO `wpor_options` VALUES (8619,
'_transient_timeout_learn_press_user_guest_1496988594', '1496995794', 'no');
INSERT INTO `wpor_options` VALUES (8620,
'_transient_learn_press_user_guest_1496988594', '1496988594', 'no');
INSERT INTO `wpor_options` VALUES (8622,
'_transient_timeout_learn_press_user_guest_1496989199', '1496996399', 'no');
INSERT INTO `wpor_options` VALUES (8623,
'_transient_learn_press_user_guest_1496989199', '1496989199', 'no');
INSERT INTO `wpor_options` VALUES (8625,
'_transient_timeout_learn_press_user_guest_1496989802', '1496997002', 'no');
INSERT INTO `wpor_options` VALUES (8626,
'_transient_learn_press_user_guest_1496989802', '1496989802', 'no');
INSERT INTO `wpor_options` VALUES (8628,
'_transient_timeout_learn_press_user_guest_1496990525', '1496997725', 'no');
INSERT INTO `wpor_options` VALUES (8629,
'_transient_learn_press_user_guest_1496990525', '1496990525', 'no');
INSERT INTO `wpor_options` VALUES (8631,
'_transient_timeout_learn_press_user_guest_1496991009', '1496998209', 'no');
INSERT INTO `wpor_options` VALUES (8632,
'_transient_learn_press_user_guest_1496991009', '1496991009', 'no');
INSERT INTO `wpor_options` VALUES (8634,
'_transient_timeout_learn_press_user_guest_1496991613', '1496998813', 'no');
INSERT INTO `wpor_options` VALUES (8635,
'_transient_learn_press_user_guest_1496991613', '1496991613', 'no');
INSERT INTO `wpor_options` VALUES (8637,
'_transient_timeout_learn_press_user_guest_1496992216', '1496999416', 'no');
INSERT INTO `wpor_options` VALUES (8638,
'_transient_learn_press_user_guest_1496992216', '1496992216', 'no');
INSERT INTO `wpor_options` VALUES (8640,
'_transient_timeout_learn_press_user_guest_1496992820', '1497000020', 'no');
INSERT INTO `wpor_options` VALUES (8641,
'_transient_learn_press_user_guest_1496992820', '1496992820', 'no');
INSERT INTO `wpor_options` VALUES (8643,
'_transient_timeout_learn_press_user_guest_1496993424', '1497000624', 'no');
INSERT INTO `wpor_options` VALUES (8644,
'_transient_learn_press_user_guest_1496993424', '1496993424', 'no');
INSERT INTO `wpor_options` VALUES (8646,
'_transient_timeout_learn_press_user_guest_1496994027', '1497001227', 'no');
INSERT INTO `wpor_options` VALUES (8647,
'_transient_learn_press_user_guest_1496994027', '1496994027', 'no');
INSERT INTO `wpor_options` VALUES (8649,
'_transient_timeout_learn_press_user_guest_1496994752', '1497001952', 'no');
INSERT INTO `wpor_options` VALUES (8650,
'_transient_learn_press_user_guest_1496994752', '1496994752', 'no');
INSERT INTO `wpor_options` VALUES (8652,
'_transient_learn_press_user_guest_1496994797', '1496994797', 'no');
INSERT INTO `wpor_options` VALUES (8653,
'_transient_timeout_learn_press_user_guest_1496994875', '1497002075', 'no');
INSERT INTO `wpor_options` VALUES (8654,
'_transient_learn_press_user_guest_1496994875', '1496994875', 'no');
INSERT INTO `wpor_options` VALUES (8683,
'_transient_timeout_learn_press_user_guest_1496998284', '1497005484', 'no');
INSERT INTO `wpor_options` VALUES (8656,
'_transient_timeout_learn_press_user_guest_1496995235', '1497002435', 'no');
INSERT INTO `wpor_options` VALUES (8657,
'_transient_learn_press_user_guest_1496995235', '1496995235', 'no');
INSERT INTO `wpor_options` VALUES (8659,
'_transient_timeout_learn_press_user_guest_1496995476', '1497002676', 'no');
INSERT INTO `wpor_options` VALUES (8660,
'_transient_learn_press_user_guest_1496995476', '1496995476', 'no');
INSERT INTO `wpor_options` VALUES (9087,
'_transient_timeout_learn_press_user_guest_1497084185', '1497091385', 'no');
INSERT INTO `wpor_options` VALUES (9088,
'_transient_learn_press_user_guest_1497084185', '1497084185', 'no');
INSERT INTO `wpor_options` VALUES (9089,
'_transient_timeout_learn_press_user_guest_1497087922', '1497095122', 'no');
INSERT INTO `wpor_options` VALUES (9090,
'_transient_learn_press_user_guest_1497087922', '1497087922', 'no');
INSERT INTO `wpor_options` VALUES (9091,
'_transient_timeout_learn_press_user_guest_1497093124', '1497100324', 'no');
INSERT INTO `wpor_options` VALUES (9092,
'_transient_learn_press_user_guest_1497093124', '1497093124', 'no');
INSERT INTO `wpor_options` VALUES (9093,
'_transient_timeout_learn_press_user_guest_1497093126', '1497100326', 'no');
INSERT INTO `wpor_options` VALUES (9094,
'_transient_learn_press_user_guest_1497093126', '1497093126', 'no');
INSERT INTO `wpor_options` VALUES (9095,
'_transient_timeout_learn_press_user_guest_1497098852', '1497106052', 'no');
INSERT INTO `wpor_options` VALUES (9096,
'_transient_learn_press_user_guest_1497098852', '1497098852', 'no');
INSERT INTO `wpor_options` VALUES (9097,
'_transient_timeout_learn_press_user_guest_1497101905', '1497109105', 'no');
INSERT INTO `wpor_options` VALUES (9098,
'_transient_learn_press_user_guest_1497101905', '1497101905', 'no');
INSERT INTO `wpor_options` VALUES (9100,
'_transient_learn_press_user_guest_1497101908', '1497101908', 'no');
INSERT INTO `wpor_options` VALUES (9118,
'_transient_timeout_learn_press_user_guest_1497112304', '1497119504', 'no');
INSERT INTO `wpor_options` VALUES (9102,
'_transient_timeout_learn_press_user_guest_1497108102', '1497115302', 'no');
INSERT INTO `wpor_options` VALUES (9103,
'_transient_learn_press_user_guest_1497108102', '1497108102', 'no');
INSERT INTO `wpor_options` VALUES (9119,
'_transient_learn_press_user_guest_1497112304', '1497112304', 'no');
INSERT INTO `wpor_options` VALUES (9106,
'_transient_timeout_learn_press_user_guest_1497109811', '1497117011', 'no');
INSERT INTO `wpor_options` VALUES (9107,
'_transient_learn_press_user_guest_1497109811', '1497109811', 'no');
INSERT INTO `wpor_options` VALUES (9109,
'_transient_timeout_learn_press_user_guest_1497109814', '1497117014', 'no');
INSERT INTO `wpor_options` VALUES (9110,
'_transient_learn_press_user_guest_1497109814', '1497109814', 'no');
INSERT INTO `wpor_options` VALUES (9111,
'_transient_timeout_learn_press_user_guest_1497111860', '1497119060', 'no');
INSERT INTO `wpor_options` VALUES (9112,
'_transient_learn_press_user_guest_1497111860', '1497111860', 'no');
INSERT INTO `wpor_options` VALUES (9114,
'_transient_timeout_learn_press_user_guest_1497112296', '1497119496', 'no');
INSERT INTO `wpor_options` VALUES (9115,
'_transient_learn_press_user_guest_1497112296', '1497112296', 'no');
INSERT INTO `wpor_options` VALUES (8669,
'_transient_timeout_learn_press_user_guest_1496995838', '1497003038', 'no');
INSERT INTO `wpor_options` VALUES (8670,
'_transient_learn_press_user_guest_1496995838', '1496995838', 'no');
INSERT INTO `wpor_options` VALUES (8672,
'_transient_timeout_learn_press_user_guest_1496996442', '1497003642', 'no');
INSERT INTO `wpor_options` VALUES (8673,
'_transient_learn_press_user_guest_1496996442', '1496996442', 'no');
INSERT INTO `wpor_options` VALUES (8675,
'_transient_timeout_learn_press_user_guest_1496997047', '1497004247', 'no');
INSERT INTO `wpor_options` VALUES (8676,
'_transient_learn_press_user_guest_1496997047', '1496997047', 'no');
INSERT INTO `wpor_options` VALUES (8678,
'_transient_timeout_learn_press_user_guest_1496997651', '1497004851', 'no');
INSERT INTO `wpor_options` VALUES (8679,
'_transient_learn_press_user_guest_1496997651', '1496997651', 'no');
INSERT INTO `wpor_options` VALUES (8681,
'_transient_timeout_learn_press_user_guest_1496998256', '1497005456', 'no');
INSERT INTO `wpor_options` VALUES (8682,
'_transient_learn_press_user_guest_1496998256', '1496998256', 'no');
INSERT INTO `wpor_options` VALUES (8684,
'_transient_learn_press_user_guest_1496998284', '1496998284', 'no');
INSERT INTO `wpor_options` VALUES (8686,
'_transient_timeout_learn_press_user_guest_1496998287', '1497005487', 'no');
INSERT INTO `wpor_options` VALUES (8687,
'_transient_learn_press_user_guest_1496998287', '1496998287', 'no');
INSERT INTO `wpor_options` VALUES (8700,
'_transient_timeout_learn_press_user_guest_1497000871', '1497008071', 'no');
INSERT INTO `wpor_options` VALUES (8689,
'_transient_timeout_learn_press_user_guest_1496998859', '1497006059', 'no');
INSERT INTO `wpor_options` VALUES (8690,
'_transient_learn_press_user_guest_1496998859', '1496998859', 'no');
INSERT INTO `wpor_options` VALUES (8692,
'_transient_timeout_learn_press_user_guest_1496999463', '1497006663', 'no');
INSERT INTO `wpor_options` VALUES (8693,
'_transient_learn_press_user_guest_1496999463', '1496999463', 'no');
INSERT INTO `wpor_options` VALUES (8695,
'_transient_timeout_learn_press_user_guest_1497000067', '1497007267', 'no');
INSERT INTO `wpor_options` VALUES (8696,
'_transient_learn_press_user_guest_1497000067', '1497000067', 'no');
INSERT INTO `wpor_options` VALUES (8698,
'_transient_timeout_learn_press_user_guest_1497000670', '1497007870', 'no');
INSERT INTO `wpor_options` VALUES (8699,
'_transient_learn_press_user_guest_1497000670', '1497000670', 'no');
INSERT INTO `wpor_options` VALUES (8701,
'_transient_learn_press_user_guest_1497000871', '1497000871', 'no');
INSERT INTO `wpor_options` VALUES (8708,
'_transient_timeout_learn_press_user_guest_1497002143', '1497009343', 'no');
INSERT INTO `wpor_options` VALUES (8703,
'_transient_timeout_learn_press_user_guest_1497001396', '1497008596', 'no');
INSERT INTO `wpor_options` VALUES (8704,
'_transient_learn_press_user_guest_1497001396', '1497001396', 'no');
INSERT INTO `wpor_options` VALUES (8706,
'_transient_timeout_learn_press_user_guest_1497001880', '1497009080', 'no');
INSERT INTO `wpor_options` VALUES (8707,
'_transient_learn_press_user_guest_1497001880', '1497001880', 'no');
INSERT INTO `wpor_options` VALUES (8709,
'_transient_learn_press_user_guest_1497002143', '1497002143', 'no');
INSERT INTO `wpor_options` VALUES (8710,
'_transient_timeout_learn_press_user_guest_1497002144', '1497009344', 'no');
INSERT INTO `wpor_options` VALUES (8711,
'_transient_learn_press_user_guest_1497002144', '1497002144', 'no');
INSERT INTO `wpor_options` VALUES (8730,
'_transient_timeout_learn_press_user_guest_1497005612', '1497012812', 'no');
INSERT INTO `wpor_options` VALUES (8713,
'_transient_timeout_learn_press_user_guest_1497002484', '1497009684', 'no');
INSERT INTO `wpor_options` VALUES (8714,
'_transient_learn_press_user_guest_1497002484', '1497002484', 'no');
INSERT INTO `wpor_options` VALUES (8716,
'_transient_timeout_learn_press_user_guest_1497003088', '1497010288', 'no');
INSERT INTO `wpor_options` VALUES (8717,
'_transient_learn_press_user_guest_1497003088', '1497003088', 'no');
INSERT INTO `wpor_options` VALUES (8719,
'_transient_timeout_learn_press_user_guest_1497003692', '1497010892', 'no');
INSERT INTO `wpor_options` VALUES (8720,
'_transient_learn_press_user_guest_1497003692', '1497003692', 'no');
INSERT INTO `wpor_options` VALUES (8722,
'_transient_timeout_learn_press_user_guest_1497004175', '1497011375', 'no');
INSERT INTO `wpor_options` VALUES (8723,
'_transient_learn_press_user_guest_1497004175', '1497004175', 'no');
INSERT INTO `wpor_options` VALUES (8725,
'_transient_timeout_learn_press_user_guest_1497004780', '1497011980', 'no');
INSERT INTO `wpor_options` VALUES (8726,
'_transient_learn_press_user_guest_1497004780', '1497004780', 'no');
INSERT INTO `wpor_options` VALUES (8728,
'_transient_timeout_learn_press_user_guest_1497005384', '1497012584', 'no');
INSERT INTO `wpor_options` VALUES (8729,
'_transient_learn_press_user_guest_1497005384', '1497005384', 'no');
INSERT INTO `wpor_options` VALUES (8731,
'_transient_learn_press_user_guest_1497005612', '1497005612', 'no');
INSERT INTO `wpor_options` VALUES (8732,
'_transient_timeout_learn_press_user_guest_1497005615', '1497012815', 'no');
INSERT INTO `wpor_options` VALUES (8733,
'_transient_learn_press_user_guest_1497005615', '1497005615', 'no');
INSERT INTO `wpor_options` VALUES (8734,
'_transient_timeout_learn_press_user_guest_1497005620', '1497012820', 'no');
INSERT INTO `wpor_options` VALUES (8735,
'_transient_learn_press_user_guest_1497005620', '1497005620', 'no');
INSERT INTO `wpor_options` VALUES (8736,
'_transient_timeout_learn_press_user_guest_1497005623', '1497012823', 'no');
INSERT INTO `wpor_options` VALUES (8737,
'_transient_learn_press_user_guest_1497005623', '1497005623', 'no');
INSERT INTO `wpor_options` VALUES (8738,
'_transient_timeout_learn_press_user_guest_1497005627', '1497012827', 'no');
INSERT INTO `wpor_options` VALUES (8739,
'_transient_learn_press_user_guest_1497005627', '1497005627', 'no');
INSERT INTO `wpor_options` VALUES (8740,
'_transient_timeout_learn_press_user_guest_1497005631', '1497012831', 'no');
INSERT INTO `wpor_options` VALUES (8741,
'_transient_learn_press_user_guest_1497005631', '1497005631', 'no');
INSERT INTO `wpor_options` VALUES (8742,
'_transient_timeout_learn_press_user_guest_1497005635', '1497012835', 'no');
INSERT INTO `wpor_options` VALUES (8743,
'_transient_learn_press_user_guest_1497005635', '1497005635', 'no');
INSERT INTO `wpor_options` VALUES (8744,
'_transient_timeout_learn_press_user_guest_1497005639', '1497012839', 'no');
INSERT INTO `wpor_options` VALUES (8745,
'_transient_learn_press_user_guest_1497005639', '1497005639', 'no');
INSERT INTO `wpor_options` VALUES (8746,
'_transient_timeout_learn_press_user_guest_1497005643', '1497012843', 'no');
INSERT INTO `wpor_options` VALUES (8747,
'_transient_learn_press_user_guest_1497005643', '1497005643', 'no');
INSERT INTO `wpor_options` VALUES (8748,
'_transient_timeout_learn_press_user_guest_1497005646', '1497012846', 'no');
INSERT INTO `wpor_options` VALUES (8749,
'_transient_learn_press_user_guest_1497005646', '1497005646', 'no');
INSERT INTO `wpor_options` VALUES (8750,
'_transient_timeout_learn_press_user_guest_1497005650', '1497012850', 'no');
INSERT INTO `wpor_options` VALUES (8751,
'_transient_learn_press_user_guest_1497005650', '1497005650', 'no');
INSERT INTO `wpor_options` VALUES (8752,
'_transient_timeout_learn_press_user_guest_1497005654', '1497012854', 'no');
INSERT INTO `wpor_options` VALUES (8753,
'_transient_learn_press_user_guest_1497005654', '1497005654', 'no');
INSERT INTO `wpor_options` VALUES (8754,
'_transient_timeout_learn_press_user_guest_1497005658', '1497012858', 'no');
INSERT INTO `wpor_options` VALUES (8755,
'_transient_learn_press_user_guest_1497005658', '1497005658', 'no');
INSERT INTO `wpor_options` VALUES (8756,
'_transient_timeout_learn_press_user_guest_1497005661', '1497012861', 'no');
INSERT INTO `wpor_options` VALUES (8757,
'_transient_learn_press_user_guest_1497005661', '1497005661', 'no');
INSERT INTO `wpor_options` VALUES (8758,
'_transient_timeout_learn_press_user_guest_1497005665', '1497012865', 'no');
INSERT INTO `wpor_options` VALUES (8759,
'_transient_learn_press_user_guest_1497005665', '1497005665', 'no');
INSERT INTO `wpor_options` VALUES (8760,
'_transient_timeout_learn_press_user_guest_1497005669', '1497012869', 'no');
INSERT INTO `wpor_options` VALUES (8761,
'_transient_learn_press_user_guest_1497005669', '1497005669', 'no');
INSERT INTO `wpor_options` VALUES (8762,
'_transient_timeout_learn_press_user_guest_1497005672', '1497012872', 'no');
INSERT INTO `wpor_options` VALUES (8763,
'_transient_learn_press_user_guest_1497005672', '1497005672', 'no');
INSERT INTO `wpor_options` VALUES (8764,
'_transient_timeout_learn_press_user_guest_1497005676', '1497012876', 'no');
INSERT INTO `wpor_options` VALUES (8765,
'_transient_learn_press_user_guest_1497005676', '1497005676', 'no');
INSERT INTO `wpor_options` VALUES (8766,
'_transient_timeout_learn_press_user_guest_1497005680', '1497012880', 'no');
INSERT INTO `wpor_options` VALUES (8767,
'_transient_learn_press_user_guest_1497005680', '1497005680', 'no');
INSERT INTO `wpor_options` VALUES (8768,
'_transient_timeout_learn_press_user_guest_1497005684', '1497012884', 'no');
INSERT INTO `wpor_options` VALUES (8769,
'_transient_learn_press_user_guest_1497005684', '1497005684', 'no');
INSERT INTO `wpor_options` VALUES (8770,
'_transient_timeout_learn_press_user_guest_1497005687', '1497012887', 'no');
INSERT INTO `wpor_options` VALUES (8771,
'_transient_learn_press_user_guest_1497005687', '1497005687', 'no');
INSERT INTO `wpor_options` VALUES (8772,
'_transient_timeout_learn_press_user_guest_1497005690', '1497012890', 'no');
INSERT INTO `wpor_options` VALUES (8773,
'_transient_learn_press_user_guest_1497005690', '1497005690', 'no');
INSERT INTO `wpor_options` VALUES (8774,
'_transient_timeout_learn_press_user_guest_1497005694', '1497012894', 'no');
INSERT INTO `wpor_options` VALUES (8775,
'_transient_learn_press_user_guest_1497005694', '1497005694', 'no');
INSERT INTO `wpor_options` VALUES (8776,
'_transient_timeout_learn_press_user_guest_1497005698', '1497012898', 'no');
INSERT INTO `wpor_options` VALUES (8777,
'_transient_learn_press_user_guest_1497005698', '1497005698', 'no');
INSERT INTO `wpor_options` VALUES (8778,
'_transient_timeout_learn_press_user_guest_1497005708', '1497012908', 'no');
INSERT INTO `wpor_options` VALUES (8779,
'_transient_learn_press_user_guest_1497005708', '1497005708', 'no');
INSERT INTO `wpor_options` VALUES (8780,
'_transient_timeout_learn_press_user_guest_1497005716', '1497012916', 'no');
INSERT INTO `wpor_options` VALUES (8781,
'_transient_learn_press_user_guest_1497005716', '1497005716', 'no');
INSERT INTO `wpor_options` VALUES (8782,
'_transient_timeout_learn_press_user_guest_1497005722', '1497012922', 'no');
INSERT INTO `wpor_options` VALUES (8783,
'_transient_learn_press_user_guest_1497005722', '1497005722', 'no');
INSERT INTO `wpor_options` VALUES (8784,
'_transient_timeout_learn_press_user_guest_1497005729', '1497012929', 'no');
INSERT INTO `wpor_options` VALUES (8785,
'_transient_learn_press_user_guest_1497005729', '1497005729', 'no');
INSERT INTO `wpor_options` VALUES (8786,
'_transient_timeout_learn_press_user_guest_1497005733', '1497012933', 'no');
INSERT INTO `wpor_options` VALUES (8787,
'_transient_learn_press_user_guest_1497005733', '1497005733', 'no');
INSERT INTO `wpor_options` VALUES (8788,
'_transient_timeout_learn_press_user_guest_1497005736', '1497012936', 'no');
INSERT INTO `wpor_options` VALUES (8789,
'_transient_learn_press_user_guest_1497005736', '1497005736', 'no');
INSERT INTO `wpor_options` VALUES (8790,
'_transient_timeout_learn_press_user_guest_1497005739', '1497012939', 'no');
INSERT INTO `wpor_options` VALUES (8791,
'_transient_learn_press_user_guest_1497005739', '1497005739', 'no');
INSERT INTO `wpor_options` VALUES (8792,
'_transient_timeout_learn_press_user_guest_1497005743', '1497012943', 'no');
INSERT INTO `wpor_options` VALUES (8793,
'_transient_learn_press_user_guest_1497005743', '1497005743', 'no');
INSERT INTO `wpor_options` VALUES (8794,
'_transient_timeout_learn_press_user_guest_1497005746', '1497012946', 'no');
INSERT INTO `wpor_options` VALUES (8795,
'_transient_learn_press_user_guest_1497005746', '1497005746', 'no');
INSERT INTO `wpor_options` VALUES (8798,
'_transient_timeout_learn_press_user_guest_1497005895', '1497013095', 'no');
INSERT INTO `wpor_options` VALUES (8799,
'_transient_learn_press_user_guest_1497005895', '1497005895', 'no');
INSERT INTO `wpor_options` VALUES (8800,
'_transient_timeout_learn_press_user_guest_1497005898', '1497013098', 'no');
INSERT INTO `wpor_options` VALUES (8801,
'_transient_learn_press_user_guest_1497005898', '1497005898', 'no');
INSERT INTO `wpor_options` VALUES (8802,
'_transient_timeout_learn_press_user_guest_1497005903', '1497013103', 'no');
INSERT INTO `wpor_options` VALUES (8803,
'_transient_learn_press_user_guest_1497005903', '1497005903', 'no');
INSERT INTO `wpor_options` VALUES (8804,
'_transient_timeout_learn_press_user_guest_1497005907', '1497013107', 'no');
INSERT INTO `wpor_options` VALUES (8805,
'_transient_learn_press_user_guest_1497005907', '1497005907', 'no');
INSERT INTO `wpor_options` VALUES (8806,
'_transient_timeout_learn_press_user_guest_1497005910', '1497013110', 'no');
INSERT INTO `wpor_options` VALUES (8807,
'_transient_learn_press_user_guest_1497005910', '1497005910', 'no');
INSERT INTO `wpor_options` VALUES (8808,
'_transient_timeout_learn_press_user_guest_1497005913', '1497013113', 'no');
INSERT INTO `wpor_options` VALUES (8809,
'_transient_learn_press_user_guest_1497005913', '1497005913', 'no');
INSERT INTO `wpor_options` VALUES (8813,
'_transient_timeout_learn_press_user_guest_1497006306', '1497013506', 'no');
INSERT INTO `wpor_options` VALUES (8811,
'_transient_timeout_learn_press_user_guest_1497005989', '1497013189', 'no');
INSERT INTO `wpor_options` VALUES (8812,
'_transient_learn_press_user_guest_1497005989', '1497005989', 'no');
INSERT INTO `wpor_options` VALUES (8814,
'_transient_learn_press_user_guest_1497006306', '1497006306', 'no');
INSERT INTO `wpor_options` VALUES (8815,
'_transient_timeout_learn_press_user_guest_1497006309', '1497013509', 'no');
INSERT INTO `wpor_options` VALUES (8816,
'_transient_learn_press_user_guest_1497006309', '1497006309', 'no');
INSERT INTO `wpor_options` VALUES (8817,
'_transient_timeout_learn_press_user_guest_1497006312', '1497013512', 'no');
INSERT INTO `wpor_options` VALUES (8818,
'_transient_learn_press_user_guest_1497006312', '1497006312', 'no');
INSERT INTO `wpor_options` VALUES (8819,
'_transient_timeout_learn_press_user_guest_1497006323', '1497013523', 'no');
INSERT INTO `wpor_options` VALUES (8820,
'_transient_learn_press_user_guest_1497006323', '1497006323', 'no');
INSERT INTO `wpor_options` VALUES (8821,
'_transient_timeout_learn_press_user_guest_1497006326', '1497013526', 'no');
INSERT INTO `wpor_options` VALUES (8822,
'_transient_learn_press_user_guest_1497006326', '1497006326', 'no');
INSERT INTO `wpor_options` VALUES (8823,
'_transient_timeout_learn_press_user_guest_1497006329', '1497013529', 'no');
INSERT INTO `wpor_options` VALUES (8824,
'_transient_learn_press_user_guest_1497006329', '1497006329', 'no');
INSERT INTO `wpor_options` VALUES (8825,
'_transient_timeout_learn_press_user_guest_1497006445', '1497013645', 'no');
INSERT INTO `wpor_options` VALUES (8826,
'_transient_learn_press_user_guest_1497006445', '1497006445', 'no');
INSERT INTO `wpor_options` VALUES (8827,
'_transient_timeout_learn_press_user_guest_1497006448', '1497013648', 'no');
INSERT INTO `wpor_options` VALUES (8828,
'_transient_learn_press_user_guest_1497006448', '1497006448', 'no');
INSERT INTO `wpor_options` VALUES (8832,
'_transient_timeout_learn_press_user_guest_1497006818', '1497014018', 'no');
INSERT INTO `wpor_options` VALUES (8830,
'_transient_timeout_learn_press_user_guest_1497006593', '1497013793', 'no');
INSERT INTO `wpor_options` VALUES (8831,
'_transient_learn_press_user_guest_1497006593', '1497006593', 'no');
INSERT INTO `wpor_options` VALUES (8833,
'_transient_learn_press_user_guest_1497006818', '1497006818', 'no');
INSERT INTO `wpor_options` VALUES (8834,
'_transient_timeout_learn_press_user_guest_1497006825', '1497014025', 'no');
INSERT INTO `wpor_options` VALUES (8835,
'_transient_learn_press_user_guest_1497006825', '1497006825', 'no');
INSERT INTO `wpor_options` VALUES (8836,
'_transient_timeout_learn_press_user_guest_1497006828', '1497014028', 'no');
INSERT INTO `wpor_options` VALUES (8837,
'_transient_learn_press_user_guest_1497006828', '1497006828', 'no');
INSERT INTO `wpor_options` VALUES (8838,
'_transient_timeout_learn_press_user_guest_1497007088', '1497014288', 'no');
INSERT INTO `wpor_options` VALUES (8839,
'_transient_learn_press_user_guest_1497007088', '1497007088', 'no');
INSERT INTO `wpor_options` VALUES (8843,
'_transient_timeout_learn_press_user_guest_1497007393', '1497014593', 'no');
INSERT INTO `wpor_options` VALUES (8841,
'_transient_timeout_learn_press_user_guest_1497007197', '1497014397', 'no');
INSERT INTO `wpor_options` VALUES (8842,
'_transient_learn_press_user_guest_1497007197', '1497007197', 'no');
INSERT INTO `wpor_options` VALUES (8844,
'_transient_learn_press_user_guest_1497007393', '1497007393', 'no');
INSERT INTO `wpor_options` VALUES (8845,
'_transient_timeout_learn_press_user_guest_1497007396', '1497014596', 'no');
INSERT INTO `wpor_options` VALUES (8846,
'_transient_learn_press_user_guest_1497007396', '1497007396', 'no');
INSERT INTO `wpor_options` VALUES (8847,
'_transient_timeout_learn_press_user_guest_1497007401', '1497014601', 'no');
INSERT INTO `wpor_options` VALUES (8848,
'_transient_learn_press_user_guest_1497007401', '1497007401', 'no');
INSERT INTO `wpor_options` VALUES (8849,
'_transient_timeout_learn_press_user_guest_1497007404', '1497014604', 'no');
INSERT INTO `wpor_options` VALUES (8850,
'_transient_learn_press_user_guest_1497007404', '1497007404', 'no');
INSERT INTO `wpor_options` VALUES (8851,
'_transient_timeout_learn_press_user_guest_1497007539', '1497014739', 'no');
INSERT INTO `wpor_options` VALUES (8852,
'_transient_learn_press_user_guest_1497007539', '1497007539', 'no');
INSERT INTO `wpor_options` VALUES (8853,
'_transient_timeout_learn_press_user_guest_1497007543', '1497014743', 'no');
INSERT INTO `wpor_options` VALUES (8854,
'_transient_learn_press_user_guest_1497007543', '1497007543', 'no');
INSERT INTO `wpor_options` VALUES (8855,
'_transient_timeout_learn_press_user_guest_1497007622', '1497014822', 'no');
INSERT INTO `wpor_options` VALUES (8856,
'_transient_learn_press_user_guest_1497007622', '1497007622', 'no');
INSERT INTO `wpor_options` VALUES (8857,
'_transient_timeout_learn_press_user_guest_1497007625', '1497014825', 'no');
INSERT INTO `wpor_options` VALUES (8858,
'_transient_learn_press_user_guest_1497007625', '1497007625', 'no');
INSERT INTO `wpor_options` VALUES (8862,
'_transient_timeout_learn_press_user_guest_1497007904', '1497015104', 'no');
INSERT INTO `wpor_options` VALUES (8860,
'_transient_timeout_learn_press_user_guest_1497007800', '1497015000', 'no');
INSERT INTO `wpor_options` VALUES (8861,
'_transient_learn_press_user_guest_1497007800', '1497007800', 'no');
INSERT INTO `wpor_options` VALUES (8863,
'_transient_learn_press_user_guest_1497007904', '1497007904', 'no');
INSERT INTO `wpor_options` VALUES (8864,
'_transient_timeout_learn_press_user_guest_1497008224', '1497015424', 'no');
INSERT INTO `wpor_options` VALUES (8865,
'_transient_learn_press_user_guest_1497008224', '1497008224', 'no');
INSERT INTO `wpor_options` VALUES (8866,
'_transient_timeout_learn_press_user_guest_1497008225', '1497015425', 'no');
INSERT INTO `wpor_options` VALUES (8867,
'_transient_learn_press_user_guest_1497008225', '1497008225', 'no');
INSERT INTO `wpor_options` VALUES (8871,
'_transient_timeout_learn_press_user_guest_1497008572', '1497015772', 'no');
INSERT INTO `wpor_options` VALUES (8869,
'_transient_timeout_learn_press_user_guest_1497008490', '1497015690', 'no');
INSERT INTO `wpor_options` VALUES (8870,
'_transient_learn_press_user_guest_1497008490', '1497008490', 'no');
INSERT INTO `wpor_options` VALUES (8872,
'_transient_learn_press_user_guest_1497008572', '1497008572', 'no');
INSERT INTO `wpor_options` VALUES (8873,
'_transient_timeout_learn_press_user_guest_1497008688', '1497015888', 'no');
INSERT INTO `wpor_options` VALUES (8874,
'_transient_learn_press_user_guest_1497008688', '1497008688', 'no');
INSERT INTO `wpor_options` VALUES (8884,
'_transient_timeout_learn_press_user_guest_1497012438', '1497019638', 'no');
INSERT INTO `wpor_options` VALUES (8876,
'_transient_timeout_learn_press_user_guest_1497011556', '1497018756', 'no');
INSERT INTO `wpor_options` VALUES (8877,
'_transient_learn_press_user_guest_1497011556', '1497011556', 'no');
INSERT INTO `wpor_options` VALUES (8878,
'_transient_timeout_learn_press_user_guest_1497011558', '1497018758', 'no');
INSERT INTO `wpor_options` VALUES (8879,
'_transient_learn_press_user_guest_1497011558', '1497011558', 'no');
INSERT INTO `wpor_options` VALUES (8880,
'_transient_timeout_learn_press_user_guest_1497012333', '1497019533', 'no');
INSERT INTO `wpor_options` VALUES (8881,
'_transient_learn_press_user_guest_1497012333', '1497012333', 'no');
INSERT INTO `wpor_options` VALUES (8882,
'_transient_timeout_learn_press_user_guest_1497012334', '1497019534', 'no');
INSERT INTO `wpor_options` VALUES (8883,
'_transient_learn_press_user_guest_1497012334', '1497012334', 'no');
INSERT INTO `wpor_options` VALUES (8885,
'_transient_learn_press_user_guest_1497012438', '1497012438', 'no');
INSERT INTO `wpor_options` VALUES (8886,
'_transient_timeout_learn_press_user_guest_1497012439', '1497019639', 'no');
INSERT INTO `wpor_options` VALUES (8887,
'_transient_learn_press_user_guest_1497012439', '1497012439', 'no');
INSERT INTO `wpor_options` VALUES (8888,
'_transient_timeout_learn_press_user_guest_1497012499', '1497019699', 'no');
INSERT INTO `wpor_options` VALUES (8889,
'_transient_learn_press_user_guest_1497012499', '1497012499', 'no');
INSERT INTO `wpor_options` VALUES (8893,
'_transient_timeout_learn_press_user_guest_1497012721', '1497019921', 'no');
INSERT INTO `wpor_options` VALUES (8891,
'_transient_timeout_learn_press_user_guest_1497012720', '1497019920', 'no');
INSERT INTO `wpor_options` VALUES (8892,
'_transient_learn_press_user_guest_1497012720', '1497012720', 'no');
INSERT INTO `wpor_options` VALUES (8894,
'_transient_learn_press_user_guest_1497012721', '1497012721', 'no');
INSERT INTO `wpor_options` VALUES (8898,
'_transient_timeout_learn_press_user_guest_1497013413', '1497020613', 'no');
INSERT INTO `wpor_options` VALUES (8896,
'_transient_timeout_learn_press_user_guest_1497013181', '1497020381', 'no');
INSERT INTO `wpor_options` VALUES (8897,
'_transient_learn_press_user_guest_1497013181', '1497013181', 'no');
INSERT INTO `wpor_options` VALUES (8899,
'_transient_learn_press_user_guest_1497013413', '1497013413', 'no');
INSERT INTO `wpor_options` VALUES (8900,
'_transient_timeout_learn_press_user_guest_1497013421', '1497020621', 'no');
INSERT INTO `wpor_options` VALUES (8901,
'_transient_learn_press_user_guest_1497013421', '1497013421', 'no');
INSERT INTO `wpor_options` VALUES (8902,
'_transient_timeout_learn_press_user_guest_1497013424', '1497020624', 'no');
INSERT INTO `wpor_options` VALUES (8903,
'_transient_learn_press_user_guest_1497013424', '1497013424', 'no');
INSERT INTO `wpor_options` VALUES (8907,
'_transient_timeout_learn_press_user_guest_1497014793', '1497021993', 'no');
INSERT INTO `wpor_options` VALUES (8905,
'_transient_timeout_learn_press_user_guest_1497014629', '1497021829', 'no');
INSERT INTO `wpor_options` VALUES (8906,
'_transient_learn_press_user_guest_1497014629', '1497014629', 'no');
INSERT INTO `wpor_options` VALUES (8908,
'_transient_learn_press_user_guest_1497014793', '1497014793', 'no');
INSERT INTO `wpor_options` VALUES (8917,
'_transient_timeout_learn_press_user_guest_1497015636', '1497022836', 'no');
INSERT INTO `wpor_options` VALUES (8910,
'_transient_timeout_learn_press_user_guest_1497015528', '1497022728', 'no');
INSERT INTO `wpor_options` VALUES (8911,
'_transient_learn_press_user_guest_1497015528', '1497015528', 'no');
INSERT INTO `wpor_options` VALUES (8918,
'_transient_learn_press_user_guest_1497015636', '1497015636', 'no');
INSERT INTO `wpor_options` VALUES (10015,
'_transient_timeout_thim_core_welcome_panel_data', '1497289552', 'no');
INSERT INTO `wpor_options` VALUES (8915,
'_transient_timeout_learn_press_user_guest_1497015626', '1497022826', 'no');
INSERT INTO `wpor_options` VALUES (8916,
'_transient_learn_press_user_guest_1497015626', '1497015626', 'no');
INSERT INTO `wpor_options` VALUES (10016,
'_transient_thim_core_welcome_panel_data', '', 'no');
INSERT INTO `wpor_options` VALUES (8947,
'_transient_timeout_learn_press_user_guest_1497015673', '1497022873', 'no');
INSERT INTO `wpor_options` VALUES (8948,
'_transient_learn_press_user_guest_1497015673', '1497015673', 'no');
INSERT INTO `wpor_options` VALUES (8949,
'_transient_timeout_learn_press_user_guest_1497015981', '1497023181', 'no');
INSERT INTO `wpor_options` VALUES (8950,
'_transient_learn_press_user_guest_1497015981', '1497015981', 'no');
INSERT INTO `wpor_options` VALUES (8987,
'_transient_timeout_learn_press_user_guest_1497023161', '1497030361', 'no');
INSERT INTO `wpor_options` VALUES (8952,
'_transient_timeout_learn_press_user_guest_1497016232', '1497023432', 'no');
INSERT INTO `wpor_options` VALUES (8953,
'_transient_learn_press_user_guest_1497016232', '1497016232', 'no');
INSERT INTO `wpor_options` VALUES (8955,
'_transient_timeout_learn_press_user_guest_1497016776', '1497023976', 'no');
INSERT INTO `wpor_options` VALUES (8956,
'_transient_learn_press_user_guest_1497016776', '1497016776', 'no');
INSERT INTO `wpor_options` VALUES (8958,
'_transient_timeout_learn_press_user_guest_1497017764', '1497024964', 'no');
INSERT INTO `wpor_options` VALUES (8959,
'_transient_learn_press_user_guest_1497017764', '1497017764', 'no');
INSERT INTO `wpor_options` VALUES (8961,
'_transient_timeout_learn_press_user_guest_1497017765', '1497024965', 'no');
INSERT INTO `wpor_options` VALUES (8962,
'_transient_learn_press_user_guest_1497017765', '1497017765', 'no');
INSERT INTO `wpor_options` VALUES (8966,
'_transient_timeout_learn_press_user_guest_1497018027', '1497025227', 'no');
INSERT INTO `wpor_options` VALUES (8967,
'_transient_learn_press_user_guest_1497018027', '1497018027', 'no');
INSERT INTO `wpor_options` VALUES (8969,
'_transient_timeout_learn_press_user_guest_1497018632', '1497025832', 'no');
INSERT INTO `wpor_options` VALUES (8970,
'_transient_learn_press_user_guest_1497018632', '1497018632', 'no');
INSERT INTO `wpor_options` VALUES (8972,
'_transient_timeout_learn_press_user_guest_1497019196', '1497026396', 'no');
INSERT INTO `wpor_options` VALUES (8973,
'_transient_learn_press_user_guest_1497019196', '1497019196', 'no');
INSERT INTO `wpor_options` VALUES (8976,
'_transient_timeout_learn_press_user_guest_1497019776', '1497026976', 'no');
INSERT INTO `wpor_options` VALUES (8977,
'_transient_learn_press_user_guest_1497019776', '1497019776', 'no');
INSERT INTO `wpor_options` VALUES (8979,
'_transient_timeout_learn_press_user_guest_1497020561', '1497027761', 'no');
INSERT INTO `wpor_options` VALUES (8980,
'_transient_learn_press_user_guest_1497020561', '1497020561', 'no');
INSERT INTO `wpor_options` VALUES (8982,
'_transient_timeout_learn_press_user_guest_1497021389', '1497028589', 'no');
INSERT INTO `wpor_options` VALUES (8983,
'_transient_learn_press_user_guest_1497021389', '1497021389', 'no');
INSERT INTO `wpor_options` VALUES (8985,
'_transient_timeout_learn_press_user_guest_1497022807', '1497030007', 'no');
INSERT INTO `wpor_options` VALUES (8986,
'_transient_learn_press_user_guest_1497022807', '1497022807', 'no');
INSERT INTO `wpor_options` VALUES (8988,
'_transient_learn_press_user_guest_1497023161', '1497023161', 'no');
INSERT INTO `wpor_options` VALUES (8990,
'_transient_timeout_learn_press_user_guest_1497023162', '1497030362', 'no');
INSERT INTO `wpor_options` VALUES (8991,
'_transient_learn_press_user_guest_1497023162', '1497023162', 'no');
INSERT INTO `wpor_options` VALUES (9002,
'_transient_timeout_learn_press_user_guest_1497023461', '1497030661', 'no');
INSERT INTO `wpor_options` VALUES (8999,
'_transient_timeout_learn_press_user_guest_1497023380', '1497030580', 'no');
INSERT INTO `wpor_options` VALUES (9000,
'_transient_learn_press_user_guest_1497023380', '1497023380', 'no');
INSERT INTO `wpor_options` VALUES (9003,
'_transient_learn_press_user_guest_1497023461', '1497023461', 'no');
INSERT INTO `wpor_options` VALUES (9014,
'_transient_timeout_learn_press_user_guest_1497025174', '1497032374', 'no');
INSERT INTO `wpor_options` VALUES (9009,
'_transient_timeout_learn_press_user_guest_1497023989', '1497031189', 'no');
INSERT INTO `wpor_options` VALUES (9010,
'_transient_learn_press_user_guest_1497023989', '1497023989', 'no');
INSERT INTO `wpor_options` VALUES (9012,
'_transient_timeout_learn_press_user_guest_1497025173', '1497032373', 'no');
INSERT INTO `wpor_options` VALUES (9013,
'_transient_learn_press_user_guest_1497025173', '1497025173', 'no');
INSERT INTO `wpor_options` VALUES (9015,
'_transient_learn_press_user_guest_1497025174', '1497025174', 'no');
INSERT INTO `wpor_options` VALUES (9019,
'_transient_timeout_learn_press_user_guest_1497026278', '1497033478', 'no');
INSERT INTO `wpor_options` VALUES (9017,
'_transient_timeout_learn_press_user_guest_1497026008', '1497033208', 'no');
INSERT INTO `wpor_options` VALUES (9018,
'_transient_learn_press_user_guest_1497026008', '1497026008', 'no');
INSERT INTO `wpor_options` VALUES (9020,
'_transient_learn_press_user_guest_1497026278', '1497026278', 'no');
INSERT INTO `wpor_options` VALUES (9021,
'_transient_timeout_learn_press_user_guest_1497026289', '1497033489', 'no');
INSERT INTO `wpor_options` VALUES (9022,
'_transient_learn_press_user_guest_1497026289', '1497026289', 'no');
INSERT INTO `wpor_options` VALUES (9038,
'_transient_timeout_learn_press_user_guest_1497049131', '1497056331', 'no');
INSERT INTO `wpor_options` VALUES (9024,
'_transient_timeout_learn_press_user_guest_1497026375', '1497033575', 'no');
INSERT INTO `wpor_options` VALUES (9025,
'_transient_learn_press_user_guest_1497026375', '1497026375', 'no');
INSERT INTO `wpor_options` VALUES (9027,
'_transient_timeout_learn_press_user_guest_1497045953', '1497053153', 'no');
INSERT INTO `wpor_options` VALUES (9028,
'_transient_learn_press_user_guest_1497045953', '1497045953', 'no');
INSERT INTO `wpor_options` VALUES (9029,
'_transient_timeout_learn_press_user_guest_1497048926', '1497056126', 'no');
INSERT INTO `wpor_options` VALUES (9030,
'_transient_learn_press_user_guest_1497048926', '1497048926', 'no');
INSERT INTO `wpor_options` VALUES (9164, 'ai1wm_secret_key', '9pWeIMUGGuKc',
'yes');
INSERT INTO `wpor_options` VALUES (9039,
'_transient_learn_press_user_guest_1497049131', '1497049131', 'no');
INSERT INTO `wpor_options` VALUES (9040,
'_transient_timeout_learn_press_user_guest_1497055032', '1497062232', 'no');
INSERT INTO `wpor_options` VALUES (9041,
'_transient_learn_press_user_guest_1497055032', '1497055032', 'no');
INSERT INTO `wpor_options` VALUES (9051,
'_transient_timeout_learn_press_user_guest_1497066410', '1497073610', 'no');
INSERT INTO `wpor_options` VALUES (9043,
'_transient_timeout_learn_press_user_guest_1497066193', '1497073393', 'no');
INSERT INTO `wpor_options` VALUES (9044,
'_transient_learn_press_user_guest_1497066193', '1497066193', 'no');
INSERT INTO `wpor_options` VALUES (9045,
'_transient_timeout_learn_press_user_guest_1497066203', '1497073403', 'no');
INSERT INTO `wpor_options` VALUES (9046,
'_transient_learn_press_user_guest_1497066203', '1497066203', 'no');
INSERT INTO `wpor_options` VALUES (9047,
'_transient_timeout_learn_press_user_guest_1497066407', '1497073607', 'no');
INSERT INTO `wpor_options` VALUES (9048,
'_transient_learn_press_user_guest_1497066407', '1497066407', 'no');
INSERT INTO `wpor_options` VALUES (9049,
'_transient_timeout_learn_press_user_guest_1497066408', '1497073608', 'no');
INSERT INTO `wpor_options` VALUES (9050,
'_transient_learn_press_user_guest_1497066408', '1497066408', 'no');
INSERT INTO `wpor_options` VALUES (9052,
'_transient_learn_press_user_guest_1497066410', '1497066410', 'no');
INSERT INTO `wpor_options` VALUES (9053,
'_transient_timeout_learn_press_user_guest_1497066414', '1497073614', 'no');
INSERT INTO `wpor_options` VALUES (9054,
'_transient_learn_press_user_guest_1497066414', '1497066414', 'no');
INSERT INTO `wpor_options` VALUES (9062,
'_transient_timeout_learn_press_user_guest_1497081473', '1497088673', 'no');
INSERT INTO `wpor_options` VALUES (9056,
'_transient_timeout_learn_press_user_guest_1497081427', '1497088627', 'no');
INSERT INTO `wpor_options` VALUES (9057,
'_transient_learn_press_user_guest_1497081427', '1497081427', 'no');
INSERT INTO `wpor_options` VALUES (9058,
'_transient_timeout_learn_press_user_guest_1497081428', '1497088628', 'no');
INSERT INTO `wpor_options` VALUES (9059,
'_transient_learn_press_user_guest_1497081428', '1497081428', 'no');
INSERT INTO `wpor_options` VALUES (9060,
'_transient_timeout_learn_press_user_guest_1497081429', '1497088629', 'no');
INSERT INTO `wpor_options` VALUES (9061,
'_transient_learn_press_user_guest_1497081429', '1497081429', 'no');
INSERT INTO `wpor_options` VALUES (9063,
'_transient_learn_press_user_guest_1497081473', '1497081473', 'no');
INSERT INTO `wpor_options` VALUES (9064,
'_transient_timeout_learn_press_user_guest_1497081474', '1497088674', 'no');
INSERT INTO `wpor_options` VALUES (9065,
'_transient_learn_press_user_guest_1497081474', '1497081474', 'no');
INSERT INTO `wpor_options` VALUES (9099,
'_transient_timeout_learn_press_user_guest_1497101908', '1497109108', 'no');
INSERT INTO `wpor_options` VALUES (9067,
'_transient_timeout_learn_press_user_guest_1497081617', '1497088817', 'no');
INSERT INTO `wpor_options` VALUES (9068,
'_transient_learn_press_user_guest_1497081617', '1497081617', 'no');
INSERT INTO `wpor_options` VALUES (9070,
'_transient_timeout_learn_press_user_guest_1497081618', '1497088818', 'no');
INSERT INTO `wpor_options` VALUES (9071,
'_transient_learn_press_user_guest_1497081618', '1497081618', 'no');
INSERT INTO `wpor_options` VALUES (9072,
'_transient_timeout_learn_press_user_guest_1497083554', '1497090754', 'no');
INSERT INTO `wpor_options` VALUES (9073,
'_transient_learn_press_user_guest_1497083554', '1497083554', 'no');
INSERT INTO `wpor_options` VALUES (9084,
'_transient_timeout_learn_press_user_guest_1497084184', '1497091384', 'no');
INSERT INTO `wpor_options` VALUES (9074,
'_transient_timeout_learn_press_user_guest_1497083555', '1497090755', 'no');
INSERT INTO `wpor_options` VALUES (9075,
'_transient_learn_press_user_guest_1497083555', '1497083555', 'no');
INSERT INTO `wpor_options` VALUES (9085,
'_transient_learn_press_user_guest_1497084184', '1497084184', 'no');
INSERT INTO `wpor_options` VALUES (9177, 'active_plugins', 'a:28:
{i:0;s:19:"akismet/akismet.php";i:1;s:51:"all-in-one-wp-migration/all-in-one-wp-
migration.php";i:2;s:19:"bbpress/bbpress.php";i:3;s:59:"black-studio-tinymce-
widget/black-studio-tinymce-widget.php";i:4;s:36:"contact-form-7/wp-contact-form-
7.php";i:5;s:24:"dbc-backup/dbcbackup.php";i:6;s:36:"google-sitemap-
generator/sitemap.php";i:7;s:27:"js_composer/js_composer.php";i:8;s:49:"learnpress-
collections/learnpress-collections.php";i:9;s:53:"learnpress-course-
review/learnpress-course-review.php";i:10;s:43:"learnpress-wishlist/learnpress-
wishlist.php";i:11;s:25:"learnpress/learnpress.php";i:12;s:32:"login-
lockdown/loginlockdown.php";i:13;s:37:"mailchimp-for-wp/mailchimp-for-
wp.php";i:14;s:58:"miniorange-login-
openid/miniorange_openid_sso_settings.php";i:15;s:45:"paid-memberships-pro/paid-
memberships-pro.php";i:16;s:23:"revslider/revslider.php";i:17;s:26:"secure-
wordpress/index.php";i:18;s:39:"siteorigin-panels/siteorigin-
panels.php";i:19;s:39:"so-widgets-bundle/so-widgets-bundle.php";i:20;s:23:"thim-
core/thim-core.php";i:21;s:22:"thim-our-team/init.php";i:22;s:39:"thim-
testimonials/thim-testimonials.php";i:23;s:21:"tp-event/tp-
event.php";i:24;s:21:"tp-portfolio/init.php";i:25;s:41:"wordpress-
firewall/wordpress-firewall.php";i:26;s:41:"wordpress-importer/wordpress-
importer.php";i:27;s:29:"wp-mail-smtp/wp_mail_smtp.php";}', 'yes');
INSERT INTO `wpor_options` VALUES (9178, 'ai1wm_auth_user', '', 'yes');
INSERT INTO `wpor_options` VALUES (9180, 'template', 'eduma', 'yes');
INSERT INTO `wpor_options` VALUES (9181, 'stylesheet', 'eduma-child', 'yes');
INSERT INTO `wpor_options` VALUES (9182,
'_transient_timeout_learn_press_user_guest_1497116291', '1497123491', 'no');
INSERT INTO `wpor_options` VALUES (9183,
'_transient_learn_press_user_guest_1497116291', '1497116291', 'no');
INSERT INTO `wpor_options` VALUES (9186,
'_transient_timeout_learn_press_user_guest_1497116294', '1497123494', 'no');
INSERT INTO `wpor_options` VALUES (9187,
'_transient_learn_press_user_guest_1497116294', '1497116294', 'no');
INSERT INTO `wpor_options` VALUES (9328,
'_transient_learn_press_user_guest_1497136941', '1497136941', 'no');
INSERT INTO `wpor_options` VALUES (9336,
'_transient_timeout_learn_press_user_guest_1497138681', '1497145881', 'no');
INSERT INTO `wpor_options` VALUES (9330,
'_transient_learn_press_user_guest_1497137464', '1497137464', 'no');
INSERT INTO `wpor_options` VALUES (9332,
'_transient_timeout_learn_press_user_guest_1497137982', '1497145182', 'no');
INSERT INTO `wpor_options` VALUES (9333,
'_transient_learn_press_user_guest_1497137982', '1497137982', 'no');
INSERT INTO `wpor_options` VALUES (9334,
'_transient_timeout_learn_press_user_guest_1497137983', '1497145183', 'no');
INSERT INTO `wpor_options` VALUES (9335,
'_transient_learn_press_user_guest_1497137983', '1497137983', 'no');
INSERT INTO `wpor_options` VALUES (9337,
'_transient_learn_press_user_guest_1497138681', '1497138681', 'no');
INSERT INTO `wpor_options` VALUES (9356,
'_transient_timeout_learn_press_user_guest_1497142770', '1497149970', 'no');
INSERT INTO `wpor_options` VALUES (9339,
'_transient_timeout_learn_press_user_guest_1497138684', '1497145884', 'no');
INSERT INTO `wpor_options` VALUES (9340,
'_transient_learn_press_user_guest_1497138684', '1497138684', 'no');
INSERT INTO `wpor_options` VALUES (9342,
'_transient_timeout_learn_press_user_guest_1497141068', '1497148268', 'no');
INSERT INTO `wpor_options` VALUES (9343,
'_transient_learn_press_user_guest_1497141068', '1497141068', 'no');
INSERT INTO `wpor_options` VALUES (9344,
'_transient_timeout_learn_press_user_guest_1497141069', '1497148269', 'no');
INSERT INTO `wpor_options` VALUES (9345,
'_transient_learn_press_user_guest_1497141069', '1497141069', 'no');
INSERT INTO `wpor_options` VALUES (9347,
'_transient_timeout_learn_press_user_guest_1497141288', '1497148488', 'no');
INSERT INTO `wpor_options` VALUES (9348,
'_transient_learn_press_user_guest_1497141288', '1497141288', 'no');
INSERT INTO `wpor_options` VALUES (9349,
'_transient_timeout_learn_press_user_guest_1497141290', '1497148490', 'no');
INSERT INTO `wpor_options` VALUES (9350,
'_transient_learn_press_user_guest_1497141290', '1497141290', 'no');
INSERT INTO `wpor_options` VALUES (9352,
'_transient_timeout_learn_press_user_guest_1497142766', '1497149966', 'no');
INSERT INTO `wpor_options` VALUES (9353,
'_transient_learn_press_user_guest_1497142766', '1497142766', 'no');
INSERT INTO `wpor_options` VALUES (9354,
'_transient_timeout_learn_press_user_guest_1497142767', '1497149967', 'no');
INSERT INTO `wpor_options` VALUES (9355,
'_transient_learn_press_user_guest_1497142767', '1497142767', 'no');
INSERT INTO `wpor_options` VALUES (9357,
'_transient_learn_press_user_guest_1497142770', '1497142770', 'no');
INSERT INTO `wpor_options` VALUES (9363,
'_transient_timeout_learn_press_user_guest_1497143432', '1497150632', 'no');
INSERT INTO `wpor_options` VALUES (9359,
'_transient_timeout_learn_press_user_guest_1497143428', '1497150628', 'no');
INSERT INTO `wpor_options` VALUES (9360,
'_transient_learn_press_user_guest_1497143428', '1497143428', 'no');
INSERT INTO `wpor_options` VALUES (9361,
'_transient_timeout_learn_press_user_guest_1497143430', '1497150630', 'no');
INSERT INTO `wpor_options` VALUES (9362,
'_transient_learn_press_user_guest_1497143430', '1497143430', 'no');
INSERT INTO `wpor_options` VALUES (9364,
'_transient_learn_press_user_guest_1497143432', '1497143432', 'no');
INSERT INTO `wpor_options` VALUES (9365,
'_transient_timeout_learn_press_user_guest_1497143437', '1497150637', 'no');
INSERT INTO `wpor_options` VALUES (9366,
'_transient_learn_press_user_guest_1497143437', '1497143437', 'no');
INSERT INTO `wpor_options` VALUES (9377,
'_transient_timeout_learn_press_user_guest_1497149608', '1497156808', 'no');
INSERT INTO `wpor_options` VALUES (9368,
'_transient_timeout_learn_press_user_guest_1497145141', '1497152341', 'no');
INSERT INTO `wpor_options` VALUES (9369,
'_transient_learn_press_user_guest_1497145141', '1497145141', 'no');
INSERT INTO `wpor_options` VALUES (9370,
'_transient_timeout_learn_press_user_guest_1497145142', '1497152342', 'no');
INSERT INTO `wpor_options` VALUES (9371,
'_transient_learn_press_user_guest_1497145142', '1497145142', 'no');
INSERT INTO `wpor_options` VALUES (9373,
'_transient_timeout_learn_press_user_guest_1497149087', '1497156287', 'no');
INSERT INTO `wpor_options` VALUES (9374,
'_transient_learn_press_user_guest_1497149087', '1497149087', 'no');
INSERT INTO `wpor_options` VALUES (9375,
'_transient_timeout_learn_press_user_guest_1497149089', '1497156289', 'no');
INSERT INTO `wpor_options` VALUES (9376,
'_transient_learn_press_user_guest_1497149089', '1497149089', 'no');
INSERT INTO `wpor_options` VALUES (9378,
'_transient_learn_press_user_guest_1497149608', '1497149608', 'no');
INSERT INTO `wpor_options` VALUES (9382,
'_transient_timeout_learn_press_user_guest_1497149613', '1497156813', 'no');
INSERT INTO `wpor_options` VALUES (9380,
'_transient_timeout_learn_press_user_guest_1497149611', '1497156811', 'no');
INSERT INTO `wpor_options` VALUES (9381,
'_transient_learn_press_user_guest_1497149611', '1497149611', 'no');
INSERT INTO `wpor_options` VALUES (9383,
'_transient_learn_press_user_guest_1497149613', '1497149613', 'no');
INSERT INTO `wpor_options` VALUES (9384,
'_transient_timeout_learn_press_user_guest_1497149618', '1497156818', 'no');
INSERT INTO `wpor_options` VALUES (9385,
'_transient_learn_press_user_guest_1497149618', '1497149618', 'no');
INSERT INTO `wpor_options` VALUES (9386,
'_transient_timeout_learn_press_user_guest_1497150292', '1497157492', 'no');
INSERT INTO `wpor_options` VALUES (9387,
'_transient_learn_press_user_guest_1497150292', '1497150292', 'no');
INSERT INTO `wpor_options` VALUES (9391,
'_transient_timeout_learn_press_user_guest_1497151455', '1497158655', 'no');
INSERT INTO `wpor_options` VALUES (9389,
'_transient_timeout_learn_press_user_guest_1497150295', '1497157495', 'no');
INSERT INTO `wpor_options` VALUES (9390,
'_transient_learn_press_user_guest_1497150295', '1497150295', 'no');
INSERT INTO `wpor_options` VALUES (9392,
'_transient_learn_press_user_guest_1497151455', '1497151455', 'no');
INSERT INTO `wpor_options` VALUES (9396,
'_transient_timeout_learn_press_user_guest_1497152395', '1497159595', 'no');
INSERT INTO `wpor_options` VALUES (9394,
'_transient_timeout_learn_press_user_guest_1497151458', '1497158658', 'no');
INSERT INTO `wpor_options` VALUES (9395,
'_transient_learn_press_user_guest_1497151458', '1497151458', 'no');
INSERT INTO `wpor_options` VALUES (9397,
'_transient_learn_press_user_guest_1497152395', '1497152395', 'no');
INSERT INTO `wpor_options` VALUES (9406,
'_transient_timeout_learn_press_user_guest_1497152728', '1497159928', 'no');
INSERT INTO `wpor_options` VALUES (9399,
'_transient_timeout_learn_press_user_guest_1497152398', '1497159598', 'no');
INSERT INTO `wpor_options` VALUES (9400,
'_transient_learn_press_user_guest_1497152398', '1497152398', 'no');
INSERT INTO `wpor_options` VALUES (9402,
'_transient_timeout_learn_press_user_guest_1497152690', '1497159890', 'no');
INSERT INTO `wpor_options` VALUES (9403,
'_transient_learn_press_user_guest_1497152690', '1497152690', 'no');
INSERT INTO `wpor_options` VALUES (9404,
'_transient_timeout_learn_press_user_guest_1497152691', '1497159891', 'no');
INSERT INTO `wpor_options` VALUES (9405,
'_transient_learn_press_user_guest_1497152691', '1497152691', 'no');
INSERT INTO `wpor_options` VALUES (9407,
'_transient_learn_press_user_guest_1497152728', '1497152728', 'no');
INSERT INTO `wpor_options` VALUES (9408,
'_transient_timeout_learn_press_user_guest_1497152733', '1497159933', 'no');
INSERT INTO `wpor_options` VALUES (9409,
'_transient_learn_press_user_guest_1497152733', '1497152733', 'no');
INSERT INTO `wpor_options` VALUES (9410,
'_transient_timeout_learn_press_user_guest_1497153190', '1497160390', 'no');
INSERT INTO `wpor_options` VALUES (9411,
'_transient_learn_press_user_guest_1497153190', '1497153190', 'no');
INSERT INTO `wpor_options` VALUES (9420,
'_transient_timeout_learn_press_user_guest_1497155249', '1497162449', 'no');
INSERT INTO `wpor_options` VALUES (9413,
'_transient_timeout_learn_press_user_guest_1497153193', '1497160393', 'no');
INSERT INTO `wpor_options` VALUES (9414,
'_transient_learn_press_user_guest_1497153193', '1497153193', 'no');
INSERT INTO `wpor_options` VALUES (9416,
'_transient_timeout_learn_press_user_guest_1497154163', '1497161363', 'no');
INSERT INTO `wpor_options` VALUES (9417,
'_transient_learn_press_user_guest_1497154163', '1497154163', 'no');
INSERT INTO `wpor_options` VALUES (9418,
'_transient_timeout_learn_press_user_guest_1497154164', '1497161364', 'no');
INSERT INTO `wpor_options` VALUES (9419,
'_transient_learn_press_user_guest_1497154164', '1497154164', 'no');
INSERT INTO `wpor_options` VALUES (9421,
'_transient_learn_press_user_guest_1497155249', '1497155249', 'no');
INSERT INTO `wpor_options` VALUES (9437,
'_transient_timeout_learn_press_user_guest_1497162036', '1497169236', 'no');
INSERT INTO `wpor_options` VALUES (9423,
'_transient_timeout_learn_press_user_guest_1497155251', '1497162451', 'no');
INSERT INTO `wpor_options` VALUES (9424,
'_transient_learn_press_user_guest_1497155251', '1497155251', 'no');
INSERT INTO `wpor_options` VALUES (9426,
'_transient_timeout_learn_press_user_guest_1497156527', '1497163727', 'no');
INSERT INTO `wpor_options` VALUES (9427,
'_transient_learn_press_user_guest_1497156527', '1497156527', 'no');
INSERT INTO `wpor_options` VALUES (9428,
'_transient_timeout_learn_press_user_guest_1497158352', '1497165552', 'no');
INSERT INTO `wpor_options` VALUES (9429,
'_transient_learn_press_user_guest_1497158352', '1497158352', 'no');
INSERT INTO `wpor_options` VALUES (9430,
'_transient_timeout_learn_press_user_guest_1497158353', '1497165553', 'no');
INSERT INTO `wpor_options` VALUES (9431,
'_transient_learn_press_user_guest_1497158353', '1497158353', 'no');
INSERT INTO `wpor_options` VALUES (9433,
'_transient_timeout_learn_press_user_guest_1497160390', '1497167590', 'no');
INSERT INTO `wpor_options` VALUES (9434,
'_transient_learn_press_user_guest_1497160390', '1497160390', 'no');
INSERT INTO `wpor_options` VALUES (9435,
'_transient_timeout_learn_press_user_guest_1497160391', '1497167591', 'no');
INSERT INTO `wpor_options` VALUES (9436,
'_transient_learn_press_user_guest_1497160391', '1497160391', 'no');
INSERT INTO `wpor_options` VALUES (9438,
'_transient_learn_press_user_guest_1497162036', '1497162036', 'no');
INSERT INTO `wpor_options` VALUES (9442,
'_transient_timeout_learn_press_user_guest_1497162041', '1497169241', 'no');
INSERT INTO `wpor_options` VALUES (9440,
'_transient_timeout_learn_press_user_guest_1497162039', '1497169239', 'no');
INSERT INTO `wpor_options` VALUES (9441,
'_transient_learn_press_user_guest_1497162039', '1497162039', 'no');
INSERT INTO `wpor_options` VALUES (9443,
'_transient_learn_press_user_guest_1497162041', '1497162041', 'no');
INSERT INTO `wpor_options` VALUES (9454,
'_transient_timeout_learn_press_user_guest_1497167379', '1497174579', 'no');
INSERT INTO `wpor_options` VALUES (9445,
'_transient_timeout_learn_press_user_guest_1497162622', '1497169822', 'no');
INSERT INTO `wpor_options` VALUES (9446,
'_transient_learn_press_user_guest_1497162622', '1497162622', 'no');
INSERT INTO `wpor_options` VALUES (9447,
'_transient_timeout_learn_press_user_guest_1497162624', '1497169824', 'no');
INSERT INTO `wpor_options` VALUES (9448,
'_transient_learn_press_user_guest_1497162624', '1497162624', 'no');
INSERT INTO `wpor_options` VALUES (9450,
'_transient_timeout_learn_press_user_guest_1497164244', '1497171444', 'no');
INSERT INTO `wpor_options` VALUES (9451,
'_transient_learn_press_user_guest_1497164244', '1497164244', 'no');
INSERT INTO `wpor_options` VALUES (9452,
'_transient_timeout_learn_press_user_guest_1497164245', '1497171445', 'no');
INSERT INTO `wpor_options` VALUES (9453,
'_transient_learn_press_user_guest_1497164245', '1497164245', 'no');
INSERT INTO `wpor_options` VALUES (9455,
'_transient_learn_press_user_guest_1497167379', '1497167379', 'no');
INSERT INTO `wpor_options` VALUES (9476,
'_transient_timeout_learn_press_user_guest_1497172001', '1497179201', 'no');
INSERT INTO `wpor_options` VALUES (9457,
'_transient_timeout_learn_press_user_guest_1497167381', '1497174581', 'no');
INSERT INTO `wpor_options` VALUES (9458,
'_transient_learn_press_user_guest_1497167381', '1497167381', 'no');
INSERT INTO `wpor_options` VALUES (9460,
'_transient_timeout_learn_press_user_guest_1497168092', '1497175292', 'no');
INSERT INTO `wpor_options` VALUES (9461,
'_transient_learn_press_user_guest_1497168092', '1497168092', 'no');
INSERT INTO `wpor_options` VALUES (9462,
'_transient_timeout_learn_press_user_guest_1497168094', '1497175294', 'no');
INSERT INTO `wpor_options` VALUES (9463,
'_transient_learn_press_user_guest_1497168094', '1497168094', 'no');
INSERT INTO `wpor_options` VALUES (9465,
'_transient_timeout_learn_press_user_guest_1497171875', '1497179075', 'no');
INSERT INTO `wpor_options` VALUES (9466,
'_transient_learn_press_user_guest_1497171875', '1497171875', 'no');
INSERT INTO `wpor_options` VALUES (9467,
'_transient_timeout_learn_press_user_guest_1497171876', '1497179076', 'no');
INSERT INTO `wpor_options` VALUES (9468,
'_transient_learn_press_user_guest_1497171876', '1497171876', 'no');
INSERT INTO `wpor_options` VALUES (9477,
'_transient_learn_press_user_guest_1497172001', '1497172001', 'no');
INSERT INTO `wpor_options` VALUES (9488,
'_transient_timeout_learn_press_user_guest_1497176975', '1497184175', 'no');
INSERT INTO `wpor_options` VALUES (9480,
'_transient_learn_press_user_guest_1497175183', '1497175183', 'no');
INSERT INTO `wpor_options` VALUES (9481,
'_transient_timeout_learn_press_user_guest_1497175185', '1497182385', 'no');
INSERT INTO `wpor_options` VALUES (9482,
'_transient_learn_press_user_guest_1497175185', '1497175185', 'no');
INSERT INTO `wpor_options` VALUES (9484,
'_transient_timeout_learn_press_user_guest_1497175767', '1497182967', 'no');
INSERT INTO `wpor_options` VALUES (9485,
'_transient_learn_press_user_guest_1497175767', '1497175767', 'no');
INSERT INTO `wpor_options` VALUES (9486,
'_transient_timeout_learn_press_user_guest_1497175768', '1497182968', 'no');
INSERT INTO `wpor_options` VALUES (9487,
'_transient_learn_press_user_guest_1497175768', '1497175768', 'no');
INSERT INTO `wpor_options` VALUES (9489,
'_transient_learn_press_user_guest_1497176975', '1497176975', 'no');
INSERT INTO `wpor_options` VALUES (9493,
'_transient_timeout_learn_press_user_guest_1497177069', '1497184269', 'no');
INSERT INTO `wpor_options` VALUES (9491,
'_transient_timeout_learn_press_user_guest_1497176978', '1497184178', 'no');
INSERT INTO `wpor_options` VALUES (9492,
'_transient_learn_press_user_guest_1497176978', '1497176978', 'no');
INSERT INTO `wpor_options` VALUES (9494,
'_transient_learn_press_user_guest_1497177069', '1497177069', 'no');
INSERT INTO `wpor_options` VALUES (9495,
'_transient_timeout_learn_press_user_guest_1497177703', '1497184903', 'no');
INSERT INTO `wpor_options` VALUES (9496,
'_transient_learn_press_user_guest_1497177703', '1497177703', 'no');
INSERT INTO `wpor_options` VALUES (9510,
'_transient_timeout_learn_press_user_guest_1497183521', '1497190721', 'no');
INSERT INTO `wpor_options` VALUES (9498,
'_transient_timeout_learn_press_user_guest_1497177706', '1497184906', 'no');
INSERT INTO `wpor_options` VALUES (9499,
'_transient_learn_press_user_guest_1497177706', '1497177706', 'no');
INSERT INTO `wpor_options` VALUES (9501,
'_transient_timeout_learn_press_user_guest_1497179602', '1497186802', 'no');
INSERT INTO `wpor_options` VALUES (9502,
'_transient_learn_press_user_guest_1497179602', '1497179602', 'no');
INSERT INTO `wpor_options` VALUES (9503,
'_transient_timeout_learn_press_user_guest_1497179604', '1497186804', 'no');
INSERT INTO `wpor_options` VALUES (9504,
'_transient_learn_press_user_guest_1497179604', '1497179604', 'no');
INSERT INTO `wpor_options` VALUES (9506,
'_transient_timeout_learn_press_user_guest_1497183239', '1497190439', 'no');
INSERT INTO `wpor_options` VALUES (9507,
'_transient_learn_press_user_guest_1497183239', '1497183239', 'no');
INSERT INTO `wpor_options` VALUES (9508,
'_transient_timeout_learn_press_user_guest_1497183240', '1497190440', 'no');
INSERT INTO `wpor_options` VALUES (9509,
'_transient_learn_press_user_guest_1497183240', '1497183240', 'no');
INSERT INTO `wpor_options` VALUES (9511,
'_transient_learn_press_user_guest_1497183521', '1497183521', 'no');
INSERT INTO `wpor_options` VALUES (9512,
'_transient_timeout_learn_press_user_guest_1497185079', '1497192279', 'no');
INSERT INTO `wpor_options` VALUES (9513,
'_transient_learn_press_user_guest_1497185079', '1497185079', 'no');
INSERT INTO `wpor_options` VALUES (9517,
'_transient_timeout_learn_press_user_guest_1497185133', '1497192333', 'no');
INSERT INTO `wpor_options` VALUES (9515,
'_transient_timeout_learn_press_user_guest_1497185081', '1497192281', 'no');
INSERT INTO `wpor_options` VALUES (9516,
'_transient_learn_press_user_guest_1497185081', '1497185081', 'no');
INSERT INTO `wpor_options` VALUES (9518,
'_transient_learn_press_user_guest_1497185133', '1497185133', 'no');
INSERT INTO `wpor_options` VALUES (9519,
'_transient_timeout_learn_press_user_guest_1497185136', '1497192336', 'no');
INSERT INTO `wpor_options` VALUES (9520,
'_transient_learn_press_user_guest_1497185136', '1497185136', 'no');
INSERT INTO `wpor_options` VALUES (9526,
'_transient_timeout_learn_press_user_guest_1497188133', '1497195333', 'no');
INSERT INTO `wpor_options` VALUES (9522,
'_transient_timeout_learn_press_user_guest_1497187334', '1497194534', 'no');
INSERT INTO `wpor_options` VALUES (9523,
'_transient_learn_press_user_guest_1497187334', '1497187334', 'no');
INSERT INTO `wpor_options` VALUES (9524,
'_transient_timeout_learn_press_user_guest_1497187336', '1497194536', 'no');
INSERT INTO `wpor_options` VALUES (9525,
'_transient_learn_press_user_guest_1497187336', '1497187336', 'no');
INSERT INTO `wpor_options` VALUES (9527,
'_transient_learn_press_user_guest_1497188133', '1497188133', 'no');
INSERT INTO `wpor_options` VALUES (9531,
'_transient_timeout_learn_press_user_guest_1497188145', '1497195345', 'no');
INSERT INTO `wpor_options` VALUES (9529,
'_transient_timeout_learn_press_user_guest_1497188136', '1497195336', 'no');
INSERT INTO `wpor_options` VALUES (9530,
'_transient_learn_press_user_guest_1497188136', '1497188136', 'no');
INSERT INTO `wpor_options` VALUES (9532,
'_transient_learn_press_user_guest_1497188145', '1497188145', 'no');
INSERT INTO `wpor_options` VALUES (9533,
'_transient_timeout_learn_press_user_guest_1497188349', '1497195549', 'no');
INSERT INTO `wpor_options` VALUES (9534,
'_transient_learn_press_user_guest_1497188349', '1497188349', 'no');
INSERT INTO `wpor_options` VALUES (9535,
'_transient_timeout_learn_press_user_guest_1497189044', '1497196244', 'no');
INSERT INTO `wpor_options` VALUES (9536,
'_transient_learn_press_user_guest_1497189044', '1497189044', 'no');
INSERT INTO `wpor_options` VALUES (9545,
'_transient_timeout_learn_press_user_guest_1497190286', '1497197486', 'no');
INSERT INTO `wpor_options` VALUES (9538,
'_transient_timeout_learn_press_user_guest_1497189046', '1497196246', 'no');
INSERT INTO `wpor_options` VALUES (9539,
'_transient_learn_press_user_guest_1497189046', '1497189046', 'no');
INSERT INTO `wpor_options` VALUES (9541,
'_transient_timeout_learn_press_user_guest_1497189894', '1497197094', 'no');
INSERT INTO `wpor_options` VALUES (9542,
'_transient_learn_press_user_guest_1497189894', '1497189894', 'no');
INSERT INTO `wpor_options` VALUES (9543,
'_transient_timeout_learn_press_user_guest_1497189895', '1497197095', 'no');
INSERT INTO `wpor_options` VALUES (9544,
'_transient_learn_press_user_guest_1497189895', '1497189895', 'no');
INSERT INTO `wpor_options` VALUES (9546,
'_transient_learn_press_user_guest_1497190286', '1497190286', 'no');
INSERT INTO `wpor_options` VALUES (9565,
'_transient_timeout_learn_press_user_guest_1497193529', '1497200729', 'no');
INSERT INTO `wpor_options` VALUES (9548,
'_transient_timeout_learn_press_user_guest_1497190339', '1497197539', 'no');
INSERT INTO `wpor_options` VALUES (9549,
'_transient_learn_press_user_guest_1497190339', '1497190339', 'no');
INSERT INTO `wpor_options` VALUES (9551,
'_transient_timeout_learn_press_user_guest_1497191197', '1497198397', 'no');
INSERT INTO `wpor_options` VALUES (9552,
'_transient_learn_press_user_guest_1497191197', '1497191197', 'no');
INSERT INTO `wpor_options` VALUES (9553,
'_transient_timeout_learn_press_user_guest_1497191198', '1497198398', 'no');
INSERT INTO `wpor_options` VALUES (9554,
'_transient_learn_press_user_guest_1497191198', '1497191198', 'no');
INSERT INTO `wpor_options` VALUES (9556,
'_transient_timeout_learn_press_user_guest_1497192052', '1497199252', 'no');
INSERT INTO `wpor_options` VALUES (9557,
'_transient_learn_press_user_guest_1497192052', '1497192052', 'no');
INSERT INTO `wpor_options` VALUES (9558,
'_transient_timeout_learn_press_user_guest_1497192053', '1497199253', 'no');
INSERT INTO `wpor_options` VALUES (9559,
'_transient_learn_press_user_guest_1497192053', '1497192053', 'no');
INSERT INTO `wpor_options` VALUES (9561,
'_transient_timeout_learn_press_user_guest_1497193366', '1497200566', 'no');
INSERT INTO `wpor_options` VALUES (9562,
'_transient_learn_press_user_guest_1497193366', '1497193366', 'no');
INSERT INTO `wpor_options` VALUES (9563,
'_transient_timeout_learn_press_user_guest_1497193367', '1497200567', 'no');
INSERT INTO `wpor_options` VALUES (9564,
'_transient_learn_press_user_guest_1497193367', '1497193367', 'no');
INSERT INTO `wpor_options` VALUES (9566,
'_transient_learn_press_user_guest_1497193529', '1497193529', 'no');
INSERT INTO `wpor_options` VALUES (9572,
'_transient_learn_press_user_guest_1497193674', '1497193674', 'no');
INSERT INTO `wpor_options` VALUES (9571,
'_transient_timeout_learn_press_user_guest_1497193674', '1497200874', 'no');
INSERT INTO `wpor_options` VALUES (9569,
'_transient_timeout_learn_press_user_guest_1497193573', '1497200773', 'no');
INSERT INTO `wpor_options` VALUES (9570,
'_transient_learn_press_user_guest_1497193573', '1497193573', 'no');

--
-- Table structure of table `wpor_pmpro_discount_codes`
--

DROP TABLE IF EXISTS `wpor_pmpro_discount_codes`;


CREATE TABLE IF NOT EXISTS "wpor_pmpro_discount_codes" (
"id" int(10) unsigned NOT NULL AUTO_INCREMENT,
"code" varchar(32) COLLATE utf8mb4_unicode_ci 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")
);

--
-- Dumping data for table `wpor_pmpro_discount_codes`
--

--
-- Table structure of table `wpor_pmpro_discount_codes_levels`
--

DROP TABLE IF EXISTS `wpor_pmpro_discount_codes_levels`;


CREATE TABLE IF NOT EXISTS "wpor_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') COLLATE utf8mb4_unicode_ci
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') COLLATE utf8mb4_unicode_ci
NOT NULL,
PRIMARY KEY ("code_id","level_id"),
KEY "initial_payment" ("initial_payment")
);

--
-- Dumping data for table `wpor_pmpro_discount_codes_levels`
--

--
-- Table structure of table `wpor_pmpro_discount_codes_uses`
--

DROP TABLE IF EXISTS `wpor_pmpro_discount_codes_uses`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_pmpro_discount_codes_uses`
--

--
-- Table structure of table `wpor_pmpro_membership_levelmeta`
--

DROP TABLE IF EXISTS `wpor_pmpro_membership_levelmeta`;


CREATE TABLE IF NOT EXISTS "wpor_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) COLLATE utf8mb4_unicode_ci NOT NULL,
"meta_value" longtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY ("meta_id"),
KEY "pmpro_membership_level_id" ("pmpro_membership_level_id"),
KEY "meta_key" ("meta_key"(250))
);

--
-- Dumping data for table `wpor_pmpro_membership_levelmeta`
--

--
-- Table structure of table `wpor_pmpro_membership_levels`
--

DROP TABLE IF EXISTS `wpor_pmpro_membership_levels`;


CREATE TABLE IF NOT EXISTS "wpor_pmpro_membership_levels" (
"id" int(11) unsigned NOT NULL AUTO_INCREMENT,
"name" varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
"description" longtext COLLATE utf8mb4_unicode_ci NOT NULL,
"confirmation" longtext COLLATE utf8mb4_unicode_ci 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') COLLATE utf8mb4_unicode_ci
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') COLLATE utf8mb4_unicode_ci
NOT NULL,
PRIMARY KEY ("id"),
KEY "allow_signups" ("allow_signups"),
KEY "initial_payment" ("initial_payment"),
KEY "name" ("name"(250))
);

--
-- Dumping data for table `wpor_pmpro_membership_levels`
--

--
-- Table structure of table `wpor_pmpro_membership_orders`
--

DROP TABLE IF EXISTS `wpor_pmpro_membership_orders`;


CREATE TABLE IF NOT EXISTS "wpor_pmpro_membership_orders" (
"id" int(11) unsigned NOT NULL AUTO_INCREMENT,
"code" varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
"session_id" varchar(64) COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"billing_name" varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"billing_street" varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"billing_city" varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"billing_state" varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"billing_zip" varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"billing_country" varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
"billing_phone" varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
"subtotal" varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"tax" varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"couponamount" varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"checkout_id" int(11) NOT NULL DEFAULT '0',
"certificate_id" int(11) NOT NULL DEFAULT '0',
"certificateamount" varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"total" varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"payment_type" varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"cardtype" varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"accountnumber" varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"expirationmonth" char(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"expirationyear" varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"status" varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
"gateway" varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
"gateway_environment" varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
"payment_transaction_id" varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
"subscription_transaction_id" varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
"timestamp" datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
"affiliate_id" varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
"affiliate_subid" varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
"notes" text COLLATE utf8mb4_unicode_ci 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")
);

--
-- Dumping data for table `wpor_pmpro_membership_orders`
--

--
-- Table structure of table `wpor_pmpro_memberships_categories`
--

DROP TABLE IF EXISTS `wpor_pmpro_memberships_categories`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_pmpro_memberships_categories`
--

--
-- Table structure of table `wpor_pmpro_memberships_pages`
--

DROP TABLE IF EXISTS `wpor_pmpro_memberships_pages`;


CREATE TABLE IF NOT EXISTS "wpor_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")
);

--
-- Dumping data for table `wpor_pmpro_memberships_pages`
--

--
-- Table structure of table `wpor_pmpro_memberships_users`
--

DROP TABLE IF EXISTS `wpor_pmpro_memberships_users`;


CREATE TABLE IF NOT EXISTS "wpor_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') COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci 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")
);

--
-- Dumping data for table `wpor_pmpro_memberships_users`
--

--
-- Table structure of table `wpor_postmeta`
--

DROP TABLE IF EXISTS `wpor_postmeta`;


CREATE TABLE IF NOT EXISTS "wpor_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))
);

--
-- Dumping data for table `wpor_postmeta`
--

INSERT INTO `wpor_postmeta` VALUES (1, 2, '_wp_page_template', 'default');


INSERT INTO `wpor_postmeta` VALUES (2, 5, '_learn_press_page', 'checkout');
INSERT INTO `wpor_postmeta` VALUES (3, 6, '_learn_press_page', 'cart');
INSERT INTO `wpor_postmeta` VALUES (4, 7, '_learn_press_page', 'profile');
INSERT INTO `wpor_postmeta` VALUES (5, 8, '_learn_press_page', 'courses');
INSERT INTO `wpor_postmeta` VALUES (6, 9, '_learn_press_page', 'become_a_teacher');
INSERT INTO `wpor_postmeta` VALUES (53875, 5749, '_edit_lock', '1497252198:1');
INSERT INTO `wpor_postmeta` VALUES (53873, 7188, '_wp_attached_file',
'revslider/home-university5/hero_slider_5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53874, 7188, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:44:"revslider/home-
university5/hero_slider_5.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53871, 7187, '_wp_attached_file',
'revslider/home-university5/hero_slider_4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53872, 7187, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:44:"revslider/home-
university5/hero_slider_4.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_4-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53869, 7186, '_wp_attached_file',
'revslider/home-university5/slider-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53870, 7186, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:39:"revslider/home-
university5/slider-6.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-6-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53856, 5764, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:700;s:4:"file";s:23:"2016/04/bg_banner_3.jpg";s:
5:"sizes";a:10:{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-
800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:{s:4:"file";s:23:"bg_banner_3-
400x250.jpg";s:5:"width";i:400;s:6:"height";i:250;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"bg_banner_3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"bg_banner_3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"bg_banner_3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:23:"bg_banner_3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53857, 5818, '_wp_attached_file',
'2015/05/blog-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53858, 5818, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:870;s:6:"height";i:445;s:4:"file";s:18:"2015/05/blog-
1.jpg";s:5:"sizes";a:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-1-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53868, 5819, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:870;s:6:"height";i:445;s:4:"file";s:18:"2015/05/blog-
4.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-4-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:13:"single_course";a:4:{s:4:"file";s:18:"blog-4-
800x445.jpg";s:5:"width";i:800;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:{s:4:"file";s:18:"blog-4-
400x250.jpg";s:5:"width";i:400;s:6:"height";i:250;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"blog-4-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (45568, 7115, '_wp_attached_file',
'revslider/home-university4/hero_slider_5.jpg');
INSERT INTO `wpor_postmeta` VALUES (45569, 7115, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:44:"revslider/home-
university4/hero_slider_5.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (45566, 7114, '_wp_attached_file',
'revslider/home-university4/hero_slider_4.jpg');
INSERT INTO `wpor_postmeta` VALUES (45567, 7114, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:44:"revslider/home-
university4/hero_slider_4.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_4-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (45564, 7113, '_wp_attached_file',
'revslider/home-university4/slider-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (45565, 7113, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:39:"revslider/home-
university4/slider-6.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-6-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53845, 5760, '_wp_attached_file',
'2016/04/bg_register_now.jpg');
INSERT INTO `wpor_postmeta` VALUES (53846, 5760, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:790;s:4:"file";s:27:"2016/04/bg_register_now.jpg
";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:
{s:4:"file";s:27:"bg_register_now-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:27:"bg_register_now-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53862, 5818, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:870;s:6:"height";i:445;s:4:"file";s:18:"2015/05/blog-
1.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-1-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:13:"single_course";a:4:{s:4:"file";s:18:"blog-1-
800x445.jpg";s:5:"width";i:800;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:{s:4:"file";s:18:"blog-1-
400x250.jpg";s:5:"width";i:400;s:6:"height";i:250;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"blog-1-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53859, 5818, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53860, 5818, '_wp_attached_file',
'2015/05/blog-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53861, 5818, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:8:
{s:7:"percent";d:2.32446667093601622156029407051391899585723876953125;s:5:"bytes";i
:11978;s:11:"size_before";i:515301;s:10:"size_after";i:503323;s:4:"time";d:0.320000
000000000006661338147750939242541790008544921875;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:10:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.029999999999999804600747665972448885440826416015625;s:5:"bytes";
i:212;s:11:"size_before";i:10424;s:10:"size_after";i:10212;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.2400000000000002131628207280300557613372802734375;s:5:"bytes";i:
422;s:11:"size_before";i:18838;s:10:"size_after";i:18416;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:2.180000000000000159872115546022541821002960205078125;s:5:"bytes";
i:1819;s:11:"size_before";i:83279;s:10:"size_after";i:81460;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:2.29000000000000003552713678800500929355621337890625;s:5:"bytes";i
:322;s:11:"size_before";i:14091;s:10:"size_after";i:13769;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:2.339999999999999857891452847979962825775146484375;s:5:"bytes";i:7
38;s:11:"size_before";i:31530;s:10:"size_after";i:30792;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:2.3300000000000000710542735760100185871124267578125;s:5:"bytes";i:
1972;s:11:"size_before";i:84724;s:10:"size_after";i:82752;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:13:"single_course";O:8:"stdClass
":5:
{s:7:"percent";d:2.4199999999999999289457264239899814128875732421875;s:5:"bytes";i:
2543;s:11:"size_before";i:104938;s:10:"size_after";i:102395;s:4:"time";d:0.05000000
000000000277555756156289135105907917022705078125;}s:16:"course_thumbnail";O:8:"stdC
lass":5:
{s:7:"percent";d:2.62000000000000010658141036401502788066864013671875;s:5:"bytes";i
:943;s:11:"size_before";i:36030;s:10:"size_after";i:35087;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.899999999999999911182158029987476766109466552734375;s:5:"bytes";
i:605;s:11:"size_before";i:20838;s:10:"size_after";i:20233;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:2.1699999999999999289457264239899814128875732421875;s:5:"bytes";i:
2402;s:11:"size_before";i:110609;s:10:"size_after";i:108207;s:4:"time";d:0.08000000
000000000166533453693773481063544750213623046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53850, 5760, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:790;s:4:"file";s:27:"2016/04/bg_register_now.jpg
";s:5:"sizes";a:10:{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-
800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:
{s:4:"file";s:27:"bg_register_now-
400x250.jpg";s:5:"width";i:400;s:6:"height";i:250;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:
{s:4:"file";s:27:"bg_register_now-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:27:"bg_register_now-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:27:"bg_register_now-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53851, 5764, '_wp_attached_file',
'2016/04/bg_banner_3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53852, 5764, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:700;s:4:"file";s:23:"2016/04/bg_banner_3.jpg";s:
5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"bg_banner_3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"bg_banner_3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"bg_banner_3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53853, 5764, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53854, 5764, '_wp_attached_file',
'2016/04/bg_banner_3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53855, 5764, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:8:
{s:7:"percent";d:3.520371196076245379202873664326034486293792724609375;s:5:"bytes";
i:15159;s:11:"size_before";i:430608;s:10:"size_after";i:415449;s:4:"time";d:0.42999
9999999999993338661852249060757458209991455078125;s:11:"api_version";s:3:"1.0";s:5:
"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:10:
{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.1699999999999999289457264239899814128875732421875;s:5:"bytes";i:
189;s:11:"size_before";i:8716;s:10:"size_after";i:8527;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.350000000000000088817841970012523233890533447265625;s:5:"bytes";
i:466;s:11:"size_before";i:13891;s:10:"size_after";i:13425;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:3.660000000000000142108547152020037174224853515625;s:5:"bytes";i:2
326;s:11:"size_before";i:63474;s:10:"size_after";i:61148;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:3.5;s:5:"bytes";i:3509;s:11:"size_before";i:100248;s:10:"size_afte
r";i:96739;s:4:"time";d:0.059999999999999997779553950749686919152736663818359375;}s
:13:"single_course";O:8:"stdClass":5:
{s:7:"percent";d:3.649999999999999911182158029987476766109466552734375;s:5:"bytes";
i:3016;s:11:"size_before";i:82743;s:10:"size_after";i:79727;s:4:"time";d:0.07000000
0000000006661338147750939242541790008544921875;}s:16:"course_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:3.810000000000000053290705182007513940334320068359375;s:5:"bytes";
i:1126;s:11:"size_before";i:29529;s:10:"size_after";i:28403;s:4:"time";d:0.05999999
9999999997779553950749686919152736663818359375;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:2.839999999999999857891452847979962825775146484375;s:5:"bytes";i:3
35;s:11:"size_before";i:11795;s:10:"size_after";i:11460;s:4:"time";d:0.040000000000
000000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";d:3.399999999999999911182158029987476766109466552734375;s:5:"bytes";
i:903;s:11:"size_before";i:26538;s:10:"size_after";i:25635;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:3.5099999999999997868371792719699442386627197265625;s:5:"bytes";i:
2709;s:11:"size_before";i:77215;s:10:"size_after";i:74506;s:4:"time";d:0.0599999999
99999997779553950749686919152736663818359375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.520000000000000017763568394002504646778106689453125;s:5:"bytes";
i:580;s:11:"size_before";i:16459;s:10:"size_after";i:15879;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53847, 5760, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53848, 5760, '_wp_attached_file',
'2016/04/bg_register_now.jpg');
INSERT INTO `wpor_postmeta` VALUES (53849, 5760, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:8:
{s:7:"percent";d:2.90233229242913370882206436363048851490020751953125;s:5:"bytes";i
:11023;s:11:"size_before";i:379798;s:10:"size_after";i:368775;s:4:"time";d:0.560000
000000000053290705182007513940334320068359375;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:10:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.1100000000000000976996261670137755572795867919921875;s:5:"bytes"
;i:87;s:11:"size_before";i:7820;s:10:"size_after";i:7733;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.089999999999999857891452847979962825775146484375;s:5:"bytes";i:4
73;s:11:"size_before";i:15295;s:10:"size_after";i:14822;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass":
5:
{s:7:"percent";d:3.3300000000000000710542735760100185871124267578125;s:5:"bytes";i:
2041;s:11:"size_before";i:61206;s:10:"size_after";i:59165;s:4:"time";d:0.1000000000
000000055511151231257827021181583404541015625;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:3.020000000000000017763568394002504646778106689453125;s:5:"bytes";
i:2824;s:11:"size_before";i:93539;s:10:"size_after";i:90715;s:4:"time";d:0.08000000
000000000166533453693773481063544750213623046875;}s:13:"single_course";O:8:"stdClas
s":5:
{s:7:"percent";d:3.12000000000000010658141036401502788066864013671875;s:5:"bytes";i
:2178;s:11:"size_before";i:69754;s:10:"size_after";i:67576;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:16:"course_thumbnail";O:8:"stdC
lass":5:
{s:7:"percent";d:2.87000000000000010658141036401502788066864013671875;s:5:"bytes";i
:749;s:11:"size_before";i:26056;s:10:"size_after";i:25307;s:4:"time";d:0.0899999999
999999966693309261245303787291049957275390625;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:1.5800000000000000710542735760100185871124267578125;s:5:"bytes";i:
163;s:11:"size_before";i:10340;s:10:"size_after";i:10177;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:2.560000000000000053290705182007513940334320068359375;s:5:"bytes";
i:558;s:11:"size_before";i:21794;s:10:"size_after";i:21236;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:2.609999999999999875655021241982467472553253173828125;s:5:"bytes";
i:1534;s:11:"size_before";i:58870;s:10:"size_after";i:57336;s:4:"time";d:0.13000000
000000000444089209850062616169452667236328125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.75;s:5:"bytes";i:416;s:11:"size_before";i:15124;s:10:"size_after
";i:14708;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}}
}');
INSERT INTO `wpor_postmeta` VALUES (53844, 5754, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:370;s:6:"height";i:190;s:4:"file";s:22:"2016/04/university.jpg";s:5:
"sizes";a:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"university-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"university-
300x190.jpg";s:5:"width";i:300;s:6:"height";i:190;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:22:"university-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53841, 5754, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53842, 5754, '_wp_attached_file',
'2016/04/university.jpg');
INSERT INTO `wpor_postmeta` VALUES (53843, 5754, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.472579227541831681236317308503203094005584716796875;s:5:"bytes";
i:6282;s:11:"size_before";i:180903;s:10:"size_after";i:174621;s:4:"time";d:0.160000
0000000000033306690738754696212708950042724609375;s:11:"api_version";s:3:"1.0";s:5:
"lossy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:3.890000000000000124344978758017532527446746826171875;s:5:"bytes";
i:624;s:11:"size_before";i:16045;s:10:"size_after";i:15421;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:4.55999999999999960920149533194489777088165283203125;s:5:"bytes";i
:1458;s:11:"size_before";i:31994;s:10:"size_after";i:30536;s:4:"time";d:0.059999999
999999997779553950749686919152736663818359375;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:3.8300000000000000710542735760100185871124267578125;s:5:"bytes";i:
828;s:11:"size_before";i:21633;s:10:"size_after";i:20805;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:4.53000000000000024868995751603506505489349365234375;s:5:"bytes";i
:1899;s:11:"size_before";i:41958;s:10:"size_after";i:40059;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:4.61000000000000031974423109204508364200592041015625;s:5:"bytes";i
:1473;s:11:"size_before";i:31945;s:10:"size_after";i:30472;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:37328;s:10:"size_after";i:3
7328;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'
);
INSERT INTO `wpor_postmeta` VALUES (53840, 5754, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:370;s:6:"height";i:190;s:4:"file";s:22:"2016/04/university.jpg";s:5:
"sizes";a:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"university-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"university-
300x190.jpg";s:5:"width";i:300;s:6:"height";i:190;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53838, 5753, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:25:"2016/04/hero_slider_5.jpg";
s:5:"sizes";a:10:{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-
800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:
{s:4:"file";s:25:"hero_slider_5-
400x250.jpg";s:5:"width";i:400;s:6:"height";i:250;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:25:"hero_slider_5-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53839, 5754, '_wp_attached_file',
'2016/04/university.jpg');
INSERT INTO `wpor_postmeta` VALUES (53835, 5753, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53836, 5753, '_wp_attached_file',
'2016/04/hero_slider_5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53837, 5753, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.039590580344853520955439307726919651031494140625;s:5:"bytes";i:6
520;s:11:"size_before";i:319672;s:10:"size_after";i:313152;s:4:"time";d:0.450000000
000000011102230246251565404236316680908203125;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:10:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.1799999999999999378275106209912337362766265869140625;s:5:"bytes"
;i:81;s:11:"size_before";i:6871;s:10:"size_after";i:6790;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.29999999999999982236431605997495353221893310546875;s:5:"bytes";i
:304;s:11:"size_before";i:13238;s:10:"size_after";i:12934;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:2.069999999999999840127884453977458178997039794921875;s:5:"bytes";
i:1056;s:11:"size_before";i:51010;s:10:"size_after";i:49954;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:1.7199999999999999733546474089962430298328399658203125;s:5:"bytes"
;i:1362;s:11:"size_before";i:79121;s:10:"size_after";i:77759;s:4:"time";d:0.1100000
0000000000055511151231257827021181583404541015625;}s:13:"single_course";O:8:"stdCla
ss":5:
{s:7:"percent";d:2.37999999999999989341858963598497211933135986328125;s:5:"bytes";i
:1358;s:11:"size_before";i:57014;s:10:"size_after";i:55656;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:16:"course_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:2.439999999999999946709294817992486059665679931640625;s:5:"bytes";
i:521;s:11:"size_before";i:21391;s:10:"size_after";i:20870;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:1.649999999999999911182158029987476766109466552734375;s:5:"bytes";
i:149;s:11:"size_before";i:9031;s:10:"size_after";i:8882;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:2.029999999999999804600747665972448885440826416015625;s:5:"bytes";
i:374;s:11:"size_before";i:18441;s:10:"size_after";i:18067;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:1.9499999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:991;s:11:"size_before";i:50824;s:10:"size_after";i:49833;s:4:"time";d:0.10000000
00000000055511151231257827021181583404541015625;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.54000000000000003552713678800500929355621337890625;s:5:"bytes";i
:324;s:11:"size_before";i:12731;s:10:"size_after";i:12407;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53833, 5753, '_wp_attached_file',
'2016/04/hero_slider_5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53834, 5753, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:25:"2016/04/hero_slider_5.jpg";
s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53832, 5752, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:25:"2016/04/hero_slider_4.jpg";
s:5:"sizes";a:10:{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-
800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:
{s:4:"file";s:25:"hero_slider_4-
400x250.jpg";s:5:"width";i:400;s:6:"height";i:250;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_4-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:25:"hero_slider_4-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53829, 5752, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53830, 5752, '_wp_attached_file',
'2016/04/hero_slider_4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53831, 5752, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.0360167082907008051506636547856032848358154296875;s:5:"bytes";i:
2825;s:11:"size_before";i:272679;s:10:"size_after";i:269854;s:4:"time";d:0.38000000
0000000059952043329758453182876110076904296875;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:10:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:5788;s:10:"size_after";i:57
88;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:"
medium";O:8:"stdClass":5:
{s:7:"percent";d:0.82999999999999996003197111349436454474925994873046875;s:5:"bytes
";i:97;s:11:"size_before";i:11700;s:10:"size_after";i:11603;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdCla
ss":5:
{s:7:"percent";d:1.1799999999999999378275106209912337362766265869140625;s:5:"bytes"
;i:522;s:11:"size_before";i:44271;s:10:"size_after";i:43749;s:4:"time";d:0.08000000
000000000166533453693773481063544750213623046875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:1.060000000000000053290705182007513940334320068359375;s:5:"bytes";
i:727;s:11:"size_before";i:68627;s:10:"size_after";i:67900;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:13:"single_course";O:8:"stdClass
":5:
{s:7:"percent";d:1.5300000000000000266453525910037569701671600341796875;s:5:"bytes"
;i:751;s:11:"size_before";i:49193;s:10:"size_after";i:48442;s:4:"time";d:0.07000000
0000000006661338147750939242541790008544921875;}s:16:"course_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:0.7399999999999999911182158029987476766109466552734375;s:5:"bytes"
;i:131;s:11:"size_before";i:17614;s:10:"size_after";i:17483;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdC
lass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:7426;s:10:"size_after";i:74
26;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:"sh
op_catalog";O:8:"stdClass":5:
{s:7:"percent";d:0.63000000000000000444089209850062616169452667236328125;s:5:"bytes
";i:96;s:11:"size_before";i:15162;s:10:"size_after";i:15066;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClas
s":5:
{s:7:"percent";d:1.1799999999999999378275106209912337362766265869140625;s:5:"bytes"
;i:501;s:11:"size_before";i:42473;s:10:"size_after";i:41972;s:4:"time";d:0.05000000
000000000277555756156289135105907917022705078125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:10425;s:10:"size_after";i:1
0425;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'
);
INSERT INTO `wpor_postmeta` VALUES (53826, 5751, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:20:"2016/04/slider-
6.jpg";s:5:"sizes";a:10:{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-
800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:{s:4:"file";s:20:"slider-6-
400x250.jpg";s:5:"width";i:400;s:6:"height";i:250;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-6-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"slider-
6-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53827, 5752, '_wp_attached_file',
'2016/04/hero_slider_4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53828, 5752, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:25:"2016/04/hero_slider_4.jpg";
s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_4-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53825, 5751, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.52179439854121145714316298835910856723785400390625;s:5:"bytes";i
:9086;s:11:"size_before";i:360299;s:10:"size_after";i:351213;s:4:"time";d:0.4300000
00000000159872115546022541821002960205078125;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:10:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.57999999999999996003197111349436454474925994873046875;s:5:"bytes
";i:42;s:11:"size_before";i:7281;s:10:"size_after";i:7239;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.25;s:5:"bytes";i:319;s:11:"size_before";i:14207;s:10:"size_after
";i:13888;s:4:"time";d:0.0100000000000000002081668171172168513294309377670288085937
5;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:2.899999999999999911182158029987476766109466552734375;s:5:"bytes";
i:1714;s:11:"size_before";i:59016;s:10:"size_after";i:57302;s:4:"time";d:0.11000000
000000000055511151231257827021181583404541015625;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:2.560000000000000053290705182007513940334320068359375;s:5:"bytes";
i:2343;s:11:"size_before";i:91654;s:10:"size_after";i:89311;s:4:"time";d:0.16000000
00000000033306690738754696212708950042724609375;}s:13:"single_course";O:8:"stdClass
":5:
{s:7:"percent";d:3.1699999999999999289457264239899814128875732421875;s:5:"bytes";i:
2083;s:11:"size_before";i:65813;s:10:"size_after";i:63730;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:16:"course_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:2.4900000000000002131628207280300557613372802734375;s:5:"bytes";i:
573;s:11:"size_before";i:23033;s:10:"size_after";i:22460;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:1.100000000000000088817841970012523233890533447265625;s:5:"bytes";
i:106;s:11:"size_before";i:9645;s:10:"size_after";i:9539;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:2.189999999999999946709294817992486059665679931640625;s:5:"bytes";
i:443;s:11:"size_before";i:20245;s:10:"size_after";i:19802;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass
":5:
{s:7:"percent";d:2.089999999999999857891452847979962825775146484375;s:5:"bytes";i:1
171;s:11:"size_before";i:56130;s:10:"size_after";i:54959;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.20000000000000017763568394002504646778106689453125;s:5:"bytes";i
:292;s:11:"size_before";i:13275;s:10:"size_after";i:12983;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53820, 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:10:{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-800x450.png";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-
type";s:9:"image/png";}s:16:"course_thumbnail";a:4:{s:4:"file";s:29:"eduma-
certificate-400x250.png";s:5:"width";i:400;s:6:"height";i:250;s:9:"mime-
type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"eduma-
certificate-180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"eduma-certificate-
300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:29:"eduma-certificate-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:29:"eduma-
certificate-272x182.png";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53807, 5730, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53808, 5730, '_wp_attached_file',
'revslider/home-page-video/bg-video.jpg');
INSERT INTO `wpor_postmeta` VALUES (53809, 5730, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:147917;s:10:"size_after";i:
147917;s:4:"time";d:0.4699999999999999733546474089962430298328399658203125;s:11:"ap
i_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:10:
{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:4010;s:10:"size_after";i:40
10;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:"
medium";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:5347;s:10:"size_after";i:53
47;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:"m
edium_large";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:20352;s:10:"size_after";i:2
0352;s:4:"time";d:0.059999999999999997779553950749686919152736663818359375;}s:5:"la
rge";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:30910;s:10:"size_after";i:3
0910;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}s:13:
"single_course";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:30198;s:10:"size_after";i:3
0198;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}s:16:
"course_thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:11893;s:10:"size_after";i:1
1893;s:4:"time";d:0.059999999999999997779553950749686919152736663818359375;}s:14:"s
hop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:5176;s:10:"size_after";i:51
76;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:"s
hop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:10457;s:10:"size_after";i:1
0457;s:4:"time";d:0.059999999999999997779553950749686919152736663818359375;}s:11:"s
hop_single";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:22402;s:10:"size_after";i:2
2402;s:4:"time";d:0.040000000000000000832667268468867405317723751068115234375;}s:20
:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:7172;s:10:"size_after";i:71
72;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53810, 5730, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:550;s:4:"file";s:38:"revslider/home-page-
video/bg-video.jpg";s:5:"sizes";a:10:{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-
800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:{s:4:"file";s:20:"bg-video-
400x250.jpg";s:5:"width";i:400;s:6:"height";i:250;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"bg-video-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"bg-video-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"bg-video-
600x550.jpg";s:5:"width";i:600;s:6:"height";i:550;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"bg-
video-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53823, 5751, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53824, 5751, '_wp_attached_file',
'2016/04/slider-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53821, 5751, '_wp_attached_file',
'2016/04/slider-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53822, 5751, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:20:"2016/04/slider-
6.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-6-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53811, 5731, '_wp_attached_file',
'2016/04/Eduma-learnling-5.mp4');
INSERT INTO `wpor_postmeta` VALUES (53812, 5731, '_wp_attachment_metadata', 'a:9:
{s:7:"bitrate";i:2141640;s:8:"filesize";i:3073838;s:9:"mime_type";s:15:"video/quick
time";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";}');
INSERT INTO `wpor_postmeta` VALUES (53813, 5731, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53814, 5731, '_wp_attached_file',
'revslider/home-page-video/Eduma-learnling.mp4');
INSERT INTO `wpor_postmeta` VALUES (53815, 5736, '_wp_attached_file',
'2016/04/eduma-certificate.png');
INSERT INTO `wpor_postmeta` VALUES (53816, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"eduma-
certificate-180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"eduma-certificate-
300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:29:"eduma-certificate-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53817, 5736, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53818, 5736, '_wp_attached_file',
'2016/04/eduma-certificate.png');
INSERT INTO `wpor_postmeta` VALUES (53819, 5736, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:29.282987034652951052748903748579323291778564453125;s:5:"bytes";i:
93030;s:11:"size_before";i:317693;s:10:"size_after";i:224663;s:4:"time";d:2.25;s:11
:"api_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:10:
{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:29.3599999999999994315658113919198513031005859375;s:5:"bytes";i:26
38;s:11:"size_before";i:8986;s:10:"size_after";i:6348;s:4:"time";d:0.04000000000000
0000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:30.629999999999999005240169935859739780426025390625;s:5:"bytes";i:
4576;s:11:"size_before";i:14941;s:10:"size_after";i:10365;s:4:"time";d:0.0599999999
99999997779553950749686919152736663818359375;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:28.440000000000001278976924368180334568023681640625;s:5:"bytes";i:
14384;s:11:"size_before";i:50576;s:10:"size_after";i:36192;s:4:"time";d:0.280000000
0000000266453525910037569701671600341796875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:27.219999999999998863131622783839702606201171875;s:5:"bytes";i:206
10;s:11:"size_before";i:75718;s:10:"size_after";i:55108;s:4:"time";d:0.609999999999
99998667732370449812151491641998291015625;}s:13:"single_course";O:8:"stdClass":5:
{s:7:"percent";d:30.629999999999999005240169935859739780426025390625;s:5:"bytes";i:
13656;s:11:"size_before";i:44583;s:10:"size_after";i:30927;s:4:"time";d:0.520000000
000000017763568394002504646778106689453125;}s:16:"course_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:31.660000000000000142108547152020037174224853515625;s:5:"bytes";i:
6471;s:11:"size_before";i:20440;s:10:"size_after";i:13969;s:4:"time";d:0.1600000000
000000033306690738754696212708950042724609375;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:30.25;s:5:"bytes";i:3420;s:11:"size_before";i:11305;s:10:"size_aft
er";i:7885;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;
}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:30.339999999999999857891452847979962825775146484375;s:5:"bytes";i:
6869;s:11:"size_before";i:22637;s:10:"size_after";i:15768;s:4:"time";d:0.0599999999
99999997779553950749686919152736663818359375;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:29.5;s:5:"bytes";i:16439;s:11:"size_before";i:55734;s:10:"size_aft
er";i:39295;s:4:"time";d:0.40000000000000002220446049250313080847263336181640625;}s
:20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:31.059999999999998721023075631819665431976318359375;s:5:"bytes";i:
3967;s:11:"size_before";i:12773;s:10:"size_after";i:8806;s:4:"time";d:0.07000000000
0000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53801, 4941, '_wp_attached_file',
'2016/04/learnpress-woo-payment-3.zip');
INSERT INTO `wpor_postmeta` VALUES (53802, 4941, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53803, 4941, '_wp_attached_file',
'2016/04/learnpress-woo-payment.zip');
INSERT INTO `wpor_postmeta` VALUES (53804, 4941, '_wp_attachment_context',
'upgrader');
INSERT INTO `wpor_postmeta` VALUES (53805, 5730, '_wp_attached_file', '2016/04/bg-
video.jpg');
INSERT INTO `wpor_postmeta` VALUES (53806, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"bg-video-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"bg-video-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"bg-video-
600x550.jpg";s:5:"width";i:600;s:6:"height";i:550;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53793, 4443, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53794, 4443, '_wp_attached_file',
'2016/03/book-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53795, 4443, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.2471400865409184299803513340521021746098995208740234375;s:5:"byt
es";i:590;s:11:"size_before";i:238731;s:10:"size_after";i:238141;s:4:"time";d:0.410
00000000000003108624468950438313186168670654296875;s:11:"api_version";s:3:"1.0";s:5
:"lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:6645;s:10:"size_after";i:66
45;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:"me
dium";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:14222;s:10:"size_after";i:1
4222;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:1
2:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:0.4699999999999999733546474089962430298328399658203125;s:5:"bytes"
;i:286;s:11:"size_before";i:60646;s:10:"size_after";i:60360;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:8719;s:10:"size_after";i:87
19;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12
:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:0.36999999999999999555910790149937383830547332763671875;s:5:"bytes
";i:70;s:11:"size_before";i:18811;s:10:"size_after";i:18741;s:4:"time";d:0.05999999
9999999997779553950749686919152736663818359375;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:0.429999999999999993338661852249060757458209991455078125;s:5:"byte
s";i:234;s:11:"size_before";i:54426;s:10:"size_after";i:54192;s:4:"time";d:0.059999
999999999997779553950749686919152736663818359375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:12263;s:10:"size_after";i:1
2263;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:62999;s:10:"size_after";i:6
2999;s:4:"time";d:0.1600000000000000033306690738754696212708950042724609375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53796, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-6-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"book-6-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53800, 4488, '_wp_attachment_context',
'upgrader');
INSERT INTO `wpor_postmeta` VALUES (53797, 4488, '_wp_attached_file', '2016/03/tp-
chameleon-5.zip');
INSERT INTO `wpor_postmeta` VALUES (53798, 4488, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53799, 4488, '_wp_attached_file', '2016/03/tp-
chameleon.zip');
INSERT INTO `wpor_postmeta` VALUES (53790, 4437, '_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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"presentaion-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"presentaion-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"presentaion-1-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:25:"presentaion-1-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53867, 5819, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:8:
{s:7:"percent";d:2.541427688440302201655640601529739797115325927734375;s:5:"bytes";
i:14720;s:11:"size_before";i:579202;s:10:"size_after";i:564482;s:4:"time";d:0.47000
0000000000028865798640254070051014423370361328125;s:11:"api_version";s:3:"1.0";s:5:
"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:10:
{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.069999999999999840127884453977458178997039794921875;s:5:"bytes";
i:218;s:11:"size_before";i:10512;s:10:"size_after";i:10294;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.75;s:5:"bytes";i:588;s:11:"size_before";i:21347;s:10:"size_after
";i:20759;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875
;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:2.390000000000000124344978758017532527446746826171875;s:5:"bytes";
i:2337;s:11:"size_before";i:97631;s:10:"size_after";i:95294;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:2.399999999999999911182158029987476766109466552734375;s:5:"bytes";
i:344;s:11:"size_before";i:14308;s:10:"size_after";i:13964;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdCla
ss":5:
{s:7:"percent";d:2.729999999999999982236431605997495353221893310546875;s:5:"bytes";
i:896;s:11:"size_before";i:32783;s:10:"size_after";i:31887;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:2.54000000000000003552713678800500929355621337890625;s:5:"bytes";i
:2262;s:11:"size_before";i:89023;s:10:"size_after";i:86761;s:4:"time";d:0.149999999
9999999944488848768742172978818416595458984375;}s:13:"single_course";O:8:"stdClass"
:5:
{s:7:"percent";d:2.810000000000000053290705182007513940334320068359375;s:5:"bytes";
i:3430;s:11:"size_before";i:122042;s:10:"size_after";i:118612;s:4:"time";d:0.119999
99999999999555910790149937383830547332763671875;}s:16:"course_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:2.87000000000000010658141036401502788066864013671875;s:5:"bytes";i
:1144;s:11:"size_before";i:39837;s:10:"size_after";i:38693;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.2599999999999997868371792719699442386627197265625;s:5:"bytes";i:
718;s:11:"size_before";i:21996;s:10:"size_after";i:21278;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:2.149999999999999911182158029987476766109466552734375;s:5:"bytes";
i:2783;s:11:"size_before";i:129723;s:10:"size_after";i:126940;s:4:"time";d:0.050000
00000000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53866, 5819, '_wp_attached_file',
'2015/05/blog-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53865, 5819, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53864, 5819, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:870;s:6:"height";i:445;s:4:"file";s:18:"2015/05/blog-
4.jpg";s:5:"sizes";a:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-4-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53863, 5819, '_wp_attached_file',
'2015/05/blog-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (37266, 7038, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:39:"revslider/home-
university3/slider-6.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-6-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (37265, 7038, '_wp_attached_file',
'revslider/home-university3/slider-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53791, 4443, '_wp_attached_file',
'2016/03/book-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53792, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-6-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53785, 4437, '_wp_attached_file',
'2016/03/presentaion-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53786, 4437, '_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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"presentaion-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"presentaion-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"presentaion-1-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53787, 4437, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53788, 4437, '_wp_attached_file',
'2016/03/presentaion-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53789, 4437, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.126676686612029687495351026882417500019073486328125;s:5:"bytes";
i:3973;s:11:"size_before";i:352630;s:10:"size_after";i:348657;s:4:"time";d:0.770000
000000000017763568394002504646778106689453125;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.100000000000000088817841970012523233890533447265625;s:5:"bytes";
i:111;s:11:"size_before";i:10100;s:10:"size_after";i:9989;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.399999999999999911182158029987476766109466552734375;s:5:"bytes";
i:526;s:11:"size_before";i:21955;s:10:"size_after";i:21429;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdCla
ss":5:
{s:7:"percent";d:1.6100000000000000976996261670137755572795867919921875;s:5:"bytes"
;i:1428;s:11:"size_before";i:88450;s:10:"size_after";i:87022;s:4:"time";d:0.1400000
0000000001332267629550187848508358001708984375;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:1.2800000000000000266453525910037569701671600341796875;s:5:"bytes"
;i:171;s:11:"size_before";i:13309;s:10:"size_after";i:13138;s:4:"time";d:0.01000000
000000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdCl
ass":5:
{s:7:"percent";d:1.79000000000000003552713678800500929355621337890625;s:5:"bytes";i
:505;s:11:"size_before";i:28206;s:10:"size_after";i:27701;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";i:1;s:5:"bytes";i:769;s:11:"size_before";i:76936;s:10:"size_after";i
:76167;s:4:"time";d:0.1700000000000000122124532708767219446599483489990234375;}s:20
:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:2.4199999999999999289457264239899814128875732421875;s:5:"bytes";i:
463;s:11:"size_before";i:19125;s:10:"size_after";i:18662;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:94549;s:10:"size_after";i:9
4549;s:4:"time";d:0.340000000000000024424906541753443889319896697998046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (46243, 12, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46229, 7121, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (45572, 7116, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45573, 7116, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (46242, 12, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46228, 7121, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (45576, 54, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45577, 54, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45578, 54, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (45579, 54, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (45580, 54, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45581, 54, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45582, 54, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45583, 54, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45584, 54, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (45585, 54, 'thim_gallery', '');
INSERT INTO `wpor_postmeta` VALUES (45586, 54, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (45587, 54, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45588, 54, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (45589, 54, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (45590, 54, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (45591, 54, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45592, 54, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (45593, 54, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (45594, 54, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (45595, 54, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (45596, 54, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (45597, 54, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (45598, 54, 'thim_mtb_layout', 'sidebar-left');
INSERT INTO `wpor_postmeta` VALUES (45599, 54, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (45600, 54, 'thim_number_related', '3');
INSERT INTO `wpor_postmeta` VALUES (45601, 54, 'thim_text_share_this', '');
INSERT INTO `wpor_postmeta` VALUES (45602, 54, 'thim_share_one_face', '1');
INSERT INTO `wpor_postmeta` VALUES (45603, 54, 'thim_share_one_twitter', '1');
INSERT INTO `wpor_postmeta` VALUES (45604, 54, 'thim_share_one_google_plus', '1');
INSERT INTO `wpor_postmeta` VALUES (45605, 54, 'thim_share_one_tumblr', '1');
INSERT INTO `wpor_postmeta` VALUES (45606, 54, '_thumbnail_id', '3056');
INSERT INTO `wpor_postmeta` VALUES (46241, 12, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46227, 7121, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (45609, 59, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45610, 59, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45611, 59, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (45612, 59, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (45613, 59, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45614, 59, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45615, 59, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45616, 59, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45617, 59, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (45618, 59, 'thim_gallery', '');
INSERT INTO `wpor_postmeta` VALUES (45619, 59, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (45620, 59, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45621, 59, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (45622, 59, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (45623, 59, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (45624, 59, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45625, 59, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (45626, 59, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (45627, 59, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (45628, 59, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (45629, 59, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (45630, 59, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (45631, 59, 'thim_mtb_layout', 'sidebar-left');
INSERT INTO `wpor_postmeta` VALUES (45632, 59, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (45633, 59, 'thim_number_related', '3');
INSERT INTO `wpor_postmeta` VALUES (45634, 59, 'thim_text_share_this', '');
INSERT INTO `wpor_postmeta` VALUES (45635, 59, 'thim_share_one_face', '1');
INSERT INTO `wpor_postmeta` VALUES (45636, 59, 'thim_share_one_twitter', '1');
INSERT INTO `wpor_postmeta` VALUES (45637, 59, 'thim_share_one_google_plus', '1');
INSERT INTO `wpor_postmeta` VALUES (45638, 59, 'thim_share_one_tumblr', '1');
INSERT INTO `wpor_postmeta` VALUES (45639, 59, '_dp_original', '54');
INSERT INTO `wpor_postmeta` VALUES (45640, 59, '_thumbnail_id', '1771');
INSERT INTO `wpor_postmeta` VALUES (45641, 59, '_wp_old_slug', 'administrator-
earns-scholarship');
INSERT INTO `wpor_postmeta` VALUES (46226, 7121, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (45644, 60, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45645, 60, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45646, 60, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (45647, 60, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (45648, 60, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45649, 60, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45650, 60, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45651, 60, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45652, 60, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (45653, 60, 'thim_gallery', '');
INSERT INTO `wpor_postmeta` VALUES (45654, 60, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (45655, 60, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45656, 60, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (45657, 60, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (45658, 60, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (45659, 60, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45660, 60, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (45661, 60, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (45662, 60, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (45663, 60, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (45664, 60, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (45665, 60, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (45666, 60, 'thim_mtb_layout', 'sidebar-left');
INSERT INTO `wpor_postmeta` VALUES (45667, 60, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (45668, 60, 'thim_number_related', '3');
INSERT INTO `wpor_postmeta` VALUES (45669, 60, 'thim_text_share_this', '');
INSERT INTO `wpor_postmeta` VALUES (45670, 60, 'thim_share_one_face', '1');
INSERT INTO `wpor_postmeta` VALUES (45671, 60, 'thim_share_one_twitter', '1');
INSERT INTO `wpor_postmeta` VALUES (45672, 60, 'thim_share_one_google_plus', '1');
INSERT INTO `wpor_postmeta` VALUES (45673, 60, 'thim_share_one_tumblr', '1');
INSERT INTO `wpor_postmeta` VALUES (45674, 60, '_dp_original', '54');
INSERT INTO `wpor_postmeta` VALUES (45675, 60, '_thumbnail_id', '1769');
INSERT INTO `wpor_postmeta` VALUES (45676, 60, '_wp_old_slug', 'lms-wordpess-
plugin');
INSERT INTO `wpor_postmeta` VALUES (46240, 12, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46225, 7121, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45679, 71, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45680, 71, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45683, 71, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45684, 71, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45685, 71, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45686, 71, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45687, 71, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (54203, 71, 'thim_group_chat', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (45690, 71, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45691, 71, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (45694, 71, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45695, 71, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (45700, 71, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (45701, 71, 'thim_mtb_layout', 'sidebar-left');
INSERT INTO `wpor_postmeta` VALUES (45702, 71, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (45703, 71, 'thim_number_related', '3');
INSERT INTO `wpor_postmeta` VALUES (45704, 71, 'thim_text_share_this', '');
INSERT INTO `wpor_postmeta` VALUES (45705, 71, 'thim_share_one_face', '1');
INSERT INTO `wpor_postmeta` VALUES (45706, 71, 'thim_share_one_twitter', '1');
INSERT INTO `wpor_postmeta` VALUES (45707, 71, 'thim_share_one_google_plus', '1');
INSERT INTO `wpor_postmeta` VALUES (45708, 71, 'thim_share_one_tumblr', '1');
INSERT INTO `wpor_postmeta` VALUES (45709, 71, '_dp_original', '58');
INSERT INTO `wpor_postmeta` VALUES (46239, 12, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46224, 7121, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (45713, 128, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45714, 128, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45715, 128, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (45716, 128, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (45717, 128, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45718, 128, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45719, 128, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45720, 128, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45721, 128, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (45722, 128, 'thim_gallery', '');
INSERT INTO `wpor_postmeta` VALUES (45723, 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&amp;auto_play=false&amp;hide_related=false&
amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"><
/iframe>');
INSERT INTO `wpor_postmeta` VALUES (45724, 128, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45725, 128, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (45726, 128, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (45727, 128, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (45728, 128, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45729, 128, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (45730, 128, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (45731, 128, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (45732, 128, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (45733, 128, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (45734, 128, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (45735, 128, 'thim_mtb_layout', 'sidebar-left');
INSERT INTO `wpor_postmeta` VALUES (45736, 128, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (45737, 128, 'thim_number_related', '4');
INSERT INTO `wpor_postmeta` VALUES (45738, 128, 'thim_text_share_this', '');
INSERT INTO `wpor_postmeta` VALUES (45739, 128, 'thim_share_one_face', '1');
INSERT INTO `wpor_postmeta` VALUES (45740, 128, 'thim_share_one_twitter', '1');
INSERT INTO `wpor_postmeta` VALUES (45741, 128, 'thim_share_one_google_plus', '1');
INSERT INTO `wpor_postmeta` VALUES (45742, 128, 'thim_share_one_tumblr', '1');
INSERT INTO `wpor_postmeta` VALUES (46238, 12, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46223, 7121, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (45745, 130, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45746, 130, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45747, 130, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (45748, 130, 'thim_video', '<iframe
src="https://player.vimeo.com/video/32655795" width="100%" height="490"
frameborder="0" webkitallowfullscreen mozallowfullscreen
allowfullscreen></iframe>');
INSERT INTO `wpor_postmeta` VALUES (45749, 130, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45750, 130, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45751, 130, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45752, 130, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45753, 130, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (45754, 130, 'thim_gallery', '');
INSERT INTO `wpor_postmeta` VALUES (45755, 130, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (45756, 130, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45757, 130, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (45758, 130, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (45759, 130, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (45760, 130, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45761, 130, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (45762, 130, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (45763, 130, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (45764, 130, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (45765, 130, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (45766, 130, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (45767, 130, 'thim_mtb_layout', 'sidebar-left');
INSERT INTO `wpor_postmeta` VALUES (45768, 130, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (45769, 130, 'thim_number_related', '4');
INSERT INTO `wpor_postmeta` VALUES (45770, 130, 'thim_text_share_this', '');
INSERT INTO `wpor_postmeta` VALUES (45771, 130, 'thim_share_one_face', '1');
INSERT INTO `wpor_postmeta` VALUES (45772, 130, 'thim_share_one_twitter', '1');
INSERT INTO `wpor_postmeta` VALUES (45773, 130, 'thim_share_one_google_plus', '1');
INSERT INTO `wpor_postmeta` VALUES (45774, 130, 'thim_share_one_tumblr', '1');
INSERT INTO `wpor_postmeta` VALUES (45777, 3696, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45778, 3696, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45781, 3696, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45782, 3696, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45783, 3696, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45784, 3696, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45785, 3696, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (54875, 3696, 'thim_group_chat', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (45788, 3696, 'thim_mtb_using_custom_heading',
'1');
INSERT INTO `wpor_postmeta` VALUES (45789, 3696,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (45792, 3696, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45793, 3696, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (54891, 7456, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1173;s:6:"height";i:588;s:4:"file";s:37:"2017/04/IMG-20170429-
WA0000-Kopya.jpg";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"IMG-
20170429-WA0000-Kopya-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-
type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"IMG-20170429-WA0000-
Kopya-300x150.jpg";s:5:"width";i:300;s:6:"height";i:150;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"IMG-20170429-
WA0000-Kopya-768x385.jpg";s:5:"width";i:768;s:6:"height";i:385;s:9:"mime-
type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"IMG-20170429-WA0000-
Kopya-1024x513.jpg";s:5:"width";i:1024;s:6:"height";i:513;s:9:"mime-
type";s:10:"image/jpeg";}s:13:"single_course";a:4:{s:4:"file";s:37:"IMG-20170429-
WA0000-Kopya-300x150.jpg";s:5:"width";i:300;s:6:"height";i:150;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:{s:4:"file";s:37:"IMG-
20170429-WA0000-Kopya-300x150.jpg";s:5:"width";i:300;s:6:"height";i:150;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"IMG-20170429-
WA0000-Kopya-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"IMG-20170429-
WA0000-Kopya-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"IMG-20170429-
WA0000-Kopya-600x588.jpg";s:5:"width";i:600;s:6:"height";i:588;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:37:"IMG-
20170429-WA0000-Kopya-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:10:"1493465454";s:9:"copyright";s:0:"";s:12:"focal_len
gth";s:1:"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:{}}}');
INSERT INTO `wpor_postmeta` VALUES (54890, 7456, '_wp_attached_file', '2017/04/IMG-
20170429-WA0000-Kopya.jpg');
INSERT INTO `wpor_postmeta` VALUES (45798, 3696, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (45799, 3696, 'thim_mtb_layout', 'sidebar-
right');
INSERT INTO `wpor_postmeta` VALUES (45800, 3696, 'thim_mtb_no_padding', '1');
INSERT INTO `wpor_postmeta` VALUES (45801, 3696, 'thim_number_related', '3');
INSERT INTO `wpor_postmeta` VALUES (45802, 3696, 'thim_text_share_this', '');
INSERT INTO `wpor_postmeta` VALUES (45803, 3696, 'thim_share_one_face', '1');
INSERT INTO `wpor_postmeta` VALUES (45804, 3696, 'thim_share_one_twitter', '1');
INSERT INTO `wpor_postmeta` VALUES (45805, 3696, 'thim_share_one_google_plus',
'1');
INSERT INTO `wpor_postmeta` VALUES (45806, 3696, 'thim_share_one_tumblr', '1');
INSERT INTO `wpor_postmeta` VALUES (45807, 3696, '_thumbnail_id', '7453');
INSERT INTO `wpor_postmeta` VALUES (45808, 3696, '_wp_old_slug', 'lms-wordpess-
plugin');
INSERT INTO `wpor_postmeta` VALUES (45809, 3696, '_dp_original', '60');
INSERT INTO `wpor_postmeta` VALUES (46237, 12, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (46222, 7121,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (45812, 3697, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45813, 3697, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45814, 3697, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (45815, 3697, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (45816, 3697, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45817, 3697, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45818, 3697, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45819, 3697, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45820, 3697, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (45821, 3697, 'thim_gallery', '');
INSERT INTO `wpor_postmeta` VALUES (45822, 3697, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (45823, 3697, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45824, 3697,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (45825, 3697, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (45826, 3697, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (45827, 3697, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45828, 3697, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (45829, 3697, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (45830, 3697, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (45831, 3697, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (45832, 3697, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (45833, 3697, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (45834, 3697, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (45835, 3697, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (45836, 3697, 'thim_number_related', '3');
INSERT INTO `wpor_postmeta` VALUES (45837, 3697, 'thim_text_share_this', '');
INSERT INTO `wpor_postmeta` VALUES (45838, 3697, 'thim_share_one_face', '1');
INSERT INTO `wpor_postmeta` VALUES (45839, 3697, 'thim_share_one_twitter', '1');
INSERT INTO `wpor_postmeta` VALUES (45840, 3697, 'thim_share_one_google_plus',
'1');
INSERT INTO `wpor_postmeta` VALUES (45841, 3697, 'thim_share_one_tumblr', '1');
INSERT INTO `wpor_postmeta` VALUES (45842, 3697, '_dp_original', '71');
INSERT INTO `wpor_postmeta` VALUES (45843, 3697, '_thumbnail_id', '3714');
INSERT INTO `wpor_postmeta` VALUES (45846, 3698, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45847, 3698, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45850, 3698, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45851, 3698, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45852, 3698, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45853, 3698, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45854, 3698, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (54185, 3698, 'thim_group_chat', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (45857, 3698, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45858, 3698,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (45861, 3698, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45862, 3698, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (54188, 7333, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1240;s:6:"height";i:570;s:4:"file";s:17:"2016/01/teema.jpg";s:5:"siz
es";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"teema-
150x150.jpg";s:5:"width";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:"teema-
300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"teema-
768x353.jpg";s:5:"width";i:768;s:6:"height";i:353;s:9:"mime-
type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"teema-
1024x471.jpg";s:5:"width";i:1024;s:6:"height";i:471;s:9:"mime-
type";s:10:"image/jpeg";}s:13:"single_course";a:4:{s:4:"file";s:17:"teema-
300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:{s:4:"file";s:17:"teema-
300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"teema-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"teema-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:17:"teema-
600x570.jpg";s:5:"width";i:600;s:6:"height";i:570;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (45867, 3698, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (45868, 3698, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (45869, 3698, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (45870, 3698, 'thim_number_related', '3');
INSERT INTO `wpor_postmeta` VALUES (45871, 3698, 'thim_text_share_this', '');
INSERT INTO `wpor_postmeta` VALUES (45872, 3698, 'thim_share_one_face', '1');
INSERT INTO `wpor_postmeta` VALUES (45873, 3698, 'thim_share_one_twitter', '1');
INSERT INTO `wpor_postmeta` VALUES (45874, 3698, 'thim_share_one_google_plus',
'1');
INSERT INTO `wpor_postmeta` VALUES (45875, 3698, 'thim_share_one_tumblr', '1');
INSERT INTO `wpor_postmeta` VALUES (45876, 3698, '_thumbnail_id', '7330');
INSERT INTO `wpor_postmeta` VALUES (45877, 3698, '_wp_old_slug', 'administrator-
earns-scholarship');
INSERT INTO `wpor_postmeta` VALUES (45878, 3698, '_dp_original', '59');
INSERT INTO `wpor_postmeta` VALUES (46236, 12, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46221, 7121, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45881, 3699, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45882, 3699, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45885, 3699, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45886, 3699, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45887, 3699, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45888, 3699, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45889, 3699, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (54193, 3699, 'thim_group_chat', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (45892, 3699, 'thim_mtb_using_custom_heading',
'1');
INSERT INTO `wpor_postmeta` VALUES (45893, 3699,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (45896, 3699, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45897, 3699, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (54206, 71, '_thumbnail_id', '7339');
INSERT INTO `wpor_postmeta` VALUES (54210, 7341, '_wp_trash_meta_time',
'1495744409');
INSERT INTO `wpor_postmeta` VALUES (54209, 7341, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (45902, 3699, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (45903, 3699, 'thim_mtb_layout', 'sidebar-
right');
INSERT INTO `wpor_postmeta` VALUES (45904, 3699, 'thim_mtb_no_padding', '1');
INSERT INTO `wpor_postmeta` VALUES (45905, 3699, 'thim_number_related', '3');
INSERT INTO `wpor_postmeta` VALUES (45906, 3699, 'thim_text_share_this', '');
INSERT INTO `wpor_postmeta` VALUES (45907, 3699, 'thim_share_one_face', '1');
INSERT INTO `wpor_postmeta` VALUES (45908, 3699, 'thim_share_one_twitter', '1');
INSERT INTO `wpor_postmeta` VALUES (45909, 3699, 'thim_share_one_google_plus',
'1');
INSERT INTO `wpor_postmeta` VALUES (45910, 3699, 'thim_share_one_tumblr', '1');
INSERT INTO `wpor_postmeta` VALUES (45911, 3699, '_thumbnail_id', '7333');
INSERT INTO `wpor_postmeta` VALUES (45912, 3699, '_dp_original', '54');
INSERT INTO `wpor_postmeta` VALUES (46235, 12, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46220, 7121, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45915, 4510, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45916, 4510, '_thumbnail_id', '4423');
INSERT INTO `wpor_postmeta` VALUES (45917, 4510, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (45918, 4510, '_yoast_wpseo_primary_category',
'8');
INSERT INTO `wpor_postmeta` VALUES (45919, 4510, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (45920, 4510, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (45921, 4510, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45922, 4510, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45923, 4510, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45924, 4510, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45925, 4510, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (45926, 4510, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (45927, 4510, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45928, 4510,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (45929, 4510, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (45930, 4510, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (45931, 4510, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45932, 4510, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (45933, 4510, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (45934, 4510, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (45935, 4510, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (45936, 4510, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (45937, 4510, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (45938, 4510, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (45939, 4510, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (45940, 4510, 'thim_number_related', '4');
INSERT INTO `wpor_postmeta` VALUES (45941, 4510, 'thim_gallery', '3237');
INSERT INTO `wpor_postmeta` VALUES (45942, 4510, 'thim_gallery', '3284');
INSERT INTO `wpor_postmeta` VALUES (45943, 4510, 'thim_gallery', '3313');
INSERT INTO `wpor_postmeta` VALUES (45944, 4510, 'thim_gallery', '3317');
INSERT INTO `wpor_postmeta` VALUES (45945, 4510, 'thim_gallery', '3088');
INSERT INTO `wpor_postmeta` VALUES (46234, 7121, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46219, 7121, '_lpr_is_profile_page', '1');
INSERT INTO `wpor_postmeta` VALUES (45948, 4512, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45949, 4512, '_thumbnail_id', '4422');
INSERT INTO `wpor_postmeta` VALUES (45950, 4512, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45951, 4512, '_yoast_wpseo_primary_category',
'9');
INSERT INTO `wpor_postmeta` VALUES (45952, 4512, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (45953, 4512, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (45954, 4512, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45955, 4512, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45956, 4512, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45957, 4512, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45958, 4512, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (45959, 4512, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (45960, 4512, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45961, 4512,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (45962, 4512, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (45963, 4512, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (45964, 4512, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45965, 4512, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (45966, 4512, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (45967, 4512, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (45968, 4512, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (45969, 4512, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (45970, 4512, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (45971, 4512, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (45972, 4512, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (45973, 4512, 'thim_number_related', '4');
INSERT INTO `wpor_postmeta` VALUES (45974, 4512, '_dp_original', '4510');
INSERT INTO `wpor_postmeta` VALUES (45975, 4512, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (45976, 4512, 'thim_gallery', '3714');
INSERT INTO `wpor_postmeta` VALUES (45977, 4512, 'thim_gallery', '5818');
INSERT INTO `wpor_postmeta` VALUES (45978, 4512, 'thim_gallery', '5819');
INSERT INTO `wpor_postmeta` VALUES (46233, 7121, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46218, 7121, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45981, 4513, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (45982, 4513, '_thumbnail_id', '4435');
INSERT INTO `wpor_postmeta` VALUES (45983, 4513, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (45984, 4513, '_yoast_wpseo_primary_category',
'9');
INSERT INTO `wpor_postmeta` VALUES (45985, 4513, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (45986, 4513, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (45987, 4513, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (45988, 4513, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (45989, 4513, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (45990, 4513, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (45991, 4513, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (45992, 4513, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (45993, 4513, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (45994, 4513,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (45995, 4513, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (45996, 4513, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (45997, 4513, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (45998, 4513, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (45999, 4513, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46000, 4513, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46001, 4513, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46002, 4513, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46003, 4513, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46004, 4513, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (46005, 4513, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46006, 4513, 'thim_number_related', '4');
INSERT INTO `wpor_postmeta` VALUES (46007, 4513, '_dp_original', '4510');
INSERT INTO `wpor_postmeta` VALUES (46008, 4513, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (46009, 4513, 'thim_gallery', '');
INSERT INTO `wpor_postmeta` VALUES (46010, 4513, 'thim_gallery', '3704');
INSERT INTO `wpor_postmeta` VALUES (46011, 4513, 'thim_gallery', '1771');
INSERT INTO `wpor_postmeta` VALUES (46012, 4513, 'thim_gallery', '3056');
INSERT INTO `wpor_postmeta` VALUES (46217, 7120, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46015, 4514, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46016, 4514, '_thumbnail_id', '4419');
INSERT INTO `wpor_postmeta` VALUES (46017, 4514, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (46018, 4514, '_yoast_wpseo_primary_category',
'11');
INSERT INTO `wpor_postmeta` VALUES (46019, 4514, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (46020, 4514, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (46021, 4514, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (46022, 4514, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (46023, 4514, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (46024, 4514, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (46025, 4514, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (46026, 4514, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (46027, 4514, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46028, 4514,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46029, 4514, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46030, 4514, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46031, 4514, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46032, 4514, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46033, 4514, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46034, 4514, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46035, 4514, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46036, 4514, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46037, 4514, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46038, 4514, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (46039, 4514, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46040, 4514, 'thim_number_related', '4');
INSERT INTO `wpor_postmeta` VALUES (46041, 4514, '_dp_original', '4510');
INSERT INTO `wpor_postmeta` VALUES (46042, 4514, 'thim_gallery', '4443');
INSERT INTO `wpor_postmeta` VALUES (46043, 4514, 'thim_gallery', '4418');
INSERT INTO `wpor_postmeta` VALUES (46044, 4514, 'thim_gallery', '4411');
INSERT INTO `wpor_postmeta` VALUES (46045, 4514, 'thim_gallery', '4414');
INSERT INTO `wpor_postmeta` VALUES (46046, 4514, 'thim_gallery', '4419');
INSERT INTO `wpor_postmeta` VALUES (46232, 7121, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46216, 7119, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46049, 4515, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46050, 4515, '_thumbnail_id', '3060');
INSERT INTO `wpor_postmeta` VALUES (46051, 4515, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46052, 4515, '_yoast_wpseo_primary_category',
'11');
INSERT INTO `wpor_postmeta` VALUES (46053, 4515, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (46054, 4515, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (46055, 4515, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (46056, 4515, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (46057, 4515, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (46058, 4515, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (46059, 4515, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (46060, 4515, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (46061, 4515, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46062, 4515,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46063, 4515, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46064, 4515, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46065, 4515, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46066, 4515, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46067, 4515, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46068, 4515, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46069, 4515, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46070, 4515, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46071, 4515, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46072, 4515, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (46073, 4515, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46074, 4515, 'thim_number_related', '4');
INSERT INTO `wpor_postmeta` VALUES (46075, 4515, '_dp_original', '4510');
INSERT INTO `wpor_postmeta` VALUES (46076, 4515, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (46077, 4515, 'thim_gallery', '');
INSERT INTO `wpor_postmeta` VALUES (46078, 4515, 'thim_gallery', '3711');
INSERT INTO `wpor_postmeta` VALUES (46079, 4515, 'thim_gallery', '1770');
INSERT INTO `wpor_postmeta` VALUES (46080, 4515, 'thim_gallery', '1771');
INSERT INTO `wpor_postmeta` VALUES (46215, 7118, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46083, 4516, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46084, 4516, '_thumbnail_id', '4414');
INSERT INTO `wpor_postmeta` VALUES (46085, 4516, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (46086, 4516, '_yoast_wpseo_primary_category',
'11');
INSERT INTO `wpor_postmeta` VALUES (46087, 4516, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (46088, 4516, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (46089, 4516, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (46090, 4516, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (46091, 4516, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (46092, 4516, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (46093, 4516, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (46094, 4516, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (46095, 4516, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46096, 4516,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46097, 4516, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46098, 4516, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46099, 4516, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46100, 4516, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46101, 4516, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46102, 4516, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46103, 4516, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46104, 4516, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46105, 4516, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46106, 4516, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (46107, 4516, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46108, 4516, 'thim_number_related', '4');
INSERT INTO `wpor_postmeta` VALUES (46109, 4516, '_dp_original', '4510');
INSERT INTO `wpor_postmeta` VALUES (46110, 4516, 'thim_gallery', '4418');
INSERT INTO `wpor_postmeta` VALUES (46111, 4516, 'thim_gallery', '4443');
INSERT INTO `wpor_postmeta` VALUES (46112, 4516, 'thim_gallery', '4411');
INSERT INTO `wpor_postmeta` VALUES (46113, 4516, 'thim_gallery', '4414');
INSERT INTO `wpor_postmeta` VALUES (46114, 4516, 'thim_gallery', '4419');
INSERT INTO `wpor_postmeta` VALUES (46231, 7121, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46214, 7117, '_wp_page_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46117, 4517, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46118, 4517, '_thumbnail_id', '4427');
INSERT INTO `wpor_postmeta` VALUES (46119, 4517, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (46120, 4517, '_yoast_wpseo_primary_category',
'8');
INSERT INTO `wpor_postmeta` VALUES (46121, 4517, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (46122, 4517, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (46123, 4517, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (46124, 4517, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (46125, 4517, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (46126, 4517, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (46127, 4517, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (46128, 4517, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (46129, 4517, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46130, 4517,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46131, 4517, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46132, 4517, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46133, 4517, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46134, 4517, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46135, 4517, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46136, 4517, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46137, 4517, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46138, 4517, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46139, 4517, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46140, 4517, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (46141, 4517, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46142, 4517, 'thim_number_related', '4');
INSERT INTO `wpor_postmeta` VALUES (46143, 4517, '_dp_original', '4510');
INSERT INTO `wpor_postmeta` VALUES (46144, 4517, 'thim_gallery', '3237');
INSERT INTO `wpor_postmeta` VALUES (46145, 4517, 'thim_gallery', '3284');
INSERT INTO `wpor_postmeta` VALUES (46146, 4517, 'thim_gallery', '3313');
INSERT INTO `wpor_postmeta` VALUES (46147, 4517, 'thim_gallery', '3317');
INSERT INTO `wpor_postmeta` VALUES (46148, 4517, 'thim_gallery', '3088');
INSERT INTO `wpor_postmeta` VALUES (46230, 7121, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46213, 7117, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46151, 4518, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46152, 4518, '_thumbnail_id', '4437');
INSERT INTO `wpor_postmeta` VALUES (46153, 4518, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46154, 4518, '_yoast_wpseo_primary_category',
'8');
INSERT INTO `wpor_postmeta` VALUES (46155, 4518, 'thim_image', '');
INSERT INTO `wpor_postmeta` VALUES (46156, 4518, 'thim_video', '');
INSERT INTO `wpor_postmeta` VALUES (46157, 4518, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (46158, 4518, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (46159, 4518, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (46160, 4518, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (46161, 4518, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (46162, 4518, 'thim_audio', '');
INSERT INTO `wpor_postmeta` VALUES (46163, 4518, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46164, 4518,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46165, 4518, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46166, 4518, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46167, 4518, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46168, 4518, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46169, 4518, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46170, 4518, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46171, 4518, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46172, 4518, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46173, 4518, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46174, 4518, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (46175, 4518, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46176, 4518, 'thim_number_related', '4');
INSERT INTO `wpor_postmeta` VALUES (46177, 4518, '_dp_original', '4510');
INSERT INTO `wpor_postmeta` VALUES (46178, 4518, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (46179, 4518, 'thim_gallery', '3711');
INSERT INTO `wpor_postmeta` VALUES (46180, 4518, 'thim_gallery', '3712');
INSERT INTO `wpor_postmeta` VALUES (46181, 4518, 'thim_gallery', '3706');
INSERT INTO `wpor_postmeta` VALUES (46182, 4518, 'thim_gallery', '3704');
INSERT INTO `wpor_postmeta` VALUES (46183, 4707, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46184, 4707, '_thumbnail_id', '7438');
INSERT INTO `wpor_postmeta` VALUES (46185, 4707, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46186, 4707, '_yoast_wpseo_focuskw_text_input',
'123');
INSERT INTO `wpor_postmeta` VALUES (46187, 4707, '_yoast_wpseo_focuskw', '123');
INSERT INTO `wpor_postmeta` VALUES (46188, 4707, '_yoast_wpseo_primary_category',
'9');
INSERT INTO `wpor_postmeta` VALUES (46191, 4707, 'thim_quote', '');
INSERT INTO `wpor_postmeta` VALUES (46192, 4707, 'thim_author', '');
INSERT INTO `wpor_postmeta` VALUES (46193, 4707, 'thim_author_url', '');
INSERT INTO `wpor_postmeta` VALUES (46194, 4707, 'thim_url', '');
INSERT INTO `wpor_postmeta` VALUES (46195, 4707, 'thim_text', '');
INSERT INTO `wpor_postmeta` VALUES (54778, 4707, 'thim_group_chat', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (46198, 4707, 'thim_mtb_using_custom_heading',
'1');
INSERT INTO `wpor_postmeta` VALUES (46199, 4707,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46202, 4707, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46203, 4707, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46208, 4707, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46209, 4707, 'thim_mtb_layout', 'sidebar-
right');
INSERT INTO `wpor_postmeta` VALUES (46210, 4707, 'thim_mtb_no_padding', '1');
INSERT INTO `wpor_postmeta` VALUES (46211, 4707, 'thim_number_related', '3');
INSERT INTO `wpor_postmeta` VALUES (46212, 4707, '_enable_sidebar', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46244, 12, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46245, 12, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46246, 12, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46247, 12, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (46248, 12, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46249, 12, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46250, 12, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46251, 12, 'panels_data', 'a:3:
{s:7:"widgets";a:16:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="home-page"]";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:16:
{s:11:"title_group";a:6:{s:5:"title";s:21:"Best Industry
Leaders";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";s:7:"defaul
t";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";d:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";d:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:1:"#";s:9:"read_more";s:4:"more";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"View
More";s:20:"read_more_text_color";s:7:"#ffb606";s:21:"border_read_more_text";b:0;s:
17:"bg_read_more_text";b:0;s:26:"read_more_text_color_hover";s:7:"#ffb606";s:23:"bg
_read_more_text_hover";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group
";a:2:{s:4:"icon";s:0:"";s:9:"icon_size";d:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:6:"trophy";s:9:"icon_size";d:65;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:50;}s:14:"width_icon_box";d:135;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:7:"overlay";}s:17:"widget_background";s:4:"none";s:10:"self
_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:5:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1
;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:16:{s:11:"title_group";a:6:{s:5:"title";s:19:"Learn Couses
Online";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";s:7:"default
";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";d:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";d:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:1:"#";s:9:"read_more";s:4:"more";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"View
More";s:20:"read_more_text_color";s:7:"#ffb606";s:21:"border_read_more_text";b:0;s:
17:"bg_read_more_text";b:0;s:26:"read_more_text_color_hover";s:7:"#ffb606";s:23:"bg
_read_more_text_hover";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group
";a:2:{s:4:"icon";s:0:"";s:9:"icon_size";d:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:12:"mortar-board";s:9:"icon_size";d:65;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:1748;}s:14:"width_icon_box";d:135;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:7:"overlay";}s:17:"widget_background";s:4:"none";s:10:"self
_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:5:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:1;s:4:"cell";i:1;s:2:"id";i:2
;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:3
;a:16:{s:11:"title_group";a:6:{s:5:"title";s:24:"Book Library &amp;
Store";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";s:7:"default"
;s:14:"custom_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";d:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";d:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:1:"#";s:9:"read_more";s:4:"more";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"View
More";s:20:"read_more_text_color";s:7:"#ffb606";s:21:"border_read_more_text";b:0;s:
17:"bg_read_more_text";b:0;s:26:"read_more_text_color_hover";s:7:"#ffb606";s:23:"bg
_read_more_text_hover";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group
";a:2:{s:4:"icon";s:0:"";s:9:"icon_size";d:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:4:"book";s:9:"icon_size";d:65;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:1749;}s:14:"width_icon_box";d:135;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:7:"overlay";}s:17:"widget_background";s:4:"none";s:10:"self
_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:5:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:1;s:4:"cell";i:2;s:2:"id";i:3
;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:4
;a:12:{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:4;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:10:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"cat_id";s:3:"all";s:6:"layout";s
:6:"slider";s:5:"limit";i:6;s:16:"view_all_courses";s:0:"";s:14:"slider-
options";a:3:
{s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"2";}s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:5;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:4:
{s:5:"title";s:0:"";s:4:"text";s:148:"<div class="thim-get-100s">\n<p class="get-
100s">Get 100s of online <span class="thim-color">Courses For
Free</span></p>\n<h2>Register
Now</h2>\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0;s:2:
"id";i:6;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:11:
{s:9:"text_days";s:4:"days";s:10:"text_hours";s:5:"hours";s:12:"text_minutes";s:7:"
minutes";s:12:"text_seconds";s:7:"seconds";s:9:"time_year";s:4:"2016";s:10:"time_mo
nth";s:1:"5";s:8:"time_day";s:2:"14";s:9:"time_hour";s:1:"1";s:11:"style_color";s:5
:"white";s:10:"text_align";s:9:"text-left";s:11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Countdown_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cel
l";i:0;s:2:"id";i:7;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:8;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:1;s:2:
"id";i:8;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:45:"Upcoming Education Events to feed your
brain.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom
_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";i:0
;s:2:"id";i:9;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:58:"http://thim.staging.wp
engine.com/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:6:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";
i:0;s:2:"id";i:10;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:11;a:12:{s:5:"title";s:11:"Latest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:34:"Ed
ucation news all over the
world.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"default";s:
19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:11;s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cel
l";i:0;s:2:"id";i:12;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:13;a:12:{s:5:"title";s:15:"What
People Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:53:"How
real people said about Education WordPress
Theme.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom
_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:13;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell
";i:0;s:2:"id";i:14;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0;s:2:
"id";i:15;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:8:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:{s:7:"row_css";s:13:"height:
100vh";s:11:"row_stretch";s:14:"full-
stretched";s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:3:{s:5:"class";s:18:"thim-best-
industry";s:6:"gutter";s:3:"4px";s:18:"background_display";s:4:"tile";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:5:"100px";s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:2;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:18:"min-height:
615px;";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:52;s:18:
"background_display";s:5:"cover";}}i:4;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:79;s:18
:"background_display";s:5:"cover";}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"65px";s:18:"background_display";s:4:"tile";}}i:7;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:11:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.33333333333333331482961625624739099293947219848632
8125;}i:2;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.33333333333333331482961625624739099293947219848632
8125;}i:3;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.33333333333333331482961625624739099293947219848632
8125;}i:4;a:2:{s:4:"grid";i:2;s:6:"weight";i:1;}i:5;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.5;}i:6;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.5;}i:7;a:2:
{s:4:"grid";i:4;s:6:"weight";i:1;}i:8;a:2:
{s:4:"grid";i:5;s:6:"weight";i:1;}i:9;a:2:
{s:4:"grid";i:6;s:6:"weight";i:1;}i:10;a:2:{s:4:"grid";i:7;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46252, 12, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:16:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="home-page"]";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:16:
{s:11:"title_group";a:6:{s:5:"title";s:21:"Best Industry
Leaders";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";s:7:"defaul
t";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";d:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";d:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:1:"#";s:9:"read_more";s:4:"more";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"View
More";s:20:"read_more_text_color";s:7:"#ffb606";s:21:"border_read_more_text";b:0;s:
17:"bg_read_more_text";b:0;s:26:"read_more_text_color_hover";s:7:"#ffb606";s:23:"bg
_read_more_text_hover";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group
";a:2:{s:4:"icon";s:0:"";s:9:"icon_size";d:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:6:"trophy";s:9:"icon_size";d:65;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:50;}s:14:"width_icon_box";d:135;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:7:"overlay";}s:17:"widget_background";s:4:"none";s:10:"self
_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:5:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1
;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:16:{s:11:"title_group";a:6:{s:5:"title";s:19:"Learn Couses
Online";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";s:7:"default
";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";d:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";d:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:1:"#";s:9:"read_more";s:4:"more";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"View
More";s:20:"read_more_text_color";s:7:"#ffb606";s:21:"border_read_more_text";b:0;s:
17:"bg_read_more_text";b:0;s:26:"read_more_text_color_hover";s:7:"#ffb606";s:23:"bg
_read_more_text_hover";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group
";a:2:{s:4:"icon";s:0:"";s:9:"icon_size";d:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:12:"mortar-board";s:9:"icon_size";d:65;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:1748;}s:14:"width_icon_box";d:135;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:7:"overlay";}s:17:"widget_background";s:4:"none";s:10:"self
_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:5:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:1;s:4:"cell";i:1;s:2:"id";i:2
;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:3
;a:16:{s:11:"title_group";a:6:{s:5:"title";s:24:"Book Library &amp;
Store";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";s:7:"default"
;s:14:"custom_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";d:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";d:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:1:"#";s:9:"read_more";s:4:"more";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"View
More";s:20:"read_more_text_color";s:7:"#ffb606";s:21:"border_read_more_text";b:0;s:
17:"bg_read_more_text";b:0;s:26:"read_more_text_color_hover";s:7:"#ffb606";s:23:"bg
_read_more_text_hover";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group
";a:2:{s:4:"icon";s:0:"";s:9:"icon_size";d:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:4:"book";s:9:"icon_size";d:65;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:1749;}s:14:"width_icon_box";d:135;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:7:"overlay";}s:17:"widget_background";s:4:"none";s:10:"self
_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:5:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:1;s:4:"cell";i:2;s:2:"id";i:3
;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:4
;a:12:{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:4;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:10:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"cat_id";s:3:"all";s:6:"layout";s
:6:"slider";s:5:"limit";i:6;s:16:"view_all_courses";s:0:"";s:14:"slider-
options";a:3:
{s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"2";}s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:5;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:4:
{s:5:"title";s:0:"";s:4:"text";s:148:"<div class="thim-get-100s">\n<p class="get-
100s">Get 100s of online <span class="thim-color">Courses For
Free</span></p>\n<h2>Register
Now</h2>\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0;s:2:
"id";i:6;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:11:
{s:9:"text_days";s:4:"days";s:10:"text_hours";s:5:"hours";s:12:"text_minutes";s:7:"
minutes";s:12:"text_seconds";s:7:"seconds";s:9:"time_year";s:4:"2016";s:10:"time_mo
nth";s:1:"5";s:8:"time_day";s:2:"14";s:9:"time_hour";s:1:"1";s:11:"style_color";s:5
:"white";s:10:"text_align";s:9:"text-left";s:11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Countdown_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cel
l";i:0;s:2:"id";i:7;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:8;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:1;s:2:
"id";i:8;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:45:"Upcoming Education Events to feed your
brain.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom
_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";i:0
;s:2:"id";i:9;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:58:"http://thim.staging.wp
engine.com/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:6:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";
i:0;s:2:"id";i:10;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:11;a:12:{s:5:"title";s:11:"Latest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:34:"Ed
ucation news all over the
world.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"default";s:
19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:11;s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cel
l";i:0;s:2:"id";i:12;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:13;a:12:{s:5:"title";s:15:"What
People Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:53:"How
real people said about Education WordPress
Theme.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom
_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:13;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell
";i:0;s:2:"id";i:14;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0;s:2:
"id";i:15;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:8:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:{s:7:"row_css";s:13:"height:
100vh";s:11:"row_stretch";s:14:"full-
stretched";s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:3:{s:5:"class";s:18:"thim-best-
industry";s:6:"gutter";s:3:"4px";s:18:"background_display";s:4:"tile";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:5:"100px";s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:2;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:18:"min-height:
615px;";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:52;s:18:
"background_display";s:5:"cover";}}i:4;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:79;s:18
:"background_display";s:5:"cover";}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"65px";s:18:"background_display";s:4:"tile";}}i:7;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:11:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.33333333333333331482961625624739099293947219848632
8125;}i:2;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.33333333333333331482961625624739099293947219848632
8125;}i:3;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.33333333333333331482961625624739099293947219848632
8125;}i:4;a:2:{s:4:"grid";i:2;s:6:"weight";i:1;}i:5;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.5;}i:6;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.5;}i:7;a:2:
{s:4:"grid";i:4;s:6:"weight";i:1;}i:8;a:2:
{s:4:"grid";i:5;s:6:"weight";i:1;}i:9;a:2:
{s:4:"grid";i:6;s:6:"weight";i:1;}i:10;a:2:{s:4:"grid";i:7;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46253, 12, '_wp_page_template', 'page-
templates/homepage.php');
INSERT INTO `wpor_postmeta` VALUES (46254, 12, '_yoast_wpseo_focuskw_text_input',
'education wordpress theme');
INSERT INTO `wpor_postmeta` VALUES (46255, 12, '_yoast_wpseo_focuskw', 'education
wordpress theme');
INSERT INTO `wpor_postmeta` VALUES (46256, 12, '_yoast_wpseo_title', '#1 Education
WordPress Theme for 2016');
INSERT INTO `wpor_postmeta` VALUES (46257, 12, '_yoast_wpseo_metadesc', 'Best
education WordPress Theme for educational, training center, education center,
university, college, kindergarten, courses hub and academy.');
INSERT INTO `wpor_postmeta` VALUES (46258, 12, '_yoast_wpseo_linkdex', '74');
INSERT INTO `wpor_postmeta` VALUES (46259, 87, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46260, 87, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46261, 87, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46262, 87, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (46265, 87, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46266, 87, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (54403, 7381, 'panels_data', 'a:3:
{s:7:"widgets";a:7:{i:0;a:12:{s:5:"title";s:12:"Contact
Info";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:55:"Welcome to
our Website. We are glad to have you
around.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custo
m_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"3a8711b2-0616-41c8-8fe1-
97deea75e173";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:4:{s:11:"panels_data";a:3:
{s:7:"widgets";a:2:{i:0;a:15:{s:11:"title_group";a:5:
{s:5:"title";s:5:"Phone";s:11:"color_title";s:0:"";s:4:"size";s:2:"h3";s:12:"font_h
eading";s:7:"default";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";s:2:"14";s:18:"custom_font_weight";s:6:"normal";s:12:"cust
om_mg_bt";s:0:"";}}s:10:"desc_group";a:4:{s:7:"content";s:18:"+7 (800) 123 45
69";s:20:"custom_font_size_des";s:0:"";s:18:"custom_font_weight";s:0:"";s:17:"color
_description";s:0:"";}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";s:0:"";s:21:"border_read_more_text";s:0:"";s:17:"
bg_read_more_text";s:0:"";s:26:"read_more_text_color_hover";s:0:"";s:23:"bg_read_mo
re_text_hover";s:0:"";}}s:9:"icon_type";s:12:"font-
awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";s:2:"14";}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:5:"phone";s:9:"icon_size";s:2:"24";}s:16:"font_image_group";a:1:
{s:8:"icon_img";s:0:"";}s:14:"width_icon_box";s:2:"30";s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";s:0:"";s:13:"icon_bg_colo
r";s:0:"";s:16:"icon_hover_color";s:0:"";s:23:"icon_border_color_hover";s:0:"";s:19
:"icon_bg_color_hover";s:0:"";}s:12:"layout_group";a:4:
{s:14:"box_icon_style";s:0:"";s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";s:0:"";s:11:"self_poster";s:0:"";s:13:"css_animation";s:0:"";s:11:"pa
nels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:
0;s:2:"id";i:0;s:9:"widget_id";s:36:"432dd775-9db9-4a9e-aa8d-
fb3e04cb3774";s:5:"style";a:8:
{s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:7:"padding";s:0:"";s:10:"background"
;s:0:"";s:27:"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"t
ile";s:12:"border_color";s:0:"";s:10:"font_color";s:0:"";}}}i:1;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:5:"Email";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_head
ing";s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:52:"<a
href="mailto:hello@eduma.com">hello@eduma.com</a>";s:20:"custom_font_size_des";i:0;
s:18:"custom_font_weight";b:0;s:17:"color_description";b:0;}s:15:"read_more_group";
a:5:
{s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:9:"read_more";s:12:"complete_box";s:1
2:"link_to_icon";s:2:"no";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:8:"envelope";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:0;s:4:"cell";i:1;s:2:"id";i:1
;s:9:"widget_id";s:36:"eac87876-3f0c-4d88-bbf1-85b89344e0f5";s:5:"style";a:9:
{s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:7:"padding";s:0:"";s:10:"background"
;s:0:"";s:27:"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"t
ile";s:12:"border_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}
}}}s:5:"grids";a:1:{i:0;a:2:{s:5:"cells";i:2;s:5:"style";a:0:
{}}}s:10:"grid_cells";a:2:{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";d:0.5;}i:1;a:2:
{s:4:"grid";i:0;s:6:"weight";d:0.5;}}}s:10:"builder_id";s:13:"58292ddd27411";s:12:"
widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:32:"SiteOrigin_Panels_Widgets_Layout";s:3:"raw";b:0;s:4:"grid";i:0;s
:4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"74956034-6723-4a53-9e33-
f9c60af62270";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:2;a:15:{s:11:"title_group";a:6:
{s:5:"title";s:7:"Address";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_he
ading";s:7:"default";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:56:"PO Box 97845 Baker st. 567, Los Angeles, California,
US.";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"color_desc
ription";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:10:"map-marker";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:11:"panels_info
";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"b2a6763d-f9ee-4f4f-9c69-
60dcb5d88bdf";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:3;a:11:
{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:1:"#";s:13:"link_linkedin";s:0:"";s:14:"link_p
interest";s:1:"#";s:9:"link_digg";s:0:"";s:12:"link_youtube";s:0:"";s:11:"link_targ
et";s:5:"_self";s:11:"panels_info";a:7:
{s:5:"class";s:18:"Thim_Social_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;
s:2:"id";i:3;s:9:"widget_id";s:36:"48c8b18e-b997-4a04-a586-
0901a55c4026";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:4;a:12:{s:5:"title";s:14:"Send A
Message";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:69:"Your
email address will not be published. Required fields are
marked.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custo
m_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2
;s:2:"id";i:4;s:9:"widget_id";s:36:"a4225449-3f55-4fc1-aa86-
2c54b177ac11";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:46:"[contact-form-7 id="4" title="Contact form
1"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"663d2bc9-bfcf-433e-ad5d-
b21b78d47b09";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:9:
{s:5:"title";s:0:"";s:10:"display_by";s:7:"address";s:8:"location";a:2:
{s:3:"lat";s:9:"41.868626";s:3:"lng";s:10:"-74.104301";}s:10:"map_center";s:52:"58
Sharrocks Road, Mount Egerton VIC 3352,
Australia";s:7:"api_key";s:39:"AIzaSyAbVPBvXKBj8BIyxyc7jOQv1xzJqL9hysc";s:8:"settin
gs";a:4:
{s:6:"height";s:3:"450";s:4:"zoom";i:12;s:9:"draggable";b:1;s:11:"scroll_zoom";b:0;
}s:7:"markers";a:3:
{s:16:"marker_at_center";b:1;s:11:"marker_icon";i:3683;s:16:"marker_positions";b:0;
}s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_Google_Map_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:0;s:2:"id";i:6;s:9:"widget_id";s:36:"1cf0da6a-3f2e-4acb-9bf5-
addd9012f852";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:3;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";}}i:1;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:11:"row_stretch";s:14:"full-
stretched";}}}s:10:"grid_cells";a:4:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";d:0.4800000000001399813598368382372427
7317523956298828125;s:5:"style";a:0:{}}i:1;a:4:{s:4:"grid";i:0;s:
5:"index";i:1;s:6:"weight";d:0.0402241299007120023389916241285391151905059814453125
;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:0;s:5:"index";i:2;s:6:"weight";d:0.4797758700991400226953942365071270
6148624420166015625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (46271, 87, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46272, 87, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (46273, 87, 'thim_mtb_no_padding', '1');
INSERT INTO `wpor_postmeta` VALUES (46274, 87, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46275, 87, 'panels_data', 'a:3:
{s:7:"widgets";a:7:{i:0;a:13:{s:5:"title";s:13:"Bize
Ulaşın";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:34:"Adres
bilgilerimiz
aşağıdadır.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"c
ustom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"3a8711b2-0616-41c8-8fe1-
97deea75e173";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:4:{s:11:"panels_data";a:3:
{s:7:"widgets";a:2:{i:0;a:16:{s:11:"title_group";a:6:
{s:5:"title";s:7:"Telefon";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_he
ading";s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:20:" +90 (212) 273 00
96";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"color_descr
iption";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:9:"read_more";s:12:"complete_box";s:1
2:"link_to_icon";s:2:"no";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:5:"phone";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#db3f2e";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0
;s:9:"widget_id";s:36:"432dd775-9db9-4a9e-aa8d-fb3e04cb3774";s:5:"style";a:12:
{s:2:"id";s:0:"";s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:10:"mobile_css";s:0:
"";s:7:"padding";s:0:"";s:14:"mobile_padding";s:0:"";s:10:"background";s:0:"";s:27:
"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"tile";s:12:"bo
rder_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}}}i:1;a:16:
{s:11:"title_group";a:6:{s:5:"title";s:7:"E-
posta";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";s:7:"default"
;s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:60:"<a
href="mailto:info@tubifed.org.tr">info@tubifed.org.tr</a>";s:20:"custom_font_size_d
es";i:0;s:18:"custom_font_weight";b:0;s:17:"color_description";b:0;}s:15:"read_more
_group";a:5:
{s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:9:"read_more";s:12:"complete_box";s:1
2:"link_to_icon";s:2:"no";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:8:"envelope";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#dd3333";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:0;s:4:"cell";i:1;s:2:"id";i:1
;s:9:"widget_id";s:36:"eac87876-3f0c-4d88-bbf1-85b89344e0f5";s:5:"style";a:12:
{s:2:"id";s:0:"";s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:10:"mobile_css";s:0:
"";s:7:"padding";s:0:"";s:14:"mobile_padding";s:0:"";s:10:"background";s:0:"";s:27:
"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"tile";s:12:"bo
rder_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}}}}s:5:"grids
";a:1:{i:0;a:2:{s:5:"cells";i:2;s:5:"style";a:0:{}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:0;s:5:"index";i:1;s:6:"weight";d:0.5;s:5:"style";a:0:
{}}}}s:10:"builder_id";s:13:"59281382a69c1";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:32:"SiteOrigin_Panels_Widgets_Layout";s:3:"raw";b:0;s:4:"grid";i:0;s
:4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"74956034-6723-4a53-9e33-
f9c60af62270";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:2;a:16:{s:11:"title_group";a:6:
{s:5:"title";s:5:"Adres";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_head
ing";s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:92:"Oruçreis Mah. Tekstilkent İş Merkezi B14 Blok No:71
Esenler 34196 - İstanbul /
TÜRKİYE";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"color_
description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:9:"read_more";s:12:"complete_box";s:1
2:"link_to_icon";s:2:"no";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:10:"map-marker";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#dd3333";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"b2a6763d-f9ee-4f4f-9c69-
60dcb5d88bdf";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:3;a:11:
{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:1:"#";s:13:"link_linkedin";s:0:"";s:14:"link_p
interest";s:1:"#";s:9:"link_digg";s:0:"";s:12:"link_youtube";s:0:"";s:11:"link_targ
et";s:5:"_self";s:11:"panels_info";a:7:
{s:5:"class";s:18:"Thim_Social_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;
s:2:"id";i:3;s:9:"widget_id";s:36:"48c8b18e-b997-4a04-a586-
0901a55c4026";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:4;a:13:{s:5:"title";s:15:"Mesaj
Bırakın";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:52:"Aşağıdaki
formu doldurarak bize
ulaşabilirsiniz.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:
19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2
;s:2:"id";i:4;s:9:"widget_id";s:36:"a4225449-3f55-4fc1-aa86-
2c54b177ac11";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:46:"[contact-form-7 id="4" title="Contact form
1"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"663d2bc9-bfcf-433e-ad5d-
b21b78d47b09";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:9:
{s:5:"title";s:0:"";s:10:"display_by";s:8:"location";s:8:"location";a:2:
{s:3:"lat";s:9:"41.067008";s:3:"lng";s:9:"28.865433";}s:10:"map_center";s:52:"58
Sharrocks Road, Mount Egerton VIC 3352,
Australia";s:7:"api_key";s:39:"AIzaSyAbVPBvXKBj8BIyxyc7jOQv1xzJqL9hysc";s:8:"settin
gs";a:4:
{s:6:"height";s:3:"450";s:4:"zoom";d:14;s:9:"draggable";b:1;s:11:"scroll_zoom";b:0;
}s:7:"markers";a:3:
{s:16:"marker_at_center";b:1;s:11:"marker_icon";i:7604;s:16:"marker_positions";b:0;
}s:12:"widget-class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:22:"Thim_Google_Map_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i
:6;s:9:"widget_id";s:36:"1cf0da6a-3f2e-4acb-9bf5-addd9012f852";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_d
isplay";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:3;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";}}i:1;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:11:"row_stretch";s:14:"full-
stretched";}}}s:10:"grid_cells";a:4:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";d:0.4800000000001399813598368382372427
7317523956298828125;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:0;s:5:"index";i:1;s:6:"weight";d:0.0402241299007120023389916241285391
151905059814453125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:0;s:5:"index";i:2;s:6:"weight";d:0.4797758700991400226953942365071270
6148624420166015625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54401, 7380, 'panels_data', 'a:3:
{s:7:"widgets";a:7:{i:0;a:12:{s:5:"title";s:12:"Contact
Info";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:55:"Welcome to
our Website. We are glad to have you
around.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custo
m_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"3a8711b2-0616-41c8-8fe1-
97deea75e173";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:4:{s:11:"panels_data";a:3:
{s:7:"widgets";a:2:{i:0;a:15:{s:11:"title_group";a:5:
{s:5:"title";s:5:"Phone";s:11:"color_title";s:0:"";s:4:"size";s:2:"h3";s:12:"font_h
eading";s:7:"default";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";s:2:"14";s:18:"custom_font_weight";s:6:"normal";s:12:"cust
om_mg_bt";s:0:"";}}s:10:"desc_group";a:4:{s:7:"content";s:18:"+7 (800) 123 45
69";s:20:"custom_font_size_des";s:0:"";s:18:"custom_font_weight";s:0:"";s:17:"color
_description";s:0:"";}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";s:0:"";s:21:"border_read_more_text";s:0:"";s:17:"
bg_read_more_text";s:0:"";s:26:"read_more_text_color_hover";s:0:"";s:23:"bg_read_mo
re_text_hover";s:0:"";}}s:9:"icon_type";s:12:"font-
awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";s:2:"14";}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:5:"phone";s:9:"icon_size";s:2:"24";}s:16:"font_image_group";a:1:
{s:8:"icon_img";s:0:"";}s:14:"width_icon_box";s:2:"30";s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";s:0:"";s:13:"icon_bg_colo
r";s:0:"";s:16:"icon_hover_color";s:0:"";s:23:"icon_border_color_hover";s:0:"";s:19
:"icon_bg_color_hover";s:0:"";}s:12:"layout_group";a:4:
{s:14:"box_icon_style";s:0:"";s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";s:0:"";s:11:"self_poster";s:0:"";s:13:"css_animation";s:0:"";s:11:"pa
nels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:
0;s:2:"id";i:0;s:9:"widget_id";s:36:"432dd775-9db9-4a9e-aa8d-
fb3e04cb3774";s:5:"style";a:8:
{s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:7:"padding";s:0:"";s:10:"background"
;s:0:"";s:27:"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"t
ile";s:12:"border_color";s:0:"";s:10:"font_color";s:0:"";}}}i:1;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:5:"Email";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_head
ing";s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:52:"<a
href="mailto:hello@eduma.com">hello@eduma.com</a>";s:20:"custom_font_size_des";i:0;
s:18:"custom_font_weight";b:0;s:17:"color_description";b:0;}s:15:"read_more_group";
a:5:
{s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:9:"read_more";s:12:"complete_box";s:1
2:"link_to_icon";s:2:"no";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:8:"envelope";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:0;s:4:"cell";i:1;s:2:"id";i:1
;s:9:"widget_id";s:36:"eac87876-3f0c-4d88-bbf1-85b89344e0f5";s:5:"style";a:9:
{s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:7:"padding";s:0:"";s:10:"background"
;s:0:"";s:27:"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"t
ile";s:12:"border_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}
}}}s:5:"grids";a:1:{i:0;a:2:{s:5:"cells";i:2;s:5:"style";a:0:
{}}}s:10:"grid_cells";a:2:{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";d:0.5;}i:1;a:2:
{s:4:"grid";i:0;s:6:"weight";d:0.5;}}}s:10:"builder_id";s:13:"58292ddd27411";s:12:"
widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:32:"SiteOrigin_Panels_Widgets_Layout";s:3:"raw";b:0;s:4:"grid";i:0;s
:4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"74956034-6723-4a53-9e33-
f9c60af62270";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:2;a:15:{s:11:"title_group";a:6:
{s:5:"title";s:7:"Address";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_he
ading";s:7:"default";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:56:"PO Box 97845 Baker st. 567, Los Angeles, California,
US.";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"color_desc
ription";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:10:"map-marker";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:11:"panels_info
";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"b2a6763d-f9ee-4f4f-9c69-
60dcb5d88bdf";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:3;a:11:
{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:1:"#";s:13:"link_linkedin";s:0:"";s:14:"link_p
interest";s:1:"#";s:9:"link_digg";s:0:"";s:12:"link_youtube";s:0:"";s:11:"link_targ
et";s:5:"_self";s:11:"panels_info";a:7:
{s:5:"class";s:18:"Thim_Social_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;
s:2:"id";i:3;s:9:"widget_id";s:36:"48c8b18e-b997-4a04-a586-
0901a55c4026";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:4;a:12:{s:5:"title";s:14:"Send A
Message";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:69:"Your
email address will not be published. Required fields are
marked.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custo
m_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2
;s:2:"id";i:4;s:9:"widget_id";s:36:"a4225449-3f55-4fc1-aa86-
2c54b177ac11";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:46:"[contact-form-7 id="4" title="Contact form
1"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"663d2bc9-bfcf-433e-ad5d-
b21b78d47b09";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:9:
{s:5:"title";s:0:"";s:10:"display_by";s:7:"address";s:8:"location";a:2:
{s:3:"lat";s:9:"41.868626";s:3:"lng";s:10:"-74.104301";}s:10:"map_center";s:52:"58
Sharrocks Road, Mount Egerton VIC 3352,
Australia";s:7:"api_key";s:39:"AIzaSyAbVPBvXKBj8BIyxyc7jOQv1xzJqL9hysc";s:8:"settin
gs";a:4:
{s:6:"height";s:3:"450";s:4:"zoom";i:12;s:9:"draggable";b:1;s:11:"scroll_zoom";b:0;
}s:7:"markers";a:3:
{s:16:"marker_at_center";b:1;s:11:"marker_icon";i:3683;s:16:"marker_positions";b:0;
}s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_Google_Map_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:0;s:2:"id";i:6;s:9:"widget_id";s:36:"1cf0da6a-3f2e-4acb-9bf5-
addd9012f852";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:3;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";}}i:1;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:11:"row_stretch";s:14:"full-
stretched";}}}s:10:"grid_cells";a:4:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";d:0.4800000000001399813598368382372427
7317523956298828125;s:5:"style";a:0:{}}i:1;a:4:{s:4:"grid";i:0;s:
5:"index";i:1;s:6:"weight";d:0.0402241299007120023389916241285391151905059814453125
;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:0;s:5:"index";i:2;s:6:"weight";d:0.4797758700991400226953942365071270
6148624420166015625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (46276, 87, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:10:{i:0;a:12:{s:5:"title";s:12:"Contact
Info";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:55:"Welcome to
our Website. We are glad to have you
around.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custo
m_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"3a8711b2-0616-41c8-8fe1-
97deea75e173";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:3:{s:11:"panels_data";a:3:
{s:7:"widgets";a:2:{i:0;a:15:{s:11:"title_group";a:5:
{s:5:"title";s:5:"Phone";s:11:"color_title";s:0:"";s:4:"size";s:2:"h3";s:12:"font_h
eading";s:7:"default";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";s:2:"14";s:18:"custom_font_weight";s:6:"normal";s:12:"cust
om_mg_bt";s:0:"";}}s:10:"desc_group";a:4:{s:7:"content";s:18:"+7 (800) 123 45
69";s:20:"custom_font_size_des";s:0:"";s:18:"custom_font_weight";s:0:"";s:17:"color
_description";s:0:"";}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";s:0:"";s:21:"border_read_more_text";s:0:"";s:17:"
bg_read_more_text";s:0:"";s:26:"read_more_text_color_hover";s:0:"";s:23:"bg_read_mo
re_text_hover";s:0:"";}}s:9:"icon_type";s:12:"font-
awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";s:2:"14";}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:5:"phone";s:9:"icon_size";s:2:"24";}s:16:"font_image_group";a:1:
{s:8:"icon_img";s:0:"";}s:14:"width_icon_box";s:2:"30";s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";s:0:"";s:13:"icon_bg_colo
r";s:0:"";s:16:"icon_hover_color";s:0:"";s:23:"icon_border_color_hover";s:0:"";s:19
:"icon_bg_color_hover";s:0:"";}s:12:"layout_group";a:4:
{s:14:"box_icon_style";s:0:"";s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";s:0:"";s:11:"self_poster";s:0:"";s:13:"css_animation";s:0:"";s:11:"pa
nels_info";a:6:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:
0;s:2:"id";i:0;s:5:"style";a:8:
{s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:7:"padding";s:0:"";s:10:"background"
;s:0:"";s:27:"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"t
ile";s:12:"border_color";s:0:"";s:10:"font_color";s:0:"";}}}i:1;a:15:
{s:11:"title_group";a:5:
{s:5:"title";s:5:"Email";s:11:"color_title";s:0:"";s:4:"size";s:2:"h3";s:12:"font_h
eading";s:7:"default";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";s:2:"14";s:18:"custom_font_weight";s:6:"normal";s:12:"cust
om_mg_bt";s:1:"0";}}s:10:"desc_group";a:4:{s:7:"content";s:51:"<a
href="maito:hello@eduma.com">hello@eduma.com</a>";s:20:"custom_font_size_des";s:1:"
0";s:18:"custom_font_weight";s:0:"";s:17:"color_description";s:0:"";}s:15:"read_mor
e_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";s:0:"";s:21:"border_read_more_text";s:0:"";s:17:"
bg_read_more_text";s:0:"";s:26:"read_more_text_color_hover";s:0:"";s:23:"bg_read_mo
re_text_hover";s:0:"";}}s:9:"icon_type";s:12:"font-
awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";s:2:"14";}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:8:"envelope";s:9:"icon_size";s:2:"24";}s:16:"font_image_group";a:1:
{s:8:"icon_img";s:1:"0";}s:14:"width_icon_box";s:2:"30";s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";s:0:"";s:13:"icon_bg_colo
r";s:0:"";s:16:"icon_hover_color";s:0:"";s:23:"icon_border_color_hover";s:0:"";s:19
:"icon_bg_color_hover";s:0:"";}s:12:"layout_group";a:4:
{s:14:"box_icon_style";s:0:"";s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";s:1:"0";s:11:"self_poster";s:1:"0";s:13:"css_animation";s:0:"";s:11:"
panels_info";a:6:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:1;s:4:"grid";i:0;s:4:"cell";i:
1;s:2:"id";i:1;s:5:"style";a:8:
{s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:7:"padding";s:0:"";s:10:"background"
;s:0:"";s:27:"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"t
ile";s:12:"border_color";s:0:"";s:10:"font_color";s:0:"";}}}}s:5:"grids";a:1:
{i:0;a:2:{s:5:"cells";i:2;s:5:"style";a:0:{}}}s:10:"grid_cells";a:2:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";d:0.5;}i:1;a:2:
{s:4:"grid";i:0;s:6:"weight";d:0.5;}}}s:10:"builder_id";s:13:"567d0a40e8657";s:11:"
panels_info";a:7:
{s:5:"class";s:32:"SiteOrigin_Panels_Widgets_Layout";s:3:"raw";b:0;s:4:"grid";i:0;s
:4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"74956034-6723-4a53-9e33-
f9c60af62270";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:2;a:15:{s:11:"title_group";a:6:
{s:5:"title";s:7:"Address";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_he
ading";s:7:"default";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:56:"PO Box 97845 Baker st. 567, Los Angeles, California,
US.";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"color_desc
ription";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:10:"map-marker";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:11:"panels_info
";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"b2a6763d-f9ee-4f4f-9c69-
60dcb5d88bdf";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:3;a:11:
{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:1:"#";s:13:"link_linkedin";s:0:"";s:14:"link_p
interest";s:1:"#";s:9:"link_digg";s:0:"";s:12:"link_youtube";s:0:"";s:11:"link_targ
et";s:5:"_self";s:11:"panels_info";a:7:
{s:5:"class";s:18:"Thim_Social_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;
s:2:"id";i:3;s:9:"widget_id";s:36:"48c8b18e-b997-4a04-a586-
0901a55c4026";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:4;a:12:{s:5:"title";s:14:"Send A
Message";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:69:"Your
email address will not be published. Required fields are
marked.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custo
m_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2
;s:2:"id";i:4;s:9:"widget_id";s:36:"a4225449-3f55-4fc1-aa86-
2c54b177ac11";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:46:"[contact-form-7 id="4" title="Contact form
1"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"663d2bc9-bfcf-433e-ad5d-
b21b78d47b09";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:12:
{s:5:"title";s:21:"Subscribe To Our
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s
:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_hea
ding";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:11:"text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"6a282179-cbd6-484b-a755-
0f42cd25e230";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:7;a:5:
{s:5:"title";s:0:"";s:4:"text";s:22:"[mc4wp_form id="3101"]";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:7;s:9:"
widget_id";s:36:"717a1a63-57f2-4433-8b06-977cde5151e8";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}s:6:
"filter";b:0;}i:8;a:12:{s:5:"title";s:15:"Location on
map";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"sub_he
ading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inh
erit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"text-
left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:8;s:9:"widget_id";s:36:"f45e8044-efa1-4771-bef3-
8427016b3dab";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:7:
{s:5:"title";s:0:"";s:10:"display_by";s:7:"address";s:8:"location";a:2:
{s:3:"lat";s:9:"41.868626";s:3:"lng";s:10:"-74.104301";}s:10:"map_center";s:52:"58
Sharrocks Road, Mount Egerton VIC 3352, Australia";s:8:"settings";a:4:
{s:6:"height";s:3:"450";s:4:"zoom";i:12;s:9:"draggable";b:1;s:11:"scroll_zoom";b:0;
}s:7:"markers";a:3:
{s:16:"marker_at_center";b:1;s:11:"marker_icon";i:3683;s:16:"marker_positions";b:0;
}s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_Google_Map_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";
i:0;s:2:"id";i:9;s:9:"widget_id";s:36:"1cf0da6a-3f2e-4acb-9bf5-
addd9012f852";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:4:{i:0;a:2:
{s:5:"cells";i:3;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"80px";s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:27:"thim-bg-overlay text-
center";s:7:"padding";s:13:"0px 0px
100px";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:52;s:18:"
background_display";s:5:"cover";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:3;a:2:{s:5:"cells";i:1;s:5:"style";a:2:{s:11:"row_stretch";s:14:"full-
stretched";s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:6:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";d:0.47999999999999803934613851197354961186647415161132
8125;}i:1;a:2:
{s:4:"grid";i:0;s:6:"weight";d:0.04022412990070384219976062922796700149774551391601
5625;}i:2;a:2:
{s:4:"grid";i:0;s:6:"weight";d:0.47977587009929806294294962754065636545419692993164
0625;}i:3;a:2:{s:4:"grid";i:1;s:6:"weight";i:1;}i:4;a:2:
{s:4:"grid";i:2;s:6:"weight";i:1;}i:5;a:2:{s:4:"grid";i:3;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46277, 87, '_yoast_wpseo_content_score', '60');
INSERT INTO `wpor_postmeta` VALUES (46278, 89, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46279, 89, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46280, 89, 'thim_mtb_using_custom_heading',
'1');
INSERT INTO `wpor_postmeta` VALUES (46281, 89, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (46282, 89, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46283, 89, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46284, 89, 'thim_mtb_hide_breadcrumbs', '1');
INSERT INTO `wpor_postmeta` VALUES (46285, 89, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46286, 89, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46287, 89, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46288, 89, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46289, 89, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46290, 89, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46291, 89, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (46292, 89, 'thim_mtb_no_padding', '1');
INSERT INTO `wpor_postmeta` VALUES (46293, 89, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46294, 89, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:3:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:238:"<div
class="sc_heading text-center">\n <h3 class="title">Sorry, We are down for <span
class="thim-color">Maintenance</span></h3>\n <p class="sub-heading" >We''re
currently under maintenance, if all goas as planned we''ll be back
in</p>\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:15:
{s:11:"title_group";a:6:{s:5:"title";s:20:"This is an icon
box.";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";s:7:"default";
s:14:"custom_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";d:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:94:"Write a short description, that will describe the title or
something informational and
useful.";s:20:"custom_font_size_des";d:0;s:18:"custom_font_weight";b:0;s:17:"color_
description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:1:"#";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_grou
p";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";d:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:5:"music";s:9:"icon_size";d:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";d:100;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:11:"panels_info";a:5:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1
;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:7:
{s:9:"time_year";s:4:"2016";s:10:"time_month";s:1:"2";s:8:"time_day";s:2:"28";s:9:"
time_hour";s:1:"9";s:11:"style_color";s:5:"black";s:10:"text_align";s:11:"text-
center";s:11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Countdown_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:2;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:5:"class";s:11:"text-
center";s:7:"padding";s:13:"25px 0px
20px";s:18:"background_display";s:4:"tile";s:8:"parallax";s:0:"";}}i:1;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:7:"padding";s:13:"0px 0px
140px";s:18:"background_display";s:4:"tile";s:8:"parallax";s:0:"";}}}s:10:"grid_cel
ls";a:3:{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";i:1;}i:2;a:2:{s:4:"grid";i:2;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46295, 89, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:238:"<div
class="sc_heading text-center">\n <h3 class="title">Sorry, We are down for <span
class="thim-color">Maintenance</span></h3>\n <p class="sub-heading" >We''re
currently under maintenance, if all goas as planned we''ll be back
in</p>\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:11:
{s:9:"text_days";s:4:"days";s:10:"text_hours";s:5:"hours";s:12:"text_minutes";s:7:"
minutes";s:12:"text_seconds";s:7:"seconds";s:9:"time_year";s:4:"2016";s:10:"time_mo
nth";s:1:"5";s:8:"time_day";s:2:"28";s:9:"time_hour";s:1:"9";s:11:"style_color";s:5
:"black";s:10:"text_align";s:11:"text-center";s:11:"panels_info";a:5:
{s:5:"class";s:25:"Thim_Countdown_Box_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id
";i:1;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:3:{s:5:"class";s:11:"text-
center";s:7:"padding";s:13:"25px 0px
20px";s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:{s:7:"padding";s:13:"0px 0px
140px";s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:2:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:{s:4:"grid";i:1;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46296, 91, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46297, 91, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46298, 91, 'thim_mtb_using_custom_heading',
'1');
INSERT INTO `wpor_postmeta` VALUES (46299, 91, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (46300, 91, 'thim_mtb_custom_title', 'FAQ
Page');
INSERT INTO `wpor_postmeta` VALUES (46301, 91, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46302, 91, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46303, 91, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46304, 91, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46305, 91, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46306, 91, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46307, 91, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46308, 91, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46309, 91, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (46310, 91, 'thim_mtb_no_padding', '1');
INSERT INTO `wpor_postmeta` VALUES (46311, 91, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46312, 91, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:4:{i:0;a:12:{s:5:"title";s:26:"Frequently Asked
Questions";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:28:"Answer
all of your
questions";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:5:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:1
;a:3:{s:5:"title";s:19:"Purchases & Refunds";s:5:"panel";a:3:{i:0;a:2:
{s:11:"panel_title";s:32:"Why won''t my payment go
through?";s:10:"panel_body";s:245:"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.";}i:1;a:2:{s:11:"panel_title";s:22:"How do I get a
refund?";s:10:"panel_body";s:202:"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.";}i:2;a:2:{s:11:"panel_title";s:25:"How do I redeem a
coupon?";s:10:"panel_body";s:305:"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.";}}s:11:"panels_info";a:6:
{s:5:"class";s:21:"Thim_Accordion_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i
:0;s:2:"id";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:3:
{s:5:"title";s:14:"Making Courses";s:5:"panel";a:4:{i:0;a:2:
{s:11:"panel_title";s:21:"Changing account name";s:10:"panel_body";s:245:"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.";}i:1;a:2:{s:11:"panel_title";s:40:"How do I unsubscribe from EDUMA e-
mails?";s:10:"panel_body";s:202:"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.";}i:2;a:2:{s:11:"panel_title";s:28:"How do I change my
password?";s:10:"panel_body";s:305:"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.";}i:3;a:2:{s:11:"panel_title";s:44:"Why aren''t my courses
showing in my account?";s:10:"panel_body";s:369:"<b>Missing mobile
purchase</b><br>\nIf you purchased a course on iOS or Android, it''s possible that
the course was not registered to your account. Please email your purchase receipt
to helpyou@educo.com.<br>\n<b>Multiple e-mail accounts</b><br>\nIf you use multiple
e-mail accounts, or have a Facebook or Google account, try logging in with the
associate e-mail addresses.";}}s:11:"panels_info";a:6:
{s:5:"class";s:21:"Thim_Accordion_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i
:1;s:2:"id";i:2;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:4:
{s:5:"title";s:0:"";s:4:"text";s:130:"<div class="thim-contact-faqs text-
center">\n<h4>Didn''t find the answer?</h4>\n[contact-form-7 id="4" title="Contact
form 1"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:3;s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:13:"bottom_margin";s:4:"14px";s:18:"background_display";s:4:"tile";s:8:"parallax
";s:0:"";}}i:1;a:2:{s:5:"cells";i:2;s:5:"style";a:3:
{s:13:"bottom_margin";s:4:"94px";s:18:"background_display";s:4:"tile";s:8:"parallax
";s:0:"";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:4:
{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:2;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:3;a:2:{s:4:"grid";i:2;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46313, 91, 'panels_data', 'a:3:
{s:7:"widgets";a:4:{i:0;a:12:{s:5:"title";s:26:"Frequently Asked
Questions";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:28:"Answer
all of your
questions";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:5:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:5:"style";a:3:{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:3:{s:5:"title";s:19:"Purchases & Refunds";s:5:"panel";a:3:{i:0;a:2:
{s:11:"panel_title";s:32:"Why won''t my payment go
through?";s:10:"panel_body";s:245:"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.";}i:1;a:2:{s:11:"panel_title";s:22:"How do I get a
refund?";s:10:"panel_body";s:202:"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.";}i:2;a:2:{s:11:"panel_title";s:25:"How do I redeem a
coupon?";s:10:"panel_body";s:305:"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.";}}s:11:"panels_info";a:6:
{s:5:"class";s:21:"Thim_Accordion_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i
:0;s:2:"id";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:3:
{s:5:"title";s:14:"Making Courses";s:5:"panel";a:4:{i:0;a:2:
{s:11:"panel_title";s:21:"Changing account name";s:10:"panel_body";s:245:"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.";}i:1;a:2:{s:11:"panel_title";s:40:"How do I unsubscribe from EDUMA e-
mails?";s:10:"panel_body";s:202:"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.";}i:2;a:2:{s:11:"panel_title";s:28:"How do I change my
password?";s:10:"panel_body";s:305:"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.";}i:3;a:2:{s:11:"panel_title";s:44:"Why aren''t my courses
showing in my account?";s:10:"panel_body";s:369:"<b>Missing mobile
purchase</b><br>\nIf you purchased a course on iOS or Android, it''s possible that
the course was not registered to your account. Please email your purchase receipt
to helpyou@educo.com.<br>\n<b>Multiple e-mail accounts</b><br>\nIf you use multiple
e-mail accounts, or have a Facebook or Google account, try logging in with the
associate e-mail addresses.";}}s:11:"panels_info";a:6:
{s:5:"class";s:21:"Thim_Accordion_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i
:1;s:2:"id";i:2;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:4:
{s:5:"title";s:0:"";s:4:"text";s:130:"<div class="thim-contact-faqs text-
center">\n<h4>Didn''t find the answer?</h4>\n[contact-form-7 id="4" title="Contact
form 1"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:3;s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:13:"bottom_margin";s:4:"14px";s:18:"background_display";s:4:"tile";s:8:"parallax
";s:0:"";}}i:1;a:2:{s:5:"cells";i:2;s:5:"style";a:3:
{s:13:"bottom_margin";s:4:"94px";s:18:"background_display";s:4:"tile";s:8:"parallax
";s:0:"";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:4:
{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:2;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:3;a:2:{s:4:"grid";i:2;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46314, 125, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46315, 125, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46316, 125, 'thim_mtb_using_custom_heading',
'1');
INSERT INTO `wpor_postmeta` VALUES (46317, 125, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (46318, 125, 'thim_mtb_custom_title', 'Blog');
INSERT INTO `wpor_postmeta` VALUES (46319, 125, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46320, 125, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46321, 125, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46322, 125, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46323, 125, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46324, 125, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46325, 125, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46326, 125, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46327, 125, 'thim_mtb_layout', 'sidebar-left');
INSERT INTO `wpor_postmeta` VALUES (46328, 125, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46329, 125, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46330, 125, 'thim_page_for_posts', '1');
INSERT INTO `wpor_postmeta` VALUES (46331, 1697, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46332, 1698, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46333, 1698, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46334, 1698, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46335, 1698,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46336, 1698, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46337, 1698, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46338, 1698, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46339, 1698, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46340, 1698, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46341, 1698, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46342, 1698, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46343, 1698, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46344, 1698, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46345, 1698, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46346, 1698, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46347, 1698, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46348, 1699, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46349, 1699, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46350, 1699, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46351, 1699,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46352, 1699, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46353, 1699, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46354, 1699, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46355, 1699, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46356, 1699, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46357, 1699, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46358, 1699, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46359, 1699, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46360, 1699, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46361, 1699, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46362, 1699, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46363, 1699, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46364, 1700, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46365, 1700, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46366, 1700, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46367, 1700,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46368, 1700, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46369, 1700, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46370, 1700, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46371, 1700, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46372, 1700, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46373, 1700, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46374, 1700, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46375, 1700, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46376, 1700, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46377, 1700, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46378, 1700, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46379, 1700, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46380, 2778, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46381, 2778, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46382, 2778, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46383, 2778,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46384, 2778, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46385, 2778, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46386, 2778, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46387, 2778, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46388, 2778, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46389, 2778, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46390, 2778, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46391, 2778, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46392, 2778, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46393, 2778, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (46394, 2778, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46395, 2778, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46396, 2780, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46397, 2780, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46398, 2780, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46399, 2780,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46400, 2780, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46401, 2780, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46402, 2780, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46403, 2780, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46404, 2780, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46405, 2780, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46406, 2780, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46407, 2780, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46408, 2780, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46409, 2780, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46410, 2780, 'thim_mtb_no_padding', '1');
INSERT INTO `wpor_postmeta` VALUES (46411, 2780, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46412, 2780, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:6:{i:0;a:12:{s:5:"title";s:19:"Apply As
Instructor";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:39:"Lorem
ipsum dolor sit amet,
consectetur";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"c
ustom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"02175420-0c2f-4de6-bb92-
7e1132358e88";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:311:"<div class="thim-apply-as-intructor">\nLid
est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores
nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut
perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque
laudantium, totam rem aperiam.\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"ca556612-7438-45dd-8474-
f5af094a04cd";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:7:
{s:5:"image";i:2892;s:10:"image_size";s:0:"";s:10:"image_link";s:0:"";s:11:"link_ta
rget";s:5:"_self";s:15:"image_alignment";s:6:"center";s:13:"css_animation";b:0;s:11
:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Single_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cel
l";i:0;s:2:"id";i:2;s:9:"widget_id";s:36:"4da55994-c35c-4f93-a7b6-
29f1b8301e2d";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:12:
{s:5:"title";s:23:"How To Become A
Teacher";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:39:"Lorem
ipsum dolor sit amet,
consectetur";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"c
ustom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:3;s:9:"widget_id";s:36:"9c4b8d0a-68a9-45f2-9f3d-
d7af107d8e0f";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:4:
{s:5:"title";s:0:"";s:4:"text";s:33:"[learn_press_become_teacher_form]";s:6:"filter
";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:4;s:9:"widget_id";s:36:"2b1e2de6-b73f-405b-82f8-
79dc54cf3693";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:3:
{s:3:"tab";a:3:{i:0;a:2:{s:5:"title";s:64:"<i class="fa fa-user-
plus"></i><span>Become an Instructor</span>";s:7:"content";s:500:"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.\n<br><br>\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.";}i:1;a:2:{s:5:"title";s:58:"<i class="fa fa-list-ol"></i><span>Instructor
Rules</span>";s:7:"content";s:518:"Various versions have evolved over the years,
sometimes by accident, sometimes on purpose (injected humour and the
like).\n<br><br>\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\nMany desktop publishing packages and web page editors now use Lorem
Ipsum.";}i:2;a:2:{s:5:"title";s:57:"<i class="fa fa-book"></i><span>Start with
courses</span>";s:7:"content";s:493:"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. If
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.\n<br><br>\nAll the Lorem Ipsum
generators on the Internet tend to repeat predefined chunks as necessary, making
this the first true generator on the Internet.";}}s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:15:"Thim_Tab_Widget";s:4:"grid";i:2;s:4:"cell";i:1;s:2:"id";i:5;s:9:
"widget_id";s:36:"6c7df346-eba8-415f-ba7d-fd9661373534";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:3:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:2;a:2:{s:5:"cells";i:2;s:5:"style";a:2:
{s:13:"bottom_margin";s:3:"0px";s:18:"background_display";s:4:"tile";}}}s:10:"grid_
cells";a:4:{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";i:1;}i:2;a:2:
{s:4:"grid";i:2;s:6:"weight";d:0.40000000000000002220446049250313080847263336181640
625;}i:3;a:2:
{s:4:"grid";i:2;s:6:"weight";d:0.59999999999999997779553950749686919152736663818359
375;}}}');
INSERT INTO `wpor_postmeta` VALUES (46413, 2780, 'panels_data', 'a:3:
{s:7:"widgets";a:6:{i:0;a:12:{s:5:"title";s:19:"Apply As
Instructor";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:39:"Lorem
ipsum dolor sit amet,
consectetur";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"c
ustom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"02175420-0c2f-4de6-bb92-
7e1132358e88";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:311:"<div class="thim-apply-as-intructor">\nLid
est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores
nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut
perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque
laudantium, totam rem aperiam.\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"ca556612-7438-45dd-8474-
f5af094a04cd";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:7:
{s:5:"image";i:2892;s:10:"image_size";s:0:"";s:10:"image_link";s:0:"";s:11:"link_ta
rget";s:5:"_self";s:15:"image_alignment";s:6:"center";s:13:"css_animation";b:0;s:11
:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Single_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cel
l";i:0;s:2:"id";i:2;s:9:"widget_id";s:36:"4da55994-c35c-4f93-a7b6-
29f1b8301e2d";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:12:
{s:5:"title";s:23:"How To Become A
Teacher";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:39:"Lorem
ipsum dolor sit amet,
consectetur";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"c
ustom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:3;s:9:"widget_id";s:36:"9c4b8d0a-68a9-45f2-9f3d-
d7af107d8e0f";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:4:
{s:5:"title";s:0:"";s:4:"text";s:33:"[learn_press_become_teacher_form]";s:6:"filter
";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:4;s:9:"widget_id";s:36:"2b1e2de6-b73f-405b-82f8-
79dc54cf3693";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:3:
{s:3:"tab";a:3:{i:0;a:2:{s:5:"title";s:64:"<i class="fa fa-user-
plus"></i><span>Become an Instructor</span>";s:7:"content";s:500:"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.\n<br><br>\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.";}i:1;a:2:{s:5:"title";s:58:"<i class="fa fa-list-ol"></i><span>Instructor
Rules</span>";s:7:"content";s:518:"Various versions have evolved over the years,
sometimes by accident, sometimes on purpose (injected humour and the
like).\n<br><br>\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\nMany desktop publishing packages and web page editors now use Lorem
Ipsum.";}i:2;a:2:{s:5:"title";s:57:"<i class="fa fa-book"></i><span>Start with
courses</span>";s:7:"content";s:493:"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. If
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.\n<br><br>\nAll the Lorem Ipsum
generators on the Internet tend to repeat predefined chunks as necessary, making
this the first true generator on the Internet.";}}s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:15:"Thim_Tab_Widget";s:4:"grid";i:2;s:4:"cell";i:1;s:2:"id";i:5;s:9:
"widget_id";s:36:"6c7df346-eba8-415f-ba7d-fd9661373534";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:3:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:2;a:2:{s:5:"cells";i:2;s:5:"style";a:2:
{s:13:"bottom_margin";s:3:"0px";s:18:"background_display";s:4:"tile";}}}s:10:"grid_
cells";a:4:{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";i:1;}i:2;a:2:
{s:4:"grid";i:2;s:6:"weight";d:0.40000000000000002220446049250313080847263336181640
625;}i:3;a:2:
{s:4:"grid";i:2;s:6:"weight";d:0.59999999999999997779553950749686919152736663818359
375;}}}');
INSERT INTO `wpor_postmeta` VALUES (46414, 2780, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (46415, 2801, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46416, 2801, '_wp_page_template', 'page-
templates/homepage.php');
INSERT INTO `wpor_postmeta` VALUES (46417, 2801, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46418, 2801,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46419, 2801, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46420, 2801, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46421, 2801, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46422, 2801, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46423, 2801, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46424, 2801, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46425, 2801, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46426, 2801, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46427, 2801, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46428, 2801, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (46429, 2801, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46430, 2801, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46431, 2801, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46432, 2801, 'panels_data', 'a:3:
{s:7:"widgets";a:16:{i:0;a:5:{s:6:"layout";s:7:"default";s:5:"title";s:15:"Getting
Started";s:11:"description";s:42:"Own your future learning new skills
online";s:11:"placeholder";s:32:"What do you want to learn
today?";s:11:"panels_info";a:6:
{s:5:"class";s:29:"Thim_Courses_Searching_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:
"cell";i:0;s:2:"id";i:0;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:290:"<ul class="search-course-list-info">\n <li><i
class="fa fa-graduation-cap"></i><a href="#">Over 7 million students.</a></li>\n
<li><i class="fa fa-rebel"></i><a href="#">More than 30,000
courses.</a></li>\n <li><i class="fa fa-paper-plane"></i><a href="#">Learn
anything online.</a></li>\n</ul>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:5:
{s:5:"title";s:0:"";s:6:"layout";s:6:"slider";s:14:"slider-options";a:4:
{s:5:"limit";i:15;s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"7";s:15:"show
_pagination";b:0;}s:12:"list-options";a:2:
{s:11:"show_counts";b:0;s:12:"hierarchical";b:0;}s:11:"panels_info";a:6:
{s:5:"class";s:29:"Thim_Course_Categories_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:
"cell";i:0;s:2:"id";i:2;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:3;a:12:{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:3;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"layout";s:4:"grid";s:5:"limit";i
:8;s:16:"view_all_courses";s:8:"View All";s:14:"slider-options";a:3:
{s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"4";}s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:4;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:7:
{s:14:"counters_label";s:8:"Learners";s:14:"counters_value";i:5000;s:4:"icon";s:0:"
";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"p
anels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell
";i:0;s:2:"id";i:5;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:6;a:7:
{s:14:"counters_label";s:9:"Graduates";s:14:"counters_value";i:6000;s:4:"icon";s:0:
"";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"
panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell
";i:1;s:2:"id";i:6;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:7;a:7:
{s:14:"counters_label";s:17:"Countries
Reached";s:14:"counters_value";i:150;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell
";i:2;s:2:"id";i:7;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:8;a:7:
{s:14:"counters_label";s:17:"Courses
Published";s:14:"counters_value";i:940;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell
";i:3;s:2:"id";i:8;s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:9;a:13:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:45:"Upcoming Education Events to feed your
brain.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom
_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";i:0
;s:2:"id";i:9;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:72:"http://thim.staging.wp
engine.com/educationwp-2/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:6:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";
i:0;s:2:"id";i:10;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:11;a:13:{s:5:"title";s:12:"Lastest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:34:"Ed
ucation news all over the
world.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"default";s:
19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:11;s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cel
l";i:0;s:2:"id";i:12;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:13;a:13:{s:5:"title";s:15:"What People
Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:53:"How real
people said about Education WordPress
Theme.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom
_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:13;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell
";i:0;s:2:"id";i:14;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0;s:2:
"id";i:15;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:8:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:5:"class";s:21:"thim-bg-overlay-
color";s:13:"bottom_margin";s:4:"80px";s:7:"padding";s:15:"120px 0px
111px";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:2809;s:18
:"background_display";s:5:"cover";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"60px";s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:4;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"padding";s:9:"124px
0px";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:52;s:18:"ba
ckground_display";s:4:"tile";}}i:4;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:5;a:2:
{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:79;s:18
:"background_display";s:5:"cover";}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"65px";s:18:"background_display";s:4:"tile";}}i:7;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:11:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";i:1;}i:2;a:2:
{s:4:"grid";i:2;s:6:"weight";i:1;}i:3;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.25;}i:4;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.25;}i:5;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.25;}i:6;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.25;}i:7;a:2:
{s:4:"grid";i:4;s:6:"weight";i:1;}i:8;a:2:
{s:4:"grid";i:5;s:6:"weight";i:1;}i:9;a:2:
{s:4:"grid";i:6;s:6:"weight";i:1;}i:10;a:2:{s:4:"grid";i:7;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46433, 2801, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:16:{i:0;a:5:{s:6:"layout";s:7:"default";s:5:"title";s:15:"Getting
Started";s:11:"description";s:42:"Own your future learning new skills
online";s:11:"placeholder";s:32:"What do you want to learn
today?";s:11:"panels_info";a:6:
{s:5:"class";s:29:"Thim_Courses_Searching_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:
"cell";i:0;s:2:"id";i:0;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:290:"<ul class="search-course-list-info">\n <li><i
class="fa fa-graduation-cap"></i><a href="#">Over 7 million students.</a></li>\n
<li><i class="fa fa-rebel"></i><a href="#">More than 30,000
courses.</a></li>\n <li><i class="fa fa-paper-plane"></i><a href="#">Learn
anything online.</a></li>\n</ul>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:5:
{s:5:"title";s:0:"";s:6:"layout";s:6:"slider";s:14:"slider-options";a:4:
{s:5:"limit";i:15;s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"7";s:15:"show
_pagination";b:0;}s:12:"list-options";a:2:
{s:11:"show_counts";b:0;s:12:"hierarchical";b:0;}s:11:"panels_info";a:6:
{s:5:"class";s:29:"Thim_Course_Categories_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:
"cell";i:0;s:2:"id";i:2;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:3;a:12:{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:3;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"layout";s:4:"grid";s:5:"limit";i
:8;s:16:"view_all_courses";s:8:"View All";s:14:"slider-options";a:3:
{s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"4";}s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:4;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:7:
{s:14:"counters_label";s:8:"Learners";s:14:"counters_value";i:5000;s:4:"icon";s:0:"
";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"p
anels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell
";i:0;s:2:"id";i:5;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:6;a:7:
{s:14:"counters_label";s:9:"Graduates";s:14:"counters_value";i:6000;s:4:"icon";s:0:
"";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"
panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell
";i:1;s:2:"id";i:6;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:7;a:7:
{s:14:"counters_label";s:17:"Countries
Reached";s:14:"counters_value";i:150;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell
";i:2;s:2:"id";i:7;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:8;a:7:
{s:14:"counters_label";s:17:"Courses
Published";s:14:"counters_value";i:940;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell
";i:3;s:2:"id";i:8;s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:9;a:13:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:45:"Upcoming Education Events to feed your
brain.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom
_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";i:0
;s:2:"id";i:9;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:72:"http://thim.staging.wp
engine.com/educationwp-2/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:6:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";
i:0;s:2:"id";i:10;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:11;a:13:{s:5:"title";s:12:"Lastest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:34:"Ed
ucation news all over the
world.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"default";s:
19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:11;s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cel
l";i:0;s:2:"id";i:12;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:13;a:13:{s:5:"title";s:15:"What People
Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:53:"How real
people said about Education WordPress
Theme.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom
_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:13;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell
";i:0;s:2:"id";i:14;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0;s:2:
"id";i:15;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:8:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:5:"class";s:21:"thim-bg-overlay-
color";s:13:"bottom_margin";s:4:"80px";s:7:"padding";s:15:"120px 0px
111px";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:2809;s:18
:"background_display";s:5:"cover";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"60px";s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:4;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"padding";s:9:"124px
0px";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:52;s:18:"ba
ckground_display";s:4:"tile";}}i:4;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:5;a:2:
{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:79;s:18
:"background_display";s:5:"cover";}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"65px";s:18:"background_display";s:4:"tile";}}i:7;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:11:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";i:1;}i:2;a:2:
{s:4:"grid";i:2;s:6:"weight";i:1;}i:3;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.25;}i:4;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.25;}i:5;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.25;}i:6;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.25;}i:7;a:2:
{s:4:"grid";i:4;s:6:"weight";i:1;}i:8;a:2:
{s:4:"grid";i:5;s:6:"weight";i:1;}i:9;a:2:
{s:4:"grid";i:6;s:6:"weight";i:1;}i:10;a:2:{s:4:"grid";i:7;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46434, 2801, '_dp_original', '12');
INSERT INTO `wpor_postmeta` VALUES (46435, 2803, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46436, 2803, '_wp_page_template', 'page-
templates/homepage.php');
INSERT INTO `wpor_postmeta` VALUES (46437, 2803, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46438, 2803,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46439, 2803, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46440, 2803, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46441, 2803, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46442, 2803, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46443, 2803, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46444, 2803, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46445, 2803, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46446, 2803, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46447, 2803, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46448, 2803, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (46449, 2803, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46450, 2803, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46451, 2803, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46452, 2803, 'panels_data', 'a:3:
{s:7:"widgets";a:16:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-page-video"]";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<div class="thim-register-now-form top-
homepage">\n<h3 class="title"><span>Create your free account now and get immediate
access to 100s of online Courses.</span></h3>\n[contact-form-7 id="85" title="Get
It Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1;s:2:
"id";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:5:
{s:5:"title";s:0:"";s:6:"layout";s:6:"slider";s:14:"slider-options";a:4:
{s:5:"limit";i:15;s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"7";s:15:"show
_pagination";b:0;}s:12:"list-options";a:2:
{s:11:"show_counts";b:0;s:12:"hierarchical";b:0;}s:11:"panels_info";a:6:
{s:5:"class";s:29:"Thim_Course_Categories_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:
"cell";i:0;s:2:"id";i:2;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:3;a:12:{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:0;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_fo
nt_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:3;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"layout";s:4:"grid";s:5:"limit";i
:8;s:16:"view_all_courses";s:8:"View All";s:14:"slider-options";a:3:
{s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;s:15:"show_navigation";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"4";}s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:4;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:7:
{s:14:"counters_label";s:8:"Learners";s:14:"counters_value";i:5000;s:4:"icon";s:0:"
";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"p
anels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:0;s:2:"id";i:5;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:6;a:7:
{s:14:"counters_label";s:9:"Graduates";s:14:"counters_value";i:6000;s:4:"icon";s:0:
"";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"
panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:1;s:2:"id";i:6;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:7;a:7:
{s:14:"counters_label";s:17:"Countries
Reached";s:14:"counters_value";i:150;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:2;s:2:"id";i:7;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:8;a:7:
{s:14:"counters_label";s:17:"Courses
Published";s:14:"counters_value";i:940;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:3;s:2:"id";i:8;s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:40:"Lorem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:72:"http://thim.staging.wp
engine.com/educationwp-2/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:6:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";
i:0;s:2:"id";i:10;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:11;a:12:{s:5:"title";s:12:"Lastest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lo
rem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"defau
lt";s:19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:11;s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cel
l";i:0;s:2:"id";i:12;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:13;a:12:{s:5:"title";s:15:"What People
Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lorem ipsum
dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0
;s:2:"id";i:13;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell
";i:0;s:2:"id";i:14;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:8;s:4:"cell";i:0;s:2:
"id";i:15;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:9:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:22:"thim-register-form-
top";s:13:"bottom_margin";s:4:"80px";s:18:"background_display";s:4:"tile";}}i:2;a:2
:{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"60px";s:18:"background_display";s:4:"tile";}}i:4;a:2:
{s:5:"cells";i:4;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"padding";s:9:"124px
0px";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:52;s:18:"ba
ckground_display";s:5:"cover";}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:79;s:18
:"background_display";s:5:"cover";}}i:7;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"65px";s:18:"background_display";s:4:"tile";}}i:8;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:13:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:2;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:3;a:2:
{s:4:"grid";i:2;s:6:"weight";i:1;}i:4;a:2:
{s:4:"grid";i:3;s:6:"weight";i:1;}i:5;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:6;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:7;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:8;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:9;a:2:
{s:4:"grid";i:5;s:6:"weight";i:1;}i:10;a:2:
{s:4:"grid";i:6;s:6:"weight";i:1;}i:11;a:2:
{s:4:"grid";i:7;s:6:"weight";i:1;}i:12;a:2:{s:4:"grid";i:8;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46453, 2803, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:16:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-page-video"]";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<div class="thim-register-now-form top-
homepage">\n<h3 class="title"><span>Create your free account now and get immediate
access to 100s of online Courses.</span></h3>\n[contact-form-7 id="85" title="Get
It Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1;s:2:
"id";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:5:
{s:5:"title";s:0:"";s:6:"layout";s:6:"slider";s:14:"slider-options";a:4:
{s:5:"limit";i:15;s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"7";s:15:"show
_pagination";b:0;}s:12:"list-options";a:2:
{s:11:"show_counts";b:0;s:12:"hierarchical";b:0;}s:11:"panels_info";a:6:
{s:5:"class";s:29:"Thim_Course_Categories_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:
"cell";i:0;s:2:"id";i:2;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:3;a:12:{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:0;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_fo
nt_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:3;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"layout";s:4:"grid";s:5:"limit";i
:8;s:16:"view_all_courses";s:8:"View All";s:14:"slider-options";a:3:
{s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;s:15:"show_navigation";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"4";}s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:4;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:7:
{s:14:"counters_label";s:8:"Learners";s:14:"counters_value";i:5000;s:4:"icon";s:0:"
";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"p
anels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:0;s:2:"id";i:5;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:6;a:7:
{s:14:"counters_label";s:9:"Graduates";s:14:"counters_value";i:6000;s:4:"icon";s:0:
"";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"
panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:1;s:2:"id";i:6;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:7;a:7:
{s:14:"counters_label";s:17:"Countries
Reached";s:14:"counters_value";i:150;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:2;s:2:"id";i:7;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:8;a:7:
{s:14:"counters_label";s:17:"Courses
Published";s:14:"counters_value";i:940;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:3;s:2:"id";i:8;s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:40:"Lorem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:72:"http://thim.staging.wp
engine.com/educationwp-2/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:6:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";
i:0;s:2:"id";i:10;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:11;a:12:{s:5:"title";s:12:"Lastest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lo
rem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"defau
lt";s:19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:11;s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cel
l";i:0;s:2:"id";i:12;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:13;a:12:{s:5:"title";s:15:"What People
Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lorem ipsum
dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0
;s:2:"id";i:13;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell
";i:0;s:2:"id";i:14;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:8;s:4:"cell";i:0;s:2:
"id";i:15;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:9:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:22:"thim-register-form-
top";s:13:"bottom_margin";s:4:"80px";s:18:"background_display";s:4:"tile";}}i:2;a:2
:{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"60px";s:18:"background_display";s:4:"tile";}}i:4;a:2:
{s:5:"cells";i:4;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"padding";s:9:"124px
0px";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:52;s:18:"ba
ckground_display";s:5:"cover";}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:79;s:18
:"background_display";s:5:"cover";}}i:7;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"65px";s:18:"background_display";s:4:"tile";}}i:8;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:13:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:2;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:3;a:2:
{s:4:"grid";i:2;s:6:"weight";i:1;}i:4;a:2:
{s:4:"grid";i:3;s:6:"weight";i:1;}i:5;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:6;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:7;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:8;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:9;a:2:
{s:4:"grid";i:5;s:6:"weight";i:1;}i:10;a:2:
{s:4:"grid";i:6;s:6:"weight";i:1;}i:11;a:2:
{s:4:"grid";i:7;s:6:"weight";i:1;}i:12;a:2:{s:4:"grid";i:8;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46454, 2803, '_dp_original', '2801');
INSERT INTO `wpor_postmeta` VALUES (46455, 2901, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46456, 2901, 'slide_template', '20');
INSERT INTO `wpor_postmeta` VALUES (46457, 2901, 'thim_mtb_using_custom_heading',
'1');
INSERT INTO `wpor_postmeta` VALUES (46458, 2901,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46461, 2901, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46462, 2901, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (54235, 7347, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"
widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-b5d27e1882f5";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (46467, 2901, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46468, 2901, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46469, 2901, 'thim_mtb_no_padding', '1');
INSERT INTO `wpor_postmeta` VALUES (46470, 2901, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46471, 2901, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:11:{i:0;a:12:{s:5:"title";s:9:"Our
Story";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:43:"It is a
long established fact that a
reade.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom
_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"b722de82-596f-4872-a999-
82903792e77e";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:8:
{s:14:"counters_label";s:17:"Foreign
Followers";s:14:"counters_value";i:55000;s:4:"icon";s:0:"";s:12:"border_color";b:0;
s:13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"2b5bf1c5-ff51-4fe3-8c3f-
a4d20da2222b";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:8:
{s:14:"counters_label";s:18:"Certified
Teachers";s:14:"counters_value";i:60;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:1;s:2:"id";i:2;s:9:"widget_id";s:36:"47c4671b-e5f4-43f9-bb49-
82f2c049a469";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:14:"counters_label";s:17:"Students
Enrolled";s:14:"counters_value";i:2240;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:2;s:2:"id";i:3;s:9:"widget_id";s:36:"585f084c-53fb-47e7-84b4-
85c3d8c74760";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:14:"counters_label";s:16:"Complete
Courses";s:14:"counters_value";i:215;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:3;s:2:"id";i:4;s:9:"widget_id";s:36:"82c5805e-b49b-452b-a85f-
8f89ef984017";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:5;a:9:
{s:5:"image";s:14:"3060,3059,2904";s:10:"image_size";s:4:"full";s:10:"image_link";s
:0:"";s:6:"number";i:1;s:15:"show_pagination";s:3:"yes";s:11:"link_target";s:5:"_se
lf";s:13:"css_animation";b:0;s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:26:"Thim_Gallery_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"ce
ll";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"b3bc72c0-3276-4092-a83f-
b92096a5bf7f";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:4:
{s:5:"title";s:0:"";s:4:"text";s:199:"<div class="thim-about-us-quote">\n<p>“Cras
tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum
metus.”</p>\n<div class="agency">Tony Nguyen, Co-
Founder</div>\n<hr>\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:6;s:9:"widget_id";s:36:"4cc15902-05fa-4547-a468-
6bd99ecd8b45";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:4:
{s:5:"title";s:10:"Who We Are";s:4:"text";s:507:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \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. \n<br><br>\nDonec iaculis adipiscing neque, non congue massa
euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0;s:2:
"id";i:7;s:9:"widget_id";s:36:"a2aa4470-dfef-4185-af54-
4e60a71c14c0";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:4:
{s:5:"title";s:10:"What We Do";s:4:"text";s:508:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \nvulputate a elit ac mollis. In sit amet ipsum turpis.
\n<br><br>\nPellentesque 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. Donec iaculis adipiscing neque, non congue
massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:2;s:2:
"id";i:8;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:
0;s:2:"id";i:10;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:7:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:1;a:2:{s:5:"cells";i:4;s:5:"style";a:0:
{}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:3;a:2:
{s:5:"cells";i:3;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"93px";s:18:"background_display";s:4:"tile";}}i:4;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:2935;s:18
:"background_display";s:8:"parallax";}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:12:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.25;}i:2;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.25;}i:3;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.25;}i:4;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.25;}i:5;a:2:
{s:4:"grid";i:2;s:6:"weight";i:1;}i:6;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.47999999999999998223643160599749535322189331054687
5;}i:7;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.04000000000000000083266726846886740531772375106811
5234375;}i:8;a:2:
{s:4:"grid";i:3;s:6:"weight";d:0.47999999999999998223643160599749535322189331054687
5;}i:9;a:2:{s:4:"grid";i:4;s:6:"weight";i:1;}i:10;a:2:
{s:4:"grid";i:5;s:6:"weight";i:1;}i:11;a:2:{s:4:"grid";i:6;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46472, 2901, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:55:"Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"b722de82-596f-4872-a999-
82903792e77e";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:18:"vertical_alignment";s:4:"auto";}}i:1;a:
4:{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54237, 7348, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:50:"Türkiye Bilişim Sektörü Dernekleri
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54229, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:6:"filter";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"
widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-b5d27e1882f5";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54221, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:4:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:4:{s:5:"title";s:10:"What We Do";s:4:"text";s:508:"Lorem ipsum dolor sit
amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum
turpis ac, pulvinar odio. Praesent \nvulputate a elit ac mollis. In sit amet ipsum
turpis. \n<br><br>\nPellentesque 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. Donec iaculis adipiscing neque, non
congue massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:12:
{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:2;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";i:
0;s:2:"id";i:3;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:5:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:4;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (46473, 2901, '_yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (46474, 2958, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46475, 2958, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46476, 2958, 'thim_mtb_using_custom_heading',
'1');
INSERT INTO `wpor_postmeta` VALUES (46477, 2958,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46478, 2958, 'thim_mtb_custom_title',
'Account');
INSERT INTO `wpor_postmeta` VALUES (46479, 2958, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46480, 2958, 'thim_mtb_hide_breadcrumbs', '1');
INSERT INTO `wpor_postmeta` VALUES (46481, 2958, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46482, 2958, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46483, 2958, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46484, 2958, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46485, 2958, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46486, 2958, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46487, 2958, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46488, 2958, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46489, 2958, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46490, 2958, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:2:{i:0;a:4:
{s:5:"title";s:0:"";s:4:"text";s:102:"[miniorange_social_login
shape="longbuttonwithtext" theme="default" space="4" width="240"
height="40"]";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:1:
{s:11:"panels_info";a:5:
{s:5:"class";s:22:"Thim_Login_Form_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i
:1;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:1;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:2:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:{s:4:"grid";i:1;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46491, 2958, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:4:
{s:5:"title";s:0:"";s:4:"text";s:102:"[miniorange_social_login
shape="longbuttonwithtext" theme="default" space="4" width="240"
height="40"]";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:1:
{s:11:"panels_info";a:5:
{s:5:"class";s:22:"Thim_Login_Form_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i
:1;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:1;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:2:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:{s:4:"grid";i:1;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46492, 2958, 'thim_login_page', '1');
INSERT INTO `wpor_postmeta` VALUES (46493, 3010, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46494, 3010, '_wp_page_template', 'page-
templates/homepage.php');
INSERT INTO `wpor_postmeta` VALUES (46495, 3010, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46496, 3010, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46497, 3010,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46498, 3010, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46499, 3010, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46500, 3010, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46501, 3010, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46502, 3010, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46503, 3010, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46504, 3010, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46505, 3010, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46506, 3010, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46507, 3010, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (46508, 3010, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46509, 3010, 'thim_id_course', '');
INSERT INTO `wpor_postmeta` VALUES (46510, 3481, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46511, 3481, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46512, 3481, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46513, 3481,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46514, 3481, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46515, 3481, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46516, 3481, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46517, 3481, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46518, 3481, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46519, 3481, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46520, 3481, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46521, 3481, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46522, 3481, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46523, 3481, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46524, 3481, 'thim_mtb_no_padding', '1');
INSERT INTO `wpor_postmeta` VALUES (46525, 3481, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:5:{i:0;a:13:{s:5:"title";s:29:"Testing With Education WP
LMS";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:91:"There are
some demo accounts which you can make a test with our learning management
system.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custo
m_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:5:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:1
;a:7:
{s:5:"image";i:3671;s:10:"image_size";s:4:"full";s:10:"image_link";s:0:"";s:11:"lin
k_target";s:5:"_self";s:15:"image_alignment";s:4:"left";s:13:"css_animation";b:0;s:
11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Single_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cel
l";i:0;s:2:"id";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:2;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<strong>Learner role:</strong> Every users in
the system is learner, that means they all be able to enroll any
courses.<br/><br/>\n<strong>Username:</strong>
learner<br/>\n<strong>Password:</strong>
learner";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1;s:2:
"id";i:2;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:4:
{s:5:"title";s:0:"";s:4:"text";s:229:"<strong>Instructor role:</strong> Those users
can create a course with lessons and quizzes with awesome course editor support,
try it out.<br/><br/>\n<strong>Username:</strong>
instructor</br>\n<strong>Password:</strong>
instructor";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:3;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:7:
{s:5:"image";i:3670;s:10:"image_size";s:4:"full";s:10:"image_link";s:0:"";s:11:"lin
k_target";s:5:"_self";s:15:"image_alignment";s:4:"left";s:13:"css_animation";b:0;s:
11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Single_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:1;s:2:"id";i:4;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:13:"bottom_margin";s:4:"40px";s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:18:"thim-demo-
accounts";s:13:"bottom_margin";s:4:"60px";s:18:"background_display";s:4:"tile";}}i:
2;a:2:{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:18:"thim-demo-
accounts";s:7:"padding";s:13:"0px 0px
100px";s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:5:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:2;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:3;a:2:
{s:4:"grid";i:2;s:6:"weight";d:0.5;}i:4;a:2:
{s:4:"grid";i:2;s:6:"weight";d:0.5;}}}');
INSERT INTO `wpor_postmeta` VALUES (46526, 3481, 'panels_data', 'a:3:
{s:7:"widgets";a:5:{i:0;a:13:{s:5:"title";s:29:"Testing With Education WP
LMS";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:91:"There are
some demo accounts which you can make a test with our learning management
system.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custo
m_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:7:
{s:5:"image";i:3671;s:10:"image_size";s:4:"full";s:10:"image_link";s:0:"";s:11:"lin
k_target";s:5:"_self";s:15:"image_alignment";s:4:"left";s:13:"css_animation";b:0;s:
11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Single_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cel
l";i:0;s:2:"id";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}i:2;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<strong>Learner role:</strong> Every users in
the system is learner, that means they all be able to enroll any
courses.<br/><br/>\n<strong>Username:</strong>
learner<br/>\n<strong>Password:</strong>
learner";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1;s:2:
"id";i:2;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:4:
{s:5:"title";s:0:"";s:4:"text";s:229:"<strong>Instructor role:</strong> Those users
can create a course with lessons and quizzes with awesome course editor support,
try it out.<br/><br/>\n<strong>Username:</strong>
instructor</br>\n<strong>Password:</strong>
instructor";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:3;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:7:
{s:5:"image";i:3670;s:10:"image_size";s:4:"full";s:10:"image_link";s:0:"";s:11:"lin
k_target";s:5:"_self";s:15:"image_alignment";s:4:"left";s:13:"css_animation";b:0;s:
11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Single_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:1;s:2:"id";i:4;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:13:"bottom_margin";s:4:"40px";s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:18:"thim-demo-
accounts";s:13:"bottom_margin";s:4:"60px";s:18:"background_display";s:4:"tile";}}i:
2;a:2:{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:18:"thim-demo-
accounts";s:7:"padding";s:13:"0px 0px
100px";s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:5:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:2;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:3;a:2:
{s:4:"grid";i:2;s:6:"weight";d:0.5;}i:4;a:2:
{s:4:"grid";i:2;s:6:"weight";d:0.5;}}}');
INSERT INTO `wpor_postmeta` VALUES (46527, 4424, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46528, 4424, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46529, 4424, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46530, 4424,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46531, 4424, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46532, 4424, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46533, 4424, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46534, 4424, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46535, 4424, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46536, 4424, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46537, 4424, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46538, 4424, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46539, 4424, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46540, 4424, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46541, 4424, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46542, 4424, 'panels_data', 'a:3:
{s:7:"widgets";a:1:{i:0;a:11:
{s:18:"portfolio_category";b:0;s:15:"filter_position";s:6:"center";s:6:"column";s:5
:"three";s:6:"gutter";b:1;s:9:"item_size";s:7:"masonry";s:6:"paging";s:3:"all";s:10
:"style-item";s:7:"style05";s:12:"num_per_view";s:0:"";s:11:"panels_info";a:5:
{s:5:"class";s:21:"Thim_Portfolio_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:
0;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}s:12
:"filter_hiden";b:0;s:13:"show_readmore";b:0;}}s:5:"grids";a:1:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:1:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46543, 4452, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46544, 4452, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46545, 4452, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46546, 4452,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46547, 4452, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46548, 4452, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46549, 4452, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46550, 4452, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46551, 4452, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46552, 4452, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46553, 4452, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46554, 4452, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46555, 4452, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46556, 4452, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46557, 4452, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46558, 4452, 'panels_data', 'a:3:
{s:7:"widgets";a:1:{i:0;a:12:
{s:18:"portfolio_category";b:0;s:15:"filter_position";s:6:"center";s:6:"column";s:5
:"three";s:6:"gutter";b:1;s:9:"item_size";s:9:"multigrid";s:6:"paging";s:3:"all";s:
10:"style-item";s:7:"style05";s:12:"num_per_view";s:0:"";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:21:"Thim_Portfolio_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:
0;s:9:"widget_id";s:36:"e778663a-edfe-4460-b48e-6869a20cff7e";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}s:12
:"filter_hiden";b:0;s:13:"show_readmore";b:0;}}s:5:"grids";a:1:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:1:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46559, 4452, '_dp_original', '4424');
INSERT INTO `wpor_postmeta` VALUES (46560, 4452, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:1:{i:0;a:12:
{s:18:"portfolio_category";b:0;s:15:"filter_position";s:6:"center";s:6:"column";s:5
:"three";s:6:"gutter";b:1;s:9:"item_size";s:9:"multigrid";s:6:"paging";s:3:"all";s:
10:"style-item";s:7:"style05";s:12:"num_per_view";s:0:"";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:21:"Thim_Portfolio_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:
0;s:9:"widget_id";s:36:"e778663a-edfe-4460-b48e-6869a20cff7e";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}s:12
:"filter_hiden";b:0;s:13:"show_readmore";b:0;}}s:5:"grids";a:1:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:1:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46561, 4452, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (46562, 4468, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46563, 4468, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46564, 4468, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46565, 4468,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46566, 4468, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46567, 4468, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46568, 4468, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46569, 4468, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46570, 4468, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46571, 4468, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46572, 4468, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46573, 4468, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46574, 4468, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46575, 4468, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46576, 4468, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46577, 4468, 'panels_data', 'a:3:
{s:7:"widgets";a:1:{i:0;a:11:
{s:18:"portfolio_category";b:0;s:15:"filter_position";s:6:"center";s:6:"column";s:5
:"three";s:6:"gutter";b:1;s:9:"item_size";s:4:"same";s:6:"paging";s:3:"all";s:10:"s
tyle-item";s:7:"style05";s:12:"num_per_view";s:0:"";s:11:"panels_info";a:5:
{s:5:"class";s:21:"Thim_Portfolio_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:
0;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}s:12
:"filter_hiden";b:0;s:13:"show_readmore";b:0;}}s:5:"grids";a:1:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:1:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46578, 4468, '_dp_original', '4424');
INSERT INTO `wpor_postmeta` VALUES (46579, 4468, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:1:{i:0;a:11:
{s:18:"portfolio_category";b:0;s:15:"filter_position";s:6:"center";s:6:"column";s:5
:"three";s:6:"gutter";b:1;s:9:"item_size";s:4:"same";s:6:"paging";s:3:"all";s:10:"s
tyle-item";s:7:"style05";s:12:"num_per_view";s:0:"";s:11:"panels_info";a:5:
{s:5:"class";s:21:"Thim_Portfolio_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:
0;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}s:12
:"filter_hiden";b:0;s:13:"show_readmore";b:0;}}s:5:"grids";a:1:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:1:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46580, 4526, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46581, 4526, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (46582, 4526, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:1:{i:0;a:4:
{s:3:"cat";b:0;s:7:"columns";s:1:"4";s:6:"filter";b:1;s:11:"panels_info";a:5:
{s:5:"class";s:24:"Thim_Gallery_Post_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id"
;i:0;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:1:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:1:
{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46583, 4526, 'panels_data', 'a:3:
{s:7:"widgets";a:1:{i:0;a:4:
{s:3:"cat";b:0;s:7:"columns";s:1:"4";s:6:"filter";b:1;s:11:"panels_info";a:5:
{s:5:"class";s:24:"Thim_Gallery_Post_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id"
;i:0;s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:1:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:1:
{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46584, 4526, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46585, 4526,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46586, 4526, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46587, 4526, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46588, 4526, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46589, 4526, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46590, 4526, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46591, 4526, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46592, 4526, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46593, 4526, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46594, 4526, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (46595, 4526, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46596, 4526, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46597, 4983, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46598, 4984, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46599, 4985, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46600, 4986, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46601, 4986, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46602, 4986, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46603, 4986,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46604, 4986, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46605, 4986, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46606, 4986, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46607, 4986, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46608, 4986, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46609, 4986, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46610, 4986, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46611, 4986, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46612, 4986, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46613, 4986, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (46614, 4986, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46615, 4986, '_yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (46616, 4987, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46617, 4993, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46618, 4993, '_learn_press_page', 'checkout');
INSERT INTO `wpor_postmeta` VALUES (46619, 4994, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46620, 4994, '_learn_press_page', 'cart');
INSERT INTO `wpor_postmeta` VALUES (46621, 4995, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46622, 4995, '_learn_press_page', 'profile');
INSERT INTO `wpor_postmeta` VALUES (46623, 4996, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46624, 4996, '_learn_press_page', 'courses');
INSERT INTO `wpor_postmeta` VALUES (46625, 4997, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46626, 4997, '_learn_press_page',
'become_a_teacher');
INSERT INTO `wpor_postmeta` VALUES (46627, 5749, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46628, 5749, '_panels_data_preview', 'a:3:
{s:7:"widgets";a:25:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-university"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:15:
{s:11:"title_group";a:6:
{s:5:"title";s:6:"ARTSUW";s:11:"color_title";s:7:"#ffffff";s:4:"size";s:2:"h3";s:12
:"font_heading";s:6:"custom";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";i:18;s:18:"custom_font_weight";s:3:"700";s:12:"custom_mg_b
t";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:6:"twitch";s:9:"icon_size";i:36;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:70;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffffff";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:11:"text-
center";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";
i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:1;s:9:"widget_id";s:36:"6c670351-46fc-4dd1-bb25-
30afbce7092b";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:15:
{s:11:"title_group";a:6:
{s:5:"title";s:6:"SOCIAL";s:11:"color_title";s:7:"#ffffff";s:4:"size";s:2:"h3";s:12
:"font_heading";s:6:"custom";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";i:18;s:18:"custom_font_weight";s:3:"700";s:12:"custom_mg_b
t";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:6:"unlink";s:9:"icon_size";i:36;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:70;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffffff";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:11:"text-
center";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";
i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
1;s:2:"id";i:2;s:9:"widget_id";s:36:"987b586d-a17b-45d6-9ba1-
e0565df492dc";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:15:
{s:11:"title_group";a:6:
{s:5:"title";s:9:"ATHLETICS";s:11:"color_title";s:7:"#ffffff";s:4:"size";s:2:"h3";s
:12:"font_heading";s:6:"custom";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";i:18;s:18:"custom_font_weight";s:3:"700";s:12:"custom_mg_b
t";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:6:"trophy";s:9:"icon_size";i:36;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:70;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffffff";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:11:"text-
center";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";
i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
2;s:2:"id";i:3;s:9:"widget_id";s:36:"9400c37b-8e9f-4db5-b9f7-
7931eee57766";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:15:
{s:11:"title_group";a:6:
{s:5:"title";s:4:"MYUW";s:11:"color_title";s:7:"#ffffff";s:4:"size";s:2:"h3";s:12:"
font_heading";s:6:"custom";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";i:18;s:18:"custom_font_weight";s:3:"700";s:12:"custom_mg_b
t";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:5:"sun-o";s:9:"icon_size";i:36;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:70;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffffff";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:11:"text-
center";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";
i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
3;s:2:"id";i:4;s:9:"widget_id";s:36:"a20b26c5-78a7-44be-9eed-
5def4f7276e4";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:15:
{s:11:"title_group";a:6:
{s:5:"title";s:4:"MAPS";s:11:"color_title";s:7:"#ffffff";s:4:"size";s:2:"h3";s:12:"
font_heading";s:6:"custom";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";i:18;s:18:"custom_font_weight";s:3:"700";s:12:"custom_mg_b
t";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:10:"map-marker";s:9:"icon_size";i:36;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:70;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffffff";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:11:"text-
center";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";
i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
4;s:2:"id";i:5;s:9:"widget_id";s:36:"98ddb8c3-e8e8-4cbe-aef6-
2e9408339f94";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:15:
{s:11:"title_group";a:6:
{s:5:"title";s:9:"LIBRARIES";s:11:"color_title";s:7:"#ffffff";s:4:"size";s:2:"h3";s
:12:"font_heading";s:6:"custom";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";i:18;s:18:"custom_font_weight";s:3:"700";s:12:"custom_mg_b
t";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:0:"";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0
;s:17:"color_description";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:4:"book";s:9:"icon_size";i:36;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:70;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffffff";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_ho
ver_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover";b:0;}s
:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:11:"text-
center";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";
i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
5;s:2:"id";i:6;s:9:"widget_id";s:36:"c71d1fcf-6f06-415f-8462-
0f5511d5c972";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:7;a:12:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:7;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:17:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:160:"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.";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"color_d
escription";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:1:"#";s:9:"read_more";s:4:"more";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_icomoon_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:
0;s:2:"id";i:8;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custo
m_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:1
;s:2:"id";i:9;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";
i:1;s:2:"id";i:10;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:11;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:2;s:2:
"id";i:11;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:12;a:12:
{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:12;s:9:"widget_id";s:36:"28b9135b-1245-40be-9ebf-
faaf11f28609";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:13;a:8:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"layout";s:6:"slider";s:5:"limit"
;i:8;s:16:"view_all_courses";s:0:"";s:14:"slider-options";a:3:
{s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"2";}s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:13;s:9:"widget_id";s:36:"4a2fcc20-2b9b-4530-ba95-
03da46da27d4";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:8:
{s:14:"counters_label";s:17:"Enrolled
Students";s:14:"counters_value";i:6375;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:5:"style";s:9:"home-
page";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:0;s:2:"id";i:14;s:9:"widget_id";s:36:"0a87656a-69fe-4c00-9843-
fd4072ab91ce";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:15;a:8:
{s:14:"counters_label";s:7:"Lessons";s:14:"counters_value";i:59;s:4:"icon";s:0:"";s
:12:"border_color";b:0;s:13:"counter_color";b:0;s:5:"style";s:9:"home-
page";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:1;s:2:"id";i:15;s:9:"widget_id";s:36:"f90d677b-a054-42f3-8754-
8bdf4ac1760c";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:16;a:8:
{s:14:"counters_label";s:14:"5 Stars
Rating";s:14:"counters_value";i:243;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13:
"counter_color";b:0;s:5:"style";s:9:"home-
page";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:2;s:2:"id";i:16;s:9:"widget_id";s:36:"485a50c5-c531-465c-b930-
ebbe733c06c8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:17;a:8:
{s:14:"counters_label";s:6:"Videos";s:14:"counters_value";i:35;s:4:"icon";s:0:"";s:
12:"border_color";b:0;s:13:"counter_color";b:0;s:5:"style";s:9:"home-
page";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:3;s:2:"id";i:17;s:9:"widget_id";s:36:"7e6f7aa0-cdfc-4f34-844b-
b6a300246001";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:18;a:12:{s:5:"title";s:11:"Latest
News";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:34:"Education
news all over the
world.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom
_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:18;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:19;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cel
l";i:0;s:2:"id";i:19;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:20;a:12:
{s:5:"title";s:30:"Trusted by over 6000+
students";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:68
:"Join our community of students around the world helping you
succeed.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"default";
s:19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:7:"bg_line";b:0;s:10:"text_align";s:11:"text-
center";s:13:"css_animation";b:0;s:4:"line";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:20;s:9:"widget_id";s:36:"7def7b2a-0422-499e-8425-
c29bcc0278ec";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:21;a:6:
{s:5:"title";s:11:"Get Started";s:3:"url";s:1:"#";s:4:"icon";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:6:"layout";a:2:
{s:11:"button_size";s:6:"normal";s:8:"rounding";b:0;}s:10:"new_window";b:0;s:11:"pa
nels_info";a:7:
{s:5:"class";s:18:"Thim_Button_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0;
s:2:"id";i:21;s:9:"widget_id";s:36:"ddb50689-7cb3-4c59-8d4d-
f55a2528503b";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:22;a:12:
{s:5:"title";s:15:"What
People Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:53:"How
real people said about Education WordPress
Theme.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom
_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0
;s:2:"id";i:22;s:9:"widget_id";s:36:"84d07ec5-6501-490e-a0a0-
20ffb30eeecb";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:23;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell
";i:0;s:2:"id";i:23;s:9:"widget_id";s:36:"3e832d73-8a2c-4266-9d8b-
fa2596f9ebbb";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:24;a:5:
{s:5:"title";s:0:"";s:4:"text";s:227:"<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</div>";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:8;s:4:"cell";i:0;s:2:"id";i:24;s:9:
"widget_id";s:36:"1e21d727-5184-4a9a-893d-8501b5ee568c";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}s:6:
"filter";b:0;}}s:5:"grids";a:9:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:7:"row_css";s:13:"height:
100vh";s:13:"bottom_margin";s:3:"0px";s:11:"row_stretch";s:14:"full-
stretched";s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:6;s:5:"style";a:5:{s:5:"class";s:24:"thim-university-top-
icon";s:7:"padding";s:8:"29px
0px";s:11:"row_stretch";s:4:"full";s:10:"background";s:7:"#ffb606";s:18:"background
_display";s:4:"tile";}}i:2;a:2:{s:5:"cells";i:3;s:5:"style";a:3:
{s:5:"class";s:23:"thim-welcome-
university";s:13:"bottom_margin";s:5:"100px";s:18:"background_display";s:4:"tile";}
}i:3;a:2:{s:5:"cells";i:1;s:5:"style";a:5:
{s:13:"bottom_margin";s:3:"0px";s:7:"padding";s:14:"30px 0px
100px";s:11:"row_stretch";s:4:"full";s:10:"background";s:7:"#f9f9f9";s:18:"backgrou
nd_display";s:4:"tile";}}i:4;a:2:{s:5:"cells";i:4;s:5:"style";a:5:
{s:5:"class";s:15:"thim-bg-overlay";s:7:"padding";s:9:"124px
9px";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:5760;s:18:"
background_display";s:8:"parallax";}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:5:"class";s:26:"thim-latest-new-
university";s:13:"bottom_margin";s:4:"83px";s:11:"row_stretch";s:4:"full";s:18:"bac
kground_display";s:5:"cover";}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:5:"class";s:35:"thim-join-the-elite-group thim-
dark";s:11:"row_stretch";s:4:"full";s:27:"background_image_attachment";i:5764;s:18:
"background_display";s:8:"parallax";}}i:7;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:13:"bottom_margin";s:4:"65px";s:18:"background_display";s:4:"tile";}}i:8;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:19:{i:0;a:2:
{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.16666666666666665741480812812369549646973609924316
40625;}i:2;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.16666666666666665741480812812369549646973609924316
40625;}i:3;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.16666666666666665741480812812369549646973609924316
40625;}i:4;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.16666666666666665741480812812369549646973609924316
40625;}i:5;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.16666666666666665741480812812369549646973609924316
40625;}i:6;a:2:
{s:4:"grid";i:1;s:6:"weight";d:0.16666666666666665741480812812369549646973609924316
40625;}i:7;a:2:
{s:4:"grid";i:2;s:6:"weight";d:0.33333333333333331482961625624739099293947219848632
8125;}i:8;a:2:
{s:4:"grid";i:2;s:6:"weight";d:0.33333333333333331482961625624739099293947219848632
8125;}i:9;a:2:
{s:4:"grid";i:2;s:6:"weight";d:0.33333333333333331482961625624739099293947219848632
8125;}i:10;a:2:{s:4:"grid";i:3;s:6:"weight";i:1;}i:11;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:12;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:13;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:14;a:2:
{s:4:"grid";i:4;s:6:"weight";d:0.25;}i:15;a:2:
{s:4:"grid";i:5;s:6:"weight";i:1;}i:16;a:2:
{s:4:"grid";i:6;s:6:"weight";i:1;}i:17;a:2:
{s:4:"grid";i:7;s:6:"weight";i:1;}i:18;a:2:{s:4:"grid";i:8;s:6:"weight";i:1;}}}');
INSERT INTO `wpor_postmeta` VALUES (46629, 5749, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (46630, 5749, 'panels_data', 'a:3:
{s:7:"widgets";a:12:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:16:"Başkandan
Mesaj";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"sub_
heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a:3
:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:15:
{s:5:"title";s:0:"";s:6:"cat_id";s:3:"270";s:12:"number_posts";i:1;s:16:"show_descr
iption";s:3:"yes";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:12:"custom_image";s:13
:"item_vertical";i:0;s:4:"link";s:0:"";s:9:"text_link";s:0:"";s:5:"style";s:7:"side
bar";s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:21:"Thim_List_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i
:0;s:2:"id";i:2;s:9:"widget_id";s:36:"b89d1290-d26b-4fea-ab7c-
2280827c0087";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:9:
{s:5:"title";s:13:"Tüm Yazılar";s:3:"url";s:26:"/kategori/baskandan-
mesaj/";s:12:"custom_style";s:12:"custom_style";s:13:"style_options";a:9:
{s:9:"font_size";i:13;s:11:"font_weight";s:4:"bold";s:12:"border_width";s:0:"";s:5:
"color";s:7:"#dd3333";s:12:"border_color";s:7:"#ffffff";s:8:"bg_color";s:7:"#ffffff
";s:11:"hover_color";b:0;s:18:"hover_border_color";b:0;s:14:"hover_bg_color";b:0;}s
:4:"icon";a:3:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;s:13:"icon_position";b:0;}s:6:"layout";a:2:
{s:11:"button_size";s:6:"normal";s:8:"rounding";b:0;}s:12:"widget-
class";s:0:"";s:10:"new_window";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:18:"Thim_Button_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;
s:2:"id";i:3;s:9:"widget_id";s:36:"1dc94f06-b44c-4568-9718-
cb6224b1a4ea";s:5:"style";a:2:{s:7:"padding";s:17:"0px 200px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:4;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:4;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:6:
{s:5:"title";s:0:"";s:6:"layout";s:8:"layout-
2";s:12:"number_posts";i:3;s:9:"text_link";s:16:"Tüm Etkinlikler";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:5;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:5:
{s:5:"title";s:0:"";s:4:"text";s:171:"<div class="thim-register-now-form">\n<h3
class="title"><span>Bilişim Sektörü Dernekleri Federasyonu</span></h3>\n[contact-
form-7 id="85" title="İletişime Geç"]\n</div>";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:2;s:2:"id";i:6;s:9:"
widget_id";s:36:"0f14fd4f-a792-43c0-adfc-a810adec141a";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:7
;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:41:"Sektör ve üye derneklerimizden
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:7;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:12:
{s:5:"title";s:0:"";s:6:"cat_id";s:3:"228";s:6:"layout";s:4:"base";s:12:"visible_po
st";i:3;s:12:"number_posts";i:4;s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2
:"no";s:9:"auto_play";i:0;s:7:"orderby";s:6:"recent";s:5:"order";s:4:"desc";s:12:"w
idget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:8;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:14:
{s:5:"image";i:7540;s:14:"image_fallback";s:0:"";s:4:"size";s:4:"full";s:5:"align";
s:7:"default";s:5:"title";s:0:"";s:14:"title_position";s:6:"hidden";s:3:"alt";s:0:"
";s:3:"url";s:41:"/wp-
content/uploads/2016/04/tesvikler.pdf";s:10:"new_window";b:1;s:5:"bound";b:1;s:12:"
_sow_form_id";s:13:"5938646c11ddb";s:12:"widget-
class";s:0:"";s:10:"full_width";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:30:"SiteOrigin_Widget_Image_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4
:"cell";i:0;s:2:"id";i:9;s:9:"widget_id";s:36:"94c62fe1-1a35-4eb6-8c8b-
b36df3d325f6";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:14:
{s:5:"image";i:7542;s:14:"image_fallback";s:0:"";s:4:"size";s:4:"full";s:5:"align";
s:7:"default";s:5:"title";s:0:"";s:14:"title_position";s:6:"hidden";s:3:"alt";s:0:"
";s:3:"url";s:10:"post:
7545";s:5:"bound";b:1;s:12:"_sow_form_id";s:13:"5938658233ccd";s:12:"widget-
class";s:0:"";s:10:"new_window";b:0;s:10:"full_width";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:30:"SiteOrigin_Widget_Image_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4
:"cell";i:1;s:2:"id";i:10;s:9:"widget_id";s:36:"f9ee5d68-5897-4b4e-a504-
a73be19022ce";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:11;a:14:
{s:5:"image";i:7543;s:14:"image_fallback";s:0:"";s:4:"size";s:4:"full";s:5:"align";
s:7:"default";s:5:"title";s:0:"";s:14:"title_position";s:6:"hidden";s:3:"alt";s:0:"
";s:3:"url";s:10:"post:
7553";s:5:"bound";b:1;s:12:"_sow_form_id";s:13:"5938658556606";s:12:"widget-
class";s:0:"";s:10:"new_window";b:0;s:10:"full_width";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:30:"SiteOrigin_Widget_Image_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4
:"cell";i:2;s:2:"id";i:11;s:9:"widget_id";s:36:"a940c3c0-4c4f-48c2-9fd0-
beac214ae72f";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:4:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:16:"0px
0px 70px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}i:3;a:2:{s:5:"cells";i:3;s:5:"style";a:4:
{s:7:"padding";s:16:"50px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"50px";s:14:"cel
l_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:8:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}i:5;
a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:3;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:3;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (55147, 7519, 'panels_data', 'a:3:
{s:7:"widgets";a:9:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:16:"Başkandan
Mesaj";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"sub_
heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a:3
:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:15:
{s:5:"title";s:0:"";s:6:"cat_id";s:3:"270";s:12:"number_posts";i:1;s:16:"show_descr
iption";s:3:"yes";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:12:"custom_image";s:13
:"item_vertical";i:0;s:4:"link";s:0:"";s:9:"text_link";s:0:"";s:5:"style";s:7:"side
bar";s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:21:"Thim_List_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i
:0;s:2:"id";i:2;s:9:"widget_id";s:36:"b89d1290-d26b-4fea-ab7c-
2280827c0087";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:9:
{s:5:"title";s:13:"Tüm Yazılar";s:3:"url";s:26:"/kategori/baskandan-
mesaj/";s:12:"custom_style";s:12:"custom_style";s:13:"style_options";a:9:
{s:9:"font_size";i:13;s:11:"font_weight";s:4:"bold";s:12:"border_width";s:0:"";s:5:
"color";s:7:"#dd3333";s:12:"border_color";s:7:"#ffffff";s:8:"bg_color";s:7:"#ffffff
";s:11:"hover_color";b:0;s:18:"hover_border_color";b:0;s:14:"hover_bg_color";b:0;}s
:4:"icon";a:3:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;s:13:"icon_position";b:0;}s:6:"layout";a:2:
{s:11:"button_size";s:6:"normal";s:8:"rounding";b:0;}s:12:"widget-
class";s:0:"";s:10:"new_window";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:18:"Thim_Button_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;
s:2:"id";i:3;s:9:"widget_id";s:36:"1dc94f06-b44c-4568-9718-
cb6224b1a4ea";s:5:"style";a:2:{s:7:"padding";s:17:"0px 200px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:4;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:4;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:6:
{s:5:"title";s:0:"";s:6:"layout";s:8:"layout-
2";s:12:"number_posts";i:3;s:9:"text_link";s:16:"Tüm Etkinlikler";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:5;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:5:
{s:5:"title";s:0:"";s:4:"text";s:180:"<div class="thim-register-now-form">\n<h3
class="title"><span>Türkiye Bilişim Sektörü Dernekleri
Federasyonu</span></h3>\n[contact-form-7 id="85" title="İletişime
Geç"]\n</div>";s:12:"widget-class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:6;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:41:"Sektör ve üye derneklerimizden
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:7;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:12:
{s:5:"title";s:0:"";s:6:"cat_id";s:3:"228";s:6:"layout";s:4:"base";s:12:"visible_po
st";d:3;s:12:"number_posts";d:4;s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2
:"no";s:9:"auto_play";d:0;s:7:"orderby";s:6:"recent";s:5:"order";s:4:"desc";s:12:"w
idget-class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:4:"grid";i:2;s:4:"cell";i:0;s:2:"id
";i:8;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-10b727c178ee";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:3:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:6:
{s:7:"row_css";s:13:"height: 100vh";s:7:"padding";s:15:"0px 0px 0px
0px";s:14:"mobile_padding";s:17:"0px 0px 300px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:16:"0px
0px 70px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (46631, 5749, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (46632, 5749,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (46633, 5749, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (46634, 5749, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (46635, 5749, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (46636, 5749, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (46637, 5749, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (46638, 5749, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (46639, 5749, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (46640, 5749, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (46641, 5749, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (46642, 5749, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (46643, 5749, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (46644, 5749, '_wp_page_template', 'page-
templates/homepage.php');
INSERT INTO `wpor_postmeta` VALUES (46645, 5749, '_yoast_wpseo_focuskw_text_input',
'education wordpress theme');
INSERT INTO `wpor_postmeta` VALUES (46646, 5749, '_yoast_wpseo_focuskw', 'education
wordpress theme');
INSERT INTO `wpor_postmeta` VALUES (46647, 5749, '_yoast_wpseo_title', '#1
Education WordPress Theme for 2016');
INSERT INTO `wpor_postmeta` VALUES (46648, 5749, '_yoast_wpseo_metadesc', 'Best
education WordPress Theme for educational, training center, education center,
university, college, kindergarten, courses hub and academy.');
INSERT INTO `wpor_postmeta` VALUES (46649, 5749, '_yoast_wpseo_linkdex', '72');
INSERT INTO `wpor_postmeta` VALUES (46650, 5749, '_yoast_wpseo_content_score',
'90');
INSERT INTO `wpor_postmeta` VALUES (46651, 5749, 'thim_page_on_front', '1');
INSERT INTO `wpor_postmeta` VALUES (46652, 5890, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46653, 5891, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46654, 5892, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46655, 5893, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46656, 5894, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46712, 7124, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (46713, 7124, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (46714, 7124, '_menu_item_object_id', '87');
INSERT INTO `wpor_postmeta` VALUES (46715, 7124, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (46716, 7124, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (46717, 7124, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (46718, 7124, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (46719, 7124, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (46720, 7124, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (46721, 7124, '_menu-item-tp-megamenu', '');
INSERT INTO `wpor_postmeta` VALUES (46722, 7124, '_menu-item-tp-item-style', '');
INSERT INTO `wpor_postmeta` VALUES (46723, 7124, '_menu-item-tp-menu-icon', '');
INSERT INTO `wpor_postmeta` VALUES (46724, 7124, '_menu-item-tp-bg-color', '');
INSERT INTO `wpor_postmeta` VALUES (46725, 7124, '_menu-item-tp-bg-image', '');
INSERT INTO `wpor_postmeta` VALUES (46726, 7124, '_menu-item-tp-hide-text', '');
INSERT INTO `wpor_postmeta` VALUES (46727, 7124, '_menu-item-tp-disable-link', '');
INSERT INTO `wpor_postmeta` VALUES (46728, 7124, '_menu-item-tp-full-width-
dropdown', '');
INSERT INTO `wpor_postmeta` VALUES (46729, 7124, '_menu-item-tp-submenu-columns',
'1');
INSERT INTO `wpor_postmeta` VALUES (46730, 7124, '_menu-item-tp-side-dropdown-
elements', 'drop_to_left');
INSERT INTO `wpor_postmeta` VALUES (46731, 7124, '_menu-item-tp-submenu-type',
'standard');
INSERT INTO `wpor_postmeta` VALUES (46732, 7124, '_menu-item-tp-widget-area', '');
INSERT INTO `wpor_postmeta` VALUES (46733, 7124, '_menu-item-tp-bg-image-repeat',
'repeat');
INSERT INTO `wpor_postmeta` VALUES (46734, 7124, '_menu-item-tp-bg-image-
attachment', 'scroll');
INSERT INTO `wpor_postmeta` VALUES (46735, 7124, '_menu-item-tp-bg-image-position',
'center');
INSERT INTO `wpor_postmeta` VALUES (46736, 7124, '_menu-item-tp-bg-image-size',
'auto');
INSERT INTO `wpor_postmeta` VALUES (46737, 7124, '_menu-item-tp-target-blank', '');
INSERT INTO `wpor_postmeta` VALUES (46738, 7124, 'tc-mega-menu', 'a:3:
{s:4:"icon";s:0:"";s:5:"align";s:4:"left";s:6:"layout";s:7:"default";}');
INSERT INTO `wpor_postmeta` VALUES (54870, 7453, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1240;s:6:"height";i:570;s:4:"file";s:24:"2016/01/secim-
baskan.jpg";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"secim-baskan-
150x150.jpg";s:5:"width";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:"secim-baskan-
300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"secim-baskan-
768x353.jpg";s:5:"width";i:768;s:6:"height";i:353;s:9:"mime-
type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"secim-baskan-
1024x471.jpg";s:5:"width";i:1024;s:6:"height";i:471;s:9:"mime-
type";s:10:"image/jpeg";}s:13:"single_course";a:4:{s:4:"file";s:24:"secim-baskan-
300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:{s:4:"file";s:24:"secim-
baskan-300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"secim-baskan-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"secim-baskan-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"secim-baskan-
600x570.jpg";s:5:"width";i:600;s:6:"height";i:570;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:24:"secim-
baskan-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (54869, 7453, '_wp_attached_file',
'2016/01/secim-baskan.jpg');
INSERT INTO `wpor_postmeta` VALUES (54868, 3696, '_edit_lock', '1497195591:1');
INSERT INTO `wpor_postmeta` VALUES (54866, 5836, '_edit_lock', '1496180107:1');
INSERT INTO `wpor_postmeta` VALUES (54867, 5836, '_bbp_last_reply_id', '0');
INSERT INTO `wpor_postmeta` VALUES (55323, 7568, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:7:{s:5:"title";s:0:"";s:4:"text";s:57:"<p> </p><h3
class="title">Kurucu Dernekler</h3><p>
</p>";s:20:"text_selected_editor";s:7:"tinymce";s:5:"autop";b:1;s:12:"_sow_form_id"
;s:13:"5927563b7a18e";s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:
4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"6792ca33-bf67-48a1-9756-
e4e5e050edf1";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:7:
{s:5:"title";s:0:"";s:4:"text";s:2888:"<table class="imB0"><tbody><tr><td
class="imW102 imVt cb6"><p><span class="fs20"><span class="ff0"><b>DERNEK
ADI</b></span></span></p></td><td class="imW306 imVt cb6"><p><span class="ff0
fs20"><b>AÇIKLAMA</b></span></p></td><td class="imW168 imVt cb6"><p><span
class="ff0 fs20"><b>ŞEHİR</b></span></p></td></tr><tr><td class="imW102 imVt"><p><a
href="http://abiad.org.tr/" target="_blank" rel="noopener noreferrer"><span
class="ff0 fs20 cf4">ABİAD</span></a></p></td><td class="imW306 imVt"><p><a
href="http://abiad.org.tr/" target="_blank" rel="noopener noreferrer"><span
class="ff1 cf3 fs18">Adana Bilişimci İşadamları Derneği</span></a></p></td><td
class="imW168 imVt"><p><span class="ff0 fs20 cf4">ADANA</span></p></td></tr><tr><td
class="imW102 imVt"><p><a href="http://www.bisiad.org.tr/" target="_blank"
rel="noopener noreferrer"><span class="ff0 fs20 cf4">BİSİAD</span></a></p></td><td
class="imW306 imVt"><p><a href="http://www.bisiad.org.tr/" target="_blank"
rel="noopener noreferrer"><span class="ff1 cf3 fs18">Bursa Bilişim İşadamları
Sektör Derneği</span></a></p></td><td class="imW168 imVt"><p><span class="ff0 fs20
cf4">BURSA</span></p></td></tr><tr><td class="imW102 imVt"><p><a
href="http://gabiad.com/" target="_blank" rel="noopener noreferrer"><span
class="ff0 fs20 cf4">GABİAD</span></a></p></td><td class="imW306 imVt"><p><a
href="http://gabiad.com/" target="_blank" rel="noopener noreferrer"><span
class="ff1 cf3 fs18">Gaziantep Bilişimci İşadamları Derneği</span></a></p></td><td
class="imW168 imVt"><p><span class="ff0 fs20
cf4">GAZİANTEP</span></p></td></tr><tr><td class="imW102 imVt"><p><a
href="http://kobid.org.tr/" target="_blank" rel="noopener noreferrer"><span
class="ff0 fs20 cf4">KOBİD</span></a></p></td><td class="imW306 imVt"><p><a
href="http://kobid.org.tr/" target="_blank" rel="noopener noreferrer"><span
class="ff1 cf3 fs18">Konya Bilişim Derneği</span></a></p></td><td class="imW168
imVt"><p><span class="ff0 fs20 cf4">KONYA</span></p></td></tr><tr><td class="imW102
imVt"><p><a href="http://www.sabider.org/" target="_blank" rel="noopener
noreferrer"><span class="ff0 fs20 cf4">SABİDER</span></a></p></td><td class="imW306
imVt"><p><a href="http://www.sabider.org/" target="_blank" rel="noopener
noreferrer"><span class="ff1 cf3 fs18">Sakarya Bilişim Sektör
Derneği</span></a></p></td><td class="imW168 imVt"><p><span class="ff0 fs20
cf4">SAKARYA</span></p></td></tr><tr><td class="imW102 imVt"><p><a
href="http://tubider.org.tr/" target="_blank" rel="noopener noreferrer"><span
class="ff0 fs20 cf4">TÜBİDER</span></a></p></td><td class="imW306 imVt"><p><a
href="http://tubider.org.tr/" target="_blank" rel="noopener noreferrer"><span
class="ff1 cf3 fs18">Bilişim Sektörü Derneği</span></a></p></td><td class="imW168
imVt"><p><span class="ff0 fs20
cf4">İSTANBUL</span></p></td></tr></tbody></table><p>
</p>";s:20:"text_selected_editor";s:7:"tinymce";s:5:"autop";b:1;s:12:"_sow_form_id"
;s:13:"5927558cb433b";s:12:"widget-class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s
:2:"id";i:1;s:9:"widget_id";s:36:"938b3bea-9089-446c-95e4-
3c8b14da9b1a";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:5:"100px";s:14:"cell_a
lignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (47133, 7140, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (47134, 7140, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (47135, 7140, '_menu_item_object_id', '2901');
INSERT INTO `wpor_postmeta` VALUES (47136, 7140, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (47137, 7140, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (47138, 7140, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (47139, 7140, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (47140, 7140, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (47141, 7140, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (47142, 7140, '_menu-item-tp-megamenu', '');
INSERT INTO `wpor_postmeta` VALUES (47143, 7140, '_menu-item-tp-item-style', '');
INSERT INTO `wpor_postmeta` VALUES (47144, 7140, '_menu-item-tp-menu-icon', '');
INSERT INTO `wpor_postmeta` VALUES (47145, 7140, '_menu-item-tp-bg-color', '');
INSERT INTO `wpor_postmeta` VALUES (47146, 7140, '_menu-item-tp-bg-image', '');
INSERT INTO `wpor_postmeta` VALUES (47147, 7140, '_menu-item-tp-hide-text', '');
INSERT INTO `wpor_postmeta` VALUES (47148, 7140, '_menu-item-tp-disable-link', '');
INSERT INTO `wpor_postmeta` VALUES (47149, 7140, '_menu-item-tp-full-width-
dropdown', '');
INSERT INTO `wpor_postmeta` VALUES (47150, 7140, '_menu-item-tp-submenu-columns',
'1');
INSERT INTO `wpor_postmeta` VALUES (47151, 7140, '_menu-item-tp-side-dropdown-
elements', 'drop_to_right');
INSERT INTO `wpor_postmeta` VALUES (47152, 7140, '_menu-item-tp-submenu-type',
'standard');
INSERT INTO `wpor_postmeta` VALUES (47153, 7140, '_menu-item-tp-widget-area', '');
INSERT INTO `wpor_postmeta` VALUES (47154, 7140, '_menu-item-tp-bg-image-repeat',
'repeat');
INSERT INTO `wpor_postmeta` VALUES (47155, 7140, '_menu-item-tp-bg-image-
attachment', 'scroll');
INSERT INTO `wpor_postmeta` VALUES (47156, 7140, '_menu-item-tp-bg-image-position',
'center');
INSERT INTO `wpor_postmeta` VALUES (47157, 7140, '_menu-item-tp-bg-image-size',
'auto');
INSERT INTO `wpor_postmeta` VALUES (54660, 7426, 'tc-mega-menu', 'a:3:
{s:4:"icon";s:0:"";s:5:"align";s:4:"left";s:6:"layout";s:7:"default";}');
INSERT INTO `wpor_postmeta` VALUES (54659, 7423, 'tc-mega-menu', 'a:3:
{s:4:"icon";s:0:"";s:5:"align";s:4:"left";s:6:"layout";s:7:"default";}');
INSERT INTO `wpor_postmeta` VALUES (54658, 7424, 'tc-mega-menu', 'a:3:
{s:4:"icon";s:0:"";s:5:"align";s:4:"left";s:6:"layout";s:7:"default";}');
INSERT INTO `wpor_postmeta` VALUES (54657, 7425, 'tc-mega-menu', 'a:3:
{s:4:"icon";s:0:"";s:5:"align";s:4:"left";s:6:"layout";s:7:"default";}');
INSERT INTO `wpor_postmeta` VALUES (54655, 7426, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (54654, 7426, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (54653, 7426, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (54652, 7426, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (54651, 7426, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (54650, 7426, '_menu_item_object_id', '7392');
INSERT INTO `wpor_postmeta` VALUES (54649, 7426, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (54648, 7426, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (54646, 7425, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (54645, 7425, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (54644, 7425, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (54643, 7425, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (54642, 7425, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (54641, 7425, '_menu_item_object_id', '7382');
INSERT INTO `wpor_postmeta` VALUES (54640, 7425, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (54639, 7425, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (54637, 7424, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (54636, 7424, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (54635, 7424, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (54634, 7424, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (54633, 7424, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (54632, 7424, '_menu_item_object_id', '7388');
INSERT INTO `wpor_postmeta` VALUES (54631, 7424, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (54630, 7424, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (54627, 7423, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (54628, 7423, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (54626, 7423, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (54625, 7423, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (54624, 7423, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (54623, 7423, '_menu_item_object_id', '7398');
INSERT INTO `wpor_postmeta` VALUES (54622, 7423, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (54621, 7423, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (54693, 7431, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:6:
{s:5:"title";s:0:"";s:6:"layout";s:8:"layout-
2";s:12:"number_posts";d:3;s:9:"text_link";s:16:"Tüm Etkinlikler";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:4:"grid";i:1;s:4:"cell";i:1;s:2:"id";i
:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-80a66890c815";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:5
;a:5:{s:5:"title";s:0:"";s:4:"text";s:180:"<div class="thim-register-now-
form">\n<h3 class="title"><span>Türkiye Bilişim Sektörü Dernekleri
Federasyonu</span></h3>\n[contact-form-7 id="85" title="İletişime
Geç"]\n</div>";s:12:"widget-class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:41:"Sektör ve üye derneklerimizden
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:16:"0px
0px 70px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54216, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:11:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:8:{s:14:"counters_label";s:17:"Foreign
Followers";s:14:"counters_value";i:55000;s:4:"icon";s:0:"";s:12:"border_color";b:0;
s:13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"2b5bf1c5-ff51-4fe3-8c3f-
a4d20da2222b";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:8:
{s:14:"counters_label";s:18:"Certified
Teachers";s:14:"counters_value";i:60;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:1;s:2:"id";i:2;s:9:"widget_id";s:36:"47c4671b-e5f4-43f9-bb49-
82f2c049a469";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:14:"counters_label";s:17:"Students
Enrolled";s:14:"counters_value";i:2240;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:2;s:2:"id";i:3;s:9:"widget_id";s:36:"585f084c-53fb-47e7-84b4-
85c3d8c74760";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:14:"counters_label";s:16:"Complete
Courses";s:14:"counters_value";i:215;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:3;s:2:"id";i:4;s:9:"widget_id";s:36:"82c5805e-b49b-452b-a85f-
8f89ef984017";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:5;a:9:
{s:5:"image";s:14:"3060,3059,2904";s:10:"image_size";s:4:"full";s:10:"image_link";s
:0:"";s:6:"number";i:1;s:15:"show_pagination";s:3:"yes";s:11:"link_target";s:5:"_se
lf";s:13:"css_animation";b:0;s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:26:"Thim_Gallery_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"ce
ll";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"b3bc72c0-3276-4092-a83f-
b92096a5bf7f";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:4:
{s:5:"title";s:0:"";s:4:"text";s:199:"<div class="thim-about-us-quote">\n<p>“Cras
tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum
metus.”</p>\n<div class="agency">Tony Nguyen, Co-
Founder</div>\n<hr>\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:6;s:9:"widget_id";s:36:"4cc15902-05fa-4547-a468-
6bd99ecd8b45";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:4:
{s:5:"title";s:10:"Who We Are";s:4:"text";s:507:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \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. \n<br><br>\nDonec iaculis adipiscing neque, non congue massa
euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0;s:2:
"id";i:7;s:9:"widget_id";s:36:"a2aa4470-dfef-4185-af54-
4e60a71c14c0";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:4:
{s:5:"title";s:10:"What We Do";s:4:"text";s:508:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \nvulputate a elit ac mollis. In sit amet ipsum turpis.
\n<br><br>\nPellentesque 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. Donec iaculis adipiscing neque, non congue
massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:2;s:2:
"id";i:8;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:
0;s:2:"id";i:10;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:7:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:4;s:5:"style";a:0:
{}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:3;a:2:
{s:5:"cells";i:3;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";}}i:4;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:5;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:12:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:1;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:3;s:5:"index";i:1;s:6:"weight";d:0.0400000000000000008326672684688674
05317723751068115234375;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"grid";i:3;s:5:"index";i:2;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (47471, 7153, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (47472, 7153, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (47473, 7153, '_menu_item_object_id', '3481');
INSERT INTO `wpor_postmeta` VALUES (47474, 7153, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (47475, 7153, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (47476, 7153, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (47477, 7153, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (47478, 7153, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (47479, 7153, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (47480, 7153, '_menu-item-tp-megamenu', '');
INSERT INTO `wpor_postmeta` VALUES (47481, 7153, '_menu-item-tp-item-style', '');
INSERT INTO `wpor_postmeta` VALUES (47482, 7153, '_menu-item-tp-menu-icon', '');
INSERT INTO `wpor_postmeta` VALUES (47483, 7153, '_menu-item-tp-bg-color', '');
INSERT INTO `wpor_postmeta` VALUES (47484, 7153, '_menu-item-tp-bg-image', '');
INSERT INTO `wpor_postmeta` VALUES (47485, 7153, '_menu-item-tp-hide-text', '');
INSERT INTO `wpor_postmeta` VALUES (47486, 7153, '_menu-item-tp-disable-link', '');
INSERT INTO `wpor_postmeta` VALUES (47487, 7153, '_menu-item-tp-full-width-
dropdown', '');
INSERT INTO `wpor_postmeta` VALUES (47488, 7153, '_menu-item-tp-submenu-columns',
'1');
INSERT INTO `wpor_postmeta` VALUES (47489, 7153, '_menu-item-tp-side-dropdown-
elements', 'drop_to_right');
INSERT INTO `wpor_postmeta` VALUES (47490, 7153, '_menu-item-tp-submenu-type',
'standard');
INSERT INTO `wpor_postmeta` VALUES (47491, 7153, '_menu-item-tp-widget-area', '');
INSERT INTO `wpor_postmeta` VALUES (47492, 7153, '_menu-item-tp-bg-image-repeat',
'repeat');
INSERT INTO `wpor_postmeta` VALUES (47493, 7153, '_menu-item-tp-bg-image-
attachment', 'scroll');
INSERT INTO `wpor_postmeta` VALUES (47494, 7153, '_menu-item-tp-bg-image-position',
'center');
INSERT INTO `wpor_postmeta` VALUES (47495, 7153, '_menu-item-tp-bg-image-size',
'auto');
INSERT INTO `wpor_postmeta` VALUES (47496, 7154, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (47497, 7154, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (47498, 7154, '_menu_item_object_id', '2778');
INSERT INTO `wpor_postmeta` VALUES (47499, 7154, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (47500, 7154, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (47501, 7154, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (47502, 7154, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (47503, 7154, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (47504, 7154, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (47505, 7154, '_menu-item-tp-megamenu', '');
INSERT INTO `wpor_postmeta` VALUES (47506, 7154, '_menu-item-tp-item-style', '');
INSERT INTO `wpor_postmeta` VALUES (47507, 7154, '_menu-item-tp-menu-icon', '');
INSERT INTO `wpor_postmeta` VALUES (47508, 7154, '_menu-item-tp-bg-color', '');
INSERT INTO `wpor_postmeta` VALUES (47509, 7154, '_menu-item-tp-bg-image', '');
INSERT INTO `wpor_postmeta` VALUES (47510, 7154, '_menu-item-tp-hide-text', '');
INSERT INTO `wpor_postmeta` VALUES (47511, 7154, '_menu-item-tp-disable-link', '');
INSERT INTO `wpor_postmeta` VALUES (47512, 7154, '_menu-item-tp-full-width-
dropdown', '');
INSERT INTO `wpor_postmeta` VALUES (47513, 7154, '_menu-item-tp-submenu-columns',
'1');
INSERT INTO `wpor_postmeta` VALUES (47514, 7154, '_menu-item-tp-side-dropdown-
elements', 'drop_to_right');
INSERT INTO `wpor_postmeta` VALUES (47515, 7154, '_menu-item-tp-submenu-type',
'standard');
INSERT INTO `wpor_postmeta` VALUES (47516, 7154, '_menu-item-tp-widget-area', '');
INSERT INTO `wpor_postmeta` VALUES (47517, 7154, '_menu-item-tp-bg-image-repeat',
'repeat');
INSERT INTO `wpor_postmeta` VALUES (47518, 7154, '_menu-item-tp-bg-image-
attachment', 'scroll');
INSERT INTO `wpor_postmeta` VALUES (47519, 7154, '_menu-item-tp-bg-image-position',
'center');
INSERT INTO `wpor_postmeta` VALUES (47520, 7154, '_menu-item-tp-bg-image-size',
'auto');
INSERT INTO `wpor_postmeta` VALUES (47521, 7155, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (47522, 7155, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (47523, 7155, '_menu_item_object_id', '2780');
INSERT INTO `wpor_postmeta` VALUES (47524, 7155, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (47525, 7155, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (47526, 7155, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (47527, 7155, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (47528, 7155, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (47529, 7155, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (47530, 7155, '_menu-item-tp-megamenu', '');
INSERT INTO `wpor_postmeta` VALUES (47531, 7155, '_menu-item-tp-item-style', '');
INSERT INTO `wpor_postmeta` VALUES (47532, 7155, '_menu-item-tp-menu-icon', '');
INSERT INTO `wpor_postmeta` VALUES (47533, 7155, '_menu-item-tp-bg-color', '');
INSERT INTO `wpor_postmeta` VALUES (47534, 7155, '_menu-item-tp-bg-image', '');
INSERT INTO `wpor_postmeta` VALUES (47535, 7155, '_menu-item-tp-hide-text', '');
INSERT INTO `wpor_postmeta` VALUES (47536, 7155, '_menu-item-tp-disable-link', '');
INSERT INTO `wpor_postmeta` VALUES (47537, 7155, '_menu-item-tp-full-width-
dropdown', '');
INSERT INTO `wpor_postmeta` VALUES (47538, 7155, '_menu-item-tp-submenu-columns',
'1');
INSERT INTO `wpor_postmeta` VALUES (47539, 7155, '_menu-item-tp-side-dropdown-
elements', 'drop_to_right');
INSERT INTO `wpor_postmeta` VALUES (47540, 7155, '_menu-item-tp-submenu-type',
'standard');
INSERT INTO `wpor_postmeta` VALUES (47541, 7155, '_menu-item-tp-widget-area', '');
INSERT INTO `wpor_postmeta` VALUES (47542, 7155, '_menu-item-tp-bg-image-repeat',
'repeat');
INSERT INTO `wpor_postmeta` VALUES (47543, 7155, '_menu-item-tp-bg-image-
attachment', 'scroll');
INSERT INTO `wpor_postmeta` VALUES (47544, 7155, '_menu-item-tp-bg-image-position',
'center');
INSERT INTO `wpor_postmeta` VALUES (47545, 7155, '_menu-item-tp-bg-image-size',
'auto');
INSERT INTO `wpor_postmeta` VALUES (47546, 7156, '_menu_item_type', 'custom');
INSERT INTO `wpor_postmeta` VALUES (47547, 7156, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (47548, 7156, '_menu_item_object_id', '7156');
INSERT INTO `wpor_postmeta` VALUES (47549, 7156, '_menu_item_object', 'custom');
INSERT INTO `wpor_postmeta` VALUES (47550, 7156, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (47551, 7156, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (47552, 7156, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (47553, 7156, '_menu_item_url',
'//thim.staging.wpengine.com/demo-university/profile/keny/');
INSERT INTO `wpor_postmeta` VALUES (47554, 7156, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (47555, 7156, '_menu-item-tp-megamenu', '');
INSERT INTO `wpor_postmeta` VALUES (47556, 7156, '_menu-item-tp-item-style', '');
INSERT INTO `wpor_postmeta` VALUES (47557, 7156, '_menu-item-tp-menu-icon', '');
INSERT INTO `wpor_postmeta` VALUES (47558, 7156, '_menu-item-tp-bg-color', '');
INSERT INTO `wpor_postmeta` VALUES (47559, 7156, '_menu-item-tp-bg-image', '');
INSERT INTO `wpor_postmeta` VALUES (47560, 7156, '_menu-item-tp-hide-text', '');
INSERT INTO `wpor_postmeta` VALUES (47561, 7156, '_menu-item-tp-disable-link', '');
INSERT INTO `wpor_postmeta` VALUES (47562, 7156, '_menu-item-tp-full-width-
dropdown', '');
INSERT INTO `wpor_postmeta` VALUES (47563, 7156, '_menu-item-tp-submenu-columns',
'1');
INSERT INTO `wpor_postmeta` VALUES (47564, 7156, '_menu-item-tp-side-dropdown-
elements', 'drop_to_right');
INSERT INTO `wpor_postmeta` VALUES (47565, 7156, '_menu-item-tp-submenu-type',
'standard');
INSERT INTO `wpor_postmeta` VALUES (47566, 7156, '_menu-item-tp-widget-area', '');
INSERT INTO `wpor_postmeta` VALUES (47567, 7156, '_menu-item-tp-bg-image-repeat',
'repeat');
INSERT INTO `wpor_postmeta` VALUES (47568, 7156, '_menu-item-tp-bg-image-
attachment', 'scroll');
INSERT INTO `wpor_postmeta` VALUES (47569, 7156, '_menu-item-tp-bg-image-position',
'center');
INSERT INTO `wpor_postmeta` VALUES (47570, 7156, '_menu-item-tp-bg-image-size',
'auto');
INSERT INTO `wpor_postmeta` VALUES (54402, 7380, 'panels_data', 'a:3:
{s:7:"widgets";a:7:{i:0;a:12:{s:5:"title";s:12:"Contact
Info";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:55:"Welcome to
our Website. We are glad to have you
around.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custo
m_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"3a8711b2-0616-41c8-8fe1-
97deea75e173";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:4:{s:11:"panels_data";a:3:
{s:7:"widgets";a:2:{i:0;a:15:{s:11:"title_group";a:5:
{s:5:"title";s:5:"Phone";s:11:"color_title";s:0:"";s:4:"size";s:2:"h3";s:12:"font_h
eading";s:7:"default";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";s:2:"14";s:18:"custom_font_weight";s:6:"normal";s:12:"cust
om_mg_bt";s:0:"";}}s:10:"desc_group";a:4:{s:7:"content";s:18:"+7 (800) 123 45
69";s:20:"custom_font_size_des";s:0:"";s:18:"custom_font_weight";s:0:"";s:17:"color
_description";s:0:"";}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";s:0:"";s:21:"border_read_more_text";s:0:"";s:17:"
bg_read_more_text";s:0:"";s:26:"read_more_text_color_hover";s:0:"";s:23:"bg_read_mo
re_text_hover";s:0:"";}}s:9:"icon_type";s:12:"font-
awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";s:2:"14";}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:5:"phone";s:9:"icon_size";s:2:"24";}s:16:"font_image_group";a:1:
{s:8:"icon_img";s:0:"";}s:14:"width_icon_box";s:2:"30";s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";s:0:"";s:13:"icon_bg_colo
r";s:0:"";s:16:"icon_hover_color";s:0:"";s:23:"icon_border_color_hover";s:0:"";s:19
:"icon_bg_color_hover";s:0:"";}s:12:"layout_group";a:4:
{s:14:"box_icon_style";s:0:"";s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";s:0:"";s:11:"self_poster";s:0:"";s:13:"css_animation";s:0:"";s:11:"pa
nels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:
0;s:2:"id";i:0;s:9:"widget_id";s:36:"432dd775-9db9-4a9e-aa8d-
fb3e04cb3774";s:5:"style";a:8:
{s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:7:"padding";s:0:"";s:10:"background"
;s:0:"";s:27:"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"t
ile";s:12:"border_color";s:0:"";s:10:"font_color";s:0:"";}}}i:1;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:5:"Email";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_head
ing";s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:52:"<a
href="mailto:hello@eduma.com">hello@eduma.com</a>";s:20:"custom_font_size_des";i:0;
s:18:"custom_font_weight";b:0;s:17:"color_description";b:0;}s:15:"read_more_group";
a:5:
{s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:9:"read_more";s:12:"complete_box";s:1
2:"link_to_icon";s:2:"no";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:8:"envelope";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:0;s:4:"cell";i:1;s:2:"id";i:1
;s:9:"widget_id";s:36:"eac87876-3f0c-4d88-bbf1-85b89344e0f5";s:5:"style";a:9:
{s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:7:"padding";s:0:"";s:10:"background"
;s:0:"";s:27:"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"t
ile";s:12:"border_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}
}}}s:5:"grids";a:1:{i:0;a:2:{s:5:"cells";i:2;s:5:"style";a:0:
{}}}s:10:"grid_cells";a:2:{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";d:0.5;}i:1;a:2:
{s:4:"grid";i:0;s:6:"weight";d:0.5;}}}s:10:"builder_id";s:13:"58292ddd27411";s:12:"
widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:32:"SiteOrigin_Panels_Widgets_Layout";s:3:"raw";b:0;s:4:"grid";i:0;s
:4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"74956034-6723-4a53-9e33-
f9c60af62270";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:2;a:15:{s:11:"title_group";a:6:
{s:5:"title";s:7:"Address";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_he
ading";s:7:"default";s:14:"custom_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:12:"custom_m
g_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";a:4:
{s:7:"content";s:56:"PO Box 97845 Baker st. 567, Los Angeles, California,
US.";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"color_desc
ription";b:0;}s:15:"read_more_group";a:3:
{s:4:"link";s:0:"";s:9:"read_more";s:12:"complete_box";s:22:"button_read_more_group
";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:10:"map-marker";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#ffb606";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:11:"panels_info
";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"b2a6763d-f9ee-4f4f-9c69-
60dcb5d88bdf";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:3;a:11:
{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:1:"#";s:13:"link_linkedin";s:0:"";s:14:"link_p
interest";s:1:"#";s:9:"link_digg";s:0:"";s:12:"link_youtube";s:0:"";s:11:"link_targ
et";s:5:"_self";s:11:"panels_info";a:7:
{s:5:"class";s:18:"Thim_Social_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;
s:2:"id";i:3;s:9:"widget_id";s:36:"48c8b18e-b997-4a04-a586-
0901a55c4026";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:4;a:12:{s:5:"title";s:14:"Send A
Message";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:69:"Your
email address will not be published. Required fields are
marked.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custo
m_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2
;s:2:"id";i:4;s:9:"widget_id";s:36:"a4225449-3f55-4fc1-aa86-
2c54b177ac11";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:46:"[contact-form-7 id="4" title="Contact form
1"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"663d2bc9-bfcf-433e-ad5d-
b21b78d47b09";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:9:
{s:5:"title";s:0:"";s:10:"display_by";s:7:"address";s:8:"location";a:2:
{s:3:"lat";s:9:"41.868626";s:3:"lng";s:10:"-74.104301";}s:10:"map_center";s:52:"58
Sharrocks Road, Mount Egerton VIC 3352,
Australia";s:7:"api_key";s:39:"AIzaSyAbVPBvXKBj8BIyxyc7jOQv1xzJqL9hysc";s:8:"settin
gs";a:4:
{s:6:"height";s:3:"450";s:4:"zoom";i:12;s:9:"draggable";b:1;s:11:"scroll_zoom";b:0;
}s:7:"markers";a:3:
{s:16:"marker_at_center";b:1;s:11:"marker_icon";i:3683;s:16:"marker_positions";b:0;
}s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_Google_Map_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:0;s:2:"id";i:6;s:9:"widget_id";s:36:"1cf0da6a-3f2e-4acb-9bf5-
addd9012f852";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:3;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";}}i:1;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:11:"row_stretch";s:14:"full-
stretched";}}}s:10:"grid_cells";a:4:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";d:0.4800000000001399813598368382372427
7317523956298828125;s:5:"style";a:0:{}}i:1;a:4:{s:4:"grid";i:0;s:
5:"index";i:1;s:6:"weight";d:0.0402241299007120023389916241285391151905059814453125
;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:0;s:5:"index";i:2;s:6:"weight";d:0.4797758700991400226953942365071270
6148624420166015625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54690, 7428, 'tc-mega-menu', 'a:3:
{s:4:"icon";s:0:"";s:5:"align";s:4:"left";s:6:"layout";s:7:"default";}');
INSERT INTO `wpor_postmeta` VALUES (54689, 7429, 'tc-mega-menu', 'a:3:
{s:4:"icon";s:0:"";s:5:"align";s:4:"left";s:6:"layout";s:7:"default";}');
INSERT INTO `wpor_postmeta` VALUES (54688, 7427, 'tc-mega-menu', 'a:3:
{s:4:"icon";s:0:"";s:5:"align";s:4:"left";s:6:"layout";s:7:"default";}');
INSERT INTO `wpor_postmeta` VALUES (54686, 7429, '_menu_item_url', '/events/');
INSERT INTO `wpor_postmeta` VALUES (54685, 7429, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (54215, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:11:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:8:{s:14:"counters_label";s:17:"Foreign
Followers";s:14:"counters_value";i:55000;s:4:"icon";s:0:"";s:12:"border_color";b:0;
s:13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"2b5bf1c5-ff51-4fe3-8c3f-
a4d20da2222b";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:8:
{s:14:"counters_label";s:18:"Certified
Teachers";s:14:"counters_value";i:60;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:1;s:2:"id";i:2;s:9:"widget_id";s:36:"47c4671b-e5f4-43f9-bb49-
82f2c049a469";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:14:"counters_label";s:17:"Students
Enrolled";s:14:"counters_value";i:2240;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:2;s:2:"id";i:3;s:9:"widget_id";s:36:"585f084c-53fb-47e7-84b4-
85c3d8c74760";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:14:"counters_label";s:16:"Complete
Courses";s:14:"counters_value";i:215;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:3;s:2:"id";i:4;s:9:"widget_id";s:36:"82c5805e-b49b-452b-a85f-
8f89ef984017";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:5;a:9:
{s:5:"image";s:14:"3060,3059,2904";s:10:"image_size";s:4:"full";s:10:"image_link";s
:0:"";s:6:"number";i:1;s:15:"show_pagination";s:3:"yes";s:11:"link_target";s:5:"_se
lf";s:13:"css_animation";b:0;s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:26:"Thim_Gallery_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"ce
ll";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"b3bc72c0-3276-4092-a83f-
b92096a5bf7f";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:4:
{s:5:"title";s:0:"";s:4:"text";s:199:"<div class="thim-about-us-quote">\n<p>“Cras
tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum
metus.”</p>\n<div class="agency">Tony Nguyen, Co-
Founder</div>\n<hr>\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:6;s:9:"widget_id";s:36:"4cc15902-05fa-4547-a468-
6bd99ecd8b45";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:4:
{s:5:"title";s:10:"Who We Are";s:4:"text";s:507:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \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. \n<br><br>\nDonec iaculis adipiscing neque, non congue massa
euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0;s:2:
"id";i:7;s:9:"widget_id";s:36:"a2aa4470-dfef-4185-af54-
4e60a71c14c0";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:4:
{s:5:"title";s:10:"What We Do";s:4:"text";s:508:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \nvulputate a elit ac mollis. In sit amet ipsum turpis.
\n<br><br>\nPellentesque 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. Donec iaculis adipiscing neque, non congue
massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:2;s:2:
"id";i:8;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:
0;s:2:"id";i:10;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:7:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:4;s:5:"style";a:0:
{}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:3;a:2:
{s:5:"cells";i:3;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";}}i:4;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:5;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:12:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:1;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:3;s:5:"index";i:1;s:6:"weight";d:0.0400000000000000008326672684688674
05317723751068115234375;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"grid";i:3;s:5:"index";i:2;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54202, 71, '_wp_old_slug', 'introducing-dr-
deniz-zeynep-2');
INSERT INTO `wpor_postmeta` VALUES (54204, 7339, '_wp_attached_file',
'2015/10/bingol-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (54205, 7339, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1240;s:6:"height";i:570;s:4:"file";s:20:"2015/10/bingol-
1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"bingol-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:"bingol-1-
300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"bingol-1-
768x353.jpg";s:5:"width";i:768;s:6:"height";i:353;s:9:"mime-
type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"bingol-1-
1024x471.jpg";s:5:"width";i:1024;s:6:"height";i:471;s:9:"mime-
type";s:10:"image/jpeg";}s:13:"single_course";a:4:{s:4:"file";s:20:"bingol-1-
300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:{s:4:"file";s:20:"bingol-1-
300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"bingol-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"bingol-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"bingol-1-
600x570.jpg";s:5:"width";i:600;s:6:"height";i:570;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (54199, 71, '_edit_last', '1');
INSERT INTO `wpor_postmeta` VALUES (54211, 7342, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (54212, 7342, '_wp_trash_meta_time',
'1495744438');
INSERT INTO `wpor_postmeta` VALUES (54213, 2901, '_edit_lock', '1496419254:1');
INSERT INTO `wpor_postmeta` VALUES (54691, 7430, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:6:
{s:5:"title";s:0:"";s:6:"layout";s:8:"layout-
2";s:12:"number_posts";d:3;s:9:"text_link";s:16:"Tüm Etkinlikler";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:4:"grid";i:1;s:4:"cell";i:1;s:2:"id";i
:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-80a66890c815";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:5
;a:5:{s:5:"title";s:0:"";s:4:"text";s:180:"<div class="thim-register-now-
form">\n<h3 class="title"><span>Türkiye Bilişim Sektörü Dernekleri
Federasyonu</span></h3>\n[contact-form-7 id="85" title="İletişime
Geç"]\n</div>";s:12:"widget-class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:41:"Sektör ve üye derneklerimizden
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:16:"0px
0px 70px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54692, 7430, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:6:
{s:5:"title";s:0:"";s:6:"layout";s:8:"layout-
2";s:12:"number_posts";d:3;s:9:"text_link";s:16:"Tüm Etkinlikler";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:4:"grid";i:1;s:4:"cell";i:1;s:2:"id";i
:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-80a66890c815";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:5
;a:5:{s:5:"title";s:0:"";s:4:"text";s:180:"<div class="thim-register-now-
form">\n<h3 class="title"><span>Türkiye Bilişim Sektörü Dernekleri
Federasyonu</span></h3>\n[contact-form-7 id="85" title="İletişime
Geç"]\n</div>";s:12:"widget-class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:41:"Sektör ve üye derneklerimizden
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:16:"0px
0px 70px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54220, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:4:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:4:{s:5:"title";s:10:"What We Do";s:4:"text";s:508:"Lorem ipsum dolor sit
amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum
turpis ac, pulvinar odio. Praesent \nvulputate a elit ac mollis. In sit amet ipsum
turpis. \n<br><br>\nPellentesque 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. Donec iaculis adipiscing neque, non
congue massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:12:
{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:2;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";i:
0;s:2:"id";i:3;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:5:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:4;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54214, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:11:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:8:{s:14:"counters_label";s:17:"Foreign
Followers";s:14:"counters_value";i:55000;s:4:"icon";s:0:"";s:12:"border_color";b:0;
s:13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"2b5bf1c5-ff51-4fe3-8c3f-
a4d20da2222b";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:8:
{s:14:"counters_label";s:18:"Certified
Teachers";s:14:"counters_value";i:60;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:1;s:2:"id";i:2;s:9:"widget_id";s:36:"47c4671b-e5f4-43f9-bb49-
82f2c049a469";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:14:"counters_label";s:17:"Students
Enrolled";s:14:"counters_value";i:2240;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:2;s:2:"id";i:3;s:9:"widget_id";s:36:"585f084c-53fb-47e7-84b4-
85c3d8c74760";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:14:"counters_label";s:16:"Complete
Courses";s:14:"counters_value";i:215;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:3;s:2:"id";i:4;s:9:"widget_id";s:36:"82c5805e-b49b-452b-a85f-
8f89ef984017";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:5;a:9:
{s:5:"image";s:14:"3060,3059,2904";s:10:"image_size";s:4:"full";s:10:"image_link";s
:0:"";s:6:"number";i:1;s:15:"show_pagination";s:3:"yes";s:11:"link_target";s:5:"_se
lf";s:13:"css_animation";b:0;s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:26:"Thim_Gallery_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"ce
ll";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"b3bc72c0-3276-4092-a83f-
b92096a5bf7f";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:4:
{s:5:"title";s:0:"";s:4:"text";s:199:"<div class="thim-about-us-quote">\n<p>“Cras
tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum
metus.”</p>\n<div class="agency">Tony Nguyen, Co-
Founder</div>\n<hr>\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:6;s:9:"widget_id";s:36:"4cc15902-05fa-4547-a468-
6bd99ecd8b45";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:4:
{s:5:"title";s:10:"Who We Are";s:4:"text";s:507:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \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. \n<br><br>\nDonec iaculis adipiscing neque, non congue massa
euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0;s:2:
"id";i:7;s:9:"widget_id";s:36:"a2aa4470-dfef-4185-af54-
4e60a71c14c0";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:4:
{s:5:"title";s:10:"What We Do";s:4:"text";s:508:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \nvulputate a elit ac mollis. In sit amet ipsum turpis.
\n<br><br>\nPellentesque 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. Donec iaculis adipiscing neque, non congue
massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:2;s:2:
"id";i:8;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:
0;s:2:"id";i:10;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:7:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:4;s:5:"style";a:0:
{}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:3;a:2:
{s:5:"cells";i:3;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";}}i:4;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:5;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:12:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:1;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:3;s:5:"index";i:1;s:6:"weight";d:0.0400000000000000008326672684688674
05317723751068115234375;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"grid";i:3;s:5:"index";i:2;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54192, 3699, '_wp_old_slug', 'tips-to-succeed-
in-an-online-course');
INSERT INTO `wpor_postmeta` VALUES (54196, 71, '_edit_lock', '1496181073:1');
INSERT INTO `wpor_postmeta` VALUES (54189, 3699, '_edit_last', '1');
INSERT INTO `wpor_postmeta` VALUES (54184, 3698, '_wp_old_slug', 'online-learning-
glossary');
INSERT INTO `wpor_postmeta` VALUES (54186, 3699, '_edit_lock', '1496962165:1');
INSERT INTO `wpor_postmeta` VALUES (54187, 7333, '_wp_attached_file',
'2016/01/teema.jpg');
INSERT INTO `wpor_postmeta` VALUES (54181, 3698, '_edit_last', '1');
INSERT INTO `wpor_postmeta` VALUES (54180, 7330, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1240;s:6:"height";i:570;s:4:"file";s:19:"2016/01/sea-
ict.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"sea-ict-
150x150.jpg";s:5:"width";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:"sea-ict-
300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"sea-ict-
768x353.jpg";s:5:"width";i:768;s:6:"height";i:353;s:9:"mime-
type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"sea-ict-
1024x471.jpg";s:5:"width";i:1024;s:6:"height";i:471;s:9:"mime-
type";s:10:"image/jpeg";}s:13:"single_course";a:4:{s:4:"file";s:19:"sea-ict-
300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:16:"course_thumbnail";a:4:{s:4:"file";s:19:"sea-ict-
300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"sea-ict-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"sea-ict-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"sea-ict-
600x570.jpg";s:5:"width";i:600;s:6:"height";i:570;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (54179, 7330, '_wp_attached_file', '2016/01/sea-
ict.jpg');
INSERT INTO `wpor_postmeta` VALUES (54177, 3698, '_edit_lock', '1496181038:1');
INSERT INTO `wpor_postmeta` VALUES (54178, 7329, '_wp_attached_file',
'2016/01/Tuebifed-Sunum-141212-2B-ICT-2.pdf');
INSERT INTO `wpor_postmeta` VALUES (48051, 3112, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48052, 3112, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (48053, 3112, '_bbp_last_active_time', '2016-03-
26 04:38:24');
INSERT INTO `wpor_postmeta` VALUES (48054, 3112, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48055, 3112, '_bbp_reply_count', '6');
INSERT INTO `wpor_postmeta` VALUES (48056, 3112, '_bbp_total_reply_count', '6');
INSERT INTO `wpor_postmeta` VALUES (48057, 3112, '_bbp_topic_count', '7');
INSERT INTO `wpor_postmeta` VALUES (48058, 3112, '_bbp_total_topic_count', '7');
INSERT INTO `wpor_postmeta` VALUES (48059, 3112, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48060, 3112, '_bbp_last_reply_id', '4785');
INSERT INTO `wpor_postmeta` VALUES (48061, 3112, '_bbp_last_topic_id', '4785');
INSERT INTO `wpor_postmeta` VALUES (48062, 3112, '_bbp_last_active_id', '4785');
INSERT INTO `wpor_postmeta` VALUES (48063, 3135, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48064, 3135, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48065, 3135, '_bbp_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48066, 3135, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48067, 3135, '_bbp_total_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48068, 3135, '_bbp_total_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48069, 3135, '_bbp_last_topic_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48070, 3135, '_bbp_last_reply_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48071, 3135, '_bbp_last_active_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48072, 3135, '_bbp_last_active_time', '0');
INSERT INTO `wpor_postmeta` VALUES (48073, 3135, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48074, 3135, '_lpr_forum_course_id', '1773');
INSERT INTO `wpor_postmeta` VALUES (48075, 3136, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48076, 3136, '_bbp_reply_count', '2');
INSERT INTO `wpor_postmeta` VALUES (48077, 3136, '_bbp_topic_count', '3');
INSERT INTO `wpor_postmeta` VALUES (48078, 3136, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48079, 3136, '_bbp_total_reply_count', '2');
INSERT INTO `wpor_postmeta` VALUES (48080, 3136, '_bbp_total_topic_count', '3');
INSERT INTO `wpor_postmeta` VALUES (48081, 3136, '_bbp_last_topic_id', '4400');
INSERT INTO `wpor_postmeta` VALUES (48082, 3136, '_bbp_last_reply_id', '4816');
INSERT INTO `wpor_postmeta` VALUES (48083, 3136, '_bbp_last_active_id', '4816');
INSERT INTO `wpor_postmeta` VALUES (48084, 3136, '_bbp_last_active_time', '2016-03-
28 12:13:40');
INSERT INTO `wpor_postmeta` VALUES (48085, 3136, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48086, 3136, '_lpr_forum_course_id', '2460');
INSERT INTO `wpor_postmeta` VALUES (48087, 3137, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48088, 3137, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48089, 3137, '_bbp_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48090, 3137, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48091, 3137, '_bbp_total_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48092, 3137, '_bbp_total_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48093, 3137, '_bbp_last_topic_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48094, 3137, '_bbp_last_reply_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48095, 3137, '_bbp_last_active_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48096, 3137, '_bbp_last_active_time', '0');
INSERT INTO `wpor_postmeta` VALUES (48097, 3137, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48098, 3137, '_lpr_forum_course_id', '2462');
INSERT INTO `wpor_postmeta` VALUES (48099, 3141, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48100, 3141, '_bbp_reply_count', '1');
INSERT INTO `wpor_postmeta` VALUES (48101, 3141, '_bbp_topic_count', '2');
INSERT INTO `wpor_postmeta` VALUES (48102, 3141, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48103, 3141, '_bbp_total_reply_count', '1');
INSERT INTO `wpor_postmeta` VALUES (48104, 3141, '_bbp_total_topic_count', '2');
INSERT INTO `wpor_postmeta` VALUES (48105, 3141, '_bbp_last_topic_id', '4743');
INSERT INTO `wpor_postmeta` VALUES (48106, 3141, '_bbp_last_reply_id', '4743');
INSERT INTO `wpor_postmeta` VALUES (48107, 3141, '_bbp_last_active_id', '4743');
INSERT INTO `wpor_postmeta` VALUES (48108, 3141, '_bbp_last_active_time', '2016-03-
23 07:28:34');
INSERT INTO `wpor_postmeta` VALUES (48109, 3141, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48110, 3141, '_lpr_forum_course_id', '3138');
INSERT INTO `wpor_postmeta` VALUES (48111, 3321, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48112, 3321, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48113, 3321, '_bbp_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48114, 3321, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48115, 3321, '_bbp_total_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48116, 3321, '_bbp_total_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48117, 3321, '_bbp_last_topic_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48118, 3321, '_bbp_last_reply_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48119, 3321, '_bbp_last_active_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48120, 3321, '_bbp_last_active_time', '0');
INSERT INTO `wpor_postmeta` VALUES (48121, 3321, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48122, 3321, '_lpr_forum_course_id', '3316');
INSERT INTO `wpor_postmeta` VALUES (48123, 3367, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48124, 3367, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48125, 3367, '_bbp_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48126, 3367, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48127, 3367, '_bbp_total_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48128, 3367, '_bbp_total_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48129, 3367, '_bbp_last_topic_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48130, 3367, '_bbp_last_reply_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48131, 3367, '_bbp_last_active_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48132, 3367, '_bbp_last_active_time', '0');
INSERT INTO `wpor_postmeta` VALUES (48133, 3367, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48134, 3367, '_lpr_forum_course_id', '3361');
INSERT INTO `wpor_postmeta` VALUES (48135, 3368, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48136, 3368, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48137, 3368, '_bbp_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48138, 3368, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48139, 3368, '_bbp_total_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48140, 3368, '_bbp_total_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48141, 3368, '_bbp_last_topic_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48142, 3368, '_bbp_last_reply_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48143, 3368, '_bbp_last_active_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48144, 3368, '_bbp_last_active_time', '0');
INSERT INTO `wpor_postmeta` VALUES (48145, 3368, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48146, 3368, '_lpr_forum_course_id', '1192');
INSERT INTO `wpor_postmeta` VALUES (48147, 3369, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48148, 3369, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48149, 3369, '_bbp_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48150, 3369, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48151, 3369, '_bbp_total_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48152, 3369, '_bbp_total_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48153, 3369, '_bbp_last_topic_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48154, 3369, '_bbp_last_reply_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48155, 3369, '_bbp_last_active_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48156, 3369, '_bbp_last_active_time', '0');
INSERT INTO `wpor_postmeta` VALUES (48157, 3369, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48158, 3369, '_lpr_forum_course_id', '1784');
INSERT INTO `wpor_postmeta` VALUES (48159, 5744, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48160, 5744, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48161, 5744, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48162, 5744, '_lp_students', '0');
INSERT INTO `wpor_postmeta` VALUES (48163, 5744, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48164, 5744, '_lp_co_teacher', '11');
INSERT INTO `wpor_postmeta` VALUES (48165, 5744, 'thim_course_duration', '33
hours');
INSERT INTO `wpor_postmeta` VALUES (48166, 5744, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48167, 5744, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48168, 5744, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48169, 5744, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48170, 5744, '_lp_payment', 'no');
INSERT INTO `wpor_postmeta` VALUES (48171, 5744, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48172, 5744, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48173, 5744, '_bbp_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48174, 5744, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48175, 5744, '_bbp_total_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48176, 5744, '_bbp_total_topic_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48177, 5744, '_bbp_last_topic_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48178, 5744, '_bbp_last_reply_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48179, 5744, '_bbp_last_active_id', '0');
INSERT INTO `wpor_postmeta` VALUES (48180, 5744, '_bbp_last_active_time', '0');
INSERT INTO `wpor_postmeta` VALUES (48181, 5744, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48182, 5746, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48183, 5746, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48184, 5746, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48185, 5746, '_lp_students', '273');
INSERT INTO `wpor_postmeta` VALUES (48186, 5746, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48187, 5746, '_lp_co_teacher', '1');
INSERT INTO `wpor_postmeta` VALUES (48188, 5746, '_lp_co_teacher', '11');
INSERT INTO `wpor_postmeta` VALUES (48189, 5746, 'thim_course_duration', '3
hours');
INSERT INTO `wpor_postmeta` VALUES (48190, 5746, 'thim_course_skill_level', 'All
level');
INSERT INTO `wpor_postmeta` VALUES (48191, 5746, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48192, 5746, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48193, 5746, '_lp_passing_condition', '80');
INSERT INTO `wpor_postmeta` VALUES (48194, 5746, '_lp_payment', 'no');
INSERT INTO `wpor_postmeta` VALUES (48195, 5746, '_lp_required_enroll', 'no');
INSERT INTO `wpor_postmeta` VALUES (48196, 5746, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48197, 5746, '_bbp_topic_count', '1');
INSERT INTO `wpor_postmeta` VALUES (48198, 5746, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48199, 5746, '_bbp_total_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48200, 5746, '_bbp_total_topic_count', '1');
INSERT INTO `wpor_postmeta` VALUES (48201, 5746, '_bbp_last_topic_id', '5835');
INSERT INTO `wpor_postmeta` VALUES (48202, 5746, '_bbp_last_reply_id', '5835');
INSERT INTO `wpor_postmeta` VALUES (48203, 5746, '_bbp_last_active_id', '5835');
INSERT INTO `wpor_postmeta` VALUES (48204, 5746, '_bbp_last_active_time', '2016-08-
19 10:28:38');
INSERT INTO `wpor_postmeta` VALUES (48205, 5746, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48206, 5746, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (48207, 5746, '_yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (48208, 5828, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48209, 5828, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (48210, 5828, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (48211, 5828, '_bbp_last_active_time', '2016-08-
19 10:30:42');
INSERT INTO `wpor_postmeta` VALUES (48212, 5828, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48213, 5828, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48214, 5828, '_bbp_total_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48215, 5828, '_bbp_topic_count', '2');
INSERT INTO `wpor_postmeta` VALUES (48216, 5828, '_bbp_total_topic_count', '2');
INSERT INTO `wpor_postmeta` VALUES (48217, 5828, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48218, 5828, '_bbp_last_reply_id', '5842');
INSERT INTO `wpor_postmeta` VALUES (48219, 5828, '_bbp_last_topic_id', '5842');
INSERT INTO `wpor_postmeta` VALUES (48220, 5828, '_bbp_last_active_id', '5842');
INSERT INTO `wpor_postmeta` VALUES (48221, 5829, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48222, 5829, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (48223, 5829, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (48224, 5829, '_bbp_last_active_time', '2016-08-
19 10:30:26');
INSERT INTO `wpor_postmeta` VALUES (48225, 5829, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48226, 5829, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48227, 5829, '_bbp_total_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48228, 5829, '_bbp_topic_count', '4');
INSERT INTO `wpor_postmeta` VALUES (48229, 5829, '_bbp_total_topic_count', '4');
INSERT INTO `wpor_postmeta` VALUES (48230, 5829, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48231, 5829, '_bbp_last_reply_id', '5841');
INSERT INTO `wpor_postmeta` VALUES (48232, 5829, '_bbp_last_topic_id', '5841');
INSERT INTO `wpor_postmeta` VALUES (48233, 5829, '_bbp_last_active_id', '5841');
INSERT INTO `wpor_postmeta` VALUES (48234, 5830, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48235, 5830, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (48236, 5830, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (48237, 5830, '_bbp_last_active_time', '2016-08-
19 10:30:59');
INSERT INTO `wpor_postmeta` VALUES (48238, 5830, '_bbp_forum_subforum_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48239, 5830, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48240, 5830, '_bbp_total_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48241, 5830, '_bbp_topic_count', '2');
INSERT INTO `wpor_postmeta` VALUES (48242, 5830, '_bbp_total_topic_count', '2');
INSERT INTO `wpor_postmeta` VALUES (48243, 5830, '_bbp_topic_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (48244, 5830, '_bbp_last_reply_id', '5843');
INSERT INTO `wpor_postmeta` VALUES (48245, 5830, '_bbp_last_topic_id', '5843');
INSERT INTO `wpor_postmeta` VALUES (48246, 5830, '_bbp_last_active_id', '5843');
INSERT INTO `wpor_postmeta` VALUES (48247, 5063, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48248, 5063, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48249, 5063, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48250, 5063, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48251, 5063, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48252, 5063, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48253, 5063, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48254, 5063, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48255, 5063, '_lp_students', '7');
INSERT INTO `wpor_postmeta` VALUES (48256, 5063, '_lp_price', '39');
INSERT INTO `wpor_postmeta` VALUES (48257, 5063, '_lp_co_teacher', '7');
INSERT INTO `wpor_postmeta` VALUES (48258, 5063, '_thumbnail_id', '3088');
INSERT INTO `wpor_postmeta` VALUES (48259, 5063, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48260, 5063, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48261, 5063,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48262, 5063, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48263, 5063, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48264, 5063, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48265, 5063, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48266, 5063, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48267, 5063, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48268, 5063, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48269, 5063, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48270, 5063, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48271, 5063, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48272, 5063, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48273, 5063, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48274, 5063, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48275, 5063, 'thim_course_duration', '9
hours');
INSERT INTO `wpor_postmeta` VALUES (48276, 5063, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48277, 5063, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48278, 5111, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48279, 5111, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48280, 5111, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48281, 5111, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48282, 5111, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48283, 5111, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48284, 5111, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48285, 5111, '_lp_price', '39');
INSERT INTO `wpor_postmeta` VALUES (48286, 5111, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48287, 5111, '_thumbnail_id', '3070');
INSERT INTO `wpor_postmeta` VALUES (48288, 5111, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48289, 5111, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48290, 5111,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48291, 5111, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48292, 5111, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48293, 5111, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48294, 5111, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48295, 5111, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48296, 5111, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48297, 5111, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48298, 5111, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48299, 5111, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48300, 5111, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48301, 5111, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48302, 5111, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48303, 5111, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48304, 5111, 'thim_course_duration', '1 hour');
INSERT INTO `wpor_postmeta` VALUES (48305, 5111, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48306, 5111, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48307, 5143, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48308, 5143, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48309, 5143, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48310, 5143, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48311, 5143, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48312, 5143, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48313, 5143, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48314, 5143, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48315, 5143, '_lp_price', '50');
INSERT INTO `wpor_postmeta` VALUES (48316, 5143, '_thumbnail_id', '2790');
INSERT INTO `wpor_postmeta` VALUES (48317, 5143, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48318, 5143, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48319, 5143,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48320, 5143, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48321, 5143, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48322, 5143, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48323, 5143, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48324, 5143, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48325, 5143, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48326, 5143, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48327, 5143, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48328, 5143, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48329, 5143, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48330, 5143, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48331, 5143, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48332, 5143, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48333, 5143, 'thim_course_duration', '30
hours');
INSERT INTO `wpor_postmeta` VALUES (48334, 5143, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48335, 5143, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48336, 5164, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48337, 5164, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48338, 5164, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48339, 5164, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48340, 5164, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48341, 5164, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48342, 5164, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48343, 5164, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48344, 5164, '_lp_students', '25');
INSERT INTO `wpor_postmeta` VALUES (48345, 5164, '_lp_price', '59');
INSERT INTO `wpor_postmeta` VALUES (48346, 5164, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48347, 5164, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48348, 5164,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48349, 5164, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48350, 5164, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48351, 5164, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48352, 5164, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48353, 5164, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48354, 5164, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48355, 5164, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48356, 5164, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48357, 5164, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48358, 5164, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48359, 5164, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48360, 5164, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48361, 5164, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48362, 5164, '_thumbnail_id', '3284');
INSERT INTO `wpor_postmeta` VALUES (48363, 5164, 'thim_course_duration', '25
hours');
INSERT INTO `wpor_postmeta` VALUES (48364, 5164, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48365, 5164, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48366, 5181, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48367, 5181, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48368, 5181, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48369, 5181, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48370, 5181, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48371, 5181, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48372, 5181, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48373, 5181, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48374, 5181, '_lp_students', '7');
INSERT INTO `wpor_postmeta` VALUES (48375, 5181, '_lp_price', '49');
INSERT INTO `wpor_postmeta` VALUES (48376, 5181, '_thumbnail_id', '3079');
INSERT INTO `wpor_postmeta` VALUES (48377, 5181, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48378, 5181, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48379, 5181,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48380, 5181, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48381, 5181, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48382, 5181, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48383, 5181, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48384, 5181, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48385, 5181, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48386, 5181, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48387, 5181, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48388, 5181, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48389, 5181, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48390, 5181, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48391, 5181, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48392, 5181, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48393, 5181, 'thim_course_duration', '15
hours');
INSERT INTO `wpor_postmeta` VALUES (48394, 5181, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48395, 5181, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48396, 5206, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48397, 5206, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48398, 5206, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48399, 5206, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48400, 5206, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48401, 5206, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48402, 5206, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48403, 5206, '_lp_price', '159');
INSERT INTO `wpor_postmeta` VALUES (48404, 5206, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48405, 5206, '_lp_students', '20');
INSERT INTO `wpor_postmeta` VALUES (48406, 5206, '_thumbnail_id', '2788');
INSERT INTO `wpor_postmeta` VALUES (48407, 5206, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48408, 5206, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48409, 5206,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48410, 5206, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48411, 5206, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48412, 5206, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48413, 5206, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48414, 5206, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48415, 5206, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48416, 5206, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48417, 5206, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48418, 5206, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48419, 5206, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48420, 5206, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48421, 5206, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48422, 5206, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48423, 5206, 'thim_course_duration', '40
hours');
INSERT INTO `wpor_postmeta` VALUES (48424, 5206, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48425, 5206, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48426, 5212, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48427, 5212, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48428, 5212, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48429, 5212, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48430, 5212, '_lp_final_quiz', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48431, 5212, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48432, 5212, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48433, 5212, '_lp_price', '94');
INSERT INTO `wpor_postmeta` VALUES (48434, 5212, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48435, 5212, '_lp_students', '25');
INSERT INTO `wpor_postmeta` VALUES (48436, 5212, '_thumbnail_id', '3237');
INSERT INTO `wpor_postmeta` VALUES (48437, 5212, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48438, 5212, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48439, 5212,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48440, 5212, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48441, 5212, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48442, 5212, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48443, 5212, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48444, 5212, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48445, 5212, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48446, 5212, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48447, 5212, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48448, 5212, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48449, 5212, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48450, 5212, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48451, 5212, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48452, 5212, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48453, 5212, 'thim_course_duration', '30
hours');
INSERT INTO `wpor_postmeta` VALUES (48454, 5212, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48455, 5212, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48456, 5227, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48457, 5227, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48458, 5227, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48459, 5227, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48460, 5227, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48461, 5227, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48462, 5227, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48463, 5227, '_lp_price', '99');
INSERT INTO `wpor_postmeta` VALUES (48464, 5227, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48465, 5227, '_lp_students', '15');
INSERT INTO `wpor_postmeta` VALUES (48466, 5227, '_thumbnail_id', '3089');
INSERT INTO `wpor_postmeta` VALUES (48467, 5227, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48468, 5227, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48469, 5227,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48470, 5227, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48471, 5227, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48472, 5227, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48473, 5227, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48474, 5227, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48475, 5227, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48476, 5227, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48477, 5227, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48478, 5227, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48479, 5227, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48480, 5227, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48481, 5227, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48482, 5227, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48483, 5227, 'thim_course_duration', '25
hours');
INSERT INTO `wpor_postmeta` VALUES (48484, 5227, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48485, 5227, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48486, 5264, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48487, 5264, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48488, 5264, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48489, 5264, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48490, 5264, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48491, 5264, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48492, 5264, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48493, 5264, '_lp_price', '75');
INSERT INTO `wpor_postmeta` VALUES (48494, 5264, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48495, 5264, '_lp_students', '25');
INSERT INTO `wpor_postmeta` VALUES (48496, 5264, '_thumbnail_id', '3088');
INSERT INTO `wpor_postmeta` VALUES (48497, 5264, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48498, 5264, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48499, 5264,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48500, 5264, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48501, 5264, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48502, 5264, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48503, 5264, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48504, 5264, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48505, 5264, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48506, 5264, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48507, 5264, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48508, 5264, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48509, 5264, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48510, 5264, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48511, 5264, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48512, 5264, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48513, 5264, 'thim_course_duration', '10
hours');
INSERT INTO `wpor_postmeta` VALUES (48514, 5264, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48515, 5264, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48516, 5286, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48517, 5286, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48518, 5286, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48519, 5286, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48520, 5286, '_lp_final_quiz', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48521, 5286, '_lp_passing_condition', '80');
INSERT INTO `wpor_postmeta` VALUES (48522, 5286, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48523, 5286, '_lp_price', '69');
INSERT INTO `wpor_postmeta` VALUES (48524, 5286, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48525, 5286, '_lp_students', '50');
INSERT INTO `wpor_postmeta` VALUES (48526, 5286, '_lp_co_teacher', '7');
INSERT INTO `wpor_postmeta` VALUES (48527, 5286, '_thumbnail_id', '3313');
INSERT INTO `wpor_postmeta` VALUES (48528, 5286, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48529, 5286, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48530, 5286,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48531, 5286, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48532, 5286, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48533, 5286, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48534, 5286, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48535, 5286, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48536, 5286, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48537, 5286, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48538, 5286, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48539, 5286, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48540, 5286, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48541, 5286, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48542, 5286, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48543, 5286, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48544, 5286, 'thim_course_duration', '69
hours');
INSERT INTO `wpor_postmeta` VALUES (48545, 5286, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48546, 5286, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48547, 5299, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48548, 5299, '_lp_duration', '10 week');
INSERT INTO `wpor_postmeta` VALUES (48549, 5299, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48550, 5299, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48551, 5299, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48552, 5299, '_lp_payment', 'no');
INSERT INTO `wpor_postmeta` VALUES (48553, 5299, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48554, 5299, '_lp_students', '60');
INSERT INTO `wpor_postmeta` VALUES (48555, 5299, '_thumbnail_id', '2788');
INSERT INTO `wpor_postmeta` VALUES (48556, 5299, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48557, 5299, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48558, 5299,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48559, 5299, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48560, 5299, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48561, 5299, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48562, 5299, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48563, 5299, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48564, 5299, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48565, 5299, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48566, 5299, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48567, 5299, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48568, 5299, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48569, 5299, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48570, 5299, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48571, 5299, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48572, 5299, 'thim_course_duration', '33
hours');
INSERT INTO `wpor_postmeta` VALUES (48573, 5299, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48574, 5299, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48575, 5299, '_lp_bbpress_forum_enable',
'yes');
INSERT INTO `wpor_postmeta` VALUES (48576, 5299, '_lpr_course_lesson_quiz', '');
INSERT INTO `wpor_postmeta` VALUES (48577, 5299, '_lp_course_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (48578, 5299, '_lp_course_forum', '5744');
INSERT INTO `wpor_postmeta` VALUES (48579, 5299, '_lp_bbpress_forum_enrolled_user',
'yes');
INSERT INTO `wpor_postmeta` VALUES (48580, 5299, '_lp_cert', '');
INSERT INTO `wpor_postmeta` VALUES (48581, 5299,
'_yoast_wpseo_primary_course_category', '');
INSERT INTO `wpor_postmeta` VALUES (48582, 5299, '_lp_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (48583, 5299, '_lp_course_author', '12');
INSERT INTO `wpor_postmeta` VALUES (48584, 5299, '_lp_curriculum', 'a:2:{i:0;a:3:
{s:4:"name";s:9:"Get Going";s:11:"description";s:0:"";s:5:"items";a:2:{i:263;a:5:
{s:4:"name";s:16:"Intro to Node.js";s:8:"old_name";s:16:"Intro to
Node.js";s:7:"item_id";s:4:"5300";s:15:"section_item_id";s:3:"263";s:9:"post_type";
s:9:"lp_lesson";}s:6:"item-1";a:5:
{s:4:"name";s:0:"";s:8:"old_name";s:0:"";s:7:"item_id";s:0:"";s:15:"section_item_id
";s:0:"";s:9:"post_type";s:9:"lp_lesson";}}}i:1;a:3:{s:4:"name";s:21:"Work With
Core NodeJS";s:11:"description";s:0:"";s:5:"items";a:8:{i:264;a:5:
{s:4:"name";s:13:"Javascripting";s:8:"old_name";s:13:"Javascripting";s:7:"item_id";
s:4:"5301";s:15:"section_item_id";s:3:"264";s:9:"post_type";s:9:"lp_lesson";}i:265;
a:5:
{s:4:"name";s:12:"Learnyounode";s:8:"old_name";s:12:"Learnyounode";s:7:"item_id";s:
4:"5302";s:15:"section_item_id";s:3:"265";s:9:"post_type";s:9:"lp_lesson";}i:266;a:
5:{s:4:"name";s:11:"Core git-it";s:8:"old_name";s:11:"Core git-
it";s:7:"item_id";s:4:"5303";s:15:"section_item_id";s:3:"266";s:9:"post_type";s:9:"
lp_lesson";}i:267;a:5:{s:4:"name";s:10:"How to npm";s:8:"old_name";s:10:"How to
npm";s:7:"item_id";s:4:"5304";s:15:"section_item_id";s:3:"267";s:9:"post_type";s:9:
"lp_lesson";}i:268;a:5:{s:4:"name";s:23:"Scope Chains &
Closures";s:8:"old_name";s:23:"Scope Chains &
Closures";s:7:"item_id";s:4:"5305";s:15:"section_item_id";s:3:"268";s:9:"post_type"
;s:9:"lp_lesson";}i:269;a:5:{s:4:"name";s:21:"Core stream-
adventure";s:8:"old_name";s:21:"Core stream-
adventure";s:7:"item_id";s:4:"5306";s:15:"section_item_id";s:3:"269";s:9:"post_type
";s:9:"lp_lesson";}i:270;a:5:{s:4:"name";s:17:"NodeJS Final
Quiz";s:8:"old_name";s:17:"NodeJS Final
Quiz";s:7:"item_id";s:4:"5307";s:15:"section_item_id";s:3:"270";s:9:"post_type";s:7
:"lp_quiz";}s:6:"item-7";a:5:
{s:4:"name";s:0:"";s:8:"old_name";s:0:"";s:7:"item_id";s:0:"";s:15:"section_item_id
";s:0:"";s:9:"post_type";s:9:"lp_lesson";}}}}');
INSERT INTO `wpor_postmeta` VALUES (48585, 5299, '_yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (48586, 5312, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48587, 5312, '_lp_duration', '10 week');
INSERT INTO `wpor_postmeta` VALUES (48588, 5312, '_lp_students', '45');
INSERT INTO `wpor_postmeta` VALUES (48589, 5312, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48590, 5312, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48591, 5312, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48592, 5312, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48593, 5312, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48594, 5312, '_lp_price', '69');
INSERT INTO `wpor_postmeta` VALUES (48595, 5312, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (48596, 5312, '_thumbnail_id', '3234');
INSERT INTO `wpor_postmeta` VALUES (48597, 5312, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48598, 5312, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48599, 5312, 'thim_course_duration', '80
hours');
INSERT INTO `wpor_postmeta` VALUES (48600, 5312, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48601, 5312, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48602, 5312, '_lp_course_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (48603, 5312,
'_yoast_wpseo_primary_course_category', '');
INSERT INTO `wpor_postmeta` VALUES (48604, 5312, '_lp_curriculum', 'a:2:{i:0;a:3:
{s:4:"name";s:9:"Section 1";s:11:"description";s:0:"";s:5:"items";a:4:{i:191;a:5:
{s:4:"name";s:29:"Who are we - the instructors?";s:8:"old_name";s:29:"Who are we -
the
instructors?";s:7:"item_id";s:4:"5313";s:15:"section_item_id";s:3:"191";s:9:"post_t
ype";s:9:"lp_lesson";}i:192;a:5:{s:4:"name";s:59:"Course Requirements - what do you
need to take this course?";s:8:"old_name";s:59:"Course Requirements - what do you
need to take this
course?";s:7:"item_id";s:4:"5314";s:15:"section_item_id";s:3:"192";s:9:"post_type";
s:9:"lp_lesson";}i:193;a:5:{s:4:"name";s:45:"Success! How will you succeed in this
course?";s:8:"old_name";s:45:"Success! How will you succeed in this
course?";s:7:"item_id";s:4:"5315";s:15:"section_item_id";s:3:"193";s:9:"post_type";
s:9:"lp_lesson";}s:6:"item-3";a:5:
{s:4:"name";s:0:"";s:8:"old_name";s:0:"";s:7:"item_id";s:0:"";s:15:"section_item_id
";s:0:"";s:9:"post_type";s:9:"lp_lesson";}}}i:1;a:3:{s:4:"name";s:9:"Section
2";s:11:"description";s:0:"";s:5:"items";a:3:{i:194;a:5:{s:4:"name";s:58:"Dive In!
How does camera exposure work in under 3 minutes!";s:8:"old_name";s:58:"Dive In!
How does camera exposure work in under 3
minutes!";s:7:"item_id";s:4:"5316";s:15:"section_item_id";s:3:"194";s:9:"post_type"
;s:9:"lp_lesson";}i:195;a:5:{s:4:"name";s:10:"Final
Quiz";s:8:"old_name";s:10:"Final
Quiz";s:7:"item_id";s:4:"5317";s:15:"section_item_id";s:3:"195";s:9:"post_type";s:7
:"lp_quiz";}s:6:"item-2";a:5:
{s:4:"name";s:0:"";s:8:"old_name";s:0:"";s:7:"item_id";s:0:"";s:15:"section_item_id
";s:0:"";s:9:"post_type";s:9:"lp_lesson";}}}}');
INSERT INTO `wpor_postmeta` VALUES (48605, 5312, '_lp_sale_price', '49');
INSERT INTO `wpor_postmeta` VALUES (48606, 5312, '_yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (48607, 5319, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48608, 5319, '_lp_duration', '100');
INSERT INTO `wpor_postmeta` VALUES (48609, 5319, '_lp_students', '10');
INSERT INTO `wpor_postmeta` VALUES (48610, 5319, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48611, 5319, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48612, 5319, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48613, 5319, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48614, 5319, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48615, 5319, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48616, 5319, '_lp_price', '50');
INSERT INTO `wpor_postmeta` VALUES (48617, 5319, '_lp_co_teacher', '11');
INSERT INTO `wpor_postmeta` VALUES (48618, 5319, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48619, 5319, '_thumbnail_id', '3313');
INSERT INTO `wpor_postmeta` VALUES (48620, 5319, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48621, 5319, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48622, 5319, '_dp_original', '1773');
INSERT INTO `wpor_postmeta` VALUES (48623, 5319, 'thim_course_duration', '45
hours');
INSERT INTO `wpor_postmeta` VALUES (48624, 5319, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48625, 5319, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48626, 5332, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48627, 5332, '_lp_duration', '100');
INSERT INTO `wpor_postmeta` VALUES (48628, 5332, '_lp_students', '27');
INSERT INTO `wpor_postmeta` VALUES (48629, 5332, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48630, 5332, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48631, 5332, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48632, 5332, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48633, 5332, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48634, 5332, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48635, 5332, '_lp_price', '55');
INSERT INTO `wpor_postmeta` VALUES (48636, 5332, '_lp_co_teacher', '11');
INSERT INTO `wpor_postmeta` VALUES (48637, 5332, '_thumbnail_id', '3317');
INSERT INTO `wpor_postmeta` VALUES (48638, 5332, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48639, 5332, 'thim_course_skill_level', 'All
level');
INSERT INTO `wpor_postmeta` VALUES (48640, 5332, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48641, 5332, 'thim_course_duration', '55
hours');
INSERT INTO `wpor_postmeta` VALUES (48642, 5332, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48643, 5332, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48644, 5345, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48645, 5345, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48646, 5345, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48647, 5345, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48648, 5345, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48649, 5345, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48650, 5345, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48651, 5345, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48652, 5345, '_lp_price', '36');
INSERT INTO `wpor_postmeta` VALUES (48653, 5345, '_lp_students', '26');
INSERT INTO `wpor_postmeta` VALUES (48654, 5345, '_lp_co_teacher', '11');
INSERT INTO `wpor_postmeta` VALUES (48655, 5345, '_thumbnail_id', '3088');
INSERT INTO `wpor_postmeta` VALUES (48656, 5345, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48657, 5345, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48658, 5345,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48659, 5345, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48660, 5345, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48661, 5345, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48662, 5345, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48663, 5345, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48664, 5345, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48665, 5345, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48666, 5345, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48667, 5345, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48668, 5345, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48669, 5345, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48670, 5345, '_dp_original', '1192');
INSERT INTO `wpor_postmeta` VALUES (48671, 5345, 'thim_course_duration', '35
hours');
INSERT INTO `wpor_postmeta` VALUES (48672, 5345, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48673, 5345, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48674, 5393, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48675, 5393, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48676, 5393, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48677, 5393, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48678, 5393, '_lp_final_quiz', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48679, 5393, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48680, 5393, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48681, 5393, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48682, 5393, '_lp_students', '32');
INSERT INTO `wpor_postmeta` VALUES (48683, 5393, '_lp_price', '30');
INSERT INTO `wpor_postmeta` VALUES (48684, 5393, '_lp_co_teacher', '11');
INSERT INTO `wpor_postmeta` VALUES (48685, 5393, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48686, 5393, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48687, 5393,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48688, 5393, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48689, 5393, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48690, 5393, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48691, 5393, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48692, 5393, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48693, 5393, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48694, 5393, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48695, 5393, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48696, 5393, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48697, 5393, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48698, 5393, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48699, 5393, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48700, 5393, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48701, 5393, '_thumbnail_id', '3282');
INSERT INTO `wpor_postmeta` VALUES (48702, 5393, '_dp_original', '1912');
INSERT INTO `wpor_postmeta` VALUES (48703, 5393, 'thim_course_duration', '60
hours');
INSERT INTO `wpor_postmeta` VALUES (48704, 5393, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48705, 5393, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48706, 5407, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48707, 5407, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (48708, 5407, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48709, 5407, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48710, 5407, '_lp_final_quiz', 'no');
INSERT INTO `wpor_postmeta` VALUES (48711, 5407, '_lp_passing_condition', '50');
INSERT INTO `wpor_postmeta` VALUES (48712, 5407, '_lp_payment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48713, 5407, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48714, 5407, '_lp_students', '28');
INSERT INTO `wpor_postmeta` VALUES (48715, 5407, '_lp_price', '80');
INSERT INTO `wpor_postmeta` VALUES (48716, 5407, '_lp_co_teacher', '11');
INSERT INTO `wpor_postmeta` VALUES (48717, 5407, '_lp_co_teacher', '7');
INSERT INTO `wpor_postmeta` VALUES (48718, 5407, '_thumbnail_id', '2790');
INSERT INTO `wpor_postmeta` VALUES (48719, 5407, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48720, 5407, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (48721, 5407,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (48722, 5407, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (48723, 5407, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (48724, 5407, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (48725, 5407, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (48726, 5407, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (48727, 5407, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (48728, 5407, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (48729, 5407, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (48730, 5407, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (48731, 5407, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (48732, 5407, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (48733, 5407, 'thim_course_skill_level',
'Beginner');
INSERT INTO `wpor_postmeta` VALUES (48734, 5407, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48735, 5407, '_dp_original', '1481');
INSERT INTO `wpor_postmeta` VALUES (48736, 5407, 'thim_course_duration', '54
hours');
INSERT INTO `wpor_postmeta` VALUES (48737, 5407, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48738, 5407, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48739, 5428, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48740, 5428, '_lp_duration', '10 week');
INSERT INTO `wpor_postmeta` VALUES (48741, 5428, '_lp_students', '273');
INSERT INTO `wpor_postmeta` VALUES (48742, 5428, '_lp_max_students', '1000');
INSERT INTO `wpor_postmeta` VALUES (48743, 5428, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (48744, 5428, '_lp_passing_condition', '80');
INSERT INTO `wpor_postmeta` VALUES (48745, 5428, '_lp_required_enroll', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48746, 5428, '_lp_payment', 'no');
INSERT INTO `wpor_postmeta` VALUES (48747, 5428, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (48748, 5428, 'thim_course_skill_level', 'All
level');
INSERT INTO `wpor_postmeta` VALUES (48749, 5428, 'thim_course_language',
'English');
INSERT INTO `wpor_postmeta` VALUES (48750, 5428, '_thumbnail_id', '3079');
INSERT INTO `wpor_postmeta` VALUES (48751, 5428, 'thim_course_duration', '3
hours');
INSERT INTO `wpor_postmeta` VALUES (48752, 5428, '1', 'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48753, 5428, '_lp_course_result',
'evaluate_lesson');
INSERT INTO `wpor_postmeta` VALUES (48754, 5428, '_lp_bbpress_forum_enable',
'yes');
INSERT INTO `wpor_postmeta` VALUES (48755, 5428, '_lpr_course_lesson_quiz', '');
INSERT INTO `wpor_postmeta` VALUES (48756, 5428, '_lp_course_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (48757, 5428, '_lp_course_forum', '5746');
INSERT INTO `wpor_postmeta` VALUES (48758, 5428, '_lp_bbpress_forum_enrolled_user',
'yes');
INSERT INTO `wpor_postmeta` VALUES (48759, 5428, '_lp_cert', '');
INSERT INTO `wpor_postmeta` VALUES (48760, 5428,
'_yoast_wpseo_primary_course_category', '');
INSERT INTO `wpor_postmeta` VALUES (48761, 5064, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48762, 5064, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48763, 5064, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48764, 5064, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48765, 5065, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48766, 5065, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48767, 5065, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48768, 5065, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48769, 5082, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48770, 5082, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48771, 5082, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48772, 5082, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48773, 5084, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48774, 5084, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48775, 5084, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48776, 5084, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48777, 5064, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48778, 5064, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48779, 5064, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48780, 5065, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48781, 5065, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48782, 5065, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48783, 5082, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48784, 5082, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48785, 5082, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48786, 5084, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48787, 5084, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48788, 5084, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48789, 5087, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48790, 5087, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48791, 5087, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48792, 5087, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48793, 5091, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48794, 5091, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48795, 5091, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48796, 5091, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48797, 5112, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48798, 5112, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48799, 5112, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48800, 5112, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48801, 5113, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48802, 5113, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48803, 5113, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48804, 5113, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48805, 5114, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48806, 5114, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48807, 5114, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48808, 5114, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48809, 5115, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48810, 5115, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48811, 5115, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48812, 5115, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48813, 5116, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48814, 5116, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48815, 5116, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48816, 5116, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48817, 5117, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48818, 5117, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48819, 5117, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48820, 5117, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48821, 5118, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48822, 5118, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48823, 5118, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48824, 5118, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48825, 5119, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48826, 5119, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48827, 5119, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48828, 5119, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48829, 5120, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48830, 5120, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48831, 5120, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48832, 5120, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48833, 5121, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48834, 5121, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48835, 5121, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48836, 5121, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48837, 5122, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48838, 5122, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48839, 5122, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48840, 5122, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48841, 5123, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48842, 5123, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48843, 5123, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48844, 5123, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48845, 5124, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48846, 5124, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48847, 5124, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48848, 5124, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48849, 5125, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48850, 5125, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48851, 5125, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48852, 5125, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48853, 5126, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48854, 5126, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48855, 5126, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48856, 5127, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48857, 5127, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48858, 5127, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48859, 5087, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48860, 5087, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48861, 5087, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48862, 5091, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48863, 5091, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48864, 5091, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48865, 5083, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48866, 5083, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48867, 5083, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48868, 5083, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48869, 5085, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48870, 5085, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48871, 5085, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48872, 5085, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48873, 5086, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48874, 5086, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48875, 5086, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48876, 5086, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48877, 5088, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48878, 5088, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48879, 5088, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48880, 5088, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48881, 5089, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48882, 5089, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48883, 5089, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48884, 5089, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48885, 5090, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48886, 5090, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48887, 5090, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48888, 5090, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48889, 5128, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48890, 5128, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48891, 5128, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48892, 5144, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48893, 5144, '_lp_duration', '15');
INSERT INTO `wpor_postmeta` VALUES (48894, 5144, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48895, 5144, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48896, 5145, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48897, 5145, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48898, 5145, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48899, 5145, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48900, 5146, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48901, 5146, '_lp_duration', '20');
INSERT INTO `wpor_postmeta` VALUES (48902, 5146, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48903, 5146, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48904, 5147, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48905, 5147, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48906, 5147, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48907, 5147, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48908, 5083, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48909, 5083, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48910, 5083, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48911, 5085, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48912, 5085, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48913, 5085, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48914, 5086, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48915, 5086, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48916, 5086, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48917, 5088, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48918, 5088, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48919, 5088, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48920, 5089, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48921, 5089, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48922, 5089, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48923, 5090, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48924, 5090, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48925, 5090, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48926, 5144, '_lp_duration', '15');
INSERT INTO `wpor_postmeta` VALUES (48927, 5144, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48928, 5144, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48929, 5145, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48930, 5145, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48931, 5145, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48932, 5146, '_lp_duration', '20');
INSERT INTO `wpor_postmeta` VALUES (48933, 5146, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48934, 5146, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48935, 5148, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48936, 5148, '_lp_duration', '50');
INSERT INTO `wpor_postmeta` VALUES (48937, 5148, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48938, 5148, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48939, 5149, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48940, 5149, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48941, 5149, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48942, 5149, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48943, 5150, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48944, 5150, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48945, 5150, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48946, 5150, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48947, 5151, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48948, 5151, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48949, 5151, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48950, 5151, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48951, 5152, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48952, 5152, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48953, 5152, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48954, 5152, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48955, 5153, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48956, 5153, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48957, 5153, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48958, 5153, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48959, 5154, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48960, 5154, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48961, 5154, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48962, 5154, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48963, 5155, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48964, 5155, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48965, 5155, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48966, 5155, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48967, 5156, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48968, 5156, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48969, 5156, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48970, 5156, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48971, 5157, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (48972, 5157, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48973, 5157, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48974, 5157, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48975, 5147, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48976, 5147, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48977, 5147, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48978, 5148, '_lp_duration', '50');
INSERT INTO `wpor_postmeta` VALUES (48979, 5148, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48980, 5148, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48981, 5149, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48982, 5149, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48983, 5149, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48984, 5150, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48985, 5150, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48986, 5150, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48987, 5151, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48988, 5151, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48989, 5151, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48990, 5152, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48991, 5152, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48992, 5152, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48993, 5153, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48994, 5153, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48995, 5153, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48996, 5154, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (48997, 5154, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (48998, 5154, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (48999, 5155, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49000, 5155, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49001, 5155, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49002, 5156, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49003, 5156, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49004, 5156, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49005, 5158, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49006, 5158, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49007, 5158, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49008, 5158, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49009, 5165, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49010, 5165, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49011, 5165, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49012, 5165, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49013, 5166, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49014, 5166, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49015, 5166, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49016, 5166, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49017, 5167, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49018, 5167, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49019, 5167, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49020, 5167, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49021, 5168, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49022, 5168, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49023, 5168, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49024, 5168, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49025, 5169, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49026, 5169, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49027, 5169, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49028, 5169, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49029, 5175, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49030, 5175, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49031, 5175, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49032, 5182, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49033, 5182, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49034, 5182, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49035, 5183, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49036, 5183, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49037, 5183, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49038, 5184, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49039, 5184, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49040, 5184, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49041, 5185, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49042, 5185, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49043, 5185, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49044, 5186, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49045, 5186, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49046, 5186, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49047, 5187, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49048, 5187, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49049, 5187, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49050, 5188, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49051, 5188, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49052, 5188, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49053, 5300, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49054, 5300, '_lp_duration', '20 minute');
INSERT INTO `wpor_postmeta` VALUES (49055, 5300, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49056, 5300, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (49057, 5300, '_lp_lesson_video_intro', '<iframe
width="836" height="470" src="https://www.youtube.com/embed/GJmFG4ffJZU"
frameborder="0" allowfullscreen></iframe>');
INSERT INTO `wpor_postmeta` VALUES (49058, 5399, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49059, 5399, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49060, 5399, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49061, 5399, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49062, 5400, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49063, 5400, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49064, 5400, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49065, 5400, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49066, 5401, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49067, 5401, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49068, 5401, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49069, 5401, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49070, 5157, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49071, 5157, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49072, 5157, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49073, 5158, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49074, 5158, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49075, 5158, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49076, 5170, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49077, 5170, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49078, 5170, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49079, 5171, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49080, 5171, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49081, 5171, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49082, 5172, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49083, 5172, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49084, 5172, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49085, 5173, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49086, 5173, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49087, 5173, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49088, 5174, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49089, 5174, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49090, 5174, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49091, 5189, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49092, 5189, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49093, 5189, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49094, 5190, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49095, 5190, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49096, 5190, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49097, 5191, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49098, 5191, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49099, 5191, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49100, 5192, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49101, 5192, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49102, 5192, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49103, 5193, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49104, 5193, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49105, 5193, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49106, 5194, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49107, 5194, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49108, 5195, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49109, 5195, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49110, 5195, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49111, 5196, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49112, 5196, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49113, 5197, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49114, 5197, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49115, 5197, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49116, 5198, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49117, 5198, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49118, 5199, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49119, 5199, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49120, 5200, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49121, 5200, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49122, 5200, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49123, 5301, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49124, 5301, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49125, 5301, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49126, 5302, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49127, 5302, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49128, 5302, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49129, 5303, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49130, 5303, '_lp_duration', '15 minute');
INSERT INTO `wpor_postmeta` VALUES (49131, 5303, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49132, 5303, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (49133, 5303, '_lp_lesson_video_intro', '<iframe
src="https://www.youtube.com/embed/H56zcnI-NDo" width="836" height="470"
frameborder="0" allowfullscreen="allowfullscreen"></iframe>');
INSERT INTO `wpor_postmeta` VALUES (49134, 5265, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49135, 5265, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49136, 5265, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49137, 5265, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49138, 5266, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49139, 5266, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49140, 5266, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49141, 5267, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49142, 5267, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49143, 5267, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49144, 5267, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49145, 5268, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49146, 5268, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49147, 5269, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49148, 5269, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49149, 5270, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49150, 5270, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49151, 5271, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49152, 5271, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49153, 5272, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49154, 5272, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49155, 5273, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49156, 5273, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49157, 5274, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49158, 5274, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49159, 5287, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49160, 5287, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49161, 5287, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49162, 5287, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49163, 5288, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49164, 5288, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49165, 5288, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49166, 5289, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49167, 5289, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49168, 5289, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49169, 5290, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49170, 5290, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49171, 5290, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49172, 5291, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49173, 5291, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49174, 5291, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49175, 5292, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49176, 5292, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49177, 5292, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49178, 5293, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49179, 5293, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49180, 5293, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49181, 5304, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49182, 5304, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49183, 5304, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49184, 5304, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49185, 5305, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49186, 5305, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49187, 5305, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49188, 5306, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49189, 5306, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49190, 5306, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49191, 5213, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49192, 5213, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49193, 5213, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49194, 5214, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49195, 5214, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49196, 5214, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49197, 5214, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49198, 5215, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49199, 5215, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49200, 5215, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49201, 5216, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49202, 5216, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49203, 5216, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49204, 5217, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49205, 5217, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49206, 5217, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49207, 5218, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49208, 5218, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49209, 5219, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49210, 5219, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49211, 5220, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49212, 5220, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49213, 5221, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49214, 5221, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49215, 5228, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49216, 5228, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49217, 5228, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49218, 5229, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49219, 5229, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49220, 5229, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49221, 5230, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49222, 5230, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49223, 5230, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49224, 5231, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49225, 5231, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49226, 5231, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49227, 5275, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49228, 5275, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49229, 5276, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49230, 5276, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49231, 5277, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49232, 5277, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49233, 5278, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49234, 5278, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49235, 5279, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49236, 5279, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49237, 5280, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49238, 5280, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49239, 5281, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49240, 5281, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49241, 5232, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49242, 5232, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49243, 5232, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49244, 5233, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49245, 5233, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49246, 5233, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49247, 5234, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49248, 5234, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49249, 5234, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49250, 5235, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49251, 5235, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49252, 5235, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49253, 5236, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49254, 5236, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49255, 5236, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49256, 5237, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49257, 5237, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49258, 5237, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49259, 5238, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49260, 5238, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49261, 5238, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49262, 5239, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49263, 5239, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49264, 5239, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49265, 5240, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49266, 5240, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49267, 5240, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49268, 5241, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49269, 5241, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49270, 5241, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49271, 5242, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49272, 5242, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49273, 5242, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49274, 5243, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49275, 5243, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49276, 5243, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49277, 5244, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49278, 5244, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49279, 5244, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49280, 5245, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49281, 5245, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49282, 5245, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49283, 5246, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49284, 5246, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49285, 5246, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49286, 5247, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49287, 5247, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49288, 5247, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49289, 5248, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49290, 5248, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49291, 5248, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49292, 5249, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49293, 5249, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49294, 5249, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49295, 5250, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49296, 5250, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49297, 5250, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49298, 5251, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49299, 5251, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49300, 5251, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49301, 5252, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49302, 5252, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49303, 5252, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49304, 5253, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49305, 5253, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49306, 5253, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49307, 5254, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49308, 5254, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49309, 5254, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49310, 5255, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49311, 5255, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49312, 5255, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49313, 5256, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49314, 5256, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49315, 5256, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49316, 5257, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49317, 5257, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49318, 5257, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49319, 5313, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49320, 5313, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49321, 5314, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49322, 5314, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49323, 5314, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49324, 5314, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49325, 5315, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49326, 5315, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49327, 5315, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49328, 5315, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49329, 5316, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49330, 5316, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49331, 5316, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49332, 5316, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49333, 5320, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49334, 5320, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49335, 5320, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49336, 5320, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49337, 5321, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49338, 5321, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49339, 5321, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49340, 5321, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49341, 5322, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49342, 5322, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49343, 5322, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49344, 5322, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49345, 5323, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49346, 5323, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49347, 5323, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49348, 5323, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49349, 5429, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49350, 5429, '_lp_duration', '25 minute');
INSERT INTO `wpor_postmeta` VALUES (49351, 5429, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49352, 5429, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (49353, 5429, '_lp_course_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (49354, 5429, '_lp_payment', 'no');
INSERT INTO `wpor_postmeta` VALUES (49355, 5429, '_lp_lesson_video_intro', '<iframe
width="836" height="470" src="https://www.youtube.com/embed/M8bydrUQFPo?rel=0"
frameborder="0" allowfullscreen></iframe>');
INSERT INTO `wpor_postmeta` VALUES (49356, 5430, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49357, 5430, '_lp_duration', '20 minute');
INSERT INTO `wpor_postmeta` VALUES (49358, 5430, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49359, 5430, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (49360, 5430, '_lp_course_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (49361, 5430, '_lp_payment', 'no');
INSERT INTO `wpor_postmeta` VALUES (49362, 5430, '_lp_lesson_video_intro', '<iframe
src="https://www.youtube.com/embed/rRWPl5-Hb4k" width="830" height="470"
frameborder="0" allowfullscreen="allowfullscreen"></iframe>');
INSERT INTO `wpor_postmeta` VALUES (49363, 5431, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49364, 5431, '_lp_duration', '30 minute');
INSERT INTO `wpor_postmeta` VALUES (49365, 5431, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49366, 5431, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (49367, 5431, '_lp_course_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (49368, 5431, '_lp_payment', 'no');
INSERT INTO `wpor_postmeta` VALUES (49369, 5431, '_lp_lesson_video_intro', '<iframe
src="//www.slideshare.net/slideshow/embed_code/key/kRTzsmKtut7ewu" width="595"
height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"
style="margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> ');
INSERT INTO `wpor_postmeta` VALUES (49370, 5432, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49371, 5432, '_lp_duration', '20');
INSERT INTO `wpor_postmeta` VALUES (49372, 5432, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49373, 5432, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49374, 5433, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49375, 5433, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49376, 5433, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49377, 5433, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49378, 5434, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49379, 5434, '_lp_duration', '25');
INSERT INTO `wpor_postmeta` VALUES (49380, 5434, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49381, 5434, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49382, 5324, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49383, 5324, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49384, 5324, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49385, 5324, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49386, 5325, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49387, 5325, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49388, 5325, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49389, 5325, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49390, 5326, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49391, 5326, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49392, 5326, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49393, 5326, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49394, 5327, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49395, 5327, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49396, 5327, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49397, 5327, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49398, 5328, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49399, 5328, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49400, 5328, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49401, 5328, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49402, 5329, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49403, 5329, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49404, 5329, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49405, 5329, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49406, 5333, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49407, 5333, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49408, 5333, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49409, 5333, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49410, 5334, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49411, 5334, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49412, 5334, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49413, 5334, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49414, 5335, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49415, 5335, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49416, 5335, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49417, 5335, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49418, 5336, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49419, 5336, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49420, 5336, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49421, 5336, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49422, 5337, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49423, 5337, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49424, 5337, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49425, 5337, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49426, 5338, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49427, 5338, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49428, 5339, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49429, 5339, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49430, 5340, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49431, 5340, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49432, 5340, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49433, 5340, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49434, 5341, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49435, 5341, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49436, 5341, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49437, 5341, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49438, 5394, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49439, 5394, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49440, 5394, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49441, 5394, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49442, 5395, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49443, 5395, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49444, 5395, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49445, 5395, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49446, 5396, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49447, 5396, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49448, 5396, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49449, 5396, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49450, 5397, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49451, 5397, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49452, 5397, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49453, 5397, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49454, 5398, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49455, 5398, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49456, 5398, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49457, 5398, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49458, 5006, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49459, 5009, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49460, 5010, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49461, 5021, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49462, 5021, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49463, 5021, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49464, 5021, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49465, 5022, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49466, 5024, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49467, 5024, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49468, 5024, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49469, 5024, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49470, 5025, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49471, 5025, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49472, 5025, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49473, 5025, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49474, 5026, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49475, 5026, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49476, 5026, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49477, 5026, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49478, 5031, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49479, 5031, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49480, 5031, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49481, 5031, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49482, 5032, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49483, 5033, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49484, 5034, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49485, 5034, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49486, 5034, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49487, 5034, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49488, 5035, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49489, 5037, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49490, 5037, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49491, 5037, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49492, 5037, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49493, 5040, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49494, 5040, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49495, 5040, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49496, 5040, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49497, 5045, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49498, 5046, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49499, 5050, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49500, 5050, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49501, 5050, '_lp_preview', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49502, 5050, '_thumbnail_id', '4418');
INSERT INTO `wpor_postmeta` VALUES (49503, 5050, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49504, 5052, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49505, 5053, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49506, 5015, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49507, 5016, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49508, 5016, '_lp_duration', '30');
INSERT INTO `wpor_postmeta` VALUES (49509, 5016, '_lp_preview', 'no');
INSERT INTO `wpor_postmeta` VALUES (49510, 5016, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49511, 5019, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49512, 5048, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49513, 5054, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49514, 5060, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49515, 5067, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49516, 5067, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49517, 5067, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49518, 5068, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49519, 5068, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49520, 5068, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49521, 5069, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49522, 5069, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49523, 5069, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49524, 5070, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49525, 5070, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49526, 5070, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49527, 5071, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49528, 5071, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49529, 5071, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49530, 5072, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49531, 5072, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49532, 5072, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49533, 5073, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49534, 5073, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49535, 5073, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49536, 5067, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49537, 5067, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49538, 5068, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49539, 5068, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49540, 5069, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49541, 5069, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49542, 5070, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49543, 5070, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49544, 5071, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49545, 5071, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49546, 5072, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49547, 5072, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49548, 5073, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49549, 5073, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49550, 5074, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49551, 5074, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49552, 5074, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49553, 5075, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49554, 5075, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49555, 5075, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49556, 5076, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49557, 5076, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49558, 5076, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49559, 5077, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49560, 5077, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49561, 5077, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49562, 5078, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49563, 5078, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49564, 5078, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49565, 5079, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49566, 5079, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49567, 5079, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49568, 5080, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49569, 5080, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49570, 5080, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49571, 5081, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49572, 5081, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49573, 5081, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49574, 5093, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49575, 5093, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49576, 5093, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49577, 5094, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49578, 5094, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49579, 5094, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49580, 5094, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49581, 5074, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49582, 5074, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49583, 5075, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49584, 5075, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49585, 5076, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49586, 5076, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49587, 5077, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49588, 5077, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49589, 5078, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49590, 5078, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49591, 5079, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49592, 5079, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49593, 5080, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49594, 5080, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49595, 5081, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49596, 5081, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49597, 5093, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49598, 5093, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49599, 5094, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49600, 5094, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49601, 5094, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49602, 5095, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49603, 5095, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49604, 5095, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49605, 5096, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49606, 5096, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49607, 5096, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49608, 5097, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49609, 5097, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49610, 5097, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49611, 5098, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49612, 5098, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49613, 5098, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49614, 5099, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49615, 5099, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49616, 5099, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49617, 5100, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49618, 5100, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49619, 5100, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49620, 5101, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49621, 5101, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49622, 5101, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49623, 5102, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49624, 5102, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49625, 5102, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49626, 5103, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49627, 5103, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49628, 5103, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49629, 5104, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49630, 5104, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49631, 5104, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49632, 5095, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49633, 5095, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49634, 5096, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49635, 5096, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49636, 5097, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49637, 5097, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49638, 5098, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49639, 5098, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49640, 5099, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49641, 5099, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49642, 5100, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49643, 5100, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49644, 5101, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49645, 5101, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49646, 5102, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49647, 5102, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49648, 5103, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49649, 5103, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49650, 5104, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49651, 5104, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49652, 5105, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49653, 5105, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49654, 5105, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49655, 5106, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49656, 5106, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49657, 5106, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49658, 5107, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49659, 5107, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49660, 5107, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49661, 5108, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49662, 5108, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49663, 5108, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49664, 5109, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49665, 5109, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49666, 5109, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49667, 5110, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49668, 5110, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49669, 5110, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49670, 5130, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49671, 5130, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49672, 5130, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49673, 5131, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49674, 5131, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49675, 5131, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49676, 5132, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49677, 5132, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49678, 5132, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49679, 5133, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49680, 5133, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49681, 5133, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49682, 5134, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49683, 5134, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49684, 5134, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49685, 5135, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49686, 5135, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49687, 5135, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49688, 5136, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49689, 5136, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49690, 5136, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49691, 5137, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49692, 5137, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49693, 5137, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49694, 5105, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49695, 5105, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49696, 5106, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49697, 5106, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49698, 5107, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49699, 5107, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49700, 5108, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49701, 5108, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49702, 5109, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49703, 5109, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49704, 5110, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49705, 5110, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49706, 5138, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49707, 5138, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49708, 5138, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49709, 5139, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49710, 5139, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49711, 5139, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49712, 5140, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49713, 5140, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49714, 5140, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49715, 5141, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49716, 5141, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49717, 5141, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49718, 5142, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49719, 5142, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49720, 5142, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49721, 5161, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49722, 5161, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49723, 5161, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49724, 5161, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49725, 5162, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49726, 5162, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49727, 5162, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49728, 5162, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49729, 5162, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49730, 5161, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49731, 5161, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49732, 5161, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49733, 5162, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49734, 5162, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49735, 5161, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49736, 5161, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49737, 5161, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49738, 5162, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49739, 5162, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49740, 5161, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49741, 5161, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49742, 5161, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49743, 5161, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49744, 5161, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49745, 5161, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49746, 5161, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49747, 5161, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49748, 5161, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49749, 5161, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49750, 5161, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49751, 5161, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49752, 5161, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49753, 5161, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49754, 5161, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49755, 5161, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49756, 5161, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49757, 5161, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49758, 5161, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49759, 5161, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49760, 5161, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49761, 5161, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49762, 5161, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49763, 5161, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49764, 5160, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49765, 5160, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49766, 5160, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49767, 5163, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49768, 5163, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49769, 5163, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49770, 5160, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49771, 5160, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49772, 5163, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49773, 5163, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49774, 5160, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49775, 5160, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49776, 5163, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49777, 5163, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49778, 5163, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49779, 5163, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49780, 5163, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49781, 5163, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49782, 5162, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49783, 5162, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49784, 5163, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49785, 5163, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49786, 5162, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49787, 5162, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49788, 5163, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49789, 5163, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49790, 5163, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49791, 5163, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49792, 5162, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49793, 5162, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49794, 5162, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49795, 5162, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49796, 5163, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49797, 5163, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49798, 5163, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49799, 5163, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49800, 5162, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49801, 5162, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49802, 5162, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49803, 5162, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49804, 5163, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49805, 5163, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49806, 5028, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49807, 5028, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49808, 5028, '_lp_type', 'fill_in_blank');
INSERT INTO `wpor_postmeta` VALUES (49809, 5029, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49810, 5029, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49811, 5029, '_lp_type', 'sorting_choice');
INSERT INTO `wpor_postmeta` VALUES (49812, 5042, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49813, 5042, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49814, 5042, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49815, 5042, '_yoast_wpseo_metadesc', 'This');
INSERT INTO `wpor_postmeta` VALUES (49816, 5160, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49817, 5160, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49818, 5160, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49819, 5160, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49820, 5160, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49821, 5160, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49822, 5160, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49823, 5160, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49824, 5160, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49825, 5160, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49826, 5160, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49827, 5160, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49828, 5318, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49829, 5318, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49830, 5318, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49831, 5331, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49832, 5331, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49833, 5331, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49834, 5343, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49835, 5343, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49836, 5343, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49837, 5344, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49838, 5344, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49839, 5344, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49840, 5160, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49841, 5160, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49842, 5160, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49843, 5160, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49844, 5436, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49845, 5436, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49846, 5436, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (49847, 5436, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49848, 5437, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49849, 5437, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49850, 5437, '_lp_type', 'multi_choice');
INSERT INTO `wpor_postmeta` VALUES (49851, 5437, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49852, 5438, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49853, 5438, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49854, 5438, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49855, 5438, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49856, 5439, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49857, 5439, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49858, 5439, '_lp_type', 'fill_in_blank');
INSERT INTO `wpor_postmeta` VALUES (49859, 5439, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49860, 5440, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49861, 5440, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49862, 5440, '_lp_type', 'sorting_choice');
INSERT INTO `wpor_postmeta` VALUES (49863, 5018, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49864, 5018, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49865, 5018, '_lp_type', 'sorting_choice');
INSERT INTO `wpor_postmeta` VALUES (49866, 5043, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49867, 5043, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49868, 5043, '_lp_type', 'fill_in_blank');
INSERT INTO `wpor_postmeta` VALUES (49869, 5043, '_yoast_wpseo_metadesc', 'This');
INSERT INTO `wpor_postmeta` VALUES (49870, 5057, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49871, 5057, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49872, 5057, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49873, 5058, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49874, 5058, '_lp_mark', '1');
INSERT INTO `wpor_postmeta` VALUES (49875, 5058, '_lp_type', 'single_choice');
INSERT INTO `wpor_postmeta` VALUES (49876, 5066, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49877, 5066, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (49878, 5066, '_lp_show_result', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49879, 5066, '_lp_retake_count', '3');
INSERT INTO `wpor_postmeta` VALUES (49880, 5066, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (49881, 5066, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49882, 5066, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49883, 5092, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49884, 5092, '_lp_duration', '15');
INSERT INTO `wpor_postmeta` VALUES (49885, 5092, '_lp_retake_count', '3');
INSERT INTO `wpor_postmeta` VALUES (49886, 5092, '_lp_show_result', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49887, 5092, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (49888, 5092, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49889, 5092, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49890, 5129, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49891, 5129, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (49892, 5129, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (49893, 5129, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (49894, 5129, '_lp_show_check_answer', 'no');
INSERT INTO `wpor_postmeta` VALUES (49895, 5129, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (49896, 5129, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49897, 5129, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49898, 5159, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49899, 5159, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (49900, 5159, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (49901, 5159, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (49902, 5159, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49903, 5159, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (49904, 5159,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (49905, 5159, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (49906, 5159, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (49907, 5159, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (49908, 5159, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (49909, 5159, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (49910, 5159, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (49911, 5159, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (49912, 5159, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (49913, 5159, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (49914, 5159, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (49915, 5159, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (49916, 5176, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49917, 5176, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (49918, 5176, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (49919, 5176, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (49920, 5176, '_lp_show_check_answer', 'no');
INSERT INTO `wpor_postmeta` VALUES (49921, 5176, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (49922, 5176, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49923, 5176, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (49924, 5176,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (49925, 5176, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (49926, 5176, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (49927, 5176, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (49928, 5176, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (49929, 5176, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (49930, 5176, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (49931, 5176, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (49932, 5176, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (49933, 5176, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (49934, 5176, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (49935, 5176, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (49936, 5176, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49937, 5176, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (49938, 5176, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (49939, 5176, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (49940, 5176, '_lp_show_check_answer', 'no');
INSERT INTO `wpor_postmeta` VALUES (49941, 5176, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (49942, 5176, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49943, 5176, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (49944, 5176,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (49945, 5176, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (49946, 5176, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (49947, 5176, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (49948, 5176, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (49949, 5176, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (49950, 5176, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (49951, 5176, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (49952, 5176, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (49953, 5176, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (49954, 5176, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (49955, 5176, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (49956, 5176, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (49957, 5207, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49958, 5207, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (49959, 5207, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (49960, 5207, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (49961, 5207, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49962, 5207, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (49963, 5207,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (49964, 5207, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (49965, 5207, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (49966, 5207, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (49967, 5207, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (49968, 5207, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (49969, 5207, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (49970, 5207, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (49971, 5207, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (49972, 5207, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (49973, 5207, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (49974, 5207, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (49975, 5222, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49976, 5222, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (49977, 5222, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (49978, 5222, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (49979, 5222, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49980, 5222, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (49981, 5222,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (49982, 5222, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (49983, 5222, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (49984, 5222, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (49985, 5222, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (49986, 5222, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (49987, 5222, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (49988, 5222, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (49989, 5222, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (49990, 5222, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (49991, 5222, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (49992, 5222, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (49993, 5258, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49994, 5258, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (49995, 5258, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49996, 5259, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (49997, 5259, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (49998, 5259, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (49999, 5259, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50000, 5259, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50001, 5259, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50002, 5259,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50003, 5259, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50004, 5259, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50005, 5259, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50006, 5259, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50007, 5259, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50008, 5259, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50009, 5259, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50010, 5259, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50011, 5259, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50012, 5259, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (50013, 5259, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50014, 5282, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50015, 5282, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50016, 5282, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (50017, 5282, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50018, 5282, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50019, 5282, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50020, 5282,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50021, 5282, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50022, 5282, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50023, 5282, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50024, 5282, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50025, 5282, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50026, 5282, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50027, 5282, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50028, 5282, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50029, 5282, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50030, 5282, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (50031, 5282, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50032, 5294, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50033, 5294, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50034, 5294, '_lp_show_result', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50035, 5294, '_lp_show_check_answer', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50036, 5294, '_lp_retake_count', '0');
INSERT INTO `wpor_postmeta` VALUES (50037, 5294, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50038, 5294, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50039, 5294, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50040, 5294,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50041, 5294, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50042, 5294, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50043, 5294, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50044, 5294, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50045, 5294, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50046, 5294, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50047, 5294, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50048, 5294, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50049, 5294, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50050, 5294, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (50051, 5294, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50052, 5294, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50053, 5307, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50054, 5307, '_lp_duration', '100');
INSERT INTO `wpor_postmeta` VALUES (50055, 5307, '_lp_show_result', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50056, 5307, '_lp_show_check_answer', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50057, 5307, '_lp_retake_count', '10');
INSERT INTO `wpor_postmeta` VALUES (50058, 5307, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50059, 5307, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50060, 5307, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50061, 5307,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50062, 5307, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50063, 5307, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50064, 5307, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50065, 5307, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50066, 5307, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50067, 5307, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50068, 5307, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50069, 5307, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50070, 5307, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50071, 5307, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (50072, 5307, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50073, 5307, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50074, 5307, '1', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50075, 5307, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (50076, 5066, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50077, 5066, '_lp_show_result', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50078, 5066, '_lp_retake_count', '3');
INSERT INTO `wpor_postmeta` VALUES (50079, 5066, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50080, 5066, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50081, 5066, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50082, 5092, '_lp_duration', '15');
INSERT INTO `wpor_postmeta` VALUES (50083, 5092, '_lp_retake_count', '3');
INSERT INTO `wpor_postmeta` VALUES (50084, 5092, '_lp_show_result', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50085, 5092, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50086, 5092, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50087, 5092, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50088, 5402, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50089, 5402, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50090, 5402, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (50091, 5402, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50092, 5402, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50093, 5402, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50094, 5402,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50095, 5402, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50096, 5402, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50097, 5402, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50098, 5402, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50099, 5402, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50100, 5402, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50101, 5402, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50102, 5402, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50103, 5402, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50104, 5402, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (50105, 5402, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50106, 5017, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50107, 5017, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50108, 5017, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (50109, 5017, '_lp_show_check_answer', 'no');
INSERT INTO `wpor_postmeta` VALUES (50110, 5017, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50111, 5017, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50112, 5017, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50113, 5017, '1', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50114, 5017, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (50115, 5027, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50116, 5027, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50117, 5027, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (50118, 5027, '_lp_show_check_answer', 'no');
INSERT INTO `wpor_postmeta` VALUES (50119, 5027, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50120, 5027, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50121, 5027, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50122, 5038, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50123, 5038, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50124, 5038, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50125, 5038, '1', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50126, 5038, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (50127, 5041, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50128, 5041, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50129, 5041, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (50130, 5041, '_lp_show_check_answer', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50131, 5041, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50132, 5041, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50133, 5041, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50134, 5041, '_yoast_wpseo_metadesc', 'This');
INSERT INTO `wpor_postmeta` VALUES (50135, 5041, '1', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50136, 5041, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (50137, 5047, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50138, 5047, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50139, 5047, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (50140, 5047, '_lp_show_check_answer', 'no');
INSERT INTO `wpor_postmeta` VALUES (50141, 5047, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50142, 5047, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50143, 5047, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50144, 5047, '1', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50145, 5047, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (50146, 5056, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50147, 5056, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50148, 5056, '_lp_show_result', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50149, 5056, '_lp_show_check_answer', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50150, 5056, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50151, 5056, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50152, 5056, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50153, 5056, '1', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50154, 5056, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (50155, 5061, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50156, 5061, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50157, 5061, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50158, 5061, '1', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50159, 5061, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (50160, 5317, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50161, 5317, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50162, 5317, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (50163, 5317, '_lp_show_check_answer', 'no');
INSERT INTO `wpor_postmeta` VALUES (50164, 5317, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50165, 5317, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50166, 5317, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50167, 5330, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50168, 5330, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50169, 5330, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (50170, 5330, '_lp_show_check_answer', 'no');
INSERT INTO `wpor_postmeta` VALUES (50171, 5330, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50172, 5330, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50173, 5330, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50174, 5342, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50175, 5342, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50176, 5342, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (50177, 5342, '_lp_show_check_answer', 'no');
INSERT INTO `wpor_postmeta` VALUES (50178, 5342, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50179, 5342, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50180, 5342, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50181, 5159, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50182, 5159, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (50183, 5159, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50184, 5159, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50185, 5159, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50186, 5159,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50187, 5159, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50188, 5159, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50189, 5159, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50190, 5159, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50191, 5159, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50192, 5159, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50193, 5159, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50194, 5159, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50195, 5159, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50196, 5159, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (50197, 5159, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50198, 5159, '1', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50199, 5159, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (50200, 5159, '_lp_show_check_answer', 'no');
INSERT INTO `wpor_postmeta` VALUES (50201, 5435, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50202, 5435, '_lp_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (50203, 5435, '_lp_show_result', 'no');
INSERT INTO `wpor_postmeta` VALUES (50204, 5435, '_lp_show_check_answer', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50205, 5435, '_lp_retake_count', '20');
INSERT INTO `wpor_postmeta` VALUES (50206, 5435, '_lp_show_explanation', 'no');
INSERT INTO `wpor_postmeta` VALUES (50207, 5435, '_lp_show_hint', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50208, 5435, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50209, 5435, '1', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50210, 5435, '_lp_type', 'true_or_false');
INSERT INTO `wpor_postmeta` VALUES (50211, 3101, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50212, 3101, '_mc4wp_settings', 'a:7:
{s:15:"required_fields";s:0:"";s:5:"lists";a:1:
{i:0;s:10:"aeab708a10";}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";}');
INSERT INTO `wpor_postmeta` VALUES (50213, 3101, 'text_subscribed', 'Thank you,
your sign-up request was successful! Please check your e-mail inbox.');
INSERT INTO `wpor_postmeta` VALUES (50214, 3101, 'text_error', 'Oops. Something
went wrong. Please try again later.');
INSERT INTO `wpor_postmeta` VALUES (50215, 3101, 'text_invalid_email', 'Please
provide a valid email address.');
INSERT INTO `wpor_postmeta` VALUES (50216, 3101, 'text_already_subscribed', 'Given
email address is already subscribed, thank you!');
INSERT INTO `wpor_postmeta` VALUES (50217, 3101, 'text_required_field_missing',
'Please fill in the required fields.');
INSERT INTO `wpor_postmeta` VALUES (50218, 3101, 'text_unsubscribed', 'You were
successfully unsubscribed.');
INSERT INTO `wpor_postmeta` VALUES (50219, 3101, 'text_not_subscribed', 'Given
email address is not subscribed.');
INSERT INTO `wpor_postmeta` VALUES (50220, 3383, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50221, 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:1
5:"update_existing";s:1:"0";s:17:"replace_interests";s:1:"1";s:18:"hide_after_succe
ss";s:1:"0";s:8:"redirect";s:0:"";s:3:"css";s:5:"basic";}');
INSERT INTO `wpor_postmeta` VALUES (50222, 3383, 'text_subscribed', 'Thank you,
your sign-up request was successful! Please check your e-mail inbox.');
INSERT INTO `wpor_postmeta` VALUES (50223, 3383, 'text_invalid_email', 'Please
provide a valid email address.');
INSERT INTO `wpor_postmeta` VALUES (50224, 3383, 'text_required_field_missing',
'Please fill in the required fields.');
INSERT INTO `wpor_postmeta` VALUES (50225, 3383, 'text_already_subscribed', 'Given
email address is already subscribed, thank you!');
INSERT INTO `wpor_postmeta` VALUES (50226, 3383, 'text_error', 'Oops. Something
went wrong. Please try again later.');
INSERT INTO `wpor_postmeta` VALUES (50227, 3383, 'text_unsubscribed', 'You were
successfully unsubscribed.');
INSERT INTO `wpor_postmeta` VALUES (50228, 3383, 'text_not_subscribed', 'Given
email address is not subscribed.');
INSERT INTO `wpor_postmeta` VALUES (50229, 2908, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50230, 2908, '_thumbnail_id', '2909');
INSERT INTO `wpor_postmeta` VALUES (50231, 2908, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50232, 2908, 'regency', 'Co-Founder');
INSERT INTO `wpor_postmeta` VALUES (50233, 2908, 'face_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50234, 2908, 'twitter_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50235, 2908, 'skype_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50236, 2908, 'linkedin_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50237, 2910, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50238, 2910, '_thumbnail_id', '2917');
INSERT INTO `wpor_postmeta` VALUES (50239, 2910, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50240, 2910, 'regency', 'Copyrighter');
INSERT INTO `wpor_postmeta` VALUES (50241, 2910, 'face_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50242, 2910, 'twitter_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50243, 2910, 'skype_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50244, 2910, 'linkedin_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50245, 2910, '_dp_original', '2908');
INSERT INTO `wpor_postmeta` VALUES (50246, 2911, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50247, 2911, '_thumbnail_id', '2918');
INSERT INTO `wpor_postmeta` VALUES (50248, 2911, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50249, 2911, 'regency', 'Web Developer');
INSERT INTO `wpor_postmeta` VALUES (50250, 2911, 'face_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50251, 2911, 'twitter_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50252, 2911, 'skype_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50253, 2911, 'linkedin_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50254, 2911, '_dp_original', '2908');
INSERT INTO `wpor_postmeta` VALUES (50255, 4439, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50256, 4439, '_thumbnail_id', '3712');
INSERT INTO `wpor_postmeta` VALUES (50257, 4439, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50258, 4853, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50259, 4853, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50260, 2912, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50261, 2912, '_thumbnail_id', '2919');
INSERT INTO `wpor_postmeta` VALUES (50262, 2912, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50263, 2912, 'regency', 'Art Director');
INSERT INTO `wpor_postmeta` VALUES (50264, 2912, 'face_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50265, 2912, 'twitter_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50266, 2912, 'skype_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50267, 2912, 'linkedin_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50268, 2912, '_dp_original', '2908');
INSERT INTO `wpor_postmeta` VALUES (50269, 2913, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50270, 2913, '_thumbnail_id', '2920');
INSERT INTO `wpor_postmeta` VALUES (50271, 2913, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50272, 2913, 'regency', 'Support Manager');
INSERT INTO `wpor_postmeta` VALUES (50273, 2913, 'face_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50274, 2913, 'twitter_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50275, 2913, 'skype_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50276, 2913, 'linkedin_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50277, 2913, '_dp_original', '2908');
INSERT INTO `wpor_postmeta` VALUES (50278, 2914, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50279, 2914, '_thumbnail_id', '2921');
INSERT INTO `wpor_postmeta` VALUES (50280, 2914, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50281, 2914, 'regency', 'Office Manager');
INSERT INTO `wpor_postmeta` VALUES (50282, 2914, 'face_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50283, 2914, 'twitter_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50284, 2914, 'skype_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50285, 2914, 'linkedin_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50286, 2914, '_dp_original', '2908');
INSERT INTO `wpor_postmeta` VALUES (50287, 2915, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50288, 2915, '_thumbnail_id', '2922');
INSERT INTO `wpor_postmeta` VALUES (50289, 2915, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50290, 2915, 'regency', 'Creative Director');
INSERT INTO `wpor_postmeta` VALUES (50291, 2915, 'face_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50292, 2915, 'twitter_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50293, 2915, 'skype_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50294, 2915, 'linkedin_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50295, 2915, '_dp_original', '2908');
INSERT INTO `wpor_postmeta` VALUES (50296, 2915, '_wp_old_slug', 'clever');
INSERT INTO `wpor_postmeta` VALUES (50297, 2916, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50298, 2916, '_thumbnail_id', '2923');
INSERT INTO `wpor_postmeta` VALUES (50299, 2916, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50300, 2916, 'regency', 'Js Developer');
INSERT INTO `wpor_postmeta` VALUES (50301, 2916, 'face_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50302, 2916, 'twitter_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50303, 2916, 'linkedin_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50304, 2916, '_dp_original', '2908');
INSERT INTO `wpor_postmeta` VALUES (50305, 2916, 'dribbble_url', '#');
INSERT INTO `wpor_postmeta` VALUES (50306, 4410, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50307, 4410, '_thumbnail_id', '4411');
INSERT INTO `wpor_postmeta` VALUES (50308, 4410, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50309, 4410, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50310, 4410,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50311, 4410, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50312, 4410, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50313, 4410, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50314, 4410, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50315, 4410, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50316, 4410, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50317, 4410, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50318, 4410, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50319, 4410, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50320, 4410, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50321, 4410, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50322, 4410, 'thim_portfolio_bg_color_ef',
'#ffb606');
INSERT INTO `wpor_postmeta` VALUES (50323, 4410, 'feature_images', 'size11');
INSERT INTO `wpor_postmeta` VALUES (50324, 4410, 'selectPortfolio',
'portfolio_type_vertical_stacked');
INSERT INTO `wpor_postmeta` VALUES (50325, 4410, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50326, 4412, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50327, 4412, '_thumbnail_id', '4414');
INSERT INTO `wpor_postmeta` VALUES (50328, 4412, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50329, 4412, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50330, 4412,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50331, 4412, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50332, 4412, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50333, 4412, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50334, 4412, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50335, 4412, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50336, 4412, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50337, 4412, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50338, 4412, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50339, 4412, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50340, 4412, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50341, 4412, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50342, 4412, 'thim_portfolio_bg_color_ef',
'#46557f');
INSERT INTO `wpor_postmeta` VALUES (50343, 4412, 'feature_images', 'size12');
INSERT INTO `wpor_postmeta` VALUES (50344, 4412, 'selectPortfolio',
'portfolio_type_image');
INSERT INTO `wpor_postmeta` VALUES (50345, 4412, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50346, 4412, '_dp_original', '4410');
INSERT INTO `wpor_postmeta` VALUES (50347, 4413, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50348, 4413, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50349, 4413, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50350, 4413,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50351, 4413, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50352, 4413, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50353, 4413, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50354, 4413, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50355, 4413, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50356, 4413, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50357, 4413, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50358, 4413, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50359, 4413, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50360, 4413, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50361, 4413, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50362, 4413, 'thim_portfolio_bg_color_ef',
'#ef5c37');
INSERT INTO `wpor_postmeta` VALUES (50363, 4413, 'feature_images', 'size11');
INSERT INTO `wpor_postmeta` VALUES (50364, 4413, 'selectPortfolio',
'portfolio_type_image');
INSERT INTO `wpor_postmeta` VALUES (50365, 4413, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50366, 4413, '_dp_original', '4410');
INSERT INTO `wpor_postmeta` VALUES (50367, 4413, '_thumbnail_id', '4427');
INSERT INTO `wpor_postmeta` VALUES (50368, 4416, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50369, 4416, '_thumbnail_id', '4418');
INSERT INTO `wpor_postmeta` VALUES (50370, 4416, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50371, 4416, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50372, 4416,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50373, 4416, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50374, 4416, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50375, 4416, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50376, 4416, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50377, 4416, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50378, 4416, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50379, 4416, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50380, 4416, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50381, 4416, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50382, 4416, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50383, 4416, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50384, 4416, 'thim_portfolio_bg_color_ef',
'#39f9f3');
INSERT INTO `wpor_postmeta` VALUES (50385, 4416, 'feature_images', 'size12');
INSERT INTO `wpor_postmeta` VALUES (50386, 4416, 'selectPortfolio',
'portfolio_type_image');
INSERT INTO `wpor_postmeta` VALUES (50387, 4416, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50388, 4416, '_dp_original', '4413');
INSERT INTO `wpor_postmeta` VALUES (50389, 4417, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50390, 4417, '_thumbnail_id', '4419');
INSERT INTO `wpor_postmeta` VALUES (50391, 4417, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50392, 4417, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50393, 4417,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50394, 4417, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50395, 4417, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50396, 4417, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50397, 4417, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50398, 4417, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50399, 4417, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50400, 4417, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50401, 4417, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50402, 4417, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50403, 4417, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50404, 4417, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50405, 4417, 'thim_portfolio_bg_color_ef',
'#d5f218');
INSERT INTO `wpor_postmeta` VALUES (50406, 4417, 'feature_images', 'size12');
INSERT INTO `wpor_postmeta` VALUES (50407, 4417, 'selectPortfolio',
'portfolio_type_image');
INSERT INTO `wpor_postmeta` VALUES (50408, 4417, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50409, 4417, '_dp_original', '4413');
INSERT INTO `wpor_postmeta` VALUES (50410, 4420, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50411, 4420, '_thumbnail_id', '4422');
INSERT INTO `wpor_postmeta` VALUES (50412, 4420, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50413, 4420, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50414, 4420,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50415, 4420, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50416, 4420, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50417, 4420, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50418, 4420, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50419, 4420, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50420, 4420, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50421, 4420, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50422, 4420, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50423, 4420, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50424, 4420, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50425, 4420, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50426, 4420, 'thim_portfolio_bg_color_ef',
'#d5f218');
INSERT INTO `wpor_postmeta` VALUES (50427, 4420, 'feature_images', 'size12');
INSERT INTO `wpor_postmeta` VALUES (50428, 4420, 'selectPortfolio',
'portfolio_type_image');
INSERT INTO `wpor_postmeta` VALUES (50429, 4420, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50430, 4420, '_dp_original', '4417');
INSERT INTO `wpor_postmeta` VALUES (50431, 4421, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50432, 4421, '_thumbnail_id', '4423');
INSERT INTO `wpor_postmeta` VALUES (50433, 4421, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50434, 4421, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50435, 4421,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50436, 4421, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50437, 4421, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50438, 4421, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50439, 4421, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50440, 4421, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50441, 4421, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50442, 4421, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50443, 4421, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50444, 4421, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50445, 4421, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50446, 4421, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50447, 4421, 'thim_portfolio_bg_color_ef',
'#39f9f3');
INSERT INTO `wpor_postmeta` VALUES (50448, 4421, 'feature_images', 'size21');
INSERT INTO `wpor_postmeta` VALUES (50449, 4421, 'selectPortfolio',
'portfolio_type_left_floating_sidebar');
INSERT INTO `wpor_postmeta` VALUES (50450, 4421, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50451, 4421, '_dp_original', '4417');
INSERT INTO `wpor_postmeta` VALUES (50452, 4421, '_wp_old_slug', 'opened-book-2');
INSERT INTO `wpor_postmeta` VALUES (50453, 4428, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50454, 4428, '_thumbnail_id', '4429');
INSERT INTO `wpor_postmeta` VALUES (50455, 4428, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50456, 4428, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50457, 4428,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50458, 4428, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50459, 4428, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50460, 4428, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50461, 4428, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50462, 4428, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50463, 4428, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50464, 4428, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50465, 4428, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50466, 4428, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50467, 4428, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50468, 4428, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50469, 4428, 'thim_portfolio_bg_color_ef',
'#46557f');
INSERT INTO `wpor_postmeta` VALUES (50470, 4428, 'feature_images', 'size22');
INSERT INTO `wpor_postmeta` VALUES (50471, 4428, 'selectPortfolio',
'portfolio_type_right_floating_sidebar');
INSERT INTO `wpor_postmeta` VALUES (50472, 4428, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50473, 4428, '_dp_original', '4420');
INSERT INTO `wpor_postmeta` VALUES (50474, 4430, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50475, 4430, '_thumbnail_id', '4437');
INSERT INTO `wpor_postmeta` VALUES (50476, 4430, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50477, 4430, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50478, 4430,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50479, 4430, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50480, 4430, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50481, 4430, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50482, 4430, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50483, 4430, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50484, 4430, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50485, 4430, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50486, 4430, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50487, 4430, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50488, 4430, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50489, 4430, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50490, 4430, 'thim_portfolio_bg_color_ef',
'#7427f9');
INSERT INTO `wpor_postmeta` VALUES (50491, 4430, 'feature_images', 'size11');
INSERT INTO `wpor_postmeta` VALUES (50492, 4430, 'selectPortfolio',
'portfolio_type_right_floating_sidebar');
INSERT INTO `wpor_postmeta` VALUES (50493, 4430, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50494, 4430, '_dp_original', '4428');
INSERT INTO `wpor_postmeta` VALUES (50495, 4431, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50496, 4431, '_thumbnail_id', '4435');
INSERT INTO `wpor_postmeta` VALUES (50497, 4431, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50498, 4431, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50499, 4431,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50500, 4431, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50501, 4431, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50502, 4431, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50503, 4431, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50504, 4431, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50505, 4431, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50506, 4431, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50507, 4431, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50508, 4431, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50509, 4431, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50510, 4431, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50511, 4431, 'thim_portfolio_bg_color_ef',
'#ef5c37');
INSERT INTO `wpor_postmeta` VALUES (50512, 4431, 'feature_images', 'size12');
INSERT INTO `wpor_postmeta` VALUES (50513, 4431, 'selectPortfolio',
'portfolio_type_image');
INSERT INTO `wpor_postmeta` VALUES (50514, 4431, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50515, 4431, '_dp_original', '4417');
INSERT INTO `wpor_postmeta` VALUES (50516, 4432, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50517, 4432, '_thumbnail_id', '4436');
INSERT INTO `wpor_postmeta` VALUES (50518, 4432, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50519, 4432, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50520, 4432,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50521, 4432, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50522, 4432, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50523, 4432, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50524, 4432, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50525, 4432, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50526, 4432, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50527, 4432, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50528, 4432, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50529, 4432, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50530, 4432, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50531, 4432, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50532, 4432, 'thim_portfolio_bg_color_ef',
'#ffb606');
INSERT INTO `wpor_postmeta` VALUES (50533, 4432, 'feature_images', 'size21');
INSERT INTO `wpor_postmeta` VALUES (50534, 4432, 'selectPortfolio',
'portfolio_type_left_floating_sidebar');
INSERT INTO `wpor_postmeta` VALUES (50535, 4432, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50536, 4432, '_wp_old_slug', 'opened-book-2');
INSERT INTO `wpor_postmeta` VALUES (50537, 4432, '_dp_original', '4421');
INSERT INTO `wpor_postmeta` VALUES (50538, 4442, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50539, 4442, '_thumbnail_id', '4443');
INSERT INTO `wpor_postmeta` VALUES (50540, 4442, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (50541, 4442, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50542, 4442,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50543, 4442, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50544, 4442, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50545, 4442, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50546, 4442, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50547, 4442, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50548, 4442, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50549, 4442, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50550, 4442, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50551, 4442, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50552, 4442, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50553, 4442, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50554, 4442, 'thim_portfolio_bg_color_ef',
'#7427f9');
INSERT INTO `wpor_postmeta` VALUES (50555, 4442, 'feature_images', 'size11');
INSERT INTO `wpor_postmeta` VALUES (50556, 4442, 'selectPortfolio',
'portfolio_type_left_floating_sidebar');
INSERT INTO `wpor_postmeta` VALUES (50557, 4442, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50558, 4442, '_dp_original', '4430');
INSERT INTO `wpor_postmeta` VALUES (50559, 4725, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50560, 4725, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50561, 4725, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50562, 4725,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (50563, 4725, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50564, 4725, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50565, 4725, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50566, 4725, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50567, 4725, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50568, 4725, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50569, 4725, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50570, 4725, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50571, 4725, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50572, 4725, 'thim_mtb_layout', 'sidebar-
left');
INSERT INTO `wpor_postmeta` VALUES (50573, 4725, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50574, 4725, 'thim_portfolio_bg_color_ef', '');
INSERT INTO `wpor_postmeta` VALUES (50575, 4725, 'feature_images', 'random');
INSERT INTO `wpor_postmeta` VALUES (50576, 4725, 'selectPortfolio',
'portfolio_type_image');
INSERT INTO `wpor_postmeta` VALUES (50577, 4725, 'project_video_type', 'youtube');
INSERT INTO `wpor_postmeta` VALUES (50578, 135, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50579, 135, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (50580, 135, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (50581, 135, 'total_sales', '18');
INSERT INTO `wpor_postmeta` VALUES (50582, 135, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (50583, 135, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (50584, 135, '_product_image_gallery',
'1733,1734');
INSERT INTO `wpor_postmeta` VALUES (50585, 135, '_regular_price', '35.4');
INSERT INTO `wpor_postmeta` VALUES (50586, 135, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (50587, 135, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (50588, 135, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (50589, 135, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (50590, 135, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (50591, 135, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (50592, 135, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (50593, 135, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (50594, 135, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (50595, 135, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (50596, 135, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50597, 135, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (50598, 135, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (50599, 135, '_price', '35.4');
INSERT INTO `wpor_postmeta` VALUES (50600, 135, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (50601, 135, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (50602, 135, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (50603, 135, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (50604, 135, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50605, 135, '_wp_old_slug', 'woo-ninja-2');
INSERT INTO `wpor_postmeta` VALUES (50606, 135, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50607, 135, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50608, 135, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50609, 135, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (50610, 135, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50611, 135, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50612, 135, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50613, 135, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50614, 135, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50615, 135, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50616, 135, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50617, 135, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (50618, 135, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50619, 135, '_thumbnail_id', '1732');
INSERT INTO `wpor_postmeta` VALUES (50620, 135, '_wp_old_slug', 'cooked-dark');
INSERT INTO `wpor_postmeta` VALUES (50621, 135, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (50622, 135, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50623, 135, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50624, 135, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50625, 135, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (50626, 135, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (50627, 135, '_lpr_course', '133');
INSERT INTO `wpor_postmeta` VALUES (50628, 136, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50629, 136, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (50630, 136, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (50631, 136, 'total_sales', '22');
INSERT INTO `wpor_postmeta` VALUES (50632, 136, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (50633, 136, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (50634, 136, '_product_image_gallery', '1725');
INSERT INTO `wpor_postmeta` VALUES (50635, 136, '_regular_price', '11.8');
INSERT INTO `wpor_postmeta` VALUES (50636, 136, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (50637, 136, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (50638, 136, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (50639, 136, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (50640, 136, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (50641, 136, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (50642, 136, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (50643, 136, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (50644, 136, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (50645, 136, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (50646, 136, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50647, 136, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (50648, 136, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (50649, 136, '_price', '11.8');
INSERT INTO `wpor_postmeta` VALUES (50650, 136, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (50651, 136, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (50652, 136, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (50653, 136, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (50654, 136, '_crosssell_ids', 'a:1:
{i:0;i:53;}');
INSERT INTO `wpor_postmeta` VALUES (50655, 136, '_wp_old_slug', 'patient-ninja');
INSERT INTO `wpor_postmeta` VALUES (50656, 136, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50657, 136, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50658, 136, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50659, 136, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (50660, 136, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50661, 136, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50662, 136, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50663, 136, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50664, 136, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50665, 136, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50666, 136, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50667, 136, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (50668, 136, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50669, 136, '_thumbnail_id', '1724');
INSERT INTO `wpor_postmeta` VALUES (50670, 136, '_wp_old_slug', 'happy-coffee');
INSERT INTO `wpor_postmeta` VALUES (50671, 136, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (50672, 136, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50673, 136, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50674, 136, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50675, 136, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (50676, 136, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (50677, 136, '_lpr_course', '133');
INSERT INTO `wpor_postmeta` VALUES (50678, 137, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50679, 137, '_thumbnail_id', '1721');
INSERT INTO `wpor_postmeta` VALUES (50680, 137, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (50681, 137, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (50682, 137, 'total_sales', '20');
INSERT INTO `wpor_postmeta` VALUES (50683, 137, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (50684, 137, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (50685, 137, '_product_image_gallery',
'1722,1723');
INSERT INTO `wpor_postmeta` VALUES (50686, 137, '_regular_price', '35.3');
INSERT INTO `wpor_postmeta` VALUES (50687, 137, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (50688, 137, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (50689, 137, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (50690, 137, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (50691, 137, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (50692, 137, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (50693, 137, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (50694, 137, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (50695, 137, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (50696, 137, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (50697, 137, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50698, 137, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (50699, 137, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (50700, 137, '_price', '35.3');
INSERT INTO `wpor_postmeta` VALUES (50701, 137, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (50702, 137, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (50703, 137, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (50704, 137, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (50705, 137, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50706, 137, '_wp_old_slug', 'happy-ninja-2');
INSERT INTO `wpor_postmeta` VALUES (50707, 137, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50708, 137, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50709, 137, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50710, 137, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (50711, 137, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50712, 137, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50713, 137, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50714, 137, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50715, 137, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50716, 137, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50717, 137, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50718, 137, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (50719, 137, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50720, 137, '_wp_old_slug', 'caramel-
cheesecake');
INSERT INTO `wpor_postmeta` VALUES (50721, 137, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (50722, 137, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50723, 137, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50724, 137, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50725, 137, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (50726, 137, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (50727, 138, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50728, 138, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (50729, 138, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (50730, 138, 'total_sales', '18');
INSERT INTO `wpor_postmeta` VALUES (50731, 138, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (50732, 138, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (50733, 138, '_product_image_gallery', '1740');
INSERT INTO `wpor_postmeta` VALUES (50734, 138, '_regular_price', '35');
INSERT INTO `wpor_postmeta` VALUES (50735, 138, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (50736, 138, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (50737, 138, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (50738, 138, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (50739, 138, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (50740, 138, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (50741, 138, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (50742, 138, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (50743, 138, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (50744, 138, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (50745, 138, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50746, 138, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (50747, 138, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (50748, 138, '_price', '35');
INSERT INTO `wpor_postmeta` VALUES (50749, 138, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (50750, 138, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (50751, 138, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (50752, 138, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (50753, 138, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50754, 138, '_wp_old_slug', 'ninja-silhouette-
2');
INSERT INTO `wpor_postmeta` VALUES (50755, 138, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50756, 138, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50757, 138, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50758, 138, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (50759, 138, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50760, 138, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50761, 138, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50762, 138, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50763, 138, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50764, 138, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50765, 138, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50766, 138, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (50767, 138, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50768, 138, '_wp_old_slug', 'pine-cockles');
INSERT INTO `wpor_postmeta` VALUES (50769, 138, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (50770, 138, '_thumbnail_id', '1737');
INSERT INTO `wpor_postmeta` VALUES (50771, 138, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50772, 138, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50773, 138, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50774, 138, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (50775, 138, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (50776, 138, '_lpr_course', '133');
INSERT INTO `wpor_postmeta` VALUES (50777, 139, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50778, 139, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (50779, 139, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (50780, 139, 'total_sales', '34');
INSERT INTO `wpor_postmeta` VALUES (50781, 139, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (50782, 139, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (50783, 139, '_product_image_gallery', '1718');
INSERT INTO `wpor_postmeta` VALUES (50784, 139, '_regular_price', '35');
INSERT INTO `wpor_postmeta` VALUES (50785, 139, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (50786, 139, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (50787, 139, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (50788, 139, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (50789, 139, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (50790, 139, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (50791, 139, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (50792, 139, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (50793, 139, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (50794, 139, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (50795, 139, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50796, 139, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (50797, 139, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (50798, 139, '_price', '35');
INSERT INTO `wpor_postmeta` VALUES (50799, 139, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (50800, 139, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (50801, 139, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (50802, 139, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (50803, 139, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50804, 139, '_wp_old_slug', 'woo-logo-2');
INSERT INTO `wpor_postmeta` VALUES (50805, 139, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50806, 139, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50807, 139, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50808, 139, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (50809, 139, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50810, 139, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50811, 139, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50812, 139, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50813, 139, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50814, 139, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50815, 139, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50816, 139, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (50817, 139, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50818, 139, '_thumbnail_id', '1717');
INSERT INTO `wpor_postmeta` VALUES (50819, 139, '_wp_old_slug', 'blanched-garlic');
INSERT INTO `wpor_postmeta` VALUES (50820, 139, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (50821, 139, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50822, 139, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50823, 139, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50824, 139, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (50825, 139, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (50826, 140, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50827, 140, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (50828, 140, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (50829, 140, 'total_sales', '22');
INSERT INTO `wpor_postmeta` VALUES (50830, 140, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (50831, 140, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (50832, 140, '_product_image_gallery',
'1704,1705');
INSERT INTO `wpor_postmeta` VALUES (50833, 140, '_regular_price', '15');
INSERT INTO `wpor_postmeta` VALUES (50834, 140, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (50835, 140, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (50836, 140, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (50837, 140, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (50838, 140, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (50839, 140, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (50840, 140, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (50841, 140, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (50842, 140, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (50843, 140, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (50844, 140, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50845, 140, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (50846, 140, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (50847, 140, '_price', '15');
INSERT INTO `wpor_postmeta` VALUES (50848, 140, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (50849, 140, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (50850, 140, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (50851, 140, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (50852, 140, '_upsell_ids', 'a:1:{i:0;i:22;}');
INSERT INTO `wpor_postmeta` VALUES (50853, 140, '_crosssell_ids', 'a:1:
{i:0;i:22;}');
INSERT INTO `wpor_postmeta` VALUES (50854, 140, '_wp_old_slug', 'ship-your-idea-
3');
INSERT INTO `wpor_postmeta` VALUES (50855, 140, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50856, 140, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50857, 140, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (50858, 140, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50859, 140, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50860, 140, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50861, 140, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50862, 140, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50863, 140, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50864, 140, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50865, 140, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (50866, 140, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50867, 140, '_thumbnail_id', '1703');
INSERT INTO `wpor_postmeta` VALUES (50868, 140, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (50869, 140, '_wp_old_slug', 'cardamom-milk');
INSERT INTO `wpor_postmeta` VALUES (50870, 140, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50871, 140, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50872, 140, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50873, 140, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (50874, 140, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (50875, 140, '_lpr_course', '133');
INSERT INTO `wpor_postmeta` VALUES (50876, 141, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50877, 141, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (50878, 141, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (50879, 141, 'total_sales', '19');
INSERT INTO `wpor_postmeta` VALUES (50880, 141, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (50881, 141, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (50882, 141, '_product_image_gallery', '1729');
INSERT INTO `wpor_postmeta` VALUES (50883, 141, '_regular_price', '15');
INSERT INTO `wpor_postmeta` VALUES (50884, 141, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (50885, 141, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (50886, 141, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (50887, 141, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (50888, 141, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (50889, 141, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (50890, 141, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (50891, 141, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (50892, 141, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (50893, 141, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (50894, 141, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50895, 141, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (50896, 141, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (50897, 141, '_price', '15');
INSERT INTO `wpor_postmeta` VALUES (50898, 141, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (50899, 141, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (50900, 141, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (50901, 141, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (50902, 141, '_crosssell_ids', 'a:1:
{i:0;i:47;}');
INSERT INTO `wpor_postmeta` VALUES (50903, 141, '_wp_old_slug', 'woo-ninja-3');
INSERT INTO `wpor_postmeta` VALUES (50904, 141, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50905, 141, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50906, 141, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50907, 141, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (50908, 141, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50909, 141, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50910, 141, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50911, 141, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50912, 141, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50913, 141, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50914, 141, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50915, 141, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (50916, 141, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50917, 141, '_thumbnail_id', '1728');
INSERT INTO `wpor_postmeta` VALUES (50918, 141, '_wp_old_slug', 'infused-mint');
INSERT INTO `wpor_postmeta` VALUES (50919, 141, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (50920, 141, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50921, 141, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50922, 141, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50923, 141, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (50924, 141, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (50925, 141, '_lpr_course', '133');
INSERT INTO `wpor_postmeta` VALUES (50926, 142, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50927, 142, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (50928, 142, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (50929, 142, 'total_sales', '27');
INSERT INTO `wpor_postmeta` VALUES (50930, 142, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (50931, 142, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (50932, 142, '_product_image_gallery', '1707');
INSERT INTO `wpor_postmeta` VALUES (50933, 142, '_regular_price', '15');
INSERT INTO `wpor_postmeta` VALUES (50934, 142, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (50935, 142, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (50936, 142, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (50937, 142, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (50938, 142, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (50939, 142, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (50940, 142, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (50941, 142, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (50942, 142, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (50943, 142, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (50944, 142, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50945, 142, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (50946, 142, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (50947, 142, '_price', '15');
INSERT INTO `wpor_postmeta` VALUES (50948, 142, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (50949, 142, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (50950, 142, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (50951, 142, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (50952, 142, '_crosssell_ids', 'a:1:
{i:0;i:60;}');
INSERT INTO `wpor_postmeta` VALUES (50953, 142, '_wp_old_slug', 'woo-logo-3');
INSERT INTO `wpor_postmeta` VALUES (50954, 142, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50955, 142, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (50956, 142, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (50957, 142, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (50958, 142, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (50959, 142, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (50960, 142, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (50961, 142, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (50962, 142, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (50963, 142, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (50964, 142, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (50965, 142, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (50966, 142, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (50967, 142, '_thumbnail_id', '1706');
INSERT INTO `wpor_postmeta` VALUES (50968, 142, '_wp_old_slug', 'lemon-ice-cream');
INSERT INTO `wpor_postmeta` VALUES (50969, 142, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (50970, 142, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (50971, 142, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (50972, 142, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50973, 142, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (50974, 142, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (50975, 142, '_lpr_course', '133');
INSERT INTO `wpor_postmeta` VALUES (50976, 143, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50977, 143, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (50978, 143, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (50979, 143, 'total_sales', '18');
INSERT INTO `wpor_postmeta` VALUES (50980, 143, '_downloadable', 'yes');
INSERT INTO `wpor_postmeta` VALUES (50981, 143, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (50982, 143, '_product_image_gallery', '1736');
INSERT INTO `wpor_postmeta` VALUES (50983, 143, '_regular_price', '9.6');
INSERT INTO `wpor_postmeta` VALUES (50984, 143, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (50985, 143, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (50986, 143, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (50987, 143, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (50988, 143, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (50989, 143, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (50990, 143, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (50991, 143, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (50992, 143, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (50993, 143, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (50994, 143, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (50995, 143, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (50996, 143, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (50997, 143, '_price', '9.6');
INSERT INTO `wpor_postmeta` VALUES (50998, 143, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (50999, 143, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (51000, 143, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (51001, 143, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (51002, 143, '_file_paths', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51003, 143, '_download_limit', '');
INSERT INTO `wpor_postmeta` VALUES (51004, 143, '_download_expiry', '');
INSERT INTO `wpor_postmeta` VALUES (51005, 143, '_wp_old_slug', 'woo-album-1');
INSERT INTO `wpor_postmeta` VALUES (51006, 143, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51007, 143, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51008, 143, '_downloadable_files', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51009, 143, '_download_type', '');
INSERT INTO `wpor_postmeta` VALUES (51010, 143, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51011, 143, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (51012, 143, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (51013, 143, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (51014, 143, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (51015, 143, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (51016, 143, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (51017, 143, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (51018, 143, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (51019, 143, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (51020, 143, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (51021, 143, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (51022, 143, '_thumbnail_id', '1735');
INSERT INTO `wpor_postmeta` VALUES (51023, 143, '_wp_old_slug', 'chocolate');
INSERT INTO `wpor_postmeta` VALUES (51024, 143, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (51025, 143, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (51026, 143, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (51027, 143, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51028, 143, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51029, 143, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (51030, 143, '_lpr_course', '133');
INSERT INTO `wpor_postmeta` VALUES (51031, 144, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51032, 144, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (51033, 144, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (51034, 144, 'total_sales', '16');
INSERT INTO `wpor_postmeta` VALUES (51035, 144, '_downloadable', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51036, 144, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (51037, 144, '_product_image_gallery',
'1742,1743');
INSERT INTO `wpor_postmeta` VALUES (51038, 144, '_regular_price', '9.5');
INSERT INTO `wpor_postmeta` VALUES (51039, 144, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (51040, 144, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (51041, 144, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (51042, 144, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (51043, 144, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (51044, 144, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (51045, 144, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (51046, 144, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (51047, 144, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (51048, 144, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (51049, 144, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51050, 144, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (51051, 144, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (51052, 144, '_price', '9.5');
INSERT INTO `wpor_postmeta` VALUES (51053, 144, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (51054, 144, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (51055, 144, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (51056, 144, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (51057, 144, '_file_paths', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51058, 144, '_download_limit', '');
INSERT INTO `wpor_postmeta` VALUES (51059, 144, '_download_expiry', '');
INSERT INTO `wpor_postmeta` VALUES (51060, 144, '_wp_old_slug', 'woo-album-3');
INSERT INTO `wpor_postmeta` VALUES (51061, 144, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51062, 144, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51063, 144, '_downloadable_files', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51064, 144, '_download_type', '');
INSERT INTO `wpor_postmeta` VALUES (51065, 144, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51066, 144, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (51067, 144, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (51068, 144, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (51069, 144, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (51070, 144, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (51071, 144, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (51072, 144, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (51073, 144, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (51074, 144, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (51075, 144, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (51076, 144, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (51077, 144, '_thumbnail_id', '1741');
INSERT INTO `wpor_postmeta` VALUES (51078, 144, '_wp_old_slug', 'fried-egg');
INSERT INTO `wpor_postmeta` VALUES (51079, 144, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (51080, 144, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (51081, 144, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (51082, 144, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51083, 144, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51084, 144, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (51085, 144, '_lpr_course', '133');
INSERT INTO `wpor_postmeta` VALUES (51086, 145, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51087, 145, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (51088, 145, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (51089, 145, 'total_sales', '22');
INSERT INTO `wpor_postmeta` VALUES (51090, 145, '_downloadable', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51091, 145, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (51092, 145, '_product_image_gallery', '1731');
INSERT INTO `wpor_postmeta` VALUES (51093, 145, '_regular_price', '9');
INSERT INTO `wpor_postmeta` VALUES (51094, 145, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (51095, 145, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (51096, 145, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (51097, 145, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (51098, 145, '_featured', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51099, 145, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (51100, 145, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (51101, 145, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (51102, 145, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (51103, 145, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (51104, 145, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51105, 145, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (51106, 145, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (51107, 145, '_price', '9');
INSERT INTO `wpor_postmeta` VALUES (51108, 145, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (51109, 145, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (51110, 145, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (51111, 145, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (51112, 145, '_file_paths', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51113, 145, '_download_limit', '');
INSERT INTO `wpor_postmeta` VALUES (51114, 145, '_download_expiry', '');
INSERT INTO `wpor_postmeta` VALUES (51115, 145, '_wp_old_slug', 'woo-album-4');
INSERT INTO `wpor_postmeta` VALUES (51116, 145, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51117, 145, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51118, 145, '_downloadable_files', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51119, 145, '_download_type', '');
INSERT INTO `wpor_postmeta` VALUES (51120, 145, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51121, 145, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (51122, 145, 'thim_mtb_hide_title_and_subtitle',
'0');
INSERT INTO `wpor_postmeta` VALUES (51123, 145, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (51124, 145, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (51125, 145, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (51126, 145, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (51127, 145, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (51128, 145, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (51129, 145, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (51130, 145, 'thim_mtb_layout', 'full-content');
INSERT INTO `wpor_postmeta` VALUES (51131, 145, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (51132, 145, '_thumbnail_id', '1730');
INSERT INTO `wpor_postmeta` VALUES (51133, 145, '_wp_old_slug', 'pan-fried-salty');
INSERT INTO `wpor_postmeta` VALUES (51134, 145, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (51135, 145, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (51136, 145, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (51137, 145, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51138, 145, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51139, 145, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (51140, 145, '_lpr_course', '133');
INSERT INTO `wpor_postmeta` VALUES (51141, 1690, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51142, 1690, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (51143, 1690, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (51144, 1690, 'total_sales', '5');
INSERT INTO `wpor_postmeta` VALUES (51145, 1690, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (51146, 1690, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (51147, 1690, '_product_image_gallery', '1716');
INSERT INTO `wpor_postmeta` VALUES (51148, 1690, '_regular_price', '20.4');
INSERT INTO `wpor_postmeta` VALUES (51149, 1690, '_sale_price', '18.2');
INSERT INTO `wpor_postmeta` VALUES (51150, 1690, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (51151, 1690, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (51152, 1690, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (51153, 1690, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (51154, 1690, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (51155, 1690, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (51156, 1690, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (51157, 1690, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (51158, 1690, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (51159, 1690, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51160, 1690, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (51161, 1690, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (51162, 1690, '_price', '18.2');
INSERT INTO `wpor_postmeta` VALUES (51163, 1690, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (51164, 1690, '_stock', '20.000000');
INSERT INTO `wpor_postmeta` VALUES (51165, 1690, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (51166, 1690, '_manage_stock', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51167, 1690, '_upsell_ids', 'a:1:{i:0;i:60;}');
INSERT INTO `wpor_postmeta` VALUES (51168, 1690, '_wp_old_slug', 'woo-logo');
INSERT INTO `wpor_postmeta` VALUES (51169, 1690, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51170, 1690, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51171, 1690, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (51172, 1690,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (51173, 1690, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (51174, 1690, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (51175, 1690, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (51176, 1690, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (51177, 1690, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (51178, 1690, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (51179, 1690, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (51180, 1690, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (51181, 1690, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (51182, 1690, '_thumbnail_id', '1715');
INSERT INTO `wpor_postmeta` VALUES (51183, 1690, '_wp_old_slug', 'chipotle-mexican-
grill');
INSERT INTO `wpor_postmeta` VALUES (51184, 1690, '_product_version', '2.5.3');
INSERT INTO `wpor_postmeta` VALUES (51185, 1690, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (51186, 1690, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (51187, 1690, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51188, 1690, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51189, 1690, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (51190, 1691, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51191, 1691, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (51192, 1691, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (51193, 1691, 'total_sales', '28');
INSERT INTO `wpor_postmeta` VALUES (51194, 1691, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (51195, 1691, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (51196, 1691, '_product_image_gallery', '1712');
INSERT INTO `wpor_postmeta` VALUES (51197, 1691, '_regular_price', '20');
INSERT INTO `wpor_postmeta` VALUES (51198, 1691, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (51199, 1691, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (51200, 1691, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (51201, 1691, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (51202, 1691, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (51203, 1691, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (51204, 1691, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (51205, 1691, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (51206, 1691, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (51207, 1691, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (51208, 1691, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51209, 1691, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (51210, 1691, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (51211, 1691, '_price', '20');
INSERT INTO `wpor_postmeta` VALUES (51212, 1691, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (51213, 1691, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (51214, 1691, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (51215, 1691, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (51216, 1691, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51217, 1691, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51218, 1691, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51219, 1691, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (51220, 1691,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (51221, 1691, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (51222, 1691, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (51223, 1691, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (51224, 1691, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (51225, 1691, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (51226, 1691, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (51227, 1691, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (51228, 1691, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (51229, 1691, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (51230, 1691, '_wp_old_slug', 'premium-
quality');
INSERT INTO `wpor_postmeta` VALUES (51231, 1691, '_wp_old_slug', 'british');
INSERT INTO `wpor_postmeta` VALUES (51232, 1691, '_thumbnail_id', '1711');
INSERT INTO `wpor_postmeta` VALUES (51233, 1691, '_wp_old_slug', 'mint-pavlova');
INSERT INTO `wpor_postmeta` VALUES (51234, 1691, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (51235, 1691, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (51236, 1691, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (51237, 1691, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51238, 1691, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51239, 1691, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (51240, 1692, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51241, 1692, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (51242, 1692, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (51243, 1692, 'total_sales', '18');
INSERT INTO `wpor_postmeta` VALUES (51244, 1692, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (51245, 1692, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (51246, 1692, '_product_image_gallery', '1739');
INSERT INTO `wpor_postmeta` VALUES (51247, 1692, '_regular_price', '15');
INSERT INTO `wpor_postmeta` VALUES (51248, 1692, '_sale_price', '12');
INSERT INTO `wpor_postmeta` VALUES (51249, 1692, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (51250, 1692, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (51251, 1692, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (51252, 1692, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (51253, 1692, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (51254, 1692, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (51255, 1692, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (51256, 1692, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (51257, 1692, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (51258, 1692, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51259, 1692, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (51260, 1692, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (51261, 1692, '_price', '12');
INSERT INTO `wpor_postmeta` VALUES (51262, 1692, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (51263, 1692, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (51264, 1692, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (51265, 1692, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (51266, 1692, '_min_variation_price', '20');
INSERT INTO `wpor_postmeta` VALUES (51267, 1692, '_max_variation_price', '20');
INSERT INTO `wpor_postmeta` VALUES (51268, 1692, '_min_variation_regular_price',
'20');
INSERT INTO `wpor_postmeta` VALUES (51269, 1692, '_max_variation_regular_price',
'20');
INSERT INTO `wpor_postmeta` VALUES (51270, 1692, '_min_variation_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (51271, 1692, '_max_variation_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (51272, 1692, '_default_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51273, 1692, '_wp_old_slug', 'share-your-
idea');
INSERT INTO `wpor_postmeta` VALUES (51274, 1692, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51275, 1692, '_min_price_variation_id',
'1699');
INSERT INTO `wpor_postmeta` VALUES (51276, 1692, '_max_price_variation_id',
'1699');
INSERT INTO `wpor_postmeta` VALUES (51277, 1692, '_min_regular_price_variation_id',
'1699');
INSERT INTO `wpor_postmeta` VALUES (51278, 1692, '_max_regular_price_variation_id',
'1699');
INSERT INTO `wpor_postmeta` VALUES (51279, 1692, '_min_sale_price_variation_id',
'');
INSERT INTO `wpor_postmeta` VALUES (51280, 1692, '_max_sale_price_variation_id',
'');
INSERT INTO `wpor_postmeta` VALUES (51281, 1692, '_wp_old_slug', 'ship-your-idea');
INSERT INTO `wpor_postmeta` VALUES (51282, 1692, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51283, 1692, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51284, 1692, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (51285, 1692,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (51286, 1692, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (51287, 1692, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (51288, 1692, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (51289, 1692, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (51290, 1692, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (51291, 1692, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (51292, 1692, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (51293, 1692, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (51294, 1692, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (51295, 1692, '_thumbnail_id', '1738');
INSERT INTO `wpor_postmeta` VALUES (51296, 1692, '_wp_old_slug', 'middle-eastern');
INSERT INTO `wpor_postmeta` VALUES (51297, 1692, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (51298, 1692, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (51299, 1692, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (51300, 1692, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51301, 1692, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51302, 1692, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (51303, 1693, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51304, 1693, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (51305, 1693, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (51306, 1693, 'total_sales', '30');
INSERT INTO `wpor_postmeta` VALUES (51307, 1693, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (51308, 1693, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (51309, 1693, '_product_image_gallery',
'1709,1710');
INSERT INTO `wpor_postmeta` VALUES (51310, 1693, '_regular_price', '20.1');
INSERT INTO `wpor_postmeta` VALUES (51311, 1693, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (51312, 1693, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (51313, 1693, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (51314, 1693, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (51315, 1693, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (51316, 1693, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (51317, 1693, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (51318, 1693, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (51319, 1693, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (51320, 1693, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (51321, 1693, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51322, 1693, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (51323, 1693, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (51324, 1693, '_price', '20.1');
INSERT INTO `wpor_postmeta` VALUES (51325, 1693, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (51326, 1693, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (51327, 1693, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (51328, 1693, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (51329, 1693, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51330, 1693, '_upsell_ids', 'a:1:{i:0;i:56;}');
INSERT INTO `wpor_postmeta` VALUES (51331, 1693, '_wp_old_slug', 'ninja-
silhouette');
INSERT INTO `wpor_postmeta` VALUES (51332, 1693, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51333, 1693, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (51334, 1693,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (51335, 1693, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (51336, 1693, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (51337, 1693, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (51338, 1693, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (51339, 1693, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (51340, 1693, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (51341, 1693, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (51342, 1693, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (51343, 1693, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (51344, 1693, '_thumbnail_id', '1708');
INSERT INTO `wpor_postmeta` VALUES (51345, 1693, '_wp_old_slug', 'fruit-pound-
cake');
INSERT INTO `wpor_postmeta` VALUES (51346, 1693, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (51347, 1693, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (51348, 1693, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (51349, 1693, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51350, 1693, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51351, 1693, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (51352, 1694, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51353, 1694, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (51354, 1694, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (51355, 1694, 'total_sales', '29');
INSERT INTO `wpor_postmeta` VALUES (51356, 1694, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (51357, 1694, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (51358, 1694, '_product_image_gallery', '1714');
INSERT INTO `wpor_postmeta` VALUES (51359, 1694, '_regular_price', '22.8');
INSERT INTO `wpor_postmeta` VALUES (51360, 1694, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (51361, 1694, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (51362, 1694, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (51363, 1694, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (51364, 1694, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (51365, 1694, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (51366, 1694, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (51367, 1694, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (51368, 1694, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (51369, 1694, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (51370, 1694, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51371, 1694, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (51372, 1694, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (51373, 1694, '_price', '22.8');
INSERT INTO `wpor_postmeta` VALUES (51374, 1694, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (51375, 1694, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (51376, 1694, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (51377, 1694, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (51378, 1694, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51379, 1694, '_upsell_ids', 'a:1:{i:0;i:47;}');
INSERT INTO `wpor_postmeta` VALUES (51380, 1694, '_wp_old_slug', 'woo-ninja');
INSERT INTO `wpor_postmeta` VALUES (51381, 1694, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51382, 1694, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (51383, 1694,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (51384, 1694, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (51385, 1694, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (51386, 1694, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (51387, 1694, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (51388, 1694, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (51389, 1694, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (51390, 1694, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (51391, 1694, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (51392, 1694, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (51393, 1694, '_thumbnail_id', '1713');
INSERT INTO `wpor_postmeta` VALUES (51394, 1694, '_wp_old_slug', 'ginger-cockles');
INSERT INTO `wpor_postmeta` VALUES (51395, 1694, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (51396, 1694, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (51397, 1694, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (51398, 1694, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51399, 1694, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51400, 1694, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (51401, 1695, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51402, 1695, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (51403, 1695, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (51404, 1695, 'total_sales', '20');
INSERT INTO `wpor_postmeta` VALUES (51405, 1695, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (51406, 1695, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (51407, 1695, '_product_image_gallery', '1727');
INSERT INTO `wpor_postmeta` VALUES (51408, 1695, '_regular_price', '18.3');
INSERT INTO `wpor_postmeta` VALUES (51409, 1695, '_sale_price', '');
INSERT INTO `wpor_postmeta` VALUES (51410, 1695, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (51411, 1695, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (51412, 1695, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (51413, 1695, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (51414, 1695, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (51415, 1695, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (51416, 1695, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (51417, 1695, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (51418, 1695, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (51419, 1695, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51420, 1695, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (51421, 1695, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (51422, 1695, '_price', '18.3');
INSERT INTO `wpor_postmeta` VALUES (51423, 1695, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (51424, 1695, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (51425, 1695, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (51426, 1695, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (51427, 1695, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51428, 1695, '_upsell_ids', 'a:1:{i:0;i:53;}');
INSERT INTO `wpor_postmeta` VALUES (51429, 1695, '_wp_old_slug', 'happy-ninja');
INSERT INTO `wpor_postmeta` VALUES (51430, 1695, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51431, 1695, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (51432, 1695,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (51433, 1695, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (51434, 1695, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (51435, 1695, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (51436, 1695, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (51437, 1695, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (51438, 1695, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (51439, 1695, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (51440, 1695, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (51441, 1695, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (51442, 1695, '_thumbnail_id', '1726');
INSERT INTO `wpor_postmeta` VALUES (51443, 1695, '_wp_old_slug', 'grilled-
northern');
INSERT INTO `wpor_postmeta` VALUES (51444, 1695, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (51445, 1695, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (51446, 1695, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (51447, 1695, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51448, 1695, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51449, 1695, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (51450, 1696, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51451, 1696, '_visibility', 'visible');
INSERT INTO `wpor_postmeta` VALUES (51452, 1696, '_stock_status', 'instock');
INSERT INTO `wpor_postmeta` VALUES (51453, 1696, 'total_sales', '31');
INSERT INTO `wpor_postmeta` VALUES (51454, 1696, '_downloadable', 'no');
INSERT INTO `wpor_postmeta` VALUES (51455, 1696, '_virtual', 'no');
INSERT INTO `wpor_postmeta` VALUES (51456, 1696, '_product_image_gallery', '1720');
INSERT INTO `wpor_postmeta` VALUES (51457, 1696, '_regular_price', '21');
INSERT INTO `wpor_postmeta` VALUES (51458, 1696, '_sale_price', '17');
INSERT INTO `wpor_postmeta` VALUES (51459, 1696, '_tax_status', '');
INSERT INTO `wpor_postmeta` VALUES (51460, 1696, '_tax_class', '');
INSERT INTO `wpor_postmeta` VALUES (51461, 1696, '_purchase_note', '');
INSERT INTO `wpor_postmeta` VALUES (51462, 1696, '_featured', 'no');
INSERT INTO `wpor_postmeta` VALUES (51463, 1696, '_weight', '');
INSERT INTO `wpor_postmeta` VALUES (51464, 1696, '_length', '');
INSERT INTO `wpor_postmeta` VALUES (51465, 1696, '_width', '');
INSERT INTO `wpor_postmeta` VALUES (51466, 1696, '_height', '');
INSERT INTO `wpor_postmeta` VALUES (51467, 1696, '_sku', '');
INSERT INTO `wpor_postmeta` VALUES (51468, 1696, '_product_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51469, 1696, '_sale_price_dates_from', '');
INSERT INTO `wpor_postmeta` VALUES (51470, 1696, '_sale_price_dates_to', '');
INSERT INTO `wpor_postmeta` VALUES (51471, 1696, '_price', '17');
INSERT INTO `wpor_postmeta` VALUES (51472, 1696, '_sold_individually', '');
INSERT INTO `wpor_postmeta` VALUES (51473, 1696, '_stock', '');
INSERT INTO `wpor_postmeta` VALUES (51474, 1696, '_backorders', 'no');
INSERT INTO `wpor_postmeta` VALUES (51475, 1696, '_manage_stock', 'no');
INSERT INTO `wpor_postmeta` VALUES (51476, 1696, '_min_variation_price', '30');
INSERT INTO `wpor_postmeta` VALUES (51477, 1696, '_max_variation_price', '35');
INSERT INTO `wpor_postmeta` VALUES (51478, 1696, '_min_variation_regular_price',
'35');
INSERT INTO `wpor_postmeta` VALUES (51479, 1696, '_max_variation_regular_price',
'35');
INSERT INTO `wpor_postmeta` VALUES (51480, 1696, '_min_variation_sale_price',
'30');
INSERT INTO `wpor_postmeta` VALUES (51481, 1696, '_max_variation_sale_price',
'30');
INSERT INTO `wpor_postmeta` VALUES (51482, 1696, '_default_attributes', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51483, 1696, '_crosssell_ids', 'a:1:
{i:0;i:22;}');
INSERT INTO `wpor_postmeta` VALUES (51484, 1696, '_min_price_variation_id', '42');
INSERT INTO `wpor_postmeta` VALUES (51485, 1696, '_max_price_variation_id', '41');
INSERT INTO `wpor_postmeta` VALUES (51486, 1696, '_min_regular_price_variation_id',
'42');
INSERT INTO `wpor_postmeta` VALUES (51487, 1696, '_max_regular_price_variation_id',
'42');
INSERT INTO `wpor_postmeta` VALUES (51488, 1696, '_min_sale_price_variation_id',
'42');
INSERT INTO `wpor_postmeta` VALUES (51489, 1696, '_max_sale_price_variation_id',
'42');
INSERT INTO `wpor_postmeta` VALUES (51490, 1696, '_wp_old_slug', 'ship-your-idea-
2');
INSERT INTO `wpor_postmeta` VALUES (51491, 1696, '_upsell_ids', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51492, 1696, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51493, 1696, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (51494, 1696,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (51495, 1696, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (51496, 1696, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (51497, 1696, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (51498, 1696, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (51499, 1696, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (51500, 1696, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (51501, 1696, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (51502, 1696, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (51503, 1696, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (51504, 1696, '_thumbnail_id', '1719');
INSERT INTO `wpor_postmeta` VALUES (51505, 1696, '_wp_old_slug', 'caramel-
cheesecake-2');
INSERT INTO `wpor_postmeta` VALUES (51506, 1696, '_product_version', '2.4.8');
INSERT INTO `wpor_postmeta` VALUES (51507, 1696, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (51508, 1696, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (51509, 1696, '_wc_rating_count', 'a:0:{}');
INSERT INTO `wpor_postmeta` VALUES (51510, 1696, '_wc_review_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51511, 1696, '_wc_average_rating', '0');
INSERT INTO `wpor_postmeta` VALUES (51512, 3502, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51513, 3502, '_bbp_forum_id', '3141');
INSERT INTO `wpor_postmeta` VALUES (51514, 3502, '_bbp_topic_id', '3501');
INSERT INTO `wpor_postmeta` VALUES (51515, 3502, '_bbp_author_ip',
'176.92.127.195');
INSERT INTO `wpor_postmeta` VALUES (51516, 3895, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51517, 3895, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51518, 3895, '_bbp_topic_id', '3120');
INSERT INTO `wpor_postmeta` VALUES (51519, 3895, '_bbp_author_ip',
'203.128.31.114');
INSERT INTO `wpor_postmeta` VALUES (51520, 3896, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51521, 3896, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51522, 3896, '_bbp_topic_id', '3120');
INSERT INTO `wpor_postmeta` VALUES (51523, 3896, '_bbp_author_ip',
'203.128.31.114');
INSERT INTO `wpor_postmeta` VALUES (51524, 4228, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51525, 4228, '_bbp_forum_id', '3136');
INSERT INTO `wpor_postmeta` VALUES (51526, 4228, '_bbp_topic_id', '3929');
INSERT INTO `wpor_postmeta` VALUES (51527, 4228, '_bbp_author_ip', '85.130.50.50');
INSERT INTO `wpor_postmeta` VALUES (51528, 4278, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51529, 4278, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51530, 4278, '_bbp_topic_id', '3120');
INSERT INTO `wpor_postmeta` VALUES (51531, 4278, '_bbp_author_ip', '82.17.253.91');
INSERT INTO `wpor_postmeta` VALUES (51532, 4398, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51533, 4398, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51534, 4398, '_bbp_topic_id', '3120');
INSERT INTO `wpor_postmeta` VALUES (51535, 4398, '_bbp_author_ip',
'87.59.127.142');
INSERT INTO `wpor_postmeta` VALUES (51536, 4537, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51537, 4537, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51538, 4537, '_bbp_topic_id', '3119');
INSERT INTO `wpor_postmeta` VALUES (51539, 4537, '_bbp_author_ip',
'114.120.238.46');
INSERT INTO `wpor_postmeta` VALUES (51540, 4657, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51541, 4657, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51542, 4657, '_bbp_topic_id', '3120');
INSERT INTO `wpor_postmeta` VALUES (51543, 4657, '_bbp_author_ip',
'118.137.120.185');
INSERT INTO `wpor_postmeta` VALUES (51544, 4816, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51545, 4816, '_bbp_forum_id', '3136');
INSERT INTO `wpor_postmeta` VALUES (51546, 4816, '_bbp_topic_id', '4400');
INSERT INTO `wpor_postmeta` VALUES (51547, 4816, '_bbp_author_ip',
'85.103.28.162');
INSERT INTO `wpor_postmeta` VALUES (51548, 2821, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51549, 2821, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51550, 2821, 'regency', 'Wordpress Developer');
INSERT INTO `wpor_postmeta` VALUES (51551, 2821, '_thumbnail_id', '2822');
INSERT INTO `wpor_postmeta` VALUES (51552, 2823, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51553, 2823, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51554, 2823, 'regency', 'CEO at Thimpress');
INSERT INTO `wpor_postmeta` VALUES (51555, 2823, '_thumbnail_id', '2828');
INSERT INTO `wpor_postmeta` VALUES (51556, 2823, '_dp_original', '2821');
INSERT INTO `wpor_postmeta` VALUES (51557, 2824, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51558, 2824, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51559, 2824, 'regency', 'Copyrighter');
INSERT INTO `wpor_postmeta` VALUES (51560, 2824, '_thumbnail_id', '2829');
INSERT INTO `wpor_postmeta` VALUES (51561, 2824, '_dp_original', '2821');
INSERT INTO `wpor_postmeta` VALUES (51562, 2825, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51563, 2825, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51564, 2825, 'regency', 'Art director');
INSERT INTO `wpor_postmeta` VALUES (51565, 2825, '_thumbnail_id', '2830');
INSERT INTO `wpor_postmeta` VALUES (51566, 2825, '_dp_original', '2821');
INSERT INTO `wpor_postmeta` VALUES (51567, 2826, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51568, 2826, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51569, 2826, 'regency', 'Designer');
INSERT INTO `wpor_postmeta` VALUES (51570, 2826, '_thumbnail_id', '2831');
INSERT INTO `wpor_postmeta` VALUES (51571, 2826, '_dp_original', '2821');
INSERT INTO `wpor_postmeta` VALUES (51572, 2827, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51573, 2827, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51574, 2827, 'regency', 'Front-end Developer');
INSERT INTO `wpor_postmeta` VALUES (51575, 2827, '_thumbnail_id', '2832');
INSERT INTO `wpor_postmeta` VALUES (51576, 2827, '_dp_original', '2821');
INSERT INTO `wpor_postmeta` VALUES (51577, 3114, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51578, 3114, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51579, 3114, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51580, 3114, '_bbp_topic_id', '3114');
INSERT INTO `wpor_postmeta` VALUES (51581, 3114, '_bbp_author_ip', '27.67.7.179');
INSERT INTO `wpor_postmeta` VALUES (51582, 3114, '_bbp_last_active_time', '2015-12-
04 07:25:45');
INSERT INTO `wpor_postmeta` VALUES (51583, 3114, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51584, 3114, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51585, 3114, '_bbp_last_active_id', '3114');
INSERT INTO `wpor_postmeta` VALUES (51586, 3114, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51587, 3116, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51588, 3116, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51589, 3116, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51590, 3116, '_bbp_topic_id', '3116');
INSERT INTO `wpor_postmeta` VALUES (51591, 3116, '_bbp_author_ip', '27.67.7.179');
INSERT INTO `wpor_postmeta` VALUES (51592, 3116, '_bbp_last_active_time', '2015-12-
04 07:28:29');
INSERT INTO `wpor_postmeta` VALUES (51593, 3116, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51594, 3116, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51595, 3116, '_bbp_last_active_id', '3116');
INSERT INTO `wpor_postmeta` VALUES (51596, 3116, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51597, 3116, '_dp_original', '3114');
INSERT INTO `wpor_postmeta` VALUES (51598, 3117, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51599, 3117, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51600, 3117, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51601, 3117, '_bbp_topic_id', '3117');
INSERT INTO `wpor_postmeta` VALUES (51602, 3117, '_bbp_author_ip', '27.67.7.179');
INSERT INTO `wpor_postmeta` VALUES (51603, 3117, '_bbp_last_active_time', '2015-12-
04 07:29:05');
INSERT INTO `wpor_postmeta` VALUES (51604, 3117, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51605, 3117, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51606, 3117, '_bbp_last_active_id', '3117');
INSERT INTO `wpor_postmeta` VALUES (51607, 3117, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51608, 3117, '_dp_original', '3114');
INSERT INTO `wpor_postmeta` VALUES (51609, 3118, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51610, 3118, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51611, 3118, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51612, 3118, '_bbp_topic_id', '3118');
INSERT INTO `wpor_postmeta` VALUES (51613, 3118, '_bbp_author_ip', '27.67.7.179');
INSERT INTO `wpor_postmeta` VALUES (51614, 3118, '_bbp_last_active_time', '2015-12-
04 07:30:05');
INSERT INTO `wpor_postmeta` VALUES (51615, 3118, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51616, 3118, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51617, 3118, '_bbp_last_active_id', '3118');
INSERT INTO `wpor_postmeta` VALUES (51618, 3118, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51619, 3118, '_dp_original', '3114');
INSERT INTO `wpor_postmeta` VALUES (51620, 3118, '_wp_old_slug', 'lms-wordpress-
plugin-2');
INSERT INTO `wpor_postmeta` VALUES (51621, 3119, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51622, 3119, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51623, 3119, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51624, 3119, '_bbp_topic_id', '3119');
INSERT INTO `wpor_postmeta` VALUES (51625, 3119, '_bbp_author_ip', '27.67.7.179');
INSERT INTO `wpor_postmeta` VALUES (51626, 3119, '_bbp_last_active_time', '2016-03-
07 23:32:24');
INSERT INTO `wpor_postmeta` VALUES (51627, 3119, '_bbp_reply_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51628, 3119, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51629, 3119, '_bbp_last_active_id', '4537');
INSERT INTO `wpor_postmeta` VALUES (51630, 3119, '_bbp_voice_count', '2');
INSERT INTO `wpor_postmeta` VALUES (51631, 3119, '_dp_original', '3114');
INSERT INTO `wpor_postmeta` VALUES (51632, 3119, '_bbp_last_reply_id', '4537');
INSERT INTO `wpor_postmeta` VALUES (51633, 3120, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51634, 3120, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51635, 3120, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51636, 3120, '_bbp_topic_id', '3120');
INSERT INTO `wpor_postmeta` VALUES (51637, 3120, '_bbp_author_ip', '27.67.7.179');
INSERT INTO `wpor_postmeta` VALUES (51638, 3120, '_bbp_last_active_time', '2016-03-
17 05:44:49');
INSERT INTO `wpor_postmeta` VALUES (51639, 3120, '_bbp_reply_count', '5');
INSERT INTO `wpor_postmeta` VALUES (51640, 3120, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51641, 3120, '_bbp_last_active_id', '4657');
INSERT INTO `wpor_postmeta` VALUES (51642, 3120, '_bbp_voice_count', '5');
INSERT INTO `wpor_postmeta` VALUES (51643, 3120, '_dp_original', '3114');
INSERT INTO `wpor_postmeta` VALUES (51644, 3120, '_bbp_last_reply_id', '4657');
INSERT INTO `wpor_postmeta` VALUES (51645, 3501, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51646, 3501, '_bbp_forum_id', '3141');
INSERT INTO `wpor_postmeta` VALUES (51647, 3501, '_bbp_topic_id', '3501');
INSERT INTO `wpor_postmeta` VALUES (51648, 3501, '_bbp_author_ip',
'176.92.127.195');
INSERT INTO `wpor_postmeta` VALUES (51649, 3501, '_bbp_last_reply_id', '3502');
INSERT INTO `wpor_postmeta` VALUES (51650, 3501, '_bbp_last_active_id', '3502');
INSERT INTO `wpor_postmeta` VALUES (51651, 3501, '_bbp_last_active_time', '2016-01-
02 19:08:43');
INSERT INTO `wpor_postmeta` VALUES (51652, 3501, '_bbp_reply_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51653, 3501, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51654, 3501, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51655, 3501, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51656, 3501, '_wp_old_slug', 'fnjrrjrjrjr-h-h-
s-e');
INSERT INTO `wpor_postmeta` VALUES (51657, 3929, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51658, 3929, '_bbp_forum_id', '3136');
INSERT INTO `wpor_postmeta` VALUES (51659, 3929, '_bbp_topic_id', '3929');
INSERT INTO `wpor_postmeta` VALUES (51660, 3929, '_bbp_author_ip',
'84.62.104.205');
INSERT INTO `wpor_postmeta` VALUES (51661, 3929, '_bbp_last_reply_id', '4228');
INSERT INTO `wpor_postmeta` VALUES (51662, 3929, '_bbp_last_active_id', '4228');
INSERT INTO `wpor_postmeta` VALUES (51663, 3929, '_bbp_last_active_time', '2016-02-
21 22:25:34');
INSERT INTO `wpor_postmeta` VALUES (51664, 3929, '_bbp_reply_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51665, 3929, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51666, 3929, '_bbp_voice_count', '2');
INSERT INTO `wpor_postmeta` VALUES (51667, 4207, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51668, 4207, '_bbp_forum_id', '3136');
INSERT INTO `wpor_postmeta` VALUES (51669, 4207, '_bbp_topic_id', '4207');
INSERT INTO `wpor_postmeta` VALUES (51670, 4207, '_bbp_author_ip', '185.57.74.47');
INSERT INTO `wpor_postmeta` VALUES (51671, 4207, '_bbp_last_reply_id', '0');
INSERT INTO `wpor_postmeta` VALUES (51672, 4207, '_bbp_last_active_id', '4207');
INSERT INTO `wpor_postmeta` VALUES (51673, 4207, '_bbp_last_active_time', '2016-02-
19 21:17:18');
INSERT INTO `wpor_postmeta` VALUES (51674, 4207, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51675, 4207, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51676, 4207, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51677, 4400, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51678, 4400, '_bbp_forum_id', '3136');
INSERT INTO `wpor_postmeta` VALUES (51679, 4400, '_bbp_topic_id', '4400');
INSERT INTO `wpor_postmeta` VALUES (51680, 4400, '_bbp_author_ip',
'190.195.13.235');
INSERT INTO `wpor_postmeta` VALUES (51681, 4400, '_bbp_last_reply_id', '4816');
INSERT INTO `wpor_postmeta` VALUES (51682, 4400, '_bbp_last_active_id', '4816');
INSERT INTO `wpor_postmeta` VALUES (51683, 4400, '_bbp_last_active_time', '2016-03-
28 12:13:40');
INSERT INTO `wpor_postmeta` VALUES (51684, 4400, '_bbp_reply_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51685, 4400, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51686, 4400, '_bbp_voice_count', '2');
INSERT INTO `wpor_postmeta` VALUES (51687, 4743, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51688, 4743, '_bbp_forum_id', '3141');
INSERT INTO `wpor_postmeta` VALUES (51689, 4743, '_bbp_topic_id', '4743');
INSERT INTO `wpor_postmeta` VALUES (51690, 4743, '_bbp_author_ip',
'175.139.173.222');
INSERT INTO `wpor_postmeta` VALUES (51691, 4743, '_bbp_last_reply_id', '0');
INSERT INTO `wpor_postmeta` VALUES (51692, 4743, '_bbp_last_active_id', '4743');
INSERT INTO `wpor_postmeta` VALUES (51693, 4743, '_bbp_last_active_time', '2016-03-
23 07:28:35');
INSERT INTO `wpor_postmeta` VALUES (51694, 4743, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51695, 4743, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51696, 4743, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51697, 4785, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51698, 4785, '_bbp_forum_id', '3112');
INSERT INTO `wpor_postmeta` VALUES (51699, 4785, '_bbp_topic_id', '4785');
INSERT INTO `wpor_postmeta` VALUES (51700, 4785, '_bbp_author_ip',
'118.137.120.185');
INSERT INTO `wpor_postmeta` VALUES (51701, 4785, '_bbp_last_reply_id', '0');
INSERT INTO `wpor_postmeta` VALUES (51702, 4785, '_bbp_last_active_id', '4785');
INSERT INTO `wpor_postmeta` VALUES (51703, 4785, '_bbp_last_active_time', '2016-03-
26 04:38:26');
INSERT INTO `wpor_postmeta` VALUES (51704, 4785, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51705, 4785, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51706, 4785, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51707, 5835, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51708, 5835, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51709, 5835, '_bbp_forum_id', '5746');
INSERT INTO `wpor_postmeta` VALUES (51710, 5835, '_bbp_topic_id', '5835');
INSERT INTO `wpor_postmeta` VALUES (51711, 5835, '_bbp_author_ip',
'222.254.34.52');
INSERT INTO `wpor_postmeta` VALUES (51712, 5835, '_bbp_last_active_time', '2016-08-
19 10:28:38');
INSERT INTO `wpor_postmeta` VALUES (51713, 5835, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51714, 5835, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51715, 5835, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (51716, 5835, '_bbp_last_active_id', '5835');
INSERT INTO `wpor_postmeta` VALUES (51717, 5835, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51718, 5836, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51719, 5836, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51720, 5836, '_bbp_forum_id', '5830');
INSERT INTO `wpor_postmeta` VALUES (51721, 5836, '_bbp_topic_id', '7451');
INSERT INTO `wpor_postmeta` VALUES (51722, 5836, '_bbp_author_ip',
'78.173.22.178');
INSERT INTO `wpor_postmeta` VALUES (51723, 5836, '_bbp_last_active_time', '2017-05-
30 21:36:43');
INSERT INTO `wpor_postmeta` VALUES (51724, 5836, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51725, 5836, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51726, 5836, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (51727, 5836, '_bbp_last_active_id', '5836');
INSERT INTO `wpor_postmeta` VALUES (51728, 5836, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51729, 5837, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51730, 5837, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51731, 5837, '_bbp_forum_id', '5828');
INSERT INTO `wpor_postmeta` VALUES (51732, 5837, '_bbp_topic_id', '5837');
INSERT INTO `wpor_postmeta` VALUES (51733, 5837, '_bbp_author_ip',
'222.254.34.52');
INSERT INTO `wpor_postmeta` VALUES (51734, 5837, '_bbp_last_active_time', '2016-08-
19 10:29:15');
INSERT INTO `wpor_postmeta` VALUES (51735, 5837, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51736, 5837, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51737, 5837, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (51738, 5837, '_bbp_last_active_id', '5837');
INSERT INTO `wpor_postmeta` VALUES (51739, 5837, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51740, 5838, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51741, 5838, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51742, 5838, '_bbp_forum_id', '5829');
INSERT INTO `wpor_postmeta` VALUES (51743, 5838, '_bbp_topic_id', '5838');
INSERT INTO `wpor_postmeta` VALUES (51744, 5838, '_bbp_author_ip',
'222.254.34.52');
INSERT INTO `wpor_postmeta` VALUES (51745, 5838, '_bbp_last_active_time', '2016-08-
19 10:29:32');
INSERT INTO `wpor_postmeta` VALUES (51746, 5838, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51747, 5838, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51748, 5838, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (51749, 5838, '_bbp_last_active_id', '5838');
INSERT INTO `wpor_postmeta` VALUES (51750, 5838, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51751, 5839, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51752, 5839, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51753, 5839, '_bbp_forum_id', '5829');
INSERT INTO `wpor_postmeta` VALUES (51754, 5839, '_bbp_topic_id', '5839');
INSERT INTO `wpor_postmeta` VALUES (51755, 5839, '_bbp_author_ip',
'222.254.34.52');
INSERT INTO `wpor_postmeta` VALUES (51756, 5839, '_bbp_last_active_time', '2016-08-
19 10:29:51');
INSERT INTO `wpor_postmeta` VALUES (51757, 5839, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51758, 5839, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51759, 5839, '_yoast_wpseo_content_score',
'90');
INSERT INTO `wpor_postmeta` VALUES (51760, 5839, '_bbp_last_active_id', '5839');
INSERT INTO `wpor_postmeta` VALUES (51761, 5839, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51762, 5840, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51763, 5840, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51764, 5840, '_bbp_forum_id', '5829');
INSERT INTO `wpor_postmeta` VALUES (51765, 5840, '_bbp_topic_id', '5840');
INSERT INTO `wpor_postmeta` VALUES (51766, 5840, '_bbp_author_ip',
'222.254.34.52');
INSERT INTO `wpor_postmeta` VALUES (51767, 5840, '_bbp_last_active_time', '2016-08-
19 10:30:10');
INSERT INTO `wpor_postmeta` VALUES (51768, 5840, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51769, 5840, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51770, 5840, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (51771, 5840, '_bbp_last_active_id', '5840');
INSERT INTO `wpor_postmeta` VALUES (51772, 5840, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51773, 5841, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51774, 5841, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51775, 5841, '_bbp_forum_id', '5829');
INSERT INTO `wpor_postmeta` VALUES (51776, 5841, '_bbp_topic_id', '5841');
INSERT INTO `wpor_postmeta` VALUES (51777, 5841, '_bbp_author_ip',
'222.254.34.52');
INSERT INTO `wpor_postmeta` VALUES (51778, 5841, '_bbp_last_active_time', '2016-08-
19 10:30:26');
INSERT INTO `wpor_postmeta` VALUES (51779, 5841, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51780, 5841, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51781, 5841, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (51782, 5841, '_bbp_last_active_id', '5841');
INSERT INTO `wpor_postmeta` VALUES (51783, 5841, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51784, 5842, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51785, 5842, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51786, 5842, '_bbp_forum_id', '5828');
INSERT INTO `wpor_postmeta` VALUES (51787, 5842, '_bbp_topic_id', '5842');
INSERT INTO `wpor_postmeta` VALUES (51788, 5842, '_bbp_author_ip',
'222.254.34.52');
INSERT INTO `wpor_postmeta` VALUES (51789, 5842, '_bbp_last_active_time', '2016-08-
19 10:30:43');
INSERT INTO `wpor_postmeta` VALUES (51790, 5842, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51791, 5842, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51792, 5842, '_yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (51793, 5842, '_bbp_last_active_id', '5842');
INSERT INTO `wpor_postmeta` VALUES (51794, 5842, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51795, 5843, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51796, 5843, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51797, 5843, '_bbp_forum_id', '5830');
INSERT INTO `wpor_postmeta` VALUES (51798, 5843, '_bbp_topic_id', '5843');
INSERT INTO `wpor_postmeta` VALUES (51799, 5843, '_bbp_author_ip',
'222.254.34.52');
INSERT INTO `wpor_postmeta` VALUES (51800, 5843, '_bbp_last_active_time', '2016-08-
19 10:30:59');
INSERT INTO `wpor_postmeta` VALUES (51801, 5843, '_bbp_reply_count', '0');
INSERT INTO `wpor_postmeta` VALUES (51802, 5843, '_bbp_reply_count_hidden', '0');
INSERT INTO `wpor_postmeta` VALUES (51803, 5843, '_yoast_wpseo_content_score',
'30');
INSERT INTO `wpor_postmeta` VALUES (51804, 5843, '_bbp_last_active_id', '5843');
INSERT INTO `wpor_postmeta` VALUES (51805, 5843, '_bbp_voice_count', '1');
INSERT INTO `wpor_postmeta` VALUES (51806, 2948, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51807, 2948, '_wp_old_slug', 'auto-draft');
INSERT INTO `wpor_postmeta` VALUES (51808, 2948, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51809, 2948, '_wpnonce', '5a5bfbeb01');
INSERT INTO `wpor_postmeta` VALUES (51810, 2948, '_wp_http_referer', '/demo-
university/wp-admin/post.php?post=2948&action=edit');
INSERT INTO `wpor_postmeta` VALUES (51811, 2948, 'user_ID', '12');
INSERT INTO `wpor_postmeta` VALUES (51812, 2948, 'action', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (51813, 2948, 'originalaction', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (51814, 2948, 'post_author', '1');
INSERT INTO `wpor_postmeta` VALUES (51815, 2948, 'post_type', 'tp_event');
INSERT INTO `wpor_postmeta` VALUES (51816, 2948, 'original_post_status', 'tp-event-
happenning');
INSERT INTO `wpor_postmeta` VALUES (51817, 2948, 'referredby',
'http://thim.staging.wpengine.com/demo-university/events/eduma-summer-2016/');
INSERT INTO `wpor_postmeta` VALUES (51818, 2948, '_wp_original_http_referer',
'http://thim.staging.wpengine.com/demo-university/events/eduma-summer-2016/');
INSERT INTO `wpor_postmeta` VALUES (51819, 2948, 'post_ID', '2948');
INSERT INTO `wpor_postmeta` VALUES (51820, 2948, 'meta-box-order-nonce',
'320c268db8');
INSERT INTO `wpor_postmeta` VALUES (51821, 2948, 'closedpostboxesnonce',
'8b7333db55');
INSERT INTO `wpor_postmeta` VALUES (51822, 2948, 'post_title', 'Eduma Summer
2016');
INSERT INTO `wpor_postmeta` VALUES (51823, 2948, 'samplepermalinknonce',
'1a2379e08d');
INSERT INTO `wpor_postmeta` VALUES (51824, 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.');
INSERT INTO `wpor_postmeta` VALUES (51825, 2948, 'wp-preview', '');
INSERT INTO `wpor_postmeta` VALUES (51826, 2948, 'hidden_post_status', 'tp-event-
happenning');
INSERT INTO `wpor_postmeta` VALUES (51827, 2948, 'post_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (51828, 2948, 'hidden_post_password', '');
INSERT INTO `wpor_postmeta` VALUES (51829, 2948, 'hidden_post_visibility',
'public');
INSERT INTO `wpor_postmeta` VALUES (51830, 2948, 'visibility', 'public');
INSERT INTO `wpor_postmeta` VALUES (51831, 2948, 'post_password', '');
INSERT INTO `wpor_postmeta` VALUES (51832, 2948, 'mm', '11');
INSERT INTO `wpor_postmeta` VALUES (51833, 2948, 'jj', '20');
INSERT INTO `wpor_postmeta` VALUES (51834, 2948, 'aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (51835, 2948, 'hh', '09');
INSERT INTO `wpor_postmeta` VALUES (51836, 2948, 'mn', '55');
INSERT INTO `wpor_postmeta` VALUES (51837, 2948, 'ss', '59');
INSERT INTO `wpor_postmeta` VALUES (51838, 2948, 'hidden_mm', '11');
INSERT INTO `wpor_postmeta` VALUES (51839, 2948, 'cur_mm', '07');
INSERT INTO `wpor_postmeta` VALUES (51840, 2948, 'hidden_jj', '20');
INSERT INTO `wpor_postmeta` VALUES (51841, 2948, 'cur_jj', '08');
INSERT INTO `wpor_postmeta` VALUES (51842, 2948, 'hidden_aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (51843, 2948, 'cur_aa', '2016');
INSERT INTO `wpor_postmeta` VALUES (51844, 2948, 'hidden_hh', '09');
INSERT INTO `wpor_postmeta` VALUES (51845, 2948, 'cur_hh', '10');
INSERT INTO `wpor_postmeta` VALUES (51846, 2948, 'hidden_mn', '55');
INSERT INTO `wpor_postmeta` VALUES (51847, 2948, 'cur_mn', '54');
INSERT INTO `wpor_postmeta` VALUES (51848, 2948, 'original_publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (51849, 2948, 'publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (51850, 2948, 'excerpt', 'Morbi accumsan ipsum
velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae
erat conuat');
INSERT INTO `wpor_postmeta` VALUES (51851, 2948, 'advanced_view', '1');
INSERT INTO `wpor_postmeta` VALUES (51852, 2948, 'post_name', 'eduma-summer-2016');
INSERT INTO `wpor_postmeta` VALUES (51853, 2948, 'post_author_override', '1');
INSERT INTO `wpor_postmeta` VALUES (51854, 2948, 'tp_event_date_start', '2014-06-
08');
INSERT INTO `wpor_postmeta` VALUES (51855, 2948, 'tp_event_time_start', '');
INSERT INTO `wpor_postmeta` VALUES (51856, 2948, 'tp_event_date_end', '2014-06-
09');
INSERT INTO `wpor_postmeta` VALUES (51857, 2948, 'tp_event_time_end', '');
INSERT INTO `wpor_postmeta` VALUES (51858, 2948, 'tp_event_shortcode',
'[tp_event_countdown events="2948"]');
INSERT INTO `wpor_postmeta` VALUES (51859, 2948, 'post_mime_type', '');
INSERT INTO `wpor_postmeta` VALUES (51860, 2948, 'ID', '2948');
INSERT INTO `wpor_postmeta` VALUES (51861, 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.');
INSERT INTO `wpor_postmeta` VALUES (51862, 2948, 'post_excerpt', 'Morbi accumsan
ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris
itae erat conuat');
INSERT INTO `wpor_postmeta` VALUES (51863, 2948, 'comment_status', 'open');
INSERT INTO `wpor_postmeta` VALUES (51864, 2948, 'ping_status', 'closed');
INSERT INTO `wpor_postmeta` VALUES (51865, 2948, '_lpr_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (51866, 2948, 'tp_event_location', 'Gaziantep');
INSERT INTO `wpor_postmeta` VALUES (51867, 2948, 'thim_event_meta_boxes_nonce',
'67cea322f0');
INSERT INTO `wpor_postmeta` VALUES (51868, 2948, 'thim_event_members', 'a:3:
{i:0;s:4:"2916";i:1;s:4:"2915";i:2;s:4:"2910";}');
INSERT INTO `wpor_postmeta` VALUES (51869, 2948, 'keep_private', 'private');
INSERT INTO `wpor_postmeta` VALUES (51870, 2948, '_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (51871, 2948, '_inline_edit', 'b09e7a2af4');
INSERT INTO `wpor_postmeta` VALUES (51872, 2948, 'post_view', 'list');
INSERT INTO `wpor_postmeta` VALUES (51873, 2948, 'screen', 'edit-tp_event');
INSERT INTO `wpor_postmeta` VALUES (51874, 2948, 'edit_date', 'true');
INSERT INTO `wpor_postmeta` VALUES (51875, 2948, 'post_date', '2015-11-20
09:55:59');
INSERT INTO `wpor_postmeta` VALUES (51876, 2948, 'post_date_gmt', '2015-11-20
09:55:59');
INSERT INTO `wpor_postmeta` VALUES (51877, 2948, '_wp_old_slug', 'bsu-aviation-
open-house');
INSERT INTO `wpor_postmeta` VALUES (51878, 2948, 'add_comment_nonce',
'bacf5f5204');
INSERT INTO `wpor_postmeta` VALUES (51879, 2948, '_ajax_fetch_list_nonce',
'310c2fc23b');
INSERT INTO `wpor_postmeta` VALUES (51880, 2948, '_wp_old_slug', 'test2');
INSERT INTO `wpor_postmeta` VALUES (51881, 2948, '_thumbnail_id', '7588');
INSERT INTO `wpor_postmeta` VALUES (51882, 2948, 'yoast_wpseo_focuskw_text_input',
'');
INSERT INTO `wpor_postmeta` VALUES (51883, 2948, 'yoast_wpseo_focuskw', '');
INSERT INTO `wpor_postmeta` VALUES (51884, 2948, 'yoast_wpseo_title', '');
INSERT INTO `wpor_postmeta` VALUES (51885, 2948, 'yoast_wpseo_metadesc', '');
INSERT INTO `wpor_postmeta` VALUES (51886, 2948, 'yoast_wpseo_linkdex', '-1830');
INSERT INTO `wpor_postmeta` VALUES (51887, 2948, 'yoast_wpseo_meta-robots-noindex',
'0');
INSERT INTO `wpor_postmeta` VALUES (51888, 2948, 'yoast_wpseo_meta-robots-
nofollow', '0');
INSERT INTO `wpor_postmeta` VALUES (51889, 2948, 'yoast_wpseo_meta-robots-adv',
'a:1:{i:0;s:1:"-";}');
INSERT INTO `wpor_postmeta` VALUES (51890, 2948, 'yoast_wpseo_canonical', '');
INSERT INTO `wpor_postmeta` VALUES (51891, 2948, 'yoast_wpseo_opengraph-title',
'');
INSERT INTO `wpor_postmeta` VALUES (51892, 2948, 'yoast_wpseo_opengraph-
description', '');
INSERT INTO `wpor_postmeta` VALUES (51893, 2948, 'yoast_wpseo_opengraph-image',
'');
INSERT INTO `wpor_postmeta` VALUES (51894, 2948, 'yoast_wpseo_twitter-title', '');
INSERT INTO `wpor_postmeta` VALUES (51895, 2948, 'yoast_wpseo_twitter-description',
'');
INSERT INTO `wpor_postmeta` VALUES (51896, 2948, 'yoast_wpseo_twitter-image', '');
INSERT INTO `wpor_postmeta` VALUES (51897, 2948, '_wp_old_slug', 'eduma-spring-
2016');
INSERT INTO `wpor_postmeta` VALUES (51898, 2948, 'thimpress_event_metabox',
'1c6e923ec7');
INSERT INTO `wpor_postmeta` VALUES (51899, 2948, 'thimpress_event_auth_quantity',
'250');
INSERT INTO `wpor_postmeta` VALUES (51900, 2948, 'thimpress_event_auth_cost',
'30');
INSERT INTO `wpor_postmeta` VALUES (51901, 2948, 'yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (51902, 2948, '_yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (51903, 2948, 'tp_event_qty', '250');
INSERT INTO `wpor_postmeta` VALUES (51904, 2948, 'tp_event_price', '30');
INSERT INTO `wpor_postmeta` VALUES (51905, 2952, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (51906, 2952, '_wp_old_slug', 'auto-draft');
INSERT INTO `wpor_postmeta` VALUES (51907, 2952, '_wp_old_slug', 'bsu-aviation-
open-house-2');
INSERT INTO `wpor_postmeta` VALUES (51908, 2952, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (51909, 2952, '_wpnonce', '46b2f0160d');
INSERT INTO `wpor_postmeta` VALUES (51910, 2952, '_wp_http_referer', '/wp-
admin/post.php?post=2952&action=edit&message=6');
INSERT INTO `wpor_postmeta` VALUES (51911, 2952, 'user_ID', '12');
INSERT INTO `wpor_postmeta` VALUES (51912, 2952, 'action', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (51913, 2952, 'originalaction', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (51914, 2952, 'post_author', '1');
INSERT INTO `wpor_postmeta` VALUES (51915, 2952, 'post_type', 'tp_event');
INSERT INTO `wpor_postmeta` VALUES (51916, 2952, 'original_post_status', 'tp-event-
expired');
INSERT INTO `wpor_postmeta` VALUES (51917, 2952, 'referredby',
'http://thim.staging.wpengine.com/educationwp-2/wp-admin/post.php?
post=2952&action=edit');
INSERT INTO `wpor_postmeta` VALUES (51918, 2952, '_wp_original_http_referer',
'http://thim.staging.wpengine.com/educationwp-2/wp-admin/post.php?
post=2952&action=edit');
INSERT INTO `wpor_postmeta` VALUES (51919, 2952, 'post_ID', '2952');
INSERT INTO `wpor_postmeta` VALUES (51920, 2952, 'meta-box-order-nonce',
'0b00d1d88c');
INSERT INTO `wpor_postmeta` VALUES (51921, 2952, 'closedpostboxesnonce',
'6e24c815f1');
INSERT INTO `wpor_postmeta` VALUES (51922, 2952, 'post_title', 'Elegant Light Box
Paper Cut Dioramas');
INSERT INTO `wpor_postmeta` VALUES (51923, 2952, 'samplepermalinknonce',
'179af68155');
INSERT INTO `wpor_postmeta` VALUES (51924, 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. &nbsp; 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.');
INSERT INTO `wpor_postmeta` VALUES (51925, 2952, 'wp-preview', '');
INSERT INTO `wpor_postmeta` VALUES (51926, 2952, 'hidden_post_status', 'tp-event-
expired');
INSERT INTO `wpor_postmeta` VALUES (51927, 2952, 'post_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (51928, 2952, 'hidden_post_password', '');
INSERT INTO `wpor_postmeta` VALUES (51929, 2952, 'hidden_post_visibility',
'public');
INSERT INTO `wpor_postmeta` VALUES (51930, 2952, 'visibility', 'public');
INSERT INTO `wpor_postmeta` VALUES (51931, 2952, 'post_password', '');
INSERT INTO `wpor_postmeta` VALUES (51932, 2952, 'mm', '11');
INSERT INTO `wpor_postmeta` VALUES (51933, 2952, 'jj', '20');
INSERT INTO `wpor_postmeta` VALUES (51934, 2952, 'aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (51935, 2952, 'hh', '10');
INSERT INTO `wpor_postmeta` VALUES (51936, 2952, 'mn', '12');
INSERT INTO `wpor_postmeta` VALUES (51937, 2952, 'ss', '44');
INSERT INTO `wpor_postmeta` VALUES (51938, 2952, 'hidden_mm', '11');
INSERT INTO `wpor_postmeta` VALUES (51939, 2952, 'cur_mm', '04');
INSERT INTO `wpor_postmeta` VALUES (51940, 2952, 'hidden_jj', '20');
INSERT INTO `wpor_postmeta` VALUES (51941, 2952, 'cur_jj', '08');
INSERT INTO `wpor_postmeta` VALUES (51942, 2952, 'hidden_aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (51943, 2952, 'cur_aa', '2016');
INSERT INTO `wpor_postmeta` VALUES (51944, 2952, 'hidden_hh', '10');
INSERT INTO `wpor_postmeta` VALUES (51945, 2952, 'cur_hh', '04');
INSERT INTO `wpor_postmeta` VALUES (51946, 2952, 'hidden_mn', '12');
INSERT INTO `wpor_postmeta` VALUES (51947, 2952, 'cur_mn', '39');
INSERT INTO `wpor_postmeta` VALUES (51948, 2952, 'original_publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (51949, 2952, 'publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (51950, 2952, 'excerpt', 'Morbi accumsan ipsum
velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae
erat conuat');
INSERT INTO `wpor_postmeta` VALUES (51951, 2952, 'advanced_view', '1');
INSERT INTO `wpor_postmeta` VALUES (51952, 2952, 'post_name', 'elegant-light-box-
paper-cut-dioramas-1');
INSERT INTO `wpor_postmeta` VALUES (51953, 2952, 'post_author_override', '1');
INSERT INTO `wpor_postmeta` VALUES (51954, 2952, 'tp_event_date_start', '2017-11-
02');
INSERT INTO `wpor_postmeta` VALUES (51955, 2952, 'tp_event_time_start', '08:00');
INSERT INTO `wpor_postmeta` VALUES (51956, 2952, 'tp_event_date_end', '2017-11-
05');
INSERT INTO `wpor_postmeta` VALUES (51957, 2952, 'tp_event_time_end', '17:00');
INSERT INTO `wpor_postmeta` VALUES (51958, 2952, 'tp_event_shortcode',
'[tp_event_countdown events="2952"]');
INSERT INTO `wpor_postmeta` VALUES (51959, 2952, 'post_mime_type', '');
INSERT INTO `wpor_postmeta` VALUES (51960, 2952, 'ID', '2952');
INSERT INTO `wpor_postmeta` VALUES (51961, 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. &nbsp; 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.');
INSERT INTO `wpor_postmeta` VALUES (51962, 2952, 'post_excerpt', 'Morbi accumsan
ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris
itae erat conuat');
INSERT INTO `wpor_postmeta` VALUES (51963, 2952, 'comment_status', 'open');
INSERT INTO `wpor_postmeta` VALUES (51964, 2952, 'ping_status', 'closed');
INSERT INTO `wpor_postmeta` VALUES (51965, 2952, '_dp_original', '2951');
INSERT INTO `wpor_postmeta` VALUES (51966, 2952, 'tp_event_location', 'Kocaeli');
INSERT INTO `wpor_postmeta` VALUES (51967, 2952, 'thim_event_meta_boxes_nonce',
'c97ad48a88');
INSERT INTO `wpor_postmeta` VALUES (51968, 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";}');
INSERT INTO `wpor_postmeta` VALUES (51969, 2952, '_thumbnail_id', '7594');
INSERT INTO `wpor_postmeta` VALUES (51970, 2952, '_wp_old_slug', 'elegant-light-
box-paper-cut-dioramas-2');
INSERT INTO `wpor_postmeta` VALUES (51971, 2952, 'add_comment_nonce',
'6e75614ddc');
INSERT INTO `wpor_postmeta` VALUES (51972, 2952, '_ajax_fetch_list_nonce',
'465f77af78');
INSERT INTO `wpor_postmeta` VALUES (51973, 2952, '_lpr_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (51974, 2952, '_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (51975, 2952, '_inline_edit', '1e3cc26151');
INSERT INTO `wpor_postmeta` VALUES (51976, 2952, 'post_view', 'list');
INSERT INTO `wpor_postmeta` VALUES (51977, 2952, 'screen', 'edit-tp_event');
INSERT INTO `wpor_postmeta` VALUES (51978, 2952, 'edit_date', 'true');
INSERT INTO `wpor_postmeta` VALUES (51979, 2952, 'post_date', '2015-11-20
10:12:44');
INSERT INTO `wpor_postmeta` VALUES (51980, 2952, 'post_date_gmt', '2015-11-20
10:12:44');
INSERT INTO `wpor_postmeta` VALUES (51981, 2952, '_wp_old_slug', 'elegant-light-
box-paper-cut-dioramas');
INSERT INTO `wpor_postmeta` VALUES (51982, 2952, 'thimpress_event_metabox',
'3b3ec678e8');
INSERT INTO `wpor_postmeta` VALUES (51983, 2952, 'thimpress_event_auth_quantity',
'150');
INSERT INTO `wpor_postmeta` VALUES (51984, 2952, 'thimpress_event_auth_cost',
'60');
INSERT INTO `wpor_postmeta` VALUES (51985, 2952, 'yoast_wpseo_focuskw_text_input',
'');
INSERT INTO `wpor_postmeta` VALUES (51986, 2952, 'yoast_wpseo_focuskw', '');
INSERT INTO `wpor_postmeta` VALUES (51987, 2952, 'yoast_wpseo_title', '');
INSERT INTO `wpor_postmeta` VALUES (51988, 2952, 'yoast_wpseo_metadesc', '');
INSERT INTO `wpor_postmeta` VALUES (51989, 2952, 'yoast_wpseo_linkdex', '-2209');
INSERT INTO `wpor_postmeta` VALUES (51990, 2952, 'yoast_wpseo_meta-robots-noindex',
'0');
INSERT INTO `wpor_postmeta` VALUES (51991, 2952, 'yoast_wpseo_meta-robots-
nofollow', '0');
INSERT INTO `wpor_postmeta` VALUES (51992, 2952, 'yoast_wpseo_meta-robots-adv',
'a:1:{i:0;s:1:"-";}');
INSERT INTO `wpor_postmeta` VALUES (51993, 2952, 'yoast_wpseo_canonical', '');
INSERT INTO `wpor_postmeta` VALUES (51994, 2952, 'yoast_wpseo_opengraph-title',
'');
INSERT INTO `wpor_postmeta` VALUES (51995, 2952, 'yoast_wpseo_opengraph-
description', '');
INSERT INTO `wpor_postmeta` VALUES (51996, 2952, 'yoast_wpseo_opengraph-image',
'');
INSERT INTO `wpor_postmeta` VALUES (51997, 2952, 'yoast_wpseo_twitter-title', '');
INSERT INTO `wpor_postmeta` VALUES (51998, 2952, 'yoast_wpseo_twitter-description',
'');
INSERT INTO `wpor_postmeta` VALUES (51999, 2952, 'yoast_wpseo_twitter-image', '');
INSERT INTO `wpor_postmeta` VALUES (52000, 2952, '_yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (52001, 2952, 'tp_event_qty', '150');
INSERT INTO `wpor_postmeta` VALUES (52002, 2952, 'tp_event_price', '60');
INSERT INTO `wpor_postmeta` VALUES (52003, 3062, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52004, 3062, '_thumbnail_id', '7586');
INSERT INTO `wpor_postmeta` VALUES (52005, 3062, '_wp_old_slug', 'auto-draft');
INSERT INTO `wpor_postmeta` VALUES (52006, 3062, '_wp_old_slug', 'bsu-aviation-
open-house-2');
INSERT INTO `wpor_postmeta` VALUES (52007, 3062, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (52008, 3062, '_wpnonce', '4eef9b6c27');
INSERT INTO `wpor_postmeta` VALUES (52009, 3062, '_wp_http_referer', '/wp-
admin/post.php?post=3062&action=edit');
INSERT INTO `wpor_postmeta` VALUES (52010, 3062, 'user_ID', '12');
INSERT INTO `wpor_postmeta` VALUES (52011, 3062, 'action', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (52012, 3062, 'originalaction', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (52013, 3062, 'post_author', '1');
INSERT INTO `wpor_postmeta` VALUES (52014, 3062, 'post_type', 'tp_event');
INSERT INTO `wpor_postmeta` VALUES (52015, 3062, 'original_post_status', 'tp-event-
expired');
INSERT INTO `wpor_postmeta` VALUES (52016, 3062, 'referredby',
'http://thim.staging.wpengine.com/educationwp-2/wp-admin/edit.php?
post_type=tp_event');
INSERT INTO `wpor_postmeta` VALUES (52017, 3062, '_wp_original_http_referer',
'http://thim.staging.wpengine.com/educationwp-2/wp-admin/edit.php?
post_type=tp_event');
INSERT INTO `wpor_postmeta` VALUES (52018, 3062, 'post_ID', '3062');
INSERT INTO `wpor_postmeta` VALUES (52019, 3062, 'meta-box-order-nonce',
'0b00d1d88c');
INSERT INTO `wpor_postmeta` VALUES (52020, 3062, 'closedpostboxesnonce',
'6e24c815f1');
INSERT INTO `wpor_postmeta` VALUES (52021, 3062, 'post_title', 'Eduma Autumn
2015');
INSERT INTO `wpor_postmeta` VALUES (52022, 3062, 'samplepermalinknonce',
'179af68155');
INSERT INTO `wpor_postmeta` VALUES (52023, 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. &nbsp; 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.');
INSERT INTO `wpor_postmeta` VALUES (52024, 3062, 'wp-preview', '');
INSERT INTO `wpor_postmeta` VALUES (52025, 3062, 'hidden_post_status', 'tp-event-
expired');
INSERT INTO `wpor_postmeta` VALUES (52026, 3062, 'post_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (52027, 3062, 'hidden_post_password', '');
INSERT INTO `wpor_postmeta` VALUES (52028, 3062, 'hidden_post_visibility',
'public');
INSERT INTO `wpor_postmeta` VALUES (52029, 3062, 'visibility', 'public');
INSERT INTO `wpor_postmeta` VALUES (52030, 3062, 'post_password', '');
INSERT INTO `wpor_postmeta` VALUES (52031, 3062, 'mm', '11');
INSERT INTO `wpor_postmeta` VALUES (52032, 3062, 'jj', '30');
INSERT INTO `wpor_postmeta` VALUES (52033, 3062, 'aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (52034, 3062, 'hh', '09');
INSERT INTO `wpor_postmeta` VALUES (52035, 3062, 'mn', '34');
INSERT INTO `wpor_postmeta` VALUES (52036, 3062, 'ss', '42');
INSERT INTO `wpor_postmeta` VALUES (52037, 3062, 'hidden_mm', '11');
INSERT INTO `wpor_postmeta` VALUES (52038, 3062, 'cur_mm', '04');
INSERT INTO `wpor_postmeta` VALUES (52039, 3062, 'hidden_jj', '30');
INSERT INTO `wpor_postmeta` VALUES (52040, 3062, 'cur_jj', '08');
INSERT INTO `wpor_postmeta` VALUES (52041, 3062, 'hidden_aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (52042, 3062, 'cur_aa', '2016');
INSERT INTO `wpor_postmeta` VALUES (52043, 3062, 'hidden_hh', '09');
INSERT INTO `wpor_postmeta` VALUES (52044, 3062, 'cur_hh', '04');
INSERT INTO `wpor_postmeta` VALUES (52045, 3062, 'hidden_mn', '34');
INSERT INTO `wpor_postmeta` VALUES (52046, 3062, 'cur_mn', '42');
INSERT INTO `wpor_postmeta` VALUES (52047, 3062, 'original_publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (52048, 3062, 'publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (52049, 3062, 'excerpt', 'Morbi accumsan ipsum
velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae
erat conuat');
INSERT INTO `wpor_postmeta` VALUES (52050, 3062, 'advanced_view', '1');
INSERT INTO `wpor_postmeta` VALUES (52051, 3062, 'post_name', 'eduma-autumn-2015');
INSERT INTO `wpor_postmeta` VALUES (52052, 3062, 'post_author_override', '1');
INSERT INTO `wpor_postmeta` VALUES (52053, 3062, 'tp_event_date_start', '2015-09-
30');
INSERT INTO `wpor_postmeta` VALUES (52054, 3062, 'tp_event_time_start', '08:00');
INSERT INTO `wpor_postmeta` VALUES (52055, 3062, 'tp_event_date_end', '2015-10-
15');
INSERT INTO `wpor_postmeta` VALUES (52056, 3062, 'tp_event_time_end', '17:00');
INSERT INTO `wpor_postmeta` VALUES (52057, 3062, 'tp_event_shortcode',
'[tp_event_countdown events="3062"]');
INSERT INTO `wpor_postmeta` VALUES (52058, 3062, 'post_mime_type', '');
INSERT INTO `wpor_postmeta` VALUES (52059, 3062, 'ID', '3062');
INSERT INTO `wpor_postmeta` VALUES (52060, 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. &nbsp; 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.');
INSERT INTO `wpor_postmeta` VALUES (52061, 3062, 'post_excerpt', 'Morbi accumsan
ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris
itae erat conuat');
INSERT INTO `wpor_postmeta` VALUES (52062, 3062, 'comment_status', 'open');
INSERT INTO `wpor_postmeta` VALUES (52063, 3062, 'ping_status', 'closed');
INSERT INTO `wpor_postmeta` VALUES (52064, 3062, '_lpr_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (52065, 3062, 'tp_event_location', 'Sakarya');
INSERT INTO `wpor_postmeta` VALUES (52066, 3062, 'thim_event_meta_boxes_nonce',
'c97ad48a88');
INSERT INTO `wpor_postmeta` VALUES (52067, 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";}');
INSERT INTO `wpor_postmeta` VALUES (52068, 3062, '_dp_original', '2951');
INSERT INTO `wpor_postmeta` VALUES (52069, 3062, 'data', '');
INSERT INTO `wpor_postmeta` VALUES (52070, 3062, 'interval', '15');
INSERT INTO `wpor_postmeta` VALUES (52071, 3062, '_nonce', '53d6278abe');
INSERT INTO `wpor_postmeta` VALUES (52072, 3062, 'screen_id', 'tp_event');
INSERT INTO `wpor_postmeta` VALUES (52073, 3062, 'has_focus', 'true');
INSERT INTO `wpor_postmeta` VALUES (52074, 3062, 'thimpress_event_metabox',
'1ca6ecfed0');
INSERT INTO `wpor_postmeta` VALUES (52075, 3062, 'thimpress_event_auth_quantity',
'110');
INSERT INTO `wpor_postmeta` VALUES (52076, 3062, 'thimpress_event_auth_cost', '0');
INSERT INTO `wpor_postmeta` VALUES (52077, 3062, 'yoast_wpseo_focuskw_text_input',
'');
INSERT INTO `wpor_postmeta` VALUES (52078, 3062, 'yoast_wpseo_focuskw', '');
INSERT INTO `wpor_postmeta` VALUES (52079, 3062, 'yoast_wpseo_title', '');
INSERT INTO `wpor_postmeta` VALUES (52080, 3062, 'yoast_wpseo_metadesc', '');
INSERT INTO `wpor_postmeta` VALUES (52081, 3062, 'yoast_wpseo_linkdex', '-2216');
INSERT INTO `wpor_postmeta` VALUES (52082, 3062, 'yoast_wpseo_meta-robots-noindex',
'0');
INSERT INTO `wpor_postmeta` VALUES (52083, 3062, 'yoast_wpseo_meta-robots-
nofollow', '0');
INSERT INTO `wpor_postmeta` VALUES (52084, 3062, 'yoast_wpseo_meta-robots-adv',
'a:1:{i:0;s:1:"-";}');
INSERT INTO `wpor_postmeta` VALUES (52085, 3062, 'yoast_wpseo_canonical', '');
INSERT INTO `wpor_postmeta` VALUES (52086, 3062, 'yoast_wpseo_opengraph-title',
'');
INSERT INTO `wpor_postmeta` VALUES (52087, 3062, 'yoast_wpseo_opengraph-
description', '');
INSERT INTO `wpor_postmeta` VALUES (52088, 3062, 'yoast_wpseo_opengraph-image',
'');
INSERT INTO `wpor_postmeta` VALUES (52089, 3062, 'yoast_wpseo_twitter-title', '');
INSERT INTO `wpor_postmeta` VALUES (52090, 3062, 'yoast_wpseo_twitter-description',
'');
INSERT INTO `wpor_postmeta` VALUES (52091, 3062, 'yoast_wpseo_twitter-image', '');
INSERT INTO `wpor_postmeta` VALUES (52092, 3062, 'add_comment_nonce',
'6e75614ddc');
INSERT INTO `wpor_postmeta` VALUES (52093, 3062, '_ajax_fetch_list_nonce',
'465f77af78');
INSERT INTO `wpor_postmeta` VALUES (52094, 3062, 'tp_event_qty', '110');
INSERT INTO `wpor_postmeta` VALUES (52095, 3062, 'tp_event_price', '0');
INSERT INTO `wpor_postmeta` VALUES (52096, 3063, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52097, 3063, '_thumbnail_id', '7584');
INSERT INTO `wpor_postmeta` VALUES (52098, 3063, '_wp_old_slug', 'auto-draft');
INSERT INTO `wpor_postmeta` VALUES (52099, 3063, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (52100, 3063, '_wpnonce', 'e5af3c8628');
INSERT INTO `wpor_postmeta` VALUES (52101, 3063, '_wp_http_referer', '/wp-
admin/post.php?post=3063&action=edit');
INSERT INTO `wpor_postmeta` VALUES (52102, 3063, 'user_ID', '12');
INSERT INTO `wpor_postmeta` VALUES (52103, 3063, 'action', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (52104, 3063, 'originalaction', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (52105, 3063, 'post_author', '1');
INSERT INTO `wpor_postmeta` VALUES (52106, 3063, 'post_type', 'tp_event');
INSERT INTO `wpor_postmeta` VALUES (52107, 3063, 'original_post_status', 'tp-event-
expired');
INSERT INTO `wpor_postmeta` VALUES (52108, 3063, 'referredby',
'http://thim.staging.wpengine.com/educationwp-2/wp-admin/edit.php?
post_type=tp_event');
INSERT INTO `wpor_postmeta` VALUES (52109, 3063, '_wp_original_http_referer',
'http://thim.staging.wpengine.com/educationwp-2/wp-admin/edit.php?
post_type=tp_event');
INSERT INTO `wpor_postmeta` VALUES (52110, 3063, 'post_ID', '3063');
INSERT INTO `wpor_postmeta` VALUES (52111, 3063, 'meta-box-order-nonce',
'0b00d1d88c');
INSERT INTO `wpor_postmeta` VALUES (52112, 3063, 'closedpostboxesnonce',
'6e24c815f1');
INSERT INTO `wpor_postmeta` VALUES (52113, 3063, 'post_title', 'Summer School
2015');
INSERT INTO `wpor_postmeta` VALUES (52114, 3063, 'samplepermalinknonce',
'179af68155');
INSERT INTO `wpor_postmeta` VALUES (52115, 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. &nbsp; 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.');
INSERT INTO `wpor_postmeta` VALUES (52116, 3063, 'wp-preview', '');
INSERT INTO `wpor_postmeta` VALUES (52117, 3063, 'hidden_post_status', 'tp-event-
expired');
INSERT INTO `wpor_postmeta` VALUES (52118, 3063, 'post_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (52119, 3063, 'hidden_post_password', '');
INSERT INTO `wpor_postmeta` VALUES (52120, 3063, 'hidden_post_visibility',
'public');
INSERT INTO `wpor_postmeta` VALUES (52121, 3063, 'visibility', 'public');
INSERT INTO `wpor_postmeta` VALUES (52122, 3063, 'post_password', '');
INSERT INTO `wpor_postmeta` VALUES (52123, 3063, 'mm', '11');
INSERT INTO `wpor_postmeta` VALUES (52124, 3063, 'jj', '30');
INSERT INTO `wpor_postmeta` VALUES (52125, 3063, 'aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (52126, 3063, 'hh', '09');
INSERT INTO `wpor_postmeta` VALUES (52127, 3063, 'mn', '32');
INSERT INTO `wpor_postmeta` VALUES (52128, 3063, 'ss', '22');
INSERT INTO `wpor_postmeta` VALUES (52129, 3063, 'hidden_mm', '11');
INSERT INTO `wpor_postmeta` VALUES (52130, 3063, 'cur_mm', '04');
INSERT INTO `wpor_postmeta` VALUES (52131, 3063, 'hidden_jj', '30');
INSERT INTO `wpor_postmeta` VALUES (52132, 3063, 'cur_jj', '08');
INSERT INTO `wpor_postmeta` VALUES (52133, 3063, 'hidden_aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (52134, 3063, 'cur_aa', '2016');
INSERT INTO `wpor_postmeta` VALUES (52135, 3063, 'hidden_hh', '09');
INSERT INTO `wpor_postmeta` VALUES (52136, 3063, 'cur_hh', '04');
INSERT INTO `wpor_postmeta` VALUES (52137, 3063, 'hidden_mn', '32');
INSERT INTO `wpor_postmeta` VALUES (52138, 3063, 'cur_mn', '39');
INSERT INTO `wpor_postmeta` VALUES (52139, 3063, 'original_publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (52140, 3063, 'publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (52141, 3063, 'excerpt', 'Morbi accumsan ipsum
velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae
erat conuat');
INSERT INTO `wpor_postmeta` VALUES (52142, 3063, 'advanced_view', '1');
INSERT INTO `wpor_postmeta` VALUES (52143, 3063, 'post_name', 'summer-school-
2015');
INSERT INTO `wpor_postmeta` VALUES (52144, 3063, 'post_author_override', '1');
INSERT INTO `wpor_postmeta` VALUES (52145, 3063, 'tp_event_date_start', '2015-08-
20');
INSERT INTO `wpor_postmeta` VALUES (52146, 3063, 'tp_event_time_start', '08:00');
INSERT INTO `wpor_postmeta` VALUES (52147, 3063, 'tp_event_date_end', '2015-09-
30');
INSERT INTO `wpor_postmeta` VALUES (52148, 3063, 'tp_event_time_end', '17:00');
INSERT INTO `wpor_postmeta` VALUES (52149, 3063, 'tp_event_shortcode',
'[tp_event_countdown events="3063"]');
INSERT INTO `wpor_postmeta` VALUES (52150, 3063, 'post_mime_type', '');
INSERT INTO `wpor_postmeta` VALUES (52151, 3063, 'ID', '3063');
INSERT INTO `wpor_postmeta` VALUES (52152, 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. &nbsp; 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.');
INSERT INTO `wpor_postmeta` VALUES (52153, 3063, 'post_excerpt', 'Morbi accumsan
ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris
itae erat conuat');
INSERT INTO `wpor_postmeta` VALUES (52154, 3063, 'comment_status', 'open');
INSERT INTO `wpor_postmeta` VALUES (52155, 3063, 'ping_status', 'closed');
INSERT INTO `wpor_postmeta` VALUES (52156, 3063, '_lpr_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (52157, 3063, 'tp_event_location', 'İstanbul');
INSERT INTO `wpor_postmeta` VALUES (52158, 3063, 'thim_event_meta_boxes_nonce',
'c97ad48a88');
INSERT INTO `wpor_postmeta` VALUES (52159, 3063, 'thim_event_members', 'a:3:
{i:0;s:4:"2916";i:1;s:4:"2915";i:2;s:4:"2910";}');
INSERT INTO `wpor_postmeta` VALUES (52160, 3063, '_dp_original', '2948');
INSERT INTO `wpor_postmeta` VALUES (52161, 3063, 'data', '');
INSERT INTO `wpor_postmeta` VALUES (52162, 3063, 'interval', '15');
INSERT INTO `wpor_postmeta` VALUES (52163, 3063, '_nonce', '53d6278abe');
INSERT INTO `wpor_postmeta` VALUES (52164, 3063, 'screen_id', 'tp_event');
INSERT INTO `wpor_postmeta` VALUES (52165, 3063, 'has_focus', 'true');
INSERT INTO `wpor_postmeta` VALUES (52166, 3063, 'thimpress_event_metabox',
'1ca6ecfed0');
INSERT INTO `wpor_postmeta` VALUES (52167, 3063, 'thimpress_event_auth_quantity',
'300');
INSERT INTO `wpor_postmeta` VALUES (52168, 3063, 'thimpress_event_auth_cost', '0');
INSERT INTO `wpor_postmeta` VALUES (52169, 3063, 'yoast_wpseo_focuskw_text_input',
'');
INSERT INTO `wpor_postmeta` VALUES (52170, 3063, 'yoast_wpseo_focuskw', '');
INSERT INTO `wpor_postmeta` VALUES (52171, 3063, 'yoast_wpseo_title', '');
INSERT INTO `wpor_postmeta` VALUES (52172, 3063, 'yoast_wpseo_metadesc', '');
INSERT INTO `wpor_postmeta` VALUES (52173, 3063, 'yoast_wpseo_linkdex', '-2216');
INSERT INTO `wpor_postmeta` VALUES (52174, 3063, 'yoast_wpseo_meta-robots-noindex',
'0');
INSERT INTO `wpor_postmeta` VALUES (52175, 3063, 'yoast_wpseo_meta-robots-
nofollow', '0');
INSERT INTO `wpor_postmeta` VALUES (52176, 3063, 'yoast_wpseo_meta-robots-adv',
'a:1:{i:0;s:1:"-";}');
INSERT INTO `wpor_postmeta` VALUES (52177, 3063, 'yoast_wpseo_canonical', '');
INSERT INTO `wpor_postmeta` VALUES (52178, 3063, 'yoast_wpseo_opengraph-title',
'');
INSERT INTO `wpor_postmeta` VALUES (52179, 3063, 'yoast_wpseo_opengraph-
description', '');
INSERT INTO `wpor_postmeta` VALUES (52180, 3063, 'yoast_wpseo_opengraph-image',
'');
INSERT INTO `wpor_postmeta` VALUES (52181, 3063, 'yoast_wpseo_twitter-title', '');
INSERT INTO `wpor_postmeta` VALUES (52182, 3063, 'yoast_wpseo_twitter-description',
'');
INSERT INTO `wpor_postmeta` VALUES (52183, 3063, 'yoast_wpseo_twitter-image', '');
INSERT INTO `wpor_postmeta` VALUES (52184, 3063, 'add_comment_nonce',
'6e75614ddc');
INSERT INTO `wpor_postmeta` VALUES (52185, 3063, '_ajax_fetch_list_nonce',
'465f77af78');
INSERT INTO `wpor_postmeta` VALUES (52186, 3063, 'tp_event_qty', '300');
INSERT INTO `wpor_postmeta` VALUES (52187, 3063, 'tp_event_price', '0');
INSERT INTO `wpor_postmeta` VALUES (55407, 7603, 'panels_data', 'a:3:
{s:7:"widgets";a:7:{i:0;a:13:{s:5:"title";s:13:"Bize
Ulaşın";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:34:"Adres
bilgilerimiz
aşağıdadır.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"c
ustom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"3a8711b2-0616-41c8-8fe1-
97deea75e173";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:4:{s:11:"panels_data";a:3:
{s:7:"widgets";a:2:{i:0;a:16:{s:11:"title_group";a:6:
{s:5:"title";s:7:"Telefon";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_he
ading";s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:20:" +90 (212) 273 00
96";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"color_descr
iption";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:9:"read_more";s:12:"complete_box";s:1
2:"link_to_icon";s:2:"no";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:5:"phone";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#db3f2e";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0
;s:9:"widget_id";s:36:"432dd775-9db9-4a9e-aa8d-fb3e04cb3774";s:5:"style";a:12:
{s:2:"id";s:0:"";s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:10:"mobile_css";s:0:
"";s:7:"padding";s:0:"";s:14:"mobile_padding";s:0:"";s:10:"background";s:0:"";s:27:
"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"tile";s:12:"bo
rder_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}}}i:1;a:16:
{s:11:"title_group";a:6:{s:5:"title";s:7:"E-
posta";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";s:7:"default"
;s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:60:"<a
href="mailto:info@tubifed.org.tr">info@tubifed.org.tr</a>";s:20:"custom_font_size_d
es";i:0;s:18:"custom_font_weight";b:0;s:17:"color_description";b:0;}s:15:"read_more
_group";a:5:
{s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:9:"read_more";s:12:"complete_box";s:1
2:"link_to_icon";s:2:"no";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:8:"envelope";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#dd3333";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:4:"grid";i:0;s:4:"cell";i:1;s:2:"id";i:1
;s:9:"widget_id";s:36:"eac87876-3f0c-4d88-bbf1-85b89344e0f5";s:5:"style";a:12:
{s:2:"id";s:0:"";s:5:"class";s:0:"";s:10:"widget_css";s:0:"";s:10:"mobile_css";s:0:
"";s:7:"padding";s:0:"";s:14:"mobile_padding";s:0:"";s:10:"background";s:0:"";s:27:
"background_image_attachment";s:1:"0";s:18:"background_display";s:4:"tile";s:12:"bo
rder_color";s:0:"";s:10:"font_color";s:0:"";s:10:"link_color";s:0:"";}}}}s:5:"grids
";a:1:{i:0;a:2:{s:5:"cells";i:2;s:5:"style";a:0:{}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:0;s:5:"index";i:1;s:6:"weight";d:0.5;s:5:"style";a:0:
{}}}}s:10:"builder_id";s:13:"59281382a69c1";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:32:"SiteOrigin_Panels_Widgets_Layout";s:3:"raw";b:0;s:4:"grid";i:0;s
:4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"74956034-6723-4a53-9e33-
f9c60af62270";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:2;a:16:{s:11:"title_group";a:6:
{s:5:"title";s:5:"Adres";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_head
ing";s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:92:"Oruçreis Mah. Tekstilkent İş Merkezi B14 Blok No:71
Esenler 34196 - İstanbul /
TÜRKİYE";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"color_
description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:9:"read_more";s:12:"complete_box";s:1
2:"link_to_icon";s:2:"no";s:22:"button_read_more_group";a:6:
{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:12:"font-awesome";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:10:"map-marker";s:9:"icon_size";i:24;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:0;}s:14:"width_icon_box";i:30;s:11:"color_group";a:6:
{s:10:"icon_color";s:7:"#dd3333";s:17:"icon_border_color";b:0;s:13:"icon_bg_color";
b:0;s:16:"icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_co
lor_hover";b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:4:"left";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";s:12:"contact_info";}s:17:"widget_background";s:4:"none";s:10
:"self_video";i:0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"b2a6763d-f9ee-4f4f-9c69-
60dcb5d88bdf";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:3;a:11:
{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:1:"#";s:13:"link_linkedin";s:0:"";s:14:"link_p
interest";s:1:"#";s:9:"link_digg";s:0:"";s:12:"link_youtube";s:0:"";s:11:"link_targ
et";s:5:"_self";s:11:"panels_info";a:7:
{s:5:"class";s:18:"Thim_Social_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;
s:2:"id";i:3;s:9:"widget_id";s:36:"48c8b18e-b997-4a04-a586-
0901a55c4026";s:5:"style";a:2:{s:5:"class";s:15:"thim-border-
top";s:18:"background_display";s:4:"tile";}}}i:4;a:13:{s:5:"title";s:15:"Mesaj
Bırakın";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:52:"Aşağıdaki
formu doldurarak bize
ulaşabilirsiniz.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:
19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2
;s:2:"id";i:4;s:9:"widget_id";s:36:"a4225449-3f55-4fc1-aa86-
2c54b177ac11";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:46:"[contact-form-7 id="4" title="Contact form
1"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"663d2bc9-bfcf-433e-ad5d-
b21b78d47b09";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:9:
{s:5:"title";s:0:"";s:10:"display_by";s:8:"location";s:8:"location";a:2:
{s:3:"lat";s:9:"41.067008";s:3:"lng";s:9:"28.865433";}s:10:"map_center";s:52:"58
Sharrocks Road, Mount Egerton VIC 3352,
Australia";s:7:"api_key";s:39:"AIzaSyAbVPBvXKBj8BIyxyc7jOQv1xzJqL9hysc";s:8:"settin
gs";a:4:
{s:6:"height";s:3:"450";s:4:"zoom";d:14;s:9:"draggable";b:1;s:11:"scroll_zoom";b:0;
}s:7:"markers";a:3:
{s:16:"marker_at_center";b:1;s:11:"marker_icon";i:3683;s:16:"marker_positions";b:0;
}s:12:"widget-class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:22:"Thim_Google_Map_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i
:6;s:9:"widget_id";s:36:"1cf0da6a-3f2e-4acb-9bf5-addd9012f852";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background
_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:3;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";}}i:1;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:11:"row_stretch";s:14:"full-
stretched";}}}s:10:"grid_cells";a:4:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";d:0.4800000000001399813598368382372427
7317523956298828125;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:0;s:5:"index";i:1;s:6:"weight";d:0.0402241299007120023389916241285391
151905059814453125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:0;s:5:"index";i:2;s:6:"weight";d:0.4797758700991400226953942365071270
6148624420166015625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (52381, 2951, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52382, 2951, '_wp_old_slug', 'auto-draft');
INSERT INTO `wpor_postmeta` VALUES (52383, 2951, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (52384, 2951, '_wpnonce', '8ab824ab84');
INSERT INTO `wpor_postmeta` VALUES (52385, 2951, '_wp_http_referer', '/wp-
admin/post.php?post=2951&action=edit');
INSERT INTO `wpor_postmeta` VALUES (52386, 2951, 'user_ID', '12');
INSERT INTO `wpor_postmeta` VALUES (52387, 2951, 'action', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (52388, 2951, 'originalaction', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (52389, 2951, 'post_author', '1');
INSERT INTO `wpor_postmeta` VALUES (52390, 2951, 'post_type', 'tp_event');
INSERT INTO `wpor_postmeta` VALUES (52391, 2951, 'original_post_status', 'tp-event-
expired');
INSERT INTO `wpor_postmeta` VALUES (52392, 2951, 'referredby',
'http://thim.staging.wpengine.com/educationwp-2/wp-admin/edit.php?
post_type=tp_event');
INSERT INTO `wpor_postmeta` VALUES (52393, 2951, '_wp_original_http_referer',
'http://thim.staging.wpengine.com/educationwp-2/wp-admin/edit.php?
post_type=tp_event');
INSERT INTO `wpor_postmeta` VALUES (52394, 2951, 'post_ID', '2951');
INSERT INTO `wpor_postmeta` VALUES (52395, 2951, 'meta-box-order-nonce',
'0b00d1d88c');
INSERT INTO `wpor_postmeta` VALUES (52396, 2951, 'closedpostboxesnonce',
'6e24c815f1');
INSERT INTO `wpor_postmeta` VALUES (52397, 2951, 'post_title', 'Happy New Year
2016');
INSERT INTO `wpor_postmeta` VALUES (52398, 2951, 'samplepermalinknonce',
'179af68155');
INSERT INTO `wpor_postmeta` VALUES (52399, 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. &nbsp; 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.');
INSERT INTO `wpor_postmeta` VALUES (52400, 2951, 'wp-preview', '');
INSERT INTO `wpor_postmeta` VALUES (52401, 2951, 'hidden_post_status', 'tp-event-
expired');
INSERT INTO `wpor_postmeta` VALUES (52402, 2951, 'post_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (52403, 2951, 'hidden_post_password', '');
INSERT INTO `wpor_postmeta` VALUES (52404, 2951, 'hidden_post_visibility',
'public');
INSERT INTO `wpor_postmeta` VALUES (52405, 2951, 'visibility', 'public');
INSERT INTO `wpor_postmeta` VALUES (52406, 2951, 'post_password', '');
INSERT INTO `wpor_postmeta` VALUES (52407, 2951, 'mm', '11');
INSERT INTO `wpor_postmeta` VALUES (52408, 2951, 'jj', '20');
INSERT INTO `wpor_postmeta` VALUES (52409, 2951, 'aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (52410, 2951, 'hh', '10');
INSERT INTO `wpor_postmeta` VALUES (52411, 2951, 'mn', '00');
INSERT INTO `wpor_postmeta` VALUES (52412, 2951, 'ss', '49');
INSERT INTO `wpor_postmeta` VALUES (52413, 2951, 'hidden_mm', '11');
INSERT INTO `wpor_postmeta` VALUES (52414, 2951, 'cur_mm', '04');
INSERT INTO `wpor_postmeta` VALUES (52415, 2951, 'hidden_jj', '20');
INSERT INTO `wpor_postmeta` VALUES (52416, 2951, 'cur_jj', '08');
INSERT INTO `wpor_postmeta` VALUES (52417, 2951, 'hidden_aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (52418, 2951, 'cur_aa', '2016');
INSERT INTO `wpor_postmeta` VALUES (52419, 2951, 'hidden_hh', '10');
INSERT INTO `wpor_postmeta` VALUES (52420, 2951, 'cur_hh', '04');
INSERT INTO `wpor_postmeta` VALUES (52421, 2951, 'hidden_mn', '00');
INSERT INTO `wpor_postmeta` VALUES (52422, 2951, 'cur_mn', '39');
INSERT INTO `wpor_postmeta` VALUES (52423, 2951, 'original_publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (52424, 2951, 'publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (52425, 2951, 'excerpt', 'Morbi accumsan ipsum
velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae
erat conuat');
INSERT INTO `wpor_postmeta` VALUES (52426, 2951, 'advanced_view', '1');
INSERT INTO `wpor_postmeta` VALUES (52427, 2951, 'post_name', 'happy-new-year-
2016');
INSERT INTO `wpor_postmeta` VALUES (52428, 2951, 'post_author_override', '1');
INSERT INTO `wpor_postmeta` VALUES (52429, 2951, 'tp_event_date_start', '2017-11-
30');
INSERT INTO `wpor_postmeta` VALUES (52430, 2951, 'tp_event_time_start', '08:00');
INSERT INTO `wpor_postmeta` VALUES (52431, 2951, 'tp_event_date_end', '2017-12-
02');
INSERT INTO `wpor_postmeta` VALUES (52432, 2951, 'tp_event_time_end', '17:00');
INSERT INTO `wpor_postmeta` VALUES (52433, 2951, 'tp_event_shortcode',
'[tp_event_countdown events="2951"]');
INSERT INTO `wpor_postmeta` VALUES (52434, 2951, 'post_mime_type', '');
INSERT INTO `wpor_postmeta` VALUES (52435, 2951, 'ID', '2951');
INSERT INTO `wpor_postmeta` VALUES (52436, 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. &nbsp; 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.');
INSERT INTO `wpor_postmeta` VALUES (52437, 2951, 'post_excerpt', 'Morbi accumsan
ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris
itae erat conuat');
INSERT INTO `wpor_postmeta` VALUES (52438, 2951, 'comment_status', 'open');
INSERT INTO `wpor_postmeta` VALUES (52439, 2951, 'ping_status', 'closed');
INSERT INTO `wpor_postmeta` VALUES (52440, 2951, '_dp_original', '2948');
INSERT INTO `wpor_postmeta` VALUES (52441, 2951, '_wp_old_slug', 'bsu-aviation-
open-house-2');
INSERT INTO `wpor_postmeta` VALUES (52442, 2951, '_lpr_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (52443, 2951, 'tp_event_location', 'Bursa');
INSERT INTO `wpor_postmeta` VALUES (52444, 2951, 'thim_event_meta_boxes_nonce',
'c97ad48a88');
INSERT INTO `wpor_postmeta` VALUES (52445, 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";}');
INSERT INTO `wpor_postmeta` VALUES (52446, 2951, '_thumbnail_id', '7596');
INSERT INTO `wpor_postmeta` VALUES (52447, 2951, '_wp_old_slug', 'elegant-light-
box-paper-cut-dioramas');
INSERT INTO `wpor_postmeta` VALUES (52448, 2951, 'add_comment_nonce',
'6e75614ddc');
INSERT INTO `wpor_postmeta` VALUES (52449, 2951, '_ajax_fetch_list_nonce',
'465f77af78');
INSERT INTO `wpor_postmeta` VALUES (52450, 2951, '_wp_old_slug', 'happy-new-year-
2016-2');
INSERT INTO `wpor_postmeta` VALUES (52451, 2951, '_wp_old_slug', 'test-happy-new-
year-2016');
INSERT INTO `wpor_postmeta` VALUES (52452, 2951, 'thimpress_event_metabox',
'981e57fd81');
INSERT INTO `wpor_postmeta` VALUES (52453, 2951, 'thimpress_event_auth_quantity',
'1000');
INSERT INTO `wpor_postmeta` VALUES (52454, 2951, 'thimpress_event_auth_cost', '0');
INSERT INTO `wpor_postmeta` VALUES (52455, 2951, 'yoast_wpseo_focuskw_text_input',
'');
INSERT INTO `wpor_postmeta` VALUES (52456, 2951, 'yoast_wpseo_focuskw', '');
INSERT INTO `wpor_postmeta` VALUES (52457, 2951, 'yoast_wpseo_title', '');
INSERT INTO `wpor_postmeta` VALUES (52458, 2951, 'yoast_wpseo_metadesc', '');
INSERT INTO `wpor_postmeta` VALUES (52459, 2951, 'yoast_wpseo_linkdex', '-2216');
INSERT INTO `wpor_postmeta` VALUES (52460, 2951, 'yoast_wpseo_meta-robots-noindex',
'0');
INSERT INTO `wpor_postmeta` VALUES (52461, 2951, 'yoast_wpseo_meta-robots-
nofollow', '0');
INSERT INTO `wpor_postmeta` VALUES (52462, 2951, 'yoast_wpseo_meta-robots-adv',
'a:1:{i:0;s:1:"-";}');
INSERT INTO `wpor_postmeta` VALUES (52463, 2951, 'yoast_wpseo_canonical', '');
INSERT INTO `wpor_postmeta` VALUES (52464, 2951, 'yoast_wpseo_opengraph-title',
'');
INSERT INTO `wpor_postmeta` VALUES (52465, 2951, 'yoast_wpseo_opengraph-
description', '');
INSERT INTO `wpor_postmeta` VALUES (52466, 2951, 'yoast_wpseo_opengraph-image',
'');
INSERT INTO `wpor_postmeta` VALUES (52467, 2951, 'yoast_wpseo_twitter-title', '');
INSERT INTO `wpor_postmeta` VALUES (52468, 2951, 'yoast_wpseo_twitter-description',
'');
INSERT INTO `wpor_postmeta` VALUES (52469, 2951, 'yoast_wpseo_twitter-image', '');
INSERT INTO `wpor_postmeta` VALUES (52470, 2951, '_wp_old_slug', 'happy-new-year-
2016');
INSERT INTO `wpor_postmeta` VALUES (52471, 2951, '_yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (52472, 2951, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (52473, 2951,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (52474, 2951, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (52475, 2951, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (52476, 2951, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (52477, 2951, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (52478, 2951, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (52479, 2951, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (52480, 2951, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (52481, 2951, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (52482, 2951, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (52483, 2951, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (52484, 2951, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (52485, 2951, '_wp_old_slug', 'happy-new-year-
2017');
INSERT INTO `wpor_postmeta` VALUES (52486, 2951, 'tp_event_qty', '1000');
INSERT INTO `wpor_postmeta` VALUES (52487, 2951, 'tp_event_price', '0');
INSERT INTO `wpor_postmeta` VALUES (52488, 2951, 'tp_event_note', '');
INSERT INTO `wpor_postmeta` VALUES (52489, 2951,
'_yoast_wpseo_primary_tp_event_category', '');
INSERT INTO `wpor_postmeta` VALUES (52490, 2953, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52491, 2953, '_wp_old_slug', 'auto-draft');
INSERT INTO `wpor_postmeta` VALUES (52492, 2953, 'slide_template', '');
INSERT INTO `wpor_postmeta` VALUES (52493, 2953, '_wpnonce', '4e579b7407');
INSERT INTO `wpor_postmeta` VALUES (52494, 2953, '_wp_http_referer', '/demo-
university/wp-admin/post.php?post=2953&action=edit');
INSERT INTO `wpor_postmeta` VALUES (52495, 2953, 'user_ID', '12');
INSERT INTO `wpor_postmeta` VALUES (52496, 2953, 'action', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (52497, 2953, 'originalaction', 'editpost');
INSERT INTO `wpor_postmeta` VALUES (52498, 2953, 'post_author', '1');
INSERT INTO `wpor_postmeta` VALUES (52499, 2953, 'post_type', 'tp_event');
INSERT INTO `wpor_postmeta` VALUES (52500, 2953, 'original_post_status', 'tp-event-
happenning');
INSERT INTO `wpor_postmeta` VALUES (52501, 2953, 'referredby',
'http://thim.staging.wpengine.com/demo-university/events/build-education-
website/');
INSERT INTO `wpor_postmeta` VALUES (52502, 2953, '_wp_original_http_referer',
'http://thim.staging.wpengine.com/demo-university/events/build-education-
website/');
INSERT INTO `wpor_postmeta` VALUES (52503, 2953, 'post_ID', '2953');
INSERT INTO `wpor_postmeta` VALUES (52504, 2953, 'meta-box-order-nonce',
'320c268db8');
INSERT INTO `wpor_postmeta` VALUES (52505, 2953, 'closedpostboxesnonce',
'8b7333db55');
INSERT INTO `wpor_postmeta` VALUES (52506, 2953, 'post_title', 'Build Education
Website');
INSERT INTO `wpor_postmeta` VALUES (52507, 2953, 'samplepermalinknonce',
'1a2379e08d');
INSERT INTO `wpor_postmeta` VALUES (52508, 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.');
INSERT INTO `wpor_postmeta` VALUES (52509, 2953, 'wp-preview', '');
INSERT INTO `wpor_postmeta` VALUES (52510, 2953, 'hidden_post_status', 'tp-event-
happenning');
INSERT INTO `wpor_postmeta` VALUES (52511, 2953, 'post_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (52512, 2953, 'hidden_post_password', '');
INSERT INTO `wpor_postmeta` VALUES (52513, 2953, 'hidden_post_visibility',
'public');
INSERT INTO `wpor_postmeta` VALUES (52514, 2953, 'visibility', 'public');
INSERT INTO `wpor_postmeta` VALUES (52515, 2953, 'post_password', '');
INSERT INTO `wpor_postmeta` VALUES (52516, 2953, 'mm', '11');
INSERT INTO `wpor_postmeta` VALUES (52517, 2953, 'jj', '20');
INSERT INTO `wpor_postmeta` VALUES (52518, 2953, 'aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (52519, 2953, 'hh', '10');
INSERT INTO `wpor_postmeta` VALUES (52520, 2953, 'mn', '12');
INSERT INTO `wpor_postmeta` VALUES (52521, 2953, 'ss', '47');
INSERT INTO `wpor_postmeta` VALUES (52522, 2953, 'hidden_mm', '11');
INSERT INTO `wpor_postmeta` VALUES (52523, 2953, 'cur_mm', '07');
INSERT INTO `wpor_postmeta` VALUES (52524, 2953, 'hidden_jj', '20');
INSERT INTO `wpor_postmeta` VALUES (52525, 2953, 'cur_jj', '08');
INSERT INTO `wpor_postmeta` VALUES (52526, 2953, 'hidden_aa', '2015');
INSERT INTO `wpor_postmeta` VALUES (52527, 2953, 'cur_aa', '2016');
INSERT INTO `wpor_postmeta` VALUES (52528, 2953, 'hidden_hh', '10');
INSERT INTO `wpor_postmeta` VALUES (52529, 2953, 'cur_hh', '10');
INSERT INTO `wpor_postmeta` VALUES (52530, 2953, 'hidden_mn', '12');
INSERT INTO `wpor_postmeta` VALUES (52531, 2953, 'cur_mn', '54');
INSERT INTO `wpor_postmeta` VALUES (52532, 2953, 'original_publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (52533, 2953, 'publish', 'Publish');
INSERT INTO `wpor_postmeta` VALUES (52534, 2953, 'excerpt', 'Tech you how to build
a complete Learning Management System with WordPress and LearnPress.');
INSERT INTO `wpor_postmeta` VALUES (52535, 2953, 'advanced_view', '1');
INSERT INTO `wpor_postmeta` VALUES (52536, 2953, 'post_name', 'build-education-
website');
INSERT INTO `wpor_postmeta` VALUES (52537, 2953, 'post_author_override', '1');
INSERT INTO `wpor_postmeta` VALUES (52538, 2953, 'tp_event_date_start', '2017-09-
14');
INSERT INTO `wpor_postmeta` VALUES (52539, 2953, 'tp_event_time_start', '08:00');
INSERT INTO `wpor_postmeta` VALUES (52540, 2953, 'tp_event_date_end', '2017-09-
17');
INSERT INTO `wpor_postmeta` VALUES (52541, 2953, 'tp_event_time_end', '17:00');
INSERT INTO `wpor_postmeta` VALUES (52542, 2953, 'tp_event_shortcode',
'[tp_event_countdown events="2953"]');
INSERT INTO `wpor_postmeta` VALUES (52543, 2953, 'post_mime_type', '');
INSERT INTO `wpor_postmeta` VALUES (52544, 2953, 'ID', '2953');
INSERT INTO `wpor_postmeta` VALUES (52545, 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.');
INSERT INTO `wpor_postmeta` VALUES (52546, 2953, 'post_excerpt', 'Tech you how to
build a complete Learning Management System with WordPress and LearnPress.');
INSERT INTO `wpor_postmeta` VALUES (52547, 2953, 'comment_status', 'open');
INSERT INTO `wpor_postmeta` VALUES (52548, 2953, 'ping_status', 'closed');
INSERT INTO `wpor_postmeta` VALUES (52549, 2953, '_dp_original', '2948');
INSERT INTO `wpor_postmeta` VALUES (52550, 2953, '_lpr_duration', '10');
INSERT INTO `wpor_postmeta` VALUES (52551, 2953, 'tp_event_location', 'İstanbul');
INSERT INTO `wpor_postmeta` VALUES (52552, 2953, 'thim_event_meta_boxes_nonce',
'67cea322f0');
INSERT INTO `wpor_postmeta` VALUES (52553, 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";}');
INSERT INTO `wpor_postmeta` VALUES (52554, 2953, 'add_comment_nonce',
'bacf5f5204');
INSERT INTO `wpor_postmeta` VALUES (52555, 2953, '_ajax_fetch_list_nonce',
'310c2fc23b');
INSERT INTO `wpor_postmeta` VALUES (52556, 2953, '_wp_old_slug', 'test');
INSERT INTO `wpor_postmeta` VALUES (52557, 2953, '_wp_old_slug', 'bsu-aviation-
open-house');
INSERT INTO `wpor_postmeta` VALUES (52558, 2953, '_wp_old_slug', 'bsu-aviation-
open-house-2');
INSERT INTO `wpor_postmeta` VALUES (52559, 2953, '_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (52560, 2953, '_inline_edit', '1e3cc26151');
INSERT INTO `wpor_postmeta` VALUES (52561, 2953, 'post_view', 'list');
INSERT INTO `wpor_postmeta` VALUES (52562, 2953, 'screen', 'edit-tp_event');
INSERT INTO `wpor_postmeta` VALUES (52563, 2953, 'edit_date', 'true');
INSERT INTO `wpor_postmeta` VALUES (52564, 2953, 'post_date', '2015-11-20
10:12:47');
INSERT INTO `wpor_postmeta` VALUES (52565, 2953, 'post_date_gmt', '2015-11-20
10:12:47');
INSERT INTO `wpor_postmeta` VALUES (52566, 2953, '_thumbnail_id', '7591');
INSERT INTO `wpor_postmeta` VALUES (52567, 2953, 'yoast_wpseo_focuskw_text_input',
'');
INSERT INTO `wpor_postmeta` VALUES (52568, 2953, 'yoast_wpseo_focuskw', '');
INSERT INTO `wpor_postmeta` VALUES (52569, 2953, 'yoast_wpseo_title', '');
INSERT INTO `wpor_postmeta` VALUES (52570, 2953, 'yoast_wpseo_metadesc', '');
INSERT INTO `wpor_postmeta` VALUES (52571, 2953, 'yoast_wpseo_linkdex', '-1830');
INSERT INTO `wpor_postmeta` VALUES (52572, 2953, 'yoast_wpseo_meta-robots-noindex',
'0');
INSERT INTO `wpor_postmeta` VALUES (52573, 2953, 'yoast_wpseo_meta-robots-
nofollow', '0');
INSERT INTO `wpor_postmeta` VALUES (52574, 2953, 'yoast_wpseo_meta-robots-adv',
'a:1:{i:0;s:1:"-";}');
INSERT INTO `wpor_postmeta` VALUES (52575, 2953, 'yoast_wpseo_canonical', '');
INSERT INTO `wpor_postmeta` VALUES (52576, 2953, 'yoast_wpseo_opengraph-title',
'');
INSERT INTO `wpor_postmeta` VALUES (52577, 2953, 'yoast_wpseo_opengraph-
description', '');
INSERT INTO `wpor_postmeta` VALUES (52578, 2953, 'yoast_wpseo_opengraph-image',
'');
INSERT INTO `wpor_postmeta` VALUES (52579, 2953, 'yoast_wpseo_twitter-title', '');
INSERT INTO `wpor_postmeta` VALUES (52580, 2953, 'yoast_wpseo_twitter-description',
'');
INSERT INTO `wpor_postmeta` VALUES (52581, 2953, 'yoast_wpseo_twitter-image', '');
INSERT INTO `wpor_postmeta` VALUES (52582, 2953, 'thimpress_event_metabox',
'9f881ee60c');
INSERT INTO `wpor_postmeta` VALUES (52583, 2953, 'thimpress_event_auth_quantity',
'100');
INSERT INTO `wpor_postmeta` VALUES (52584, 2953, 'thimpress_event_auth_cost',
'20');
INSERT INTO `wpor_postmeta` VALUES (52585, 2953, '_wp_old_slug', 'bsu-aviation-
open-house-23');
INSERT INTO `wpor_postmeta` VALUES (52586, 2953, '_wp_old_slug', 'build-education-
website-using-wordpress');
INSERT INTO `wpor_postmeta` VALUES (52587, 2953, 'yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (52588, 2953, '_yoast_wpseo_content_score',
'60');
INSERT INTO `wpor_postmeta` VALUES (52589, 2953, 'thim_mtb_using_custom_heading',
'0');
INSERT INTO `wpor_postmeta` VALUES (52590, 2953,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (52591, 2953, 'thim_mtb_custom_title', '');
INSERT INTO `wpor_postmeta` VALUES (52592, 2953, 'thim_subtitle', '');
INSERT INTO `wpor_postmeta` VALUES (52593, 2953, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (52594, 2953, 'thim_custom_heading_bg', '');
INSERT INTO `wpor_postmeta` VALUES (52595, 2953, 'thim_mtb_top_image', '');
INSERT INTO `wpor_postmeta` VALUES (52596, 2953, 'thim_mtb_bg_color', '');
INSERT INTO `wpor_postmeta` VALUES (52597, 2953, 'thim_mtb_text_color', '');
INSERT INTO `wpor_postmeta` VALUES (52598, 2953, 'thim_mtb_color_sub_title', '');
INSERT INTO `wpor_postmeta` VALUES (52599, 2953, 'thim_mtb_custom_layout', '0');
INSERT INTO `wpor_postmeta` VALUES (52600, 2953, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (52601, 2953, 'thim_mtb_no_padding', '0');
INSERT INTO `wpor_postmeta` VALUES (52602, 2953, 'tp_event_qty', '100');
INSERT INTO `wpor_postmeta` VALUES (52603, 2953, 'tp_event_price', '20');
INSERT INTO `wpor_postmeta` VALUES (52604, 7175, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52605, 7175, '_form', '<p>[text* your-name
placeholder "İsim *"] </p>\n<p>[email* your-email placeholder "E-Posta *"]
</p>\n<p>[text* your-subject placeholder "Konu *"] </p>\n<p>[textarea* your-message
placeholder "Mesaj *"] </p>\n<p>[submit "Gönder"]</p>');
INSERT INTO `wpor_postmeta` VALUES (52606, 7175, '_mail', 'a:9:
{s:6:"active";b:1;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:45:"[your-
name] <admin@thim.staging.wpengine.com>";s:9:"recipient";s:23:"do-not-
reply@foobla.com";s:4:"body";s:182:"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 EducationWP
(http://thim.staging.wpengine.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;}');
INSERT INTO `wpor_postmeta` VALUES (52607, 7175, '_mail_2', 'a:9:
{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:39:"Educo
<admin@thim.staging.wpengine.com>";s:9:"recipient";s:12:"[your-
email]";s:4:"body";s:124:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent
from a contact form on EducationWP
(http://thim.staging.wpengine.com/)";s:18:"additional_headers";s:41:"Reply-To:
admin@thim.staging.wpengine.com";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:
"exclude_blank";b:0;}');
INSERT INTO `wpor_postmeta` VALUES (52608, 7175, '_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.";}');
INSERT INTO `wpor_postmeta` VALUES (52609, 7175, '_additional_settings', '');
INSERT INTO `wpor_postmeta` VALUES (52610, 7175, '_locale', 'en_US');
INSERT INTO `wpor_postmeta` VALUES (52611, 85, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52612, 85, '_form', '<p>[text* your-name
placeholder "İsminiz *"] </p>\n<p>[email* your-email placeholder "E-posta *"]
</p>\n<p>[tel* phone placeholder "Telefon *"]</p>\n<p>[submit "İLEİŞİME
GEÇ"]</p>');
INSERT INTO `wpor_postmeta` VALUES (52613, 85, '_mail', 'a:9:
{s:6:"active";b:1;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:33:"[your-
name]
<info@tubifed.org.tr>";s:9:"recipient";s:20:"info@erkandursun.com";s:4:"body";s:90:
"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-
message]\n\n--";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;}');
INSERT INTO `wpor_postmeta` VALUES (55457, 7620, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (52614, 85, '_mail_2', 'a:9:
{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:39:"Educo
<admin@thim.staging.wpengine.com>";s:9:"recipient";s:12:"[your-
email]";s:4:"body";s:124:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent
from a contact form on EducationWP
(http://thim.staging.wpengine.com/)";s:18:"additional_headers";s:41:"Reply-To:
admin@thim.staging.wpengine.com";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:
"exclude_blank";b:0;}');
INSERT INTO `wpor_postmeta` VALUES (52615, 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: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.";}');
INSERT INTO `wpor_postmeta` VALUES (52616, 85, '_additional_settings', '');
INSERT INTO `wpor_postmeta` VALUES (52617, 85, '_locale', 'en_US');
INSERT INTO `wpor_postmeta` VALUES (52645, 7177, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (52646, 7177, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (52647, 7177, '_menu_item_object_id', '5428');
INSERT INTO `wpor_postmeta` VALUES (52648, 7177, '_menu_item_object', 'lp_course');
INSERT INTO `wpor_postmeta` VALUES (52649, 7177, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (52650, 7177, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (52651, 7177, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (52652, 7177, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (52653, 7177, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52654, 7177, '_menu-item-tp-megamenu', '');
INSERT INTO `wpor_postmeta` VALUES (52655, 7177, '_menu-item-tp-item-style', '');
INSERT INTO `wpor_postmeta` VALUES (52656, 7177, '_menu-item-tp-menu-icon', '');
INSERT INTO `wpor_postmeta` VALUES (52657, 7177, '_menu-item-tp-bg-color', '');
INSERT INTO `wpor_postmeta` VALUES (52658, 7177, '_menu-item-tp-bg-image', '');
INSERT INTO `wpor_postmeta` VALUES (52659, 7177, '_menu-item-tp-hide-text', '');
INSERT INTO `wpor_postmeta` VALUES (52660, 7177, '_menu-item-tp-disable-link', '');
INSERT INTO `wpor_postmeta` VALUES (52661, 7177, '_menu-item-tp-full-width-
dropdown', '');
INSERT INTO `wpor_postmeta` VALUES (52662, 7177, '_menu-item-tp-submenu-columns',
'1');
INSERT INTO `wpor_postmeta` VALUES (52663, 7177, '_menu-item-tp-side-dropdown-
elements', 'drop_to_right');
INSERT INTO `wpor_postmeta` VALUES (52664, 7177, '_menu-item-tp-submenu-type',
'standard');
INSERT INTO `wpor_postmeta` VALUES (52665, 7177, '_menu-item-tp-widget-area', '');
INSERT INTO `wpor_postmeta` VALUES (52666, 7177, '_menu-item-tp-bg-image-repeat',
'repeat');
INSERT INTO `wpor_postmeta` VALUES (52667, 7177, '_menu-item-tp-bg-image-
attachment', 'scroll');
INSERT INTO `wpor_postmeta` VALUES (52668, 7177, '_menu-item-tp-bg-image-position',
'center');
INSERT INTO `wpor_postmeta` VALUES (52669, 7177, '_menu-item-tp-bg-image-size',
'auto');
INSERT INTO `wpor_postmeta` VALUES (52670, 7178, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (52671, 7178, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (52672, 7178, '_menu_item_object_id', '5407');
INSERT INTO `wpor_postmeta` VALUES (52673, 7178, '_menu_item_object', 'lp_course');
INSERT INTO `wpor_postmeta` VALUES (52674, 7178, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (52675, 7178, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (52676, 7178, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (52677, 7178, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (52678, 7178, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52679, 7178, '_menu-item-tp-megamenu', '');
INSERT INTO `wpor_postmeta` VALUES (52680, 7178, '_menu-item-tp-item-style', '');
INSERT INTO `wpor_postmeta` VALUES (52681, 7178, '_menu-item-tp-menu-icon', '');
INSERT INTO `wpor_postmeta` VALUES (52682, 7178, '_menu-item-tp-bg-color', '');
INSERT INTO `wpor_postmeta` VALUES (52683, 7178, '_menu-item-tp-bg-image', '');
INSERT INTO `wpor_postmeta` VALUES (52684, 7178, '_menu-item-tp-hide-text', '');
INSERT INTO `wpor_postmeta` VALUES (52685, 7178, '_menu-item-tp-disable-link', '');
INSERT INTO `wpor_postmeta` VALUES (52686, 7178, '_menu-item-tp-full-width-
dropdown', '');
INSERT INTO `wpor_postmeta` VALUES (52687, 7178, '_menu-item-tp-submenu-columns',
'1');
INSERT INTO `wpor_postmeta` VALUES (52688, 7178, '_menu-item-tp-side-dropdown-
elements', 'drop_to_right');
INSERT INTO `wpor_postmeta` VALUES (52689, 7178, '_menu-item-tp-submenu-type',
'standard');
INSERT INTO `wpor_postmeta` VALUES (52690, 7178, '_menu-item-tp-widget-area', '');
INSERT INTO `wpor_postmeta` VALUES (52691, 7178, '_menu-item-tp-bg-image-repeat',
'repeat');
INSERT INTO `wpor_postmeta` VALUES (52692, 7178, '_menu-item-tp-bg-image-
attachment', 'scroll');
INSERT INTO `wpor_postmeta` VALUES (52693, 7178, '_menu-item-tp-bg-image-position',
'center');
INSERT INTO `wpor_postmeta` VALUES (52694, 7178, '_menu-item-tp-bg-image-size',
'auto');
INSERT INTO `wpor_postmeta` VALUES (52695, 7179, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (52696, 7179, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (52697, 7179, '_menu_item_object_id', '5299');
INSERT INTO `wpor_postmeta` VALUES (52698, 7179, '_menu_item_object', 'lp_course');
INSERT INTO `wpor_postmeta` VALUES (52699, 7179, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (52700, 7179, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (52701, 7179, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (52702, 7179, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (52703, 7179, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52704, 7179, '_menu-item-tp-megamenu', '');
INSERT INTO `wpor_postmeta` VALUES (52705, 7179, '_menu-item-tp-item-style', '');
INSERT INTO `wpor_postmeta` VALUES (52706, 7179, '_menu-item-tp-menu-icon', '');
INSERT INTO `wpor_postmeta` VALUES (52707, 7179, '_menu-item-tp-bg-color', '');
INSERT INTO `wpor_postmeta` VALUES (52708, 7179, '_menu-item-tp-bg-image', '');
INSERT INTO `wpor_postmeta` VALUES (52709, 7179, '_menu-item-tp-hide-text', '');
INSERT INTO `wpor_postmeta` VALUES (52710, 7179, '_menu-item-tp-disable-link', '');
INSERT INTO `wpor_postmeta` VALUES (52711, 7179, '_menu-item-tp-full-width-
dropdown', '');
INSERT INTO `wpor_postmeta` VALUES (52712, 7179, '_menu-item-tp-submenu-columns',
'1');
INSERT INTO `wpor_postmeta` VALUES (52713, 7179, '_menu-item-tp-side-dropdown-
elements', 'drop_to_right');
INSERT INTO `wpor_postmeta` VALUES (52714, 7179, '_menu-item-tp-submenu-type',
'standard');
INSERT INTO `wpor_postmeta` VALUES (52715, 7179, '_menu-item-tp-widget-area', '');
INSERT INTO `wpor_postmeta` VALUES (52716, 7179, '_menu-item-tp-bg-image-repeat',
'repeat');
INSERT INTO `wpor_postmeta` VALUES (52717, 7179, '_menu-item-tp-bg-image-
attachment', 'scroll');
INSERT INTO `wpor_postmeta` VALUES (52718, 7179, '_menu-item-tp-bg-image-position',
'center');
INSERT INTO `wpor_postmeta` VALUES (52719, 7179, '_menu-item-tp-bg-image-size',
'auto');
INSERT INTO `wpor_postmeta` VALUES (52720, 7180, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (52721, 7180, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (52722, 7180, '_menu_item_object_id', '5227');
INSERT INTO `wpor_postmeta` VALUES (52723, 7180, '_menu_item_object', 'lp_course');
INSERT INTO `wpor_postmeta` VALUES (52724, 7180, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (52725, 7180, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (52726, 7180, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (52727, 7180, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (52728, 7180, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52729, 7180, '_menu-item-tp-megamenu', '');
INSERT INTO `wpor_postmeta` VALUES (52730, 7180, '_menu-item-tp-item-style', '');
INSERT INTO `wpor_postmeta` VALUES (52731, 7180, '_menu-item-tp-menu-icon', '');
INSERT INTO `wpor_postmeta` VALUES (52732, 7180, '_menu-item-tp-bg-color', '');
INSERT INTO `wpor_postmeta` VALUES (52733, 7180, '_menu-item-tp-bg-image', '');
INSERT INTO `wpor_postmeta` VALUES (52734, 7180, '_menu-item-tp-hide-text', '');
INSERT INTO `wpor_postmeta` VALUES (52735, 7180, '_menu-item-tp-disable-link', '');
INSERT INTO `wpor_postmeta` VALUES (52736, 7180, '_menu-item-tp-full-width-
dropdown', '');
INSERT INTO `wpor_postmeta` VALUES (52737, 7180, '_menu-item-tp-submenu-columns',
'1');
INSERT INTO `wpor_postmeta` VALUES (52738, 7180, '_menu-item-tp-side-dropdown-
elements', 'drop_to_right');
INSERT INTO `wpor_postmeta` VALUES (52739, 7180, '_menu-item-tp-submenu-type',
'standard');
INSERT INTO `wpor_postmeta` VALUES (52740, 7180, '_menu-item-tp-widget-area', '');
INSERT INTO `wpor_postmeta` VALUES (52741, 7180, '_menu-item-tp-bg-image-repeat',
'repeat');
INSERT INTO `wpor_postmeta` VALUES (52742, 7180, '_menu-item-tp-bg-image-
attachment', 'scroll');
INSERT INTO `wpor_postmeta` VALUES (52743, 7180, '_menu-item-tp-bg-image-position',
'center');
INSERT INTO `wpor_postmeta` VALUES (52744, 7180, '_menu-item-tp-bg-image-size',
'auto');
INSERT INTO `wpor_postmeta` VALUES (54684, 7429, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (54683, 7429, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (54682, 7429, '_menu_item_object', 'custom');
INSERT INTO `wpor_postmeta` VALUES (54681, 7429, '_menu_item_object_id', '7429');
INSERT INTO `wpor_postmeta` VALUES (54680, 7429, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (54679, 7429, '_menu_item_type', 'custom');
INSERT INTO `wpor_postmeta` VALUES (54677, 7428, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (54676, 7428, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (54675, 7428, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (54674, 7428, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (54673, 7428, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (54672, 7428, '_menu_item_object_id', '87');
INSERT INTO `wpor_postmeta` VALUES (54671, 7428, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (54670, 7428, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (54667, 7427, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (54668, 7427, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (54666, 7427, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (54665, 7427, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (54664, 7427, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (54663, 7427, '_menu_item_object_id', '125');
INSERT INTO `wpor_postmeta` VALUES (54662, 7427, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (54661, 7427, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (54404, 7382, '_edit_last', '1');
INSERT INTO `wpor_postmeta` VALUES (54398, 87, '_edit_lock', '1497023986:1');
INSERT INTO `wpor_postmeta` VALUES (54399, 87, '_edit_last', '1');
INSERT INTO `wpor_postmeta` VALUES (52792, 7184, '_wp_attached_file',
'2015/10/favicon.png');
INSERT INTO `wpor_postmeta` VALUES (52793, 7184, '_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:"size
s";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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52794, 7184, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52795, 7184, '_wp_attached_file',
'2015/10/favicon.png');
INSERT INTO `wpor_postmeta` VALUES (52796, 7184, '_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:"size
s";a:0:{}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52797, 7184, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:29.530201342281880982909569866023957729339599609375;s:5:"bytes";i:
440;s:11:"size_before";i:1050;s:10:"size_after";i:1050;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:1:{s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:29.530000000000001136868377216160297393798828125;s:5:"bytes";i:440
;s:11:"size_before";i:1050;s:10:"size_after";i:1050;s:4:"time";d:0.0100000000000000
0020816681711721685132943093776702880859375;}}}');
INSERT INTO `wpor_postmeta` VALUES (52798, 36, '_wp_attached_file', '2015/10/top-
slider.jpg');
INSERT INTO `wpor_postmeta` VALUES (52799, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"top-slider-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"top-slider-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"top-slider-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52800, 36, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52801, 36, '_wp_attached_file', '2015/10/top-
slider.jpg');
INSERT INTO `wpor_postmeta` VALUES (52802, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"top-slider-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"top-slider-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"top-slider-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:22:"top-
slider-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52803, 36, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:8.9858459017984717576155162532813847064971923828125;s:5:"bytes";i:
75910;s:11:"size_before";i:844773;s:10:"size_after";i:796062;s:4:"time";d:0.9400000
0000000005773159728050814010202884674072265625;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:14:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:54.46000000000000085265128291212022304534912109375;s:5:"bytes";i:6
294;s:11:"size_before";i:11558;s:10:"size_after";i:8411;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:30.8599999999999994315658113919198513031005859375;s:5:"bytes";i:67
08;s:11:"size_before";i:21738;s:10:"size_after";i:18384;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:9.1400000000000005684341886080801486968994140625;s:5:"bytes";i:738
2;s:11:"size_before";i:80716;s:10:"size_after";i:77025;s:4:"time";d:0.1100000000000
0000055511151231257827021181583404541015625;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:5.480000000000000426325641456060111522674560546875;s:5:"bytes";i:6
744;s:11:"size_before";i:123277;s:10:"size_after";i:119905;s:4:"time";d:0.149999999
9999999944488848768742172978818416595458984375;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:44.0799999999999982946974341757595539093017578125;s:5:"bytes";i:64
00;s:11:"size_before";i:14518;s:10:"size_after";i:11318;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:24.379999999999999005240169935859739780426025390625;s:5:"bytes";i:
6798;s:11:"size_before";i:27888;s:10:"size_after";i:24489;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass":
5:
{s:7:"percent";d:9.82000000000000028421709430404007434844970703125;s:5:"bytes";i:73
56;s:11:"size_before";i:74976;s:10:"size_after";i:71298;s:4:"time";d:0.040000000000
000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:34.46000000000000085265128291212022304534912109375;s:5:"bytes";i:6
716;s:11:"size_before";i:19487;s:10:"size_after";i:16129;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"thumbnail@2x";O:8:"stdClass"
:5:
{s:7:"percent";d:12.1899999999999995026200849679298698902130126953125;s:5:"bytes";i
:3399;s:11:"size_before";i:27888;s:10:"size_after";i:24489;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:9:"medium@2x";O:8:"stdClass":5
:
{s:7:"percent";d:6.4000000000000003552713678800500929355621337890625;s:5:"bytes";i:
3602;s:11:"size_before";i:56270;s:10:"size_after";i:52668;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:15:"medium_large@2x";O:8:"stdClass
":5:
{s:7:"percent";d:1.6699999999999999289457264239899814128875732421875;s:5:"bytes";i:
3769;s:11:"size_before";i:225121;s:10:"size_after";i:221352;s:4:"time";d:0.22000000
00000000011102230246251565404236316680908203125;}s:17:"shop_thumbnail@2x";O:8:"stdC
lass":5:
{s:7:"percent";d:9.7400000000000002131628207280300557613372802734375;s:5:"bytes";i:
3453;s:11:"size_before";i:35460;s:10:"size_after";i:32007;s:4:"time";d:0.1100000000
0000000055511151231257827021181583404541015625;}s:15:"shop_catalog@2x";O:8:"stdClas
s":5:
{s:7:"percent";d:4.910000000000000142108547152020037174224853515625;s:5:"bytes";i:3
678;s:11:"size_before";i:74976;s:10:"size_after";i:71298;s:4:"time";d:0.14999999999
99999944488848768742172978818416595458984375;}s:23:"sow-carousel-
default@2x";O:8:"stdClass":5:
{s:7:"percent";d:7.089999999999999857891452847979962825775146484375;s:5:"bytes";i:3
611;s:11:"size_before";i:50900;s:10:"size_after";i:47289;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52804, 50, '_wp_attached_file', '2015/10/logo-
top-1.png');
INSERT INTO `wpor_postmeta` VALUES (52805, 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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52806, 50, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52807, 50, '_wp_attached_file', '2015/10/logo-
top-1.png');
INSERT INTO `wpor_postmeta` VALUES (52808, 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";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52809, 50, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:15.6012516763522572915690034278668463230133056640625;s:5:"bytes";i
:349;s:11:"size_before";i:1888;s:10:"size_after";i:1888;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:1:{s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:15.5999999999999996447286321199499070644378662109375;s:5:"bytes";i
:349;s:11:"size_before";i:1888;s:10:"size_after";i:1888;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52810, 52, '_wp_attached_file', '2015/10/bg-
register-now.jpg');
INSERT INTO `wpor_postmeta` VALUES (52811, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"bg-register-
now-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:27:"bg-register-now-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52812, 52, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52813, 52, '_wp_attached_file', '2015/10/bg-
register-now.jpg');
INSERT INTO `wpor_postmeta` VALUES (52814, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"bg-register-
now-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:27:"bg-register-now-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:27:"bg-
register-now-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52815, 52, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:11.6588718271976237161879907944239675998687744140625;s:5:"bytes";i
:87300;s:11:"size_before";i:748786;s:10:"size_after";i:692371;s:4:"time";d:0.580000
0000000000710542735760100185871124267578125;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:14:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:52.219999999999998863131622783839702606201171875;s:5:"bytes";i:645
0;s:11:"size_before";i:12352;s:10:"size_after";i:9127;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:37.47999999999999687361196265555918216705322265625;s:5:"bytes";i:7
012;s:11:"size_before";i:18704;s:10:"size_after";i:15198;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:13.660000000000000142108547152020037174224853515625;s:5:"bytes";i:
8876;s:11:"size_before";i:64971;s:10:"size_after";i:60533;s:4:"time";d:0.0700000000
00000006661338147750939242541790008544921875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";i:10;s:5:"bytes";i:9938;s:11:"size_before";i:99313;s:10:"size_after"
;i:94344;s:4:"time";d:0.059999999999999997779553950749686919152736663818359375;}s:1
4:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:43.280000000000001136868377216160297393798828125;s:5:"bytes";i:670
4;s:11:"size_before";i:15489;s:10:"size_after";i:12137;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";d:25.059999999999998721023075631819665431976318359375;s:5:"bytes";i:
7318;s:11:"size_before";i:29208;s:10:"size_after";i:25549;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:11:"shop_single";O:8:"stdClass
":5:
{s:7:"percent";d:11.5800000000000000710542735760100185871124267578125;s:5:"bytes";i
:8586;s:11:"size_before";i:74084;s:10:"size_after";i:69791;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:34.2000000000000028421709430404007434844970703125;s:5:"bytes";i:68
86;s:11:"size_before";i:20133;s:10:"size_after";i:16690;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"thumbnail@2x";O:8:"stdClass"
:5:
{s:7:"percent";d:12.5299999999999993605115378159098327159881591796875;s:5:"bytes";i
:3659;s:11:"size_before";i:29208;s:10:"size_after";i:25549;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:9:"medium@2x";O:8:"stdClass":5:
{s:7:"percent";d:8.9700000000000006394884621840901672840118408203125;s:5:"bytes";i:
4109;s:11:"size_before";i:45800;s:10:"size_after";i:41691;s:4:"time";d:0.0700000000
00000006661338147750939242541790008544921875;}s:15:"medium_large@2x";O:8:"stdClass"
:5:
{s:7:"percent";d:3.229999999999999982236431605997495353221893310546875;s:5:"bytes";
i:5735;s:11:"size_before";i:177661;s:10:"size_after";i:171926;s:4:"time";d:0.089999
9999999999966693309261245303787291049957275390625;}s:17:"shop_thumbnail@2x";O:8:"st
dClass":5:
{s:7:"percent";d:10.230000000000000426325641456060111522674560546875;s:5:"bytes";i:
3759;s:11:"size_before";i:36742;s:10:"size_after";i:32983;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:15:"shop_catalog@2x";O:8:"stdCl
ass":5:
{s:7:"percent";d:5.79000000000000003552713678800500929355621337890625;s:5:"bytes";i
:4293;s:11:"size_before";i:74084;s:10:"size_after";i:69791;s:4:"time";d:0.080000000
00000000166533453693773481063544750213623046875;}s:23:"sow-carousel-
default@2x";O:8:"stdClass":5:
{s:7:"percent";d:7.79000000000000003552713678800500929355621337890625;s:5:"bytes";i
:3975;s:11:"size_before";i:51037;s:10:"size_after";i:47062;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (52816, 74, '_wp_attached_file',
'2015/10/N0f499s-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (52817, 74, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1900;s:6:"height";i:1267;s:4:"file";s:21:"2015/10/N0f499s-
1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"N0f499s-1-
150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-
type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"N0f499s-1-
300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"N0f499s-1-
768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-
type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"N0f499s-1-
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:21:"N0f499s-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:21:"N0f499s-1-
300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"N0f499s-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"N0f499s-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"N0f499s-1-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52818, 74, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52819, 74, '_wp_attached_file',
'2015/10/N0f499s.jpg');
INSERT INTO `wpor_postmeta` VALUES (52820, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"N0f499s-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"N0f499s-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"N0f499s-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"N0f499s-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52821, 74, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:8.5708013711562873737648260430432856082916259765625;s:5:"bytes";i:
111664;s:11:"size_before";i:1302842;s:10:"size_after";i:1219969;s:4:"time";d:1.0500
000000000000444089209850062616169452667236328125;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;}s:5:"sizes";a:15:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:18.019999999999999573674358543939888477325439453125;s:5:"bytes";i:
1482;s:11:"size_before";i:8228;s:10:"size_after";i:7487;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:15.53999999999999914734871708787977695465087890625;s:5:"bytes";i:2
292;s:11:"size_before";i:14741;s:10:"size_after";i:13595;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:14.3800000000000007815970093361102044582366943359375;s:5:"bytes";i
:12496;s:11:"size_before";i:86845;s:10:"size_after";i:80597;s:4:"time";d:0.14999999
99999999944488848768742172978818416595458984375;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:12.980000000000000426325641456060111522674560546875;s:5:"bytes";i:
19654;s:11:"size_before";i:151488;s:10:"size_after";i:141661;s:4:"time";d:0.0500000
0000000000277555756156289135105907917022705078125;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:16.9200000000000017053025658242404460906982421875;s:5:"bytes";i:18
76;s:11:"size_before";i:11087;s:10:"size_after";i:10149;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:15.1199999999999992184029906638897955417633056640625;s:5:"bytes";i
:3998;s:11:"size_before";i:26435;s:10:"size_after";i:24436;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:11:"shop_single";O:8:"stdClass":
5:
{s:7:"percent";d:14.1400000000000005684341886080801486968994140625;s:5:"bytes";i:13
794;s:11:"size_before";i:97557;s:10:"size_after";i:90660;s:4:"time";d:0.08000000000
000000166533453693773481063544750213623046875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:15.96000000000000085265128291212022304534912109375;s:5:"bytes";i:1
990;s:11:"size_before";i:12472;s:10:"size_after";i:11477;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:12:"thumbnail@2x";O:8:"stdClass
":5:
{s:7:"percent";d:7.55999999999999960920149533194489777088165283203125;s:5:"bytes";i
:1999;s:11:"size_before";i:26435;s:10:"size_after";i:24436;s:4:"time";d:0.059999999
999999997779553950749686919152736663818359375;}s:9:"medium@2x";O:8:"stdClass":5:
{s:7:"percent";d:7.4199999999999999289457264239899814128875732421875;s:5:"bytes";i:
3970;s:11:"size_before";i:53522;s:10:"size_after";i:49552;s:4:"time";d:0.1000000000
000000055511151231257827021181583404541015625;}s:15:"medium_large@2x";O:8:"stdClass
":5:
{s:7:"percent";d:5.25;s:5:"bytes";i:16235;s:11:"size_before";i:309125;s:10:"size_af
ter";i:292890;s:4:"time";d:0.11999999999999999555910790149937383830547332763671875;
}s:17:"shop_thumbnail@2x";O:8:"stdClass":5:
{s:7:"percent";d:7.730000000000000426325641456060111522674560546875;s:5:"bytes";i:2
873;s:11:"size_before";i:37185;s:10:"size_after";i:34312;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:15:"shop_catalog@2x";O:8:"stdCla
ss":5:
{s:7:"percent";d:7.07000000000000028421709430404007434844970703125;s:5:"bytes";i:68
97;s:11:"size_before";i:97557;s:10:"size_after";i:90660;s:4:"time";d:0.070000000000
000006661338147750939242541790008544921875;}s:14:"shop_single@2x";O:8:"stdClass":5:
{s:7:"percent";d:5.78000000000000024868995751603506505489349365234375;s:5:"bytes";i
:18827;s:11:"size_before";i:325634;s:10:"size_after";i:306807;s:4:"time";d:0.260000
0000000000088817841970012523233890533447265625;}s:23:"sow-carousel-
default@2x";O:8:"stdClass":5:
{s:7:"percent";d:7.37000000000000010658141036401502788066864013671875;s:5:"bytes";i
:3281;s:11:"size_before";i:44531;s:10:"size_after";i:41250;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52822, 75, '_wp_attached_file', '2015/10/twin-
room.jpg');
INSERT INTO `wpor_postmeta` VALUES (52823, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"twin-room-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"twin-room-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"twin-room-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52824, 75, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52825, 75, '_wp_attached_file', '2015/10/twin-
room.jpg');
INSERT INTO `wpor_postmeta` VALUES (52826, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"twin-room-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"twin-room-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"twin-room-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:21:"twin-
room-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52827, 75, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:7.162991955403757771136952214874327182769775390625;s:5:"bytes";i:2
8994;s:11:"size_before";i:380904;s:10:"size_after";i:379145;s:4:"time";d:0.47999999
9999999982236431605997495353221893310546875;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:24.690000000000001278976924368180334568023681640625;s:5:"bytes";i:
3148;s:11:"size_before";i:9560;s:10:"size_after";i:9560;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:15.1100000000000012079226507921703159809112548828125;s:5:"bytes";i
:3596;s:11:"size_before";i:20826;s:10:"size_after";i:20622;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:12:"medium_large";O:8:"stdClass":
5:
{s:7:"percent";d:4.55999999999999960920149533194489777088165283203125;s:5:"bytes";i
:4486;s:11:"size_before";i:95642;s:10:"size_after";i:94993;s:4:"time";d:0.110000000
00000000055511151231257827021181583404541015625;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:20.449999999999999289457264239899814128875732421875;s:5:"bytes";i:
3250;s:11:"size_before";i:12736;s:10:"size_after";i:12705;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:11.449999999999999289457264239899814128875732421875;s:5:"bytes";i:
3574;s:11:"size_before";i:28206;s:10:"size_after";i:28013;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:5.0600000000000004973799150320701301097869873046875;s:5:"bytes";i:
4336;s:11:"size_before";i:82878;s:10:"size_after";i:82304;s:4:"time";d:0.1000000000
000000055511151231257827021181583404541015625;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:16.25;s:5:"bytes";i:3404;s:11:"size_before";i:17870;s:10:"size_aft
er";i:17762;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;
}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:2.75;s:5:"bytes";i:3200;s:11:"size_before";i:113186;s:10:"size_aft
er";i:113186;s:4:"time";d:0.1499999999999999944488848768742172978818416595458984375
;}}}');
INSERT INTO `wpor_postmeta` VALUES (52828, 76, '_wp_attached_file', '2015/10/twin-
room-2-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (52829, 76, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:25:"2015/10/twin-room-2-
1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"twin-room-2-1-
150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-
type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"twin-room-2-1-
300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"twin-room-2-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:"twin-room-2-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:"twin-room-2-
1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"twin-room-2-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"twin-room-2-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"twin-room-2-1-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52830, 76, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52831, 76, '_wp_attached_file', '2015/10/twin-
room-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52832, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"twin-room-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"twin-room-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"twin-room-2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:23:"twin-
room-2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52833, 76, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:6.1150122949853429332733867340721189975738525390625;s:5:"bytes";i:
29238;s:11:"size_before";i:454951;s:10:"size_after";i:452864;s:4:"time";d:0.5800000
000000000710542735760100185871124267578125;s:11:"api_version";s:3:"1.0";s:5:"lossy"
;b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:23.56000000000000227373675443232059478759765625;s:5:"bytes";i:3198
;s:11:"size_before";i:10391;s:10:"size_after";i:10386;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:13.60000000000000142108547152020037174224853515625;s:5:"bytes";i:3
650;s:11:"size_before";i:23880;s:10:"size_after";i:23649;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:4.04999999999999982236431605997495353221893310546875;s:5:"bytes";i
:4742;s:11:"size_before";i:114506;s:10:"size_after";i:113729;s:4:"time";d:0.1000000
000000000055511151231257827021181583404541015625;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:18.85000000000000142108547152020037174224853515625;s:5:"bytes";i:3
280;s:11:"size_before";i:14261;s:10:"size_after";i:14215;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:10.2700000000000013500311979441903531551361083984375;s:5:"bytes";i
:3720;s:11:"size_before";i:33286;s:10:"size_after";i:33020;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass
":5:
{s:7:"percent";d:4.19000000000000039079850466805510222911834716796875;s:5:"bytes";i
:4406;s:11:"size_before";i:102402;s:10:"size_after";i:101793;s:4:"time";d:0.1000000
000000000055511151231257827021181583404541015625;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:14.92999999999999971578290569595992565155029296875;s:5:"bytes";i:3
494;s:11:"size_before";i:20381;s:10:"size_after";i:20228;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:1.979999999999999982236431605997495353221893310546875;s:5:"bytes";
i:2748;s:11:"size_before";i:135844;s:10:"size_after";i:135844;s:4:"time";d:0.299999
999999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52834, 77, '_wp_attached_file', '2015/10/twin-
room-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (52835, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"twin-room-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"twin-room-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"twin-room-3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52836, 77, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52837, 77, '_wp_attached_file', '2015/10/twin-
room-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (52838, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"twin-room-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"twin-room-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"twin-room-3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:23:"twin-
room-3-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52839, 77, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:8.120563672132117716273569385521113872528076171875;s:5:"bytes";i:3
8213;s:11:"size_before";i:447041;s:10:"size_after";i:441720;s:4:"time";d:0.51000000
00000000088817841970012523233890533447265625;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:24.89999999999999857891452847979962825775146484375;s:5:"bytes";i:3
236;s:11:"size_before";i:9835;s:10:"size_after";i:9811;s:4:"time";d:0.0400000000000
00000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:15.4700000000000006394884621840901672840118408203125;s:5:"bytes";i
:4028;s:11:"size_before";i:23231;s:10:"size_after";i:22811;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdCla
ss":5:
{s:7:"percent";d:6.7099999999999990762944435118697583675384521484375;s:5:"bytes";i:
7838;s:11:"size_before";i:114496;s:10:"size_after";i:112171;s:4:"time";d:0.08000000
000000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:21.18999999999999772626324556767940521240234375;s:5:"bytes";i:3492
;s:11:"size_before";i:13460;s:10:"size_after";i:13308;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:12.10000000000000142108547152020037174224853515625;s:5:"bytes";i:4
092;s:11:"size_before";i:31036;s:10:"size_after";i:30584;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:6.4199999999999999289457264239899814128875732421875;s:5:"bytes";i:
6328;s:11:"size_before";i:96145;s:10:"size_after";i:94575;s:4:"time";d:0.1100000000
0000000055511151231257827021181583404541015625;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:17.280000000000001136868377216160297393798828125;s:5:"bytes";i:394
4;s:11:"size_before";i:19988;s:10:"size_after";i:19610;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:3.649999999999999911182158029987476766109466552734375;s:5:"bytes";
i:5255;s:11:"size_before";i:138850;s:10:"size_after";i:138850;s:4:"time";d:0.190000
000000000002220446049250313080847263336181640625;}}}');
INSERT INTO `wpor_postmeta` VALUES (52840, 79, '_wp_attached_file', '2015/10/bg-
lastest-news.jpg');
INSERT INTO `wpor_postmeta` VALUES (52841, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"bg-lastest-
news-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:27:"bg-lastest-news-
600x587.jpg";s:5:"width";i:600;s:6:"height";i:587;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52842, 79, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52843, 79, '_wp_attached_file', '2015/10/bg-
lastest-news.jpg');
INSERT INTO `wpor_postmeta` VALUES (52844, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"bg-lastest-
news-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:27:"bg-lastest-news-
600x587.jpg";s:5:"width";i:600;s:6:"height";i:587;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:27:"bg-
lastest-news-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52845, 79, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:22.207274657004081319655597326345741748809814453125;s:5:"bytes";i:
65700;s:11:"size_before";i:295849;s:10:"size_after";i:262999;s:4:"time";d:0.3399999
9999999996891375531049561686813831329345703125;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:63.9200000000000017053025658242404460906982421875;s:5:"bytes";i:62
38;s:11:"size_before";i:9758;s:10:"size_after";i:6639;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:47.10000000000000142108547152020037174224853515625;s:5:"bytes";i:6
814;s:11:"size_before";i:14467;s:10:"size_after";i:11060;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:17.980000000000000426325641456060111522674560546875;s:5:"bytes";i:
9890;s:11:"size_before";i:54999;s:10:"size_after";i:50054;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:13.8599999999999994315658113919198513031005859375;s:5:"bytes";i:12
142;s:11:"size_before";i:87569;s:10:"size_after";i:81498;s:4:"time";d:0.10000000000
00000055511151231257827021181583404541015625;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:51.9200000000000017053025658242404460906982421875;s:5:"bytes";i:65
38;s:11:"size_before";i:12592;s:10:"size_after";i:9323;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:30.32000000000000028421709430404007434844970703125;s:5:"bytes";i:7
208;s:11:"size_before";i:23766;s:10:"size_after";i:20162;s:4:"time";d:0.05999999999
9999997779553950749686919152736663818359375;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:13.1400000000000005684341886080801486968994140625;s:5:"bytes";i:98
94;s:11:"size_before";i:75267;s:10:"size_after";i:70320;s:4:"time";d:0.040000000000
000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:40.02000000000000312638803734444081783294677734375;s:5:"bytes";i:6
976;s:11:"size_before";i:17431;s:10:"size_after";i:13943;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52846, 7185, '_wp_attached_file',
'2017/05/demo_image.jpg');
INSERT INTO `wpor_postmeta` VALUES (52847, 7185, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:1600;s:4:"file";s:22:"2017/05/demo_image.jpg";s:
5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"demo_image-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"demo_image-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"demo_image-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52848, 7185, '_thim_demo_attachment', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52849, 7185, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52850, 7185, '_wp_attached_file',
'2015/01/shutterstock_145765004_huge.jpg');
INSERT INTO `wpor_postmeta` VALUES (52851, 7185, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:5614;s:6:"height";i:3743;s:4:"file";s:39:"2015/01/shutterstock_14576
5004_huge.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:
{s:4:"file";s:39:"shutterstock_145765004_huge-
150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-
type";s:10:"image/jpeg";}s:6:"medium";a:4:
{s:4:"file";s:39:"shutterstock_145765004_huge-
480x320.jpg";s:5:"width";i:480;s:6:"height";i:320;s:9:"mime-
type";s:10:"image/jpeg";}s:5:"large";a:4:
{s:4:"file";s:40:"shutterstock_145765004_huge-
1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-
type";s:10:"image/jpeg";}s:21:"yith-woocompare-image";a:4:
{s:4:"file";s:39:"shutterstock_145765004_huge-
220x154.jpg";s:5:"width";i:220;s:6:"height";i:154;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:
{s:4:"file";s:39:"shutterstock_145765004_huge-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:
{s:4:"file";s:39:"shutterstock_145765004_huge-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:
{s:4:"file";s:39:"shutterstock_145765004_huge-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;}}');
INSERT INTO `wpor_postmeta` VALUES (52852, 7185, '_lpr_course', '133');
INSERT INTO `wpor_postmeta` VALUES (52853, 1703, '_wp_attached_file', '2013/06/Bag-
fabric.jpg');
INSERT INTO `wpor_postmeta` VALUES (52854, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Bag-fabric-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Bag-fabric-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52855, 1703, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52856, 1703, '_wp_attached_file', '2013/06/Bag-
fabric.jpg');
INSERT INTO `wpor_postmeta` VALUES (52857, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Bag-fabric-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Bag-fabric-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:22:"Bag-
fabric-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52858, 1703, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:13.8932698737202873218166132573969662189483642578125;s:5:"bytes";i
:17291;s:11:"size_before";i:108456;s:10:"size_after";i:107979;s:4:"time";d:0.180000
0000000000210942374678779742680490016937255859375;s:11:"api_version";s:3:"1.0";s:5:
"lossy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:32.3299999999999982946974341757595539093017578125;s:5:"bytes";i:30
66;s:11:"size_before";i:6294;s:10:"size_after";i:6294;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:17.719999999999998863131622783839702606201171875;s:5:"bytes";i:396
8;s:11:"size_before";i:19563;s:10:"size_after";i:19173;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:26.879999999999999005240169935859739780426025390625;s:5:"bytes";i:
3124;s:11:"size_before";i:8435;s:10:"size_after";i:8435;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:19173;s:10:"size_after";i:1
9173;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:19.32000000000000028421709430404007434844970703125;s:5:"bytes";i:3
362;s:11:"size_before";i:14319;s:10:"size_after";i:14232;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:8.4900000000000002131628207280300557613372802734375;s:5:"bytes";i:
3771;s:11:"size_before";i:40672;s:10:"size_after";i:40672;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (52859, 1704, '_wp_attached_file', '2013/06/Bag-
fabric-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52860, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"Bag-fabric-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"Bag-fabric-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52861, 1704, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52862, 1704, '_wp_attached_file', '2013/06/Bag-
fabric-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52863, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"Bag-fabric-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"Bag-fabric-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:24:"Bag-
fabric-2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52864, 1704, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:16.391105112492244444410971482284367084503173828125;s:5:"bytes";i:
15059;s:11:"size_before";i:76153;s:10:"size_after";i:76153;s:4:"time";d:0.200000000
000000011102230246251565404236316680908203125;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:37.86999999999999744204615126363933086395263671875;s:5:"bytes";i:2
958;s:11:"size_before";i:4622;s:10:"size_after";i:4622;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:18.75;s:5:"bytes";i:3148;s:11:"size_before";i:13601;s:10:"size_aft
er";i:13601;s:4:"time";d:0.02000000000000000041633363423443370265886187553405761718
75;}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:32.25999999999999801048033987171947956085205078125;s:5:"bytes";i:2
936;s:11:"size_before";i:5914;s:10:"size_after";i:5914;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:13601;s:10:"size_after";i:1
3601;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:25.059999999999998721023075631819665431976318359375;s:5:"bytes";i:
3089;s:11:"size_before";i:9138;s:10:"size_after";i:9138;s:4:"time";d:0.050000000000
00000277555756156289135105907917022705078125;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:9.089999999999999857891452847979962825775146484375;s:5:"bytes";i:2
928;s:11:"size_before";i:29277;s:10:"size_after";i:29277;s:4:"time";d:0.08999999999
99999966693309261245303787291049957275390625;}}}');
INSERT INTO `wpor_postmeta` VALUES (52865, 1705, '_wp_attached_file', '2013/06/Bag-
fabric-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (52866, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"Bag-fabric-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"Bag-fabric-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52867, 1705, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52868, 1705, '_wp_attached_file', '2013/06/Bag-
fabric-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (52869, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"Bag-fabric-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"Bag-fabric-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:24:"Bag-
fabric-3-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52870, 1705, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:10.8578171805543117756087667657993733882904052734375;s:5:"bytes";i
:18520;s:11:"size_before";i:154094;s:10:"size_after";i:153418;s:4:"time";d:0.270000
000000000017763568394002504646778106689453125;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:30.5;s:5:"bytes";i:3192;s:11:"size_before";i:7282;s:10:"size_after
";i:7280;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;
}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:13.219999999999998863131622783839702606201171875;s:5:"bytes";i:403
6;s:11:"size_before";i:27704;s:10:"size_after";i:27280;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:25.5799999999999982946974341757595539093017578125;s:5:"bytes";i:34
10;s:11:"size_before";i:10276;s:10:"size_after";i:10165;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:27280;s:10:"size_after";i:2
7280;s:4:"time";d:0.040000000000000000832667268468867405317723751068115234375;}s:20
:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:17.269999999999999573674358543939888477325439453125;s:5:"bytes";i:
3466;s:11:"size_before";i:17038;s:10:"size_after";i:16899;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:6.410000000000000142108547152020037174224853515625;s:5:"bytes";i:4
416;s:11:"size_before";i:64514;s:10:"size_after";i:64514;s:4:"time";d:0.14000000000
000001332267629550187848508358001708984375;}}}');
INSERT INTO `wpor_postmeta` VALUES (52871, 1706, '_wp_attached_file',
'2013/06/Bracelet.jpg');
INSERT INTO `wpor_postmeta` VALUES (52872, 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:"s
izes";a:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"Bracelet-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"Bracelet-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52873, 1706, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52874, 1706, '_wp_attached_file',
'2013/06/Bracelet.jpg');
INSERT INTO `wpor_postmeta` VALUES (52875, 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:"s
izes";a:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"Bracelet-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"Bracelet-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:20:"Bracelet-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52876, 1706, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:21.272042284873510453735434566624462604522705078125;s:5:"bytes";i:
17862;s:11:"size_before";i:67993;s:10:"size_after";i:67358;s:4:"time";d:0.140000000
00000001332267629550187848508358001708984375;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:41.74000000000000198951966012828052043914794921875;s:5:"bytes";i:3
091;s:11:"size_before";i:4217;s:10:"size_after";i:4217;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:27.339999999999999857891452847979962825775146484375;s:5:"bytes";i:
4116;s:11:"size_before";i:12309;s:10:"size_after";i:11845;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:36.7999999999999971578290569595992565155029296875;s:5:"bytes";i:31
67;s:11:"size_before";i:5419;s:10:"size_after";i:5419;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:11845;s:10:"size_after";i:1
1845;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:28.260000000000001563194018672220408916473388671875;s:5:"bytes";i:
3530;s:11:"size_before";i:9505;s:10:"size_after";i:9334;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:13.8100000000000004973799150320701301097869873046875;s:5:"bytes";i
:3958;s:11:"size_before";i:24698;s:10:"size_after";i:24698;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (52877, 1707, '_wp_attached_file',
'2013/06/Bracelet-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52878, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Bracelet-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Bracelet-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52879, 1707, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52880, 1707, '_wp_attached_file',
'2013/06/Bracelet-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52881, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Bracelet-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Bracelet-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:22:"Bracelet-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52882, 1707, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:18.9410775390001759888036758638918399810791015625;s:5:"bytes";i:17
022;s:11:"size_before";i:73824;s:10:"size_after";i:73427;s:4:"time";d:0.16000000000
00000033306690738754696212708950042724609375;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:41;s:5:"bytes";i:3013;s:11:"size_before";i:4160;s:10:"size_after";
i:4160;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s
:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:23.809999999999998721023075631819665431976318359375;s:5:"bytes";i:
3886;s:11:"size_before";i:13481;s:10:"size_after";i:13132;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:35.28999999999999914734871708787977695465087890625;s:5:"bytes";i:3
078;s:11:"size_before";i:5534;s:10:"size_after";i:5534;s:4:"time";d:0.0400000000000
00000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:13132;s:10:"size_after";i:1
3132;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:25.449999999999999289457264239899814128875732421875;s:5:"bytes";i:
3284;s:11:"size_before";i:9777;s:10:"size_after";i:9729;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:11.9399999999999995026200849679298698902130126953125;s:5:"bytes";i
:3761;s:11:"size_before";i:27740;s:10:"size_after";i:27740;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (52883, 1708, '_wp_attached_file',
'2013/06/Brauhaus.jpg');
INSERT INTO `wpor_postmeta` VALUES (52884, 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:"s
izes";a:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"Brauhaus-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"Brauhaus-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52885, 1708, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52886, 1708, '_wp_attached_file',
'2013/06/Brauhaus.jpg');
INSERT INTO `wpor_postmeta` VALUES (52887, 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:"s
izes";a:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"Brauhaus-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"Brauhaus-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:20:"Brauhaus-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52888, 1708, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:23.234395846694791742947927559725940227508544921875;s:5:"bytes";i:
17112;s:11:"size_before";i:57672;s:10:"size_after";i:57261;s:4:"time";d:0.160000000
0000000033306690738754696212708950042724609375;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:44.89999999999999857891452847979962825775146484375;s:5:"bytes";i:3
053;s:11:"size_before";i:3611;s:10:"size_after";i:3611;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:28.9200000000000017053025658242404460906982421875;s:5:"bytes";i:38
28;s:11:"size_before";i:10390;s:10:"size_after";i:10070;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":5
:
{s:7:"percent";d:38.71000000000000085265128291212022304534912109375;s:5:"bytes";i:3
130;s:11:"size_before";i:4897;s:10:"size_after";i:4897;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:10070;s:10:"size_after";i:1
0070;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:33.219999999999998863131622783839702606201171875;s:5:"bytes";i:337
0;s:11:"size_before";i:7080;s:10:"size_after";i:6989;s:4:"time";d:0.010000000000000
00020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:14.7200000000000006394884621840901672840118408203125;s:5:"bytes";i
:3731;s:11:"size_before";i:21624;s:10:"size_after";i:21624;s:4:"time";d:0.070000000
000000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52889, 1709, '_wp_attached_file',
'2013/06/Brauhaus-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52890, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Brauhaus-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Brauhaus-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52891, 1709, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52892, 1709, '_wp_attached_file',
'2013/06/Brauhaus-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52893, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Brauhaus-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Brauhaus-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:22:"Brauhaus-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52894, 1709, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:22.67842711097770092010250664316117763519287109375;s:5:"bytes";i:1
7655;s:11:"size_before";i:61743;s:10:"size_after";i:61221;s:4:"time";d:0.1500000000
0000002220446049250313080847263336181640625;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:42.9500000000000028421709430404007434844970703125;s:5:"bytes";i:30
90;s:11:"size_before";i:4007;s:10:"size_after";i:4007;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:28.64999999999999857891452847979962825775146484375;s:5:"bytes";i:4
044;s:11:"size_before";i:11344;s:10:"size_after";i:10916;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:38.4500000000000028421709430404007434844970703125;s:5:"bytes";i:31
67;s:11:"size_before";i:5048;s:10:"size_after";i:5048;s:4:"time";d:0.02999999999999
99988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:10916;s:10:"size_after";i:1
0916;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:33.03999999999999914734871708787977695465087890625;s:5:"bytes";i:3
376;s:11:"size_before";i:7157;s:10:"size_after";i:7063;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:14.5999999999999996447286321199499070644378662109375;s:5:"bytes";i
:3978;s:11:"size_before";i:23271;s:10:"size_after";i:23271;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52895, 1710, '_wp_attached_file',
'2013/06/Brauhaus-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (52896, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Brauhaus-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Brauhaus-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52897, 1710, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52898, 1710, '_wp_attached_file',
'2013/06/Brauhaus-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (52899, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Brauhaus-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Brauhaus-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:22:"Brauhaus-3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52900, 1710, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:22.437957268157987300583044998347759246826171875;s:5:"bytes";i:167
68;s:11:"size_before";i:58903;s:10:"size_after";i:58557;s:4:"time";d:0.149999999999
9999944488848768742172978818416595458984375;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:43.32000000000000028421709430404007434844970703125;s:5:"bytes";i:3
067;s:11:"size_before";i:3892;s:10:"size_after";i:3892;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:27.0799999999999982946974341757595539093017578125;s:5:"bytes";i:36
94;s:11:"size_before";i:10731;s:10:"size_after";i:10478;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:38.97999999999999687361196265555918216705322265625;s:5:"bytes";i:3
132;s:11:"size_before";i:4847;s:10:"size_after";i:4847;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:10478;s:10:"size_after";i:1
0478;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:2
0:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:33.5799999999999982946974341757595539093017578125;s:5:"bytes";i:33
74;s:11:"size_before";i:6986;s:10:"size_after";i:6893;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:13.75;s:5:"bytes";i:3501;s:11:"size_before";i:21969;s:10:"size_aft
er";i:21969;s:4:"time";d:0.08000000000000000166533453693773481063544750213623046875
;}}}');
INSERT INTO `wpor_postmeta` VALUES (52901, 1711, '_wp_attached_file',
'2013/06/Buschla.jpg');
INSERT INTO `wpor_postmeta` VALUES (52902, 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:"si
zes";a:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"Buschla-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"Buschla-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52903, 1711, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52904, 1711, '_wp_attached_file',
'2013/06/Buschla.jpg');
INSERT INTO `wpor_postmeta` VALUES (52905, 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:"si
zes";a:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"Buschla-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"Buschla-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"Buschla-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52906, 1711, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:18.476956238548591926473818602971732616424560546875;s:5:"bytes";i:
15945;s:11:"size_before";i:70446;s:10:"size_after";i:70302;s:4:"time";d:0.190000000
000000002220446049250313080847263336181640625;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:40.96000000000000085265128291212022304534912109375;s:5:"bytes";i:2
994;s:11:"size_before";i:4122;s:10:"size_after";i:4122;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:21.8599999999999994315658113919198513031005859375;s:5:"bytes";i:34
76;s:11:"size_before";i:12874;s:10:"size_after";i:12730;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":5
:
{s:7:"percent";d:35.5499999999999971578290569595992565155029296875;s:5:"bytes";i:30
13;s:11:"size_before";i:5287;s:10:"size_after";i:5287;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:12730;s:10:"size_after";i:1
2730;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:26.019999999999999573674358543939888477325439453125;s:5:"bytes";i:
3186;s:11:"size_before";i:9055;s:10:"size_after";i:9055;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:11.050000000000000710542735760100185871124267578125;s:5:"bytes";i:
3276;s:11:"size_before";i:26378;s:10:"size_after";i:26378;s:4:"time";d:0.0700000000
00000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52907, 1712, '_wp_attached_file',
'2013/06/Buschla-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52908, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Buschla-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"Buschla-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52909, 1712, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52910, 1712, '_wp_attached_file',
'2013/06/Buschla-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52911, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Buschla-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"Buschla-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:21:"Buschla-
2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52912, 1712, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:11.4750089071228256187851002323441207408905029296875;s:5:"bytes";i
:17710;s:11:"size_before";i:137196;s:10:"size_after";i:136914;s:4:"time";d:0.220000
000000000028865798640254070051014423370361328125;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:31.809999999999998721023075631819665431976318359375;s:5:"bytes";i:
3028;s:11:"size_before";i:6332;s:10:"size_after";i:6332;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:13.550000000000000710542735760100185871124267578125;s:5:"bytes";i:
3752;s:11:"size_before";i:24778;s:10:"size_after";i:24496;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:25.78999999999999914734871708787977695465087890625;s:5:"bytes";i:3
058;s:11:"size_before";i:8668;s:10:"size_after";i:8668;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:24496;s:10:"size_after";i:2
4496;s:4:"time";d:0.059999999999999997779553950749686919152736663818359375;}s:20:"s
ow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:17.10000000000000142108547152020037174224853515625;s:5:"bytes";i:3
172;s:11:"size_before";i:15366;s:10:"size_after";i:15366;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:7.54999999999999982236431605997495353221893310546875;s:5:"bytes";i
:4700;s:11:"size_before";i:57556;s:10:"size_after";i:57556;s:4:"time";d:0.080000000
00000000166533453693773481063544750213623046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52913, 1713, '_wp_attached_file',
'2013/06/Chutney.jpg');
INSERT INTO `wpor_postmeta` VALUES (52914, 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:"si
zes";a:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"Chutney-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"Chutney-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52915, 1713, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52916, 1713, '_wp_attached_file',
'2013/06/Chutney.jpg');
INSERT INTO `wpor_postmeta` VALUES (52917, 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:"si
zes";a:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"Chutney-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"Chutney-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"Chutney-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52918, 1713, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52919, 1713, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:13.54246630856012956201084307394921779632568359375;s:5:"bytes";i:1
9282;s:11:"size_before";i:126667;s:10:"size_after";i:125463;s:4:"time";d:0.23999999
99999999911182158029987476766109466552734375;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:28.219999999999998863131622783839702606201171875;s:5:"bytes";i:316
1;s:11:"size_before";i:8012;s:10:"size_after";i:8012;s:4:"time";d:0.010000000000000
00020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:17.64999999999999857891452847979962825775146484375;s:5:"bytes";i:4
610;s:11:"size_before";i:23489;s:10:"size_after";i:22778;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:24.78999999999999914734871708787977695465087890625;s:5:"bytes";i:3
396;s:11:"size_before";i:10637;s:10:"size_after";i:10533;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:22778;s:10:"size_after";i:2
2778;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:20.699999999999999289457264239899814128875732421875;s:5:"bytes";i:
3966;s:11:"size_before";i:16342;s:10:"size_after";i:15953;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:8.3699999999999992184029906638897955417633056640625;s:5:"bytes";i:
4149;s:11:"size_before";i:45409;s:10:"size_after";i:45409;s:4:"time";d:0.1199999999
9999999555910790149937383830547332763671875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52920, 1714, '_wp_attached_file',
'2013/06/Chutney-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52921, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Chutney-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"Chutney-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52922, 1714, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52923, 1714, '_wp_attached_file',
'2013/06/Chutney-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52924, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Chutney-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"Chutney-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:21:"Chutney-
2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52925, 1714, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52926, 1714, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:13.6409484775888731888926486135460436344146728515625;s:5:"bytes";i
:16933;s:11:"size_before";i:108410;s:10:"size_after";i:107953;s:4:"time";d:0.25;s:1
1:"api_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:6:
{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:29.6099999999999994315658113919198513031005859375;s:5:"bytes";i:30
64;s:11:"size_before";i:7160;s:10:"size_after";i:7160;s:4:"time";d:0.05999999999999
9997779553950749686919152736663818359375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:17.07000000000000028421709430404007434844970703125;s:5:"bytes";i:3
890;s:11:"size_before";i:19925;s:10:"size_after";i:19574;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:25.019999999999999573674358543939888477325439453125;s:5:"bytes";i:
3106;s:11:"size_before";i:9227;s:10:"size_after";i:9227;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:19574;s:10:"size_after";i:1
9574;s:4:"time";d:0.070000000000000006661338147750939242541790008544921875;}s:20:"s
ow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:19.9500000000000028421709430404007434844970703125;s:5:"bytes";i:34
00;s:11:"size_before";i:13973;s:10:"size_after";i:13867;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:8.2599999999999997868371792719699442386627197265625;s:5:"bytes";i:
3473;s:11:"size_before";i:38551;s:10:"size_after";i:38551;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52927, 1715, '_wp_attached_file',
'2013/06/Corkscrew.jpg');
INSERT INTO `wpor_postmeta` VALUES (52928, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Corkscrew-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"Corkscrew-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52929, 1715, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52930, 1715, '_wp_attached_file',
'2013/06/Corkscrew.jpg');
INSERT INTO `wpor_postmeta` VALUES (52931, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Corkscrew-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"Corkscrew-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:21:"Corkscrew-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52932, 1715, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52933, 1715, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:17.855756939389802795403738855384290218353271484375;s:5:"bytes";i:
15681;s:11:"size_before";i:72083;s:10:"size_after";i:71957;s:4:"time";d:0.200000000
000000011102230246251565404236316680908203125;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:38.409999999999996589394868351519107818603515625;s:5:"bytes";i:298
1;s:11:"size_before";i:4572;s:10:"size_after";i:4572;s:4:"time";d:0.040000000000000
000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:21.220000000000002415845301584340631961822509765625;s:5:"bytes";i:
3440;s:11:"size_before";i:13169;s:10:"size_after";i:13043;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:33.659999999999996589394868351519107818603515625;s:5:"bytes";i:303
4;s:11:"size_before";i:5826;s:10:"size_after";i:5826;s:4:"time";d:0.010000000000000
00020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:13043;s:10:"size_after";i:1
3043;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:23.780000000000001136868377216160297393798828125;s:5:"bytes";i:308
5;s:11:"size_before";i:9785;s:10:"size_after";i:9785;s:4:"time";d:0.010000000000000
00020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:10.9000000000000003552713678800500929355621337890625;s:5:"bytes";i
:3141;s:11:"size_before";i:25688;s:10:"size_after";i:25688;s:4:"time";d:0.080000000
00000000166533453693773481063544750213623046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52934, 1716, '_wp_attached_file',
'2013/06/Corkscrew-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52935, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Corkscrew-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Corkscrew-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52936, 1716, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52937, 1716, '_wp_attached_file',
'2013/06/Corkscrew-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52938, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Corkscrew-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Corkscrew-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:23:"Corkscrew-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52939, 1716, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52940, 1716, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:19.37332621344186378564700135029852390289306640625;s:5:"bytes";i:1
5628;s:11:"size_before";i:64921;s:10:"size_after";i:64824;s:4:"time";d:0.0899999999
999999966693309261245303787291049957275390625;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:40.50999999999999801048033987171947956085205078125;s:5:"bytes";i:3
007;s:11:"size_before";i:4234;s:10:"size_after";i:4234;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:22.6400000000000005684341886080801486968994140625;s:5:"bytes";i:33
82;s:11:"size_before";i:11865;s:10:"size_after";i:11768;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:35.6099999999999994315658113919198513031005859375;s:5:"bytes";i:30
54;s:11:"size_before";i:5388;s:10:"size_after";i:5388;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:11768;s:10:"size_after";i:1
1768;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:25.339999999999999857891452847979962825775146484375;s:5:"bytes";i:
3068;s:11:"size_before";i:8919;s:10:"size_after";i:8919;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:12.050000000000000710542735760100185871124267578125;s:5:"bytes";i:
3117;s:11:"size_before";i:22747;s:10:"size_after";i:22747;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52941, 1717, '_wp_attached_file', '2013/06/Cup-
crown-pattern.jpg');
INSERT INTO `wpor_postmeta` VALUES (52942, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"Cup-crown-
pattern-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52943, 1717, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52944, 1717, '_wp_attached_file', '2013/06/Cup-
crown-pattern.jpg');
INSERT INTO `wpor_postmeta` VALUES (52945, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"Cup-crown-
pattern-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:{s:4:"file";s:29:"Cup-
crown-pattern-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52946, 1717, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52947, 1717, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:16.06363736203912395694715087302029132843017578125;s:5:"bytes";i:1
7867;s:11:"size_before";i:95990;s:10:"size_after";i:95124;s:4:"time";d:0.1900000000
00000002220446049250313080847263336181640625;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:33.32000000000000028421709430404007434844970703125;s:5:"bytes";i:3
180;s:11:"size_before";i:6355;s:10:"size_after";i:6355;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:20.6099999999999994315658113919198513031005859375;s:5:"bytes";i:42
68;s:11:"size_before";i:17978;s:10:"size_after";i:17438;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:29.260000000000001563194018672220408916473388671875;s:5:"bytes";i:
3352;s:11:"size_before";i:8375;s:10:"size_after";i:8293;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:17438;s:10:"size_after";i:1
7438;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:23.339999999999999857891452847979962825775146484375;s:5:"bytes";i:
3676;s:11:"size_before";i:12816;s:10:"size_after";i:12572;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:9.3100000000000004973799150320701301097869873046875;s:5:"bytes";i:
3391;s:11:"size_before";i:33028;s:10:"size_after";i:33028;s:4:"time";d:0.0800000000
0000000166533453693773481063544750213623046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52948, 1718, '_wp_attached_file', '2013/06/Cup-
crown-pattern-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52949, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"Cup-crown-
pattern-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52950, 1718, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52951, 1718, '_wp_attached_file', '2013/06/Cup-
crown-pattern-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52952, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"Cup-crown-
pattern-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"Cup-
crown-pattern-2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52953, 1718, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52954, 1718, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:15.9291616174897061597448555403389036655426025390625;s:5:"bytes";i
:16693;s:11:"size_before";i:88890;s:10:"size_after";i:88553;s:4:"time";d:0.14999999
99999999944488848768742172978818416595458984375;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:34.969999999999998863131622783839702606201171875;s:5:"bytes";i:301
9;s:11:"size_before";i:5445;s:10:"size_after";i:5445;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:20.129999999999999005240169935859739780426025390625;s:5:"bytes";i:
3860;s:11:"size_before";i:16314;s:10:"size_after";i:15978;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:30.480000000000000426325641456060111522674560546875;s:5:"bytes";i:
3083;s:11:"size_before";i:6927;s:10:"size_after";i:6927;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:15978;s:10:"size_after";i:1
5978;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:23.24000000000000198951966012828052043914794921875;s:5:"bytes";i:3
190;s:11:"size_before";i:10537;s:10:"size_after";i:10536;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:9.5099999999999997868371792719699442386627197265625;s:5:"bytes";i:
3541;s:11:"size_before";i:33689;s:10:"size_after";i:33689;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (52955, 1719, '_wp_attached_file', '2013/06/Cup-
princely-break.jpg');
INSERT INTO `wpor_postmeta` VALUES (52956, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"Cup-princely-
break-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52957, 1719, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52958, 1719, '_wp_attached_file', '2013/06/Cup-
princely-break.jpg');
INSERT INTO `wpor_postmeta` VALUES (52959, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"Cup-princely-
break-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:{s:4:"file";s:30:"Cup-
princely-break-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52960, 1719, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52961, 1719, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:15.9625572226797718400348458089865744113922119140625;s:5:"bytes";i
:16695;s:11:"size_before";i:88895;s:10:"size_after";i:88517;s:4:"time";d:0.23000000
00000000099920072216264088638126850128173828125;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:34.35000000000000142108547152020037174224853515625;s:5:"bytes";i:3
073;s:11:"size_before";i:5757;s:10:"size_after";i:5757;s:4:"time";d:0.0400000000000
00000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:19.879999999999999005240169935859739780426025390625;s:5:"bytes";i:
3836;s:11:"size_before";i:16416;s:10:"size_after";i:16092;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:29.219999999999998863131622783839702606201171875;s:5:"bytes";i:311
9;s:11:"size_before";i:7486;s:10:"size_after";i:7486;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:16092;s:10:"size_after";i:1
6092;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:22.719999999999998863131622783839702606201171875;s:5:"bytes";i:329
6;s:11:"size_before";i:11380;s:10:"size_after";i:11326;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:9.589999999999999857891452847979962825775146484375;s:5:"bytes";i:3
371;s:11:"size_before";i:31764;s:10:"size_after";i:31764;s:4:"time";d:0.08999999999
99999966693309261245303787291049957275390625;}}}');
INSERT INTO `wpor_postmeta` VALUES (52962, 1720, '_wp_attached_file', '2013/06/Cup-
princely-break-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52963, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"Cup-princely-
break-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52964, 1720, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52965, 1720, '_wp_attached_file', '2013/06/Cup-
princely-break-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52966, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"Cup-princely-
break-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:{s:4:"file";s:32:"Cup-
princely-break-2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52967, 1720, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52968, 1720, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:16.4588795999538177738941158168017864227294921875;s:5:"bytes";i:15
269;s:11:"size_before";i:77305;s:10:"size_after";i:77214;s:4:"time";d:0.13000000000
000000444089209850062616169452667236328125;s:11:"api_version";s:3:"1.0";s:5:"lossy"
;b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:36.35000000000000142108547152020037174224853515625;s:5:"bytes";i:2
996;s:11:"size_before";i:5055;s:10:"size_after";i:5055;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:19.28999999999999914734871708787977695465087890625;s:5:"bytes";i:3
370;s:11:"size_before";i:14383;s:10:"size_after";i:14292;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:31.07000000000000028421709430404007434844970703125;s:5:"bytes";i:3
000;s:11:"size_before";i:6467;s:10:"size_after";i:6467;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:14292;s:10:"size_after";i:1
4292;s:4:"time";d:0.040000000000000000832667268468867405317723751068115234375;}s:20
:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:25.870000000000000994759830064140260219573974609375;s:5:"bytes";i:
3078;s:11:"size_before";i:8712;s:10:"size_after";i:8712;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:9.050000000000000710542735760100185871124267578125;s:5:"bytes";i:2
825;s:11:"size_before";i:28396;s:10:"size_after";i:28396;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52969, 1721, '_wp_attached_file',
'2013/06/daham.jpg');
INSERT INTO `wpor_postmeta` VALUES (52970, 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:"size
s";a:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"daham-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"daham-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52971, 1721, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52972, 1721, '_wp_attached_file',
'2013/06/daham.jpg');
INSERT INTO `wpor_postmeta` VALUES (52973, 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:"size
s";a:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"daham-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"daham-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:17:"daham-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52974, 1721, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52975, 1721, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:20.029843097327454159994886140339076519012451171875;s:5:"bytes";i:
18575;s:11:"size_before";i:76617;s:10:"size_after";i:75812;s:4:"time";d:0.229999999
999999982236431605997495353221893310546875;s:11:"api_version";s:3:"1.0";s:5:"lossy"
;b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:39.39999999999999857891452847979962825775146484375;s:5:"bytes";i:3
141;s:11:"size_before";i:4784;s:10:"size_after";i:4784;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:26.07000000000000028421709430404007434844970703125;s:5:"bytes";i:4
292;s:11:"size_before";i:13768;s:10:"size_after";i:13216;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:34.93999999999999772626324556767940521240234375;s:5:"bytes";i:3250
;s:11:"size_before";i:6158;s:10:"size_after";i:6127;s:4:"time";d:0.0100000000000000
0020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:13216;s:10:"size_after";i:1
3216;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:26.910000000000000142108547152020037174224853515625;s:5:"bytes";i:
3632;s:11:"size_before";i:10554;s:10:"size_after";i:10332;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:13.1500000000000003552713678800500929355621337890625;s:5:"bytes";i
:4260;s:11:"size_before";i:28137;s:10:"size_after";i:28137;s:4:"time";d:0.119999999
99999999555910790149937383830547332763671875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52976, 1722, '_wp_attached_file',
'2013/06/daham-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52977, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"daham-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"daham-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52978, 1722, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52979, 1722, '_wp_attached_file',
'2013/06/daham-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52980, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"daham-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"daham-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"daham-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52981, 1722, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52982, 1722, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:20.362628444944760985890752635896205902099609375;s:5:"bytes";i:172
06;s:11:"size_before";i:68617;s:10:"size_after";i:68169;s:4:"time";d:0.25;s:11:"api
_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:6:
{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:40.590000000000003410605131648480892181396484375;s:5:"bytes";i:310
9;s:11:"size_before";i:4472;s:10:"size_after";i:4472;s:4:"time";d:0.010000000000000
00020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:25.370000000000000994759830064140260219573974609375;s:5:"bytes";i:
3848;s:11:"size_before";i:12319;s:10:"size_after";i:11989;s:4:"time";d:0.0599999999
99999997779553950749686919152736663818359375;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:35.52000000000000312638803734444081783294677734375;s:5:"bytes";i:3
170;s:11:"size_before";i:5736;s:10:"size_after";i:5736;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:11989;s:10:"size_after";i:1
1989;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:
"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:27.07000000000000028421709430404007434844970703125;s:5:"bytes";i:3
424;s:11:"size_before";i:9604;s:10:"size_after";i:9486;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:12.980000000000000426325641456060111522674560546875;s:5:"bytes";i:
3655;s:11:"size_before";i:24497;s:10:"size_after";i:24497;s:4:"time";d:0.0700000000
00000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (52983, 1723, '_wp_attached_file',
'2013/06/daham-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (52984, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"daham-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"daham-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52985, 1723, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52986, 1723, '_wp_attached_file',
'2013/06/daham-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (52987, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"daham-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"daham-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"daham-3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52988, 1723, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52989, 1723, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:21.02504686928042332283439463935792446136474609375;s:5:"bytes";i:1
7116;s:11:"size_before";i:65622;s:10:"size_after";i:65167;s:4:"time";d:0.1600000000
000000033306690738754696212708950042724609375;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:40.840000000000003410605131648480892181396484375;s:5:"bytes";i:308
9;s:11:"size_before";i:4375;s:10:"size_after";i:4375;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:26.540000000000002700062395888380706310272216796875;s:5:"bytes";i:
3880;s:11:"size_before";i:11785;s:10:"size_after";i:11439;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:36.21000000000000085265128291212022304534912109375;s:5:"bytes";i:3
169;s:11:"size_before";i:5563;s:10:"size_after";i:5563;s:4:"time";d:0.0500000000000
0000277555756156289135105907917022705078125;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:11439;s:10:"size_after";i:1
1439;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:27.39999999999999857891452847979962825775146484375;s:5:"bytes";i:3
406;s:11:"size_before";i:9377;s:10:"size_after";i:9268;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:13.4000000000000003552713678800500929355621337890625;s:5:"bytes";i
:3572;s:11:"size_before";i:23083;s:10:"size_after";i:23083;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (52990, 1724, '_wp_attached_file',
'2013/06/Funka.jpg');
INSERT INTO `wpor_postmeta` VALUES (52991, 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:"size
s";a:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"Funka-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"Funka-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52992, 1724, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (52993, 1724, '_wp_attached_file',
'2013/06/Funka.jpg');
INSERT INTO `wpor_postmeta` VALUES (52994, 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:"size
s";a:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"Funka-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"Funka-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:17:"Funka-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52995, 1724, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (52996, 1724, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:21.055267217883542940626284689642488956451416015625;s:5:"bytes";i:
17226;s:11:"size_before";i:66015;s:10:"size_after";i:65505;s:4:"time";d:0.110000000
0000000144328993201270350255072116851806640625;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:41.28999999999999914734871708787977695465087890625;s:5:"bytes";i:3
044;s:11:"size_before";i:4184;s:10:"size_after";i:4184;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:26.199999999999999289457264239899814128875732421875;s:5:"bytes";i:
3902;s:11:"size_before";i:12065;s:10:"size_after";i:11708;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:36.5799999999999982946974341757595539093017578125;s:5:"bytes";i:31
38;s:11:"size_before";i:5391;s:10:"size_after";i:5391;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:11708;s:10:"size_after";i:1
1708;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:32.50999999999999801048033987171947956085205078125;s:5:"bytes";i:3
494;s:11:"size_before";i:7750;s:10:"size_after";i:7597;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:12.769999999999999573674358543939888477325439453125;s:5:"bytes";i:
3648;s:11:"size_before";i:24917;s:10:"size_after";i:24917;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (52997, 1725, '_wp_attached_file',
'2013/06/Funka-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (52998, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"Funka-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"Funka-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (52999, 1725, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53000, 1725, '_wp_attached_file',
'2013/06/Funka-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53001, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"Funka-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"Funka-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"Funka-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53002, 1725, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (53003, 1725, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:21.380760338689388078137199045158922672271728515625;s:5:"bytes";i:
15577;s:11:"size_before";i:56894;s:10:"size_after";i:56863;s:4:"time";d:0.359999999
99999998667732370449812151491641998291015625;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:43.61999999999999744204615126363933086395263671875;s:5:"bytes";i:2
976;s:11:"size_before";i:3635;s:10:"size_after";i:3635;s:4:"time";d:0.0400000000000
00000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:24.019999999999999573674358543939888477325439453125;s:5:"bytes";i:
3250;s:11:"size_before";i:10383;s:10:"size_after";i:10352;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:37.9200000000000017053025658242404460906982421875;s:5:"bytes";i:30
09;s:11:"size_before";i:4748;s:10:"size_after";i:4748;s:4:"time";d:0.04000000000000
0000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:10352;s:10:"size_after";i:1
0352;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:31.780000000000001136868377216160297393798828125;s:5:"bytes";i:309
2;s:11:"size_before";i:6541;s:10:"size_after";i:6541;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:13.269999999999999573674358543939888477325439453125;s:5:"bytes";i:
3250;s:11:"size_before";i:21235;s:10:"size_after";i:21235;s:4:"time";d:0.1799999999
99999993338661852249060757458209991455078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53004, 1726, '_wp_attached_file',
'2013/06/Fursten-hutchen.jpg');
INSERT INTO `wpor_postmeta` VALUES (53005, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Fursten-
hutchen-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Fursten-hutchen-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53006, 1726, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53007, 1726, '_wp_attached_file',
'2013/06/Fursten-hutchen.jpg');
INSERT INTO `wpor_postmeta` VALUES (53008, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Fursten-
hutchen-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Fursten-hutchen-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:27:"Fursten-
hutchen-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53009, 1726, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (53010, 1726, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:17.5713981950194551018284983001649379730224609375;s:5:"bytes";i:17
407;s:11:"size_before";i:83081;s:10:"size_after";i:82594;s:4:"time";d:0.28000000000
00000266453525910037569701671600341796875;s:11:"api_version";s:3:"1.0";s:5:"lossy";
b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:36.81000000000000227373675443232059478759765625;s:5:"bytes";i:3102
;s:11:"size_before";i:5240;s:10:"size_after";i:5240;s:4:"time";d:0.0200000000000000
004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:22.059999999999998721023075631819665431976318359375;s:5:"bytes";i:
3954;s:11:"size_before";i:15105;s:10:"size_after";i:14722;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:31.559999999999998721023075631819665431976318359375;s:5:"bytes";i:
3172;s:11:"size_before";i:6862;s:10:"size_after";i:6862;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:14722;s:10:"size_after";i:1
4722;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:25.089999999999999857891452847979962825775146484375;s:5:"bytes";i:
3396;s:11:"size_before";i:10470;s:10:"size_after";i:10366;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:10.980000000000000426325641456060111522674560546875;s:5:"bytes";i:
3783;s:11:"size_before";i:30682;s:10:"size_after";i:30682;s:4:"time";d:0.1499999999
999999944488848768742172978818416595458984375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53011, 1727, '_wp_attached_file',
'2013/06/Fursten-hutchen-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53012, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"Fursten-
hutchen-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53013, 1727, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53014, 1727, '_wp_attached_file',
'2013/06/Fursten-hutchen-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53015, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"Fursten-
hutchen-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:{s:4:"file";s:29:"Fursten-
hutchen-2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53016, 1727, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (53017, 1727, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:16.1775629477849776094444678165018558502197265625;s:5:"bytes";i:18
928;s:11:"size_before";i:101119;s:10:"size_after";i:100106;s:4:"time";d:0.190000000
000000002220446049250313080847263336181640625;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:34.63000000000000255795384873636066913604736328125;s:5:"bytes";i:3
159;s:11:"size_before";i:5934;s:10:"size_after";i:5934;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:22.209999999999997299937604111619293689727783203125;s:5:"bytes";i:
4638;s:11:"size_before";i:18261;s:10:"size_after";i:17536;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:30.3900000000000005684341886080801486968994140625;s:5:"bytes";i:33
06;s:11:"size_before";i:7772;s:10:"size_after";i:7713;s:4:"time";d:0.02999999999999
99988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:17536;s:10:"size_after";i:1
7536;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:2
0:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:24.28999999999999914734871708787977695465087890625;s:5:"bytes";i:3
646;s:11:"size_before";i:12073;s:10:"size_after";i:11844;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:9.5600000000000004973799150320701301097869873046875;s:5:"bytes";i:
4179;s:11:"size_before";i:39543;s:10:"size_after";i:39543;s:4:"time";d:0.0800000000
0000000166533453693773481063544750213623046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53018, 1728, '_wp_attached_file',
'2013/06/Karton.jpg');
INSERT INTO `wpor_postmeta` VALUES (53019, 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:"siz
es";a:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"Karton-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"Karton-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53020, 1728, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53021, 1728, '_wp_attached_file',
'2013/06/Karton.jpg');
INSERT INTO `wpor_postmeta` VALUES (53022, 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:"siz
es";a:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"Karton-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"Karton-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"Karton-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53023, 1728, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (53024, 1728, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:16.770916780151186031844190438278019428253173828125;s:5:"bytes";i:
20615;s:11:"size_before";i:107025;s:10:"size_after";i:105437;s:4:"time";d:0.2399999
999999999911182158029987476766109466552734375;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:35.0199999999999960209606797434389591217041015625;s:5:"bytes";i:33
62;s:11:"size_before";i:6534;s:10:"size_after";i:6447;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:22.11999999999999744204615126363933086395263671875;s:5:"bytes";i:4
968;s:11:"size_before";i:19915;s:10:"size_after";i:19025;s:4:"time";d:0.07000000000
0000006661338147750939242541790008544921875;}s:14:"shop_thumbnail";O:8:"stdClass":5
:
{s:7:"percent";d:31.24000000000000198951966012828052043914794921875;s:5:"bytes";i:3
604;s:11:"size_before";i:8595;s:10:"size_after";i:8387;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:19025;s:10:"size_after";i:1
9025;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:24.8599999999999994315658113919198513031005859375;s:5:"bytes";i:39
94;s:11:"size_before";i:13273;s:10:"size_after";i:12870;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:10.5600000000000004973799150320701301097869873046875;s:5:"bytes";i
:4687;s:11:"size_before";i:39683;s:10:"size_after";i:39683;s:4:"time";d:0.080000000
00000000166533453693773481063544750213623046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53025, 1729, '_wp_attached_file',
'2013/06/Karton-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53026, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"Karton-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"Karton-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53027, 1729, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53028, 1729, '_wp_attached_file',
'2013/06/Karton-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53029, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"Karton-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"Karton-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"Karton-
2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53030, 1729, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (53031, 1729, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:17.94582498899087141808195156045258045196533203125;s:5:"bytes";i:1
9139;s:11:"size_before";i:90557;s:10:"size_after";i:89548;s:4:"time";d:0.1600000000
0000003108624468950438313186168670654296875;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:35.7999999999999971578290569595992565155029296875;s:5:"bytes";i:31
52;s:11:"size_before";i:5616;s:10:"size_after";i:5616;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:23.269999999999999573674358543939888477325439453125;s:5:"bytes";i:
4522;s:11:"size_before";i:16786;s:10:"size_after";i:16119;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:30.81000000000000227373675443232059478759765625;s:5:"bytes";i:3282
;s:11:"size_before";i:7526;s:10:"size_after";i:7479;s:4:"time";d:0.0200000000000000
004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:16119;s:10:"size_after";i:1
6119;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:2
0:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:26.879999999999999005240169935859739780426025390625;s:5:"bytes";i:
3778;s:11:"size_before";i:11183;s:10:"size_after";i:10888;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:11.6699999999999999289457264239899814128875732421875;s:5:"bytes";i
:4405;s:11:"size_before";i:33327;s:10:"size_after";i:33327;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53032, 1730, '_wp_attached_file',
'2013/06/Keychains.jpg');
INSERT INTO `wpor_postmeta` VALUES (53033, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Keychains-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"Keychains-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"Keychains-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53034, 1730, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53035, 1730, '_wp_attached_file',
'2013/06/Keychains.jpg');
INSERT INTO `wpor_postmeta` VALUES (53036, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Keychains-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"Keychains-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"Keychains-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:21:"Keychains-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53037, 1730, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:9.7209306942806765761133647174574434757232666015625;s:5:"bytes";i:
19144;s:11:"size_before";i:191757;s:10:"size_after";i:185947;s:4:"time";d:0.2600000
000000000088817841970012523233890533447265625;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.439999999999999946709294817992486059665679931640625;s:5:"bytes";
i:86;s:11:"size_before";i:5941;s:10:"size_after";i:5928;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:6.7400000000000002131628207280300557613372802734375;s:5:"bytes";i:
724;s:11:"size_before";i:10711;s:10:"size_after";i:10379;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:11.25;s:5:"bytes";i:4574;s:11:"size_before";i:40625;s:10:"size_aft
er";i:38368;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;
}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:4.0800000000000000710542735760100185871124267578125;s:5:"bytes";i:
310;s:11:"size_before";i:7557;s:10:"size_after";i:7432;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:7.4399999999999995026200849679298698902130126953125;s:5:"bytes";i:
1190;s:11:"size_before";i:15947;s:10:"size_after";i:15382;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:10.4199999999999999289457264239899814128875732421875;s:5:"bytes";i
:4696;s:11:"size_before";i:45046;s:10:"size_after";i:42728;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:4.9399999999999995026200849679298698902130126953125;s:5:"bytes";i:
460;s:11:"size_before";i:9280;s:10:"size_after";i:9080;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:11.1400000000000005684341886080801486968994140625;s:5:"bytes";i:71
04;s:11:"size_before";i:56650;s:10:"size_after";i:56650;s:4:"time";d:0.070000000000
000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53038, 1730, '_lpr_course', '1792');
INSERT INTO `wpor_postmeta` VALUES (53039, 1731, '_wp_attached_file',
'2013/06/Keychains-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53040, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Keychains-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Keychains-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"Keychains-2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53041, 1731, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53042, 1731, '_wp_attached_file',
'2013/06/Keychains-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53043, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Keychains-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Keychains-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"Keychains-2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:23:"Keychains-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53044, 1731, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:10.3463329695159558241357444785535335540771484375;s:5:"bytes";i:27
478;s:11:"size_before";i:258957;s:10:"size_after";i:250152;s:4:"time";d:0.299999999
999999988897769753748434595763683319091796875;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.9900000000000002131628207280300557613372802734375;s:5:"bytes";i:
198;s:11:"size_before";i:6579;s:10:"size_after";i:6510;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:8.85000000000000142108547152020037174224853515625;s:5:"bytes";i:11
46;s:11:"size_before";i:12917;s:10:"size_after";i:12374;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass":
5:
{s:7:"percent";d:11.5800000000000000710542735760100185871124267578125;s:5:"bytes";i
:6492;s:11:"size_before";i:56022;s:10:"size_after";i:52806;s:4:"time";d:0.089999999
9999999966693309261245303787291049957275390625;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:5.160000000000000142108547152020037174224853515625;s:5:"bytes";i:4
52;s:11:"size_before";i:8727;s:10:"size_after";i:8531;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:9.53999999999999914734871708787977695465087890625;s:5:"bytes";i:19
58;s:11:"size_before";i:20505;s:10:"size_after";i:19556;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:11.21000000000000085265128291212022304534912109375;s:5:"bytes";i:7
042;s:11:"size_before";i:62761;s:10:"size_after";i:59270;s:4:"time";d:0.08000000000
000000166533453693773481063544750213623046875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:6.75;s:5:"bytes";i:742;s:11:"size_before";i:10966;s:10:"size_after
";i:10625;s:4:"time";d:0.0100000000000000002081668171172168513294309377670288085937
5;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:10.5099999999999997868371792719699442386627197265625;s:5:"bytes";i
:9448;s:11:"size_before";i:80480;s:10:"size_after";i:80480;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53045, 1732, '_wp_attached_file',
'2013/06/Klappkarte-Kreuzstich.jpg');
INSERT INTO `wpor_postmeta` VALUES (53046, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"Klappkarte-
Kreuzstich-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"Klappkarte-
Kreuzstich-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53047, 1732, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53048, 1732, '_wp_attached_file',
'2013/06/Klappkarte-Kreuzstich.jpg');
INSERT INTO `wpor_postmeta` VALUES (53049, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"Klappkarte-
Kreuzstich-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"Klappkarte-
Kreuzstich-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:33:"Klappkarte-Kreuzstich-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53050, 1732, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:13.744441244295561688204543315805494785308837890625;s:5:"bytes";i:
14853;s:11:"size_before";i:93036;s:10:"size_after";i:92941;s:4:"time";d:0.180000000
0000000210942374678779742680490016937255859375;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:34.71000000000000085265128291212022304534912109375;s:5:"bytes";i:2
971;s:11:"size_before";i:5372;s:10:"size_after";i:5372;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:16.6400000000000005684341886080801486968994140625;s:5:"bytes";i:33
78;s:11:"size_before";i:17215;s:10:"size_after";i:17120;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":5
:
{s:7:"percent";d:29.4200000000000017053025658242404460906982421875;s:5:"bytes";i:29
91;s:11:"size_before";i:6977;s:10:"size_after";i:6977;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:17120;s:10:"size_after";i:1
7120;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:23.53999999999999914734871708787977695465087890625;s:5:"bytes";i:3
123;s:11:"size_before";i:10079;s:10:"size_after";i:10079;s:4:"time";d:0.05000000000
000000277555756156289135105907917022705078125;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:6.17999999999999971578290569595992565155029296875;s:5:"bytes";i:23
90;s:11:"size_before";i:36273;s:10:"size_after";i:36273;s:4:"time";d:0.040000000000
000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53051, 1733, '_wp_attached_file',
'2013/06/Klappkarte-Kreuzstich-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53052, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"Klappkarte-
Kreuzstich-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53053, 1733, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53054, 1733, '_wp_attached_file',
'2013/06/Klappkarte-Kreuzstich-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53055, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"Klappkarte-
Kreuzstich-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:
{s:4:"file";s:35:"Klappkarte-Kreuzstich-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53056, 1733, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:15.55799875151456745925315772183239459991455078125;s:5:"bytes";i:1
6400;s:11:"size_before";i:90063;s:10:"size_after";i:89651;s:4:"time";d:0.2299999999
99999982236431605997495353221893310546875;s:11:"api_version";s:3:"1.0";s:5:"lossy";
b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:34.0499999999999971578290569595992565155029296875;s:5:"bytes";i:30
38;s:11:"size_before";i:5733;s:10:"size_after";i:5733;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:19.77000000000000312638803734444081783294677734375;s:5:"bytes";i:3
856;s:11:"size_before";i:16639;s:10:"size_after";i:16305;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:29.699999999999999289457264239899814128875732421875;s:5:"bytes";i:
3100;s:11:"size_before";i:7251;s:10:"size_after";i:7251;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:16305;s:10:"size_after";i:1
6305;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:25.99000000000000198951966012828052043914794921875;s:5:"bytes";i:3
344;s:11:"size_before";i:9780;s:10:"size_after";i:9702;s:4:"time";d:0.0400000000000
00000832667268468867405317723751068115234375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:8.17999999999999971578290569595992565155029296875;s:5:"bytes";i:30
62;s:11:"size_before";i:34355;s:10:"size_after";i:34355;s:4:"time";d:0.110000000000
00000055511151231257827021181583404541015625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53057, 1734, '_wp_attached_file',
'2013/06/Klappkarte-Kreuzstich-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53058, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"Klappkarte-
Kreuzstich-3-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53059, 1734, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53060, 1734, '_wp_attached_file',
'2013/06/Klappkarte-Kreuzstich-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53061, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"Klappkarte-
Kreuzstich-3-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:
{s:4:"file";s:35:"Klappkarte-Kreuzstich-3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53062, 1734, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:13.293918782377570408925748779438436031341552734375;s:5:"bytes";i:
15932;s:11:"size_before";i:104650;s:10:"size_after";i:104351;s:4:"time";d:0.2100000
00000000019984014443252817727625370025634765625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:32.030000000000001136868377216160297393798828125;s:5:"bytes";i:305
0;s:11:"size_before";i:6334;s:10:"size_after";i:6334;s:4:"time";d:0.029999999999999
9988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:16.660000000000000142108547152020037174224853515625;s:5:"bytes";i:
3706;s:11:"size_before";i:19310;s:10:"size_after";i:19051;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:27.5799999999999982946974341757595539093017578125;s:5:"bytes";i:31
32;s:11:"size_before";i:8169;s:10:"size_after";i:8169;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:19051;s:10:"size_after";i:1
9051;s:4:"time";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:
"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:22.739999999999998436805981327779591083526611328125;s:5:"bytes";i:
3268;s:11:"size_before";i:11234;s:10:"size_after";i:11194;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:6.410000000000000142108547152020037174224853515625;s:5:"bytes";i:2
776;s:11:"size_before";i:40552;s:10:"size_after";i:40552;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53063, 1735, '_wp_attached_file',
'2013/06/Luggage-tag.jpg');
INSERT INTO `wpor_postmeta` VALUES (53064, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Luggage-tag-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Luggage-tag-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53065, 1735, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53066, 1735, '_wp_attached_file',
'2013/06/Luggage-tag.jpg');
INSERT INTO `wpor_postmeta` VALUES (53067, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Luggage-tag-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Luggage-tag-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:23:"Luggage-
tag-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53068, 1735, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:20.936997473880520459488252527080476284027099609375;s:5:"bytes";i:
15709;s:11:"size_before";i:59005;s:10:"size_after";i:58942;s:4:"time";d:0.179999999
999999993338661852249060757458209991455078125;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:43.25999999999999801048033987171947956085205078125;s:5:"bytes";i:2
951;s:11:"size_before";i:3633;s:10:"size_after";i:3633;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:23.86999999999999744204615126363933086395263671875;s:5:"bytes";i:3
314;s:11:"size_before";i:10771;s:10:"size_after";i:10708;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:37.67999999999999971578290569595992565155029296875;s:5:"bytes";i:3
002;s:11:"size_before";i:4780;s:10:"size_after";i:4780;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:10708;s:10:"size_after";i:1
0708;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:29.3900000000000005684341886080801486968994140625;s:5:"bytes";i:30
87;s:11:"size_before";i:7314;s:10:"size_after";i:7314;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:13.339999999999999857891452847979962825775146484375;s:5:"bytes";i:
3355;s:11:"size_before";i:21799;s:10:"size_after";i:21799;s:4:"time";d:0.1100000000
0000000055511151231257827021181583404541015625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53069, 1736, '_wp_attached_file',
'2013/06/Luggage-tag-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53070, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"Luggage-tag-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53071, 1736, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53072, 1736, '_wp_attached_file',
'2013/06/Luggage-tag-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53073, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"Luggage-tag-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:{s:4:"file";s:25:"Luggage-
tag-2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53074, 1736, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:20.727131514081239771485343226231634616851806640625;s:5:"bytes";i:
15606;s:11:"size_before";i:59260;s:10:"size_after";i:59220;s:4:"time";d:0.169999999
999999984456877655247808434069156646728515625;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:43.42999999999999971578290569595992565155029296875;s:5:"bytes";i:2
959;s:11:"size_before";i:3626;s:10:"size_after";i:3626;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:23.719999999999998863131622783839702606201171875;s:5:"bytes";i:326
8;s:11:"size_before";i:10643;s:10:"size_after";i:10603;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:37.92999999999999971578290569595992565155029296875;s:5:"bytes";i:2
989;s:11:"size_before";i:4693;s:10:"size_after";i:4693;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:10603;s:10:"size_after";i:1
0603;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:29.35000000000000142108547152020037174224853515625;s:5:"bytes";i:3
057;s:11:"size_before";i:7228;s:10:"size_after";i:7228;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:12.9199999999999999289457264239899814128875732421875;s:5:"bytes";i
:3333;s:11:"size_before";i:22467;s:10:"size_after";i:22467;s:4:"time";d:0.070000000
000000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53075, 1737, '_wp_attached_file',
'2013/06/Princely-pencil.jpg');
INSERT INTO `wpor_postmeta` VALUES (53076, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Princely-
pencil-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Princely-pencil-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53077, 1737, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53078, 1737, '_wp_attached_file',
'2013/06/Princely-pencil.jpg');
INSERT INTO `wpor_postmeta` VALUES (53079, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Princely-
pencil-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Princely-pencil-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:27:"Princely-pencil-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53080, 1737, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:29.308718448454641247735708020627498626708984375;s:5:"bytes";i:157
89;s:11:"size_before";i:37693;s:10:"size_after";i:37683;s:4:"time";d:0.300000000000
0000444089209850062616169452667236328125;s:11:"api_version";s:3:"1.0";s:5:"lossy";b
:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:52.86999999999999744204615126363933086395263671875;s:5:"bytes";i:2
996;s:11:"size_before";i:2479;s:10:"size_after";i:2479;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:32.93999999999999772626324556767940521240234375;s:5:"bytes";i:3208
;s:11:"size_before";i:6564;s:10:"size_after";i:6554;s:4:"time";d:0.0200000000000000
004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:47.590000000000003410605131648480892181396484375;s:5:"bytes";i:301
6;s:11:"size_before";i:3149;s:10:"size_after";i:3149;s:4:"time";d:0.149999999999999
9944488848768742172978818416595458984375;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:6554;s:10:"size_after";i:65
54;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:"s
ow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:38.5499999999999971578290569595992565155029296875;s:5:"bytes";i:31
28;s:11:"size_before";i:4927;s:10:"size_after";i:4927;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:19.71000000000000085265128291212022304534912109375;s:5:"bytes";i:3
441;s:11:"size_before";i:14020;s:10:"size_after";i:14020;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53081, 1738, '_wp_attached_file',
'2013/06/Smartphone-cases.jpg');
INSERT INTO `wpor_postmeta` VALUES (53082, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"Smartphone-
cases-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"Smartphone-
cases-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53083, 1738, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53084, 1738, '_wp_attached_file',
'2013/06/Smartphone-cases.jpg');
INSERT INTO `wpor_postmeta` VALUES (53085, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"Smartphone-
cases-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"Smartphone-
cases-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:28:"Smartphone-cases-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53086, 1738, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:17.55338031780301122353193932212889194488525390625;s:5:"bytes";i:1
7812;s:11:"size_before";i:85450;s:10:"size_after";i:84813;s:4:"time";d:0.2399999999
999999911182158029987476766109466552734375;s:11:"api_version";s:3:"1.0";s:5:"lossy"
;b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:37.57000000000000028421709430404007434844970703125;s:5:"bytes";i:3
071;s:11:"size_before";i:4985;s:10:"size_after";i:4985;s:4:"time";d:0.0400000000000
00000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:22.43999999999999772626324556767940521240234375;s:5:"bytes";i:4114
;s:11:"size_before";i:15566;s:10:"size_after";i:15103;s:4:"time";d:0.02999999999999
99988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:31.989999999999998436805981327779591083526611328125;s:5:"bytes";i:
3109;s:11:"size_before";i:6530;s:10:"size_after";i:6530;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:15103;s:10:"size_after";i:1
5103;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:
"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:25.800000000000000710542735760100185871124267578125;s:5:"bytes";i:
3536;s:11:"size_before";i:10716;s:10:"size_after";i:10542;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:10.9000000000000003552713678800500929355621337890625;s:5:"bytes";i
:3982;s:11:"size_before";i:32550;s:10:"size_after";i:32550;s:4:"time";d:0.080000000
00000000166533453693773481063544750213623046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53087, 1739, '_wp_attached_file',
'2013/06/Smartphone-cases-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53088, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"Smartphone-
cases-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53089, 1739, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53090, 1739, '_wp_attached_file',
'2013/06/Smartphone-cases-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53091, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"Smartphone-
cases-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:
{s:4:"file";s:30:"Smartphone-cases-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53092, 1739, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:21.01983002832861302522360347211360931396484375;s:5:"bytes";i:1484
0;s:11:"size_before";i:54930;s:10:"size_after";i:54930;s:4:"time";d:0.1400000000000
0001332267629550187848508358001708984375;s:11:"api_version";s:3:"1.0";s:5:"lossy";b
:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:45.27000000000000312638803734444081783294677734375;s:5:"bytes";i:2
926;s:11:"size_before";i:3276;s:10:"size_after";i:3276;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:23.5799999999999982946974341757595539093017578125;s:5:"bytes";i:31
39;s:11:"size_before";i:10122;s:10:"size_after";i:10122;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:39.11999999999999744204615126363933086395263671875;s:5:"bytes";i:2
917;s:11:"size_before";i:4269;s:10:"size_after";i:4269;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:10122;s:10:"size_after";i:1
0122;s:4:"time";d:0.059999999999999997779553950749686919152736663818359375;}s:20:"s
ow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:30.39999999999999857891452847979962825775146484375;s:5:"bytes";i:2
989;s:11:"size_before";i:6645;s:10:"size_after";i:6645;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:12.2799999999999993605115378159098327159881591796875;s:5:"bytes";i
:2869;s:11:"size_before";i:20496;s:10:"size_after";i:20496;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53093, 1740, '_wp_attached_file',
'2013/06/Princely-pencil-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53094, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"Princely-
pencil-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53095, 1740, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53096, 1740, '_wp_attached_file',
'2013/06/Princely-pencil-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53097, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"Princely-
pencil-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:
{s:4:"file";s:29:"Princely-pencil-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53098, 1740, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:34.4411478168452731551951728761196136474609375;s:5:"bytes";i:15555
;s:11:"size_before";i:29218;s:10:"size_after";i:29218;s:4:"time";d:0.13000000000000
000444089209850062616169452667236328125;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:
0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:56.35000000000000142108547152020037174224853515625;s:5:"bytes";i:2
997;s:11:"size_before";i:2131;s:10:"size_after";i:2131;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:38.5;s:5:"bytes";i:3176;s:11:"size_before";i:5061;s:10:"size_after
";i:5061;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:
14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:52.77000000000000312638803734444081783294677734375;s:5:"bytes";i:3
049;s:11:"size_before";i:2590;s:10:"size_after";i:2590;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:5061;s:10:"size_after";i:50
61;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:
"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:45.39999999999999857891452847979962825775146484375;s:5:"bytes";i:3
151;s:11:"size_before";i:3753;s:10:"size_after";i:3753;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:23.050000000000000710542735760100185871124267578125;s:5:"bytes";i:
3182;s:11:"size_before";i:10622;s:10:"size_after";i:10622;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53099, 1741, '_wp_attached_file',
'2013/06/Wood-postcard.jpg');
INSERT INTO `wpor_postmeta` VALUES (53100, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"Wood-postcard-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"Wood-postcard-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53101, 1741, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53102, 1741, '_wp_attached_file',
'2013/06/Wood-postcard.jpg');
INSERT INTO `wpor_postmeta` VALUES (53103, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"Wood-postcard-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"Wood-postcard-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:25:"Wood-
postcard-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53104, 1741, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:17.80361757601551886409652070142328739166259765625;s:5:"bytes";i:1
5438;s:11:"size_before";i:71288;s:10:"size_after";i:71147;s:4:"time";d:0.1300000000
0000000444089209850062616169452667236328125;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:38.8599999999999994315658113919198513031005859375;s:5:"bytes";i:29
76;s:11:"size_before";i:4471;s:10:"size_after";i:4471;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:21.480000000000000426325641456060111522674560546875;s:5:"bytes";i:
3470;s:11:"size_before";i:13125;s:10:"size_after";i:12984;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:33.42999999999999971578290569595992565155029296875;s:5:"bytes";i:3
021;s:11:"size_before";i:5849;s:10:"size_after";i:5849;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:12984;s:10:"size_after";i:1
2984;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:25.32000000000000028421709430404007434844970703125;s:5:"bytes";i:3
125;s:11:"size_before";i:9156;s:10:"size_after";i:9156;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:9.9700000000000006394884621840901672840118408203125;s:5:"bytes";i:
2846;s:11:"size_before";i:25703;s:10:"size_after";i:25703;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53105, 1742, '_wp_attached_file',
'2013/06/Wood-postcard-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53106, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Wood-postcard-
2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53107, 1742, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53108, 1742, '_wp_attached_file',
'2013/06/Wood-postcard-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53109, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Wood-postcard-
2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:{s:4:"file";s:27:"Wood-
postcard-2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53110, 1742, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:14.9693535450311348000695943483151495456695556640625;s:5:"bytes";i
:16136;s:11:"size_before";i:92159;s:10:"size_after";i:91904;s:4:"time";d:0.29999999
9999999988897769753748434595763683319091796875;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:35.030000000000001136868377216160297393798828125;s:5:"bytes";i:301
3;s:11:"size_before";i:5412;s:10:"size_after";i:5412;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:18.7000000000000028421709430404007434844970703125;s:5:"bytes";i:36
98;s:11:"size_before";i:16837;s:10:"size_after";i:16582;s:4:"time";d:0.050000000000
00000277555756156289135105907917022705078125;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:29.910000000000000142108547152020037174224853515625;s:5:"bytes";i:
3080;s:11:"size_before";i:7110;s:10:"size_after";i:7110;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:16582;s:10:"size_after";i:1
6582;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:21.440000000000001278976924368180334568023681640625;s:5:"bytes";i:
3168;s:11:"size_before";i:11587;s:10:"size_after";i:11587;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:8.4000000000000003552713678800500929355621337890625;s:5:"bytes";i:
3177;s:11:"size_before";i:34631;s:10:"size_after";i:34631;s:4:"time";d:0.1499999999
999999944488848768742172978818416595458984375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53111, 1743, '_wp_attached_file',
'2013/06/Wood-postcard-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53112, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Wood-postcard-
3-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53113, 1743, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53114, 1743, '_wp_attached_file',
'2013/06/Wood-postcard-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53115, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Wood-postcard-
3-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:20:"sow-carousel-default";a:4:{s:4:"file";s:27:"Wood-
postcard-3-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53116, 1743, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:17.375856248206563492431087070144712924957275390625;s:5:"bytes";i:
15901;s:11:"size_before";i:75779;s:10:"size_after";i:75626;s:4:"time";d:0.110000000
00000000055511151231257827021181583404541015625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:38.280000000000001136868377216160297393798828125;s:5:"bytes";i:300
7;s:11:"size_before";i:4667;s:10:"size_after";i:4667;s:4:"time";d:0.010000000000000
00020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:20.610000000000002984279490192420780658721923828125;s:5:"bytes";i:
3494;s:11:"size_before";i:13938;s:10:"size_after";i:13785;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:32.82000000000000028421709430404007434844970703125;s:5:"bytes";i:3
054;s:11:"size_before";i:6118;s:10:"size_after";i:6118;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:13785;s:10:"size_after";i:1
3785;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:24.510000000000001563194018672220408916473388671875;s:5:"bytes";i:
3180;s:11:"size_before";i:9786;s:10:"size_after";i:9786;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:10.3300000000000000710542735760100185871124267578125;s:5:"bytes";i
:3166;s:11:"size_before";i:27485;s:10:"size_after";i:27485;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53117, 1748, '_wp_attached_file',
'2015/10/logo-top-2.png');
INSERT INTO `wpor_postmeta` VALUES (53118, 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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53119, 1748, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53120, 1748, '_wp_attached_file',
'2015/10/logo-top-2.png');
INSERT INTO `wpor_postmeta` VALUES (53121, 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";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53122, 1748, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:18.4210526315789451246018870733678340911865234375;s:5:"bytes";i:42
7;s:11:"size_before";i:1891;s:10:"size_after";i:1891;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:1:{s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:18.4200000000000017053025658242404460906982421875;s:5:"bytes";i:42
7;s:11:"size_before";i:1891;s:10:"size_after";i:1891;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53123, 1749, '_wp_attached_file',
'2015/10/logo-top-3.png');
INSERT INTO `wpor_postmeta` VALUES (53124, 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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53125, 1749, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53126, 1749, '_wp_attached_file',
'2015/10/logo-top-3.png');
INSERT INTO `wpor_postmeta` VALUES (53127, 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";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53128, 1749, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:15.9912376779846656660311055020429193973541259765625;s:5:"bytes";i
:146;s:11:"size_before";i:767;s:10:"size_after";i:767;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:1:{s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:15.9900000000000002131628207280300557613372802734375;s:5:"bytes";i
:146;s:11:"size_before";i:767;s:10:"size_after";i:767;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53129, 1769, '_wp_attached_file',
'2015/10/blog-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53130, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-2-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53131, 1769, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53132, 1769, '_wp_attached_file',
'2015/10/blog-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53133, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-2-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"blog-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53134, 1769, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.9365876454420882790685709551325999200344085693359375;s:5:"bytes"
;i:4890;s:11:"size_before";i:252506;s:10:"size_after";i:250061;s:4:"time";d:0.26000
00000000000088817841970012523233890533447265625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.1399999999999999023003738329862244427204132080078125;s:5:"bytes"
;i:106;s:11:"size_before";i:9270;s:10:"size_after";i:9217;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:0.92000000000000003996802888650563545525074005126953125;s:5:"bytes
";i:130;s:11:"size_before";i:14214;s:10:"size_after";i:14149;s:4:"time";d:0.0100000
0000000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdC
lass":5:
{s:7:"percent";d:2.5;s:5:"bytes";i:1478;s:11:"size_before";i:58998;s:10:"size_after
";i:58259;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}
s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.359999999999999875655021241982467472553253173828125;s:5:"bytes";
i:292;s:11:"size_before";i:12332;s:10:"size_after";i:12186;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:3.2400000000000002131628207280300557613372802734375;s:5:"bytes";i:
872;s:11:"size_before";i:26961;s:10:"size_after";i:26525;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:2.87999999999999989341858963598497211933135986328125;s:5:"bytes";i
:1748;s:11:"size_before";i:60778;s:10:"size_after";i:59904;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:1.6999999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:264;s:11:"size_before";i:15453;s:10:"size_after";i:15321;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:54500;s:10:"size_after";i:5
4500;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53135, 1770, '_wp_attached_file',
'2015/10/blog-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53136, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-3-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53137, 1770, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53138, 1770, '_wp_attached_file',
'2015/10/blog-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53139, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-3-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"blog-3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53140, 1770, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.4074170012519966466157939066761173307895660400390625;s:5:"bytes"
;i:3586;s:11:"size_before";i:254793;s:10:"size_after";i:253000;s:4:"time";d:0.36000
0000000000042188474935755948536098003387451171875;s:11:"api_version";s:3:"1.0";s:5:
"lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.479999999999999982236431605997495353221893310546875;s:5:"bytes";
i:40;s:11:"size_before";i:8495;s:10:"size_after";i:8475;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:1.479999999999999982236431605997495353221893310546875;s:5:"bytes";
i:232;s:11:"size_before";i:15706;s:10:"size_after";i:15590;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClas
s":5:
{s:7:"percent";d:1.45999999999999996447286321199499070644378662109375;s:5:"bytes";i
:940;s:11:"size_before";i:64154;s:10:"size_after";i:63684;s:4:"time";d:0.0700000000
00000006661338147750939242541790008544921875;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:1.2800000000000000266453525910037569701671600341796875;s:5:"bytes"
;i:144;s:11:"size_before";i:11276;s:10:"size_after";i:11204;s:4:"time";d:0.02999999
99999999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:2.7599999999999997868371792719699442386627197265625;s:5:"bytes";i:
668;s:11:"size_before";i:24247;s:10:"size_after";i:23913;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:1.939999999999999946709294817992486059665679931640625;s:5:"bytes";
i:1112;s:11:"size_before";i:57423;s:10:"size_after";i:56867;s:4:"time";d:0.07000000
0000000006661338147750939242541790008544921875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.70000000000000017763568394002504646778106689453125;s:5:"bytes";i
:450;s:11:"size_before";i:16684;s:10:"size_after";i:16459;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:56808;s:10:"size_after";i:5
6808;s:4:"time";d:0.08000000000000000166533453693773481063544750213623046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53141, 1771, '_wp_attached_file',
'2015/10/blog-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53142, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-4-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53143, 1771, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53144, 1771, '_wp_attached_file',
'2015/10/blog-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53145, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-4-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"blog-4-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53146, 1771, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.3024614324951269139774012728594243526458740234375;s:5:"bytes";i:
11034;s:11:"size_before";i:333626;s:10:"size_after";i:328561;s:4:"time";d:0.5;s:11:
"api_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:8:
{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.29999999999999982236431605997495353221893310546875;s:5:"bytes";i
:246;s:11:"size_before";i:10667;s:10:"size_after";i:10557;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:5.54000000000000003552713678800500929355621337890625;s:5:"bytes";i
:1166;s:11:"size_before";i:21004;s:10:"size_after";i:20434;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdCla
ss":5:
{s:7:"percent";d:4.6699999999999999289457264239899814128875732421875;s:5:"bytes";i:
4050;s:11:"size_before";i:86867;s:10:"size_after";i:84855;s:4:"time";d:0.1700000000
000000122124532708767219446599483489990234375;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:3.0999999999999996447286321199499070644378662109375;s:5:"bytes";i:
442;s:11:"size_before";i:14252;s:10:"size_after";i:14044;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:3.9399999999999995026200849679298698902130126953125;s:5:"bytes";i:
1192;s:11:"size_before";i:30205;s:10:"size_after";i:29622;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:11:"shop_single";O:8:"stdClass
":5:
{s:7:"percent";d:3.25;s:5:"bytes";i:2312;s:11:"size_before";i:71198;s:10:"size_afte
r";i:70055;s:4:"time";d:0.070000000000000006661338147750939242541790008544921875;}s
:20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:4.46999999999999975131004248396493494510650634765625;s:5:"bytes";i
:904;s:11:"size_before";i:20214;s:10:"size_after";i:19775;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.90000000000000002220446049250313080847263336181640625;s:5:"bytes
";i:722;s:11:"size_before";i:79219;s:10:"size_after";i:79219;s:4:"time";d:0.2000000
00000000011102230246251565404236316680908203125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53147, 1779, '_wp_attached_file',
'2015/11/learnpress-course1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53148, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"learnpress-
course1-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"learnpress-
course1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53149, 1779, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53150, 1779, '_wp_attached_file',
'2015/11/learnpress-course1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53151, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"learnpress-
course1-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"learnpress-
course1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:30:"learnpress-course1-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53152, 1779, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:7.44194939148177692089802803820930421352386474609375;s:5:"bytes";i
:5047;s:11:"size_before";i:63079;s:10:"size_after";i:62925;s:4:"time";d:0.110000000
00000000055511151231257827021181583404541015625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:14.32000000000000028421709430404007434844970703125;s:5:"bytes";i:8
13;s:11:"size_before";i:4770;s:10:"size_after";i:4770;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:8.3499999999999996447286321199499070644378662109375;s:5:"bytes";i:
1037;s:11:"size_before";i:11577;s:10:"size_after";i:11512;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:12.0099999999999997868371792719699442386627197265625;s:5:"bytes";i
:840;s:11:"size_before";i:6087;s:10:"size_after";i:6087;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:11512;s:10:"size_after";i:1
1512;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:10.0200000000000013500311979441903531551361083984375;s:5:"bytes";i
:1085;s:11:"size_before";i:9999;s:10:"size_after";i:9910;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:6.230000000000000426325641456060111522674560546875;s:5:"bytes";i:1
272;s:11:"size_before";i:19134;s:10:"size_after";i:19134;s:4:"time";d:0.05000000000
000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53153, 1780, '_wp_attached_file',
'2015/11/011.jpg');
INSERT INTO `wpor_postmeta` VALUES (53154, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"011-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"011-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53155, 1780, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53156, 1780, '_wp_attached_file',
'2015/11/011.jpg');
INSERT INTO `wpor_postmeta` VALUES (53157, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"011-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"011-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:15:"011-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53158, 1780, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:71.7044213028187868985696695744991302490234375;s:5:"bytes";i:12667
8;s:11:"size_before";i:50071;s:10:"size_after";i:50007;s:4:"time";d:0.1900000000000
00002220446049250313080847263336181640625;s:11:"api_version";s:3:"1.0";s:5:"lossy";
b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:87.06000000000000227373675443232059478759765625;s:5:"bytes";i:2219
0;s:11:"size_before";i:3200;s:10:"size_after";i:3200;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:77.6799999999999926103555480949580669403076171875;s:5:"bytes";i:22
416;s:11:"size_before";i:6838;s:10:"size_after";i:6774;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:85.4200000000000017053025658242404460906982421875;s:5:"bytes";i:22
153;s:11:"size_before";i:3647;s:10:"size_after";i:3647;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:6774;s:10:"size_after";i:67
74;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20
:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:78.7999999999999971578290569595992565155029296875;s:5:"bytes";i:22
249;s:11:"size_before";i:5948;s:10:"size_after";i:5948;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:61.4200000000000017053025658242404460906982421875;s:5:"bytes";i:37
670;s:11:"size_before";i:23664;s:10:"size_after";i:23664;s:4:"time";d:0.11000000000
000000055511151231257827021181583404541015625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53159, 1781, '_wp_attached_file',
'2015/11/231.jpg');
INSERT INTO `wpor_postmeta` VALUES (53160, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"231-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"231-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53161, 1781, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53162, 1781, '_wp_attached_file',
'2015/11/231.jpg');
INSERT INTO `wpor_postmeta` VALUES (53163, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"231-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"231-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:15:"231-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53164, 1781, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:6.57393330305842393812554291798733174800872802734375;s:5:"bytes";i
:6659;s:11:"size_before";i:93902;s:10:"size_after";i:93902;s:4:"time";d:0.150000000
00000002220446049250313080847263336181640625;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:12.1199999999999992184029906638897955417633056640625;s:5:"bytes";i
:718;s:11:"size_before";i:5016;s:10:"size_after";i:5016;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:5.839999999999999857891452847979962825775146484375;s:5:"bytes";i:7
63;s:11:"size_before";i:12166;s:10:"size_after";i:12166;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:10.300000000000000710542735760100185871124267578125;s:5:"bytes";i:
754;s:11:"size_before";i:6410;s:10:"size_after";i:6410;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:12166;s:10:"size_after";i:1
2166;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:2
0:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:7.04999999999999982236431605997495353221893310546875;s:5:"bytes";i
:804;s:11:"size_before";i:10497;s:10:"size_after";i:10497;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:7.05999999999999960920149533194489777088165283203125;s:5:"bytes";i
:3620;s:11:"size_before";i:47647;s:10:"size_after";i:47647;s:4:"time";d:0.070000000
000000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53165, 1782, '_wp_attached_file', '2015/11/php-
course1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53166, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"php-course1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"php-course1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53167, 1782, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53168, 1782, '_wp_attached_file', '2015/11/php-
course1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53169, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"php-course1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"php-course1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:23:"php-
course1-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53170, 1782, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:10.060232276167567988522932864725589752197265625;s:5:"bytes";i:477
0;s:11:"size_before";i:42845;s:10:"size_after";i:42689;s:4:"time";d:0.1200000000000
0000943689570931383059360086917877197265625;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:19.07000000000000028421709430404007434844970703125;s:5:"bytes";i:7
63;s:11:"size_before";i:3095;s:10:"size_after";i:3095;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:13.92999999999999971578290569595992565155029296875;s:5:"bytes";i:1
219;s:11:"size_before";i:7976;s:10:"size_after";i:7820;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:16.89999999999999857891452847979962825775146484375;s:5:"bytes";i:8
00;s:11:"size_before";i:3828;s:10:"size_after";i:3828;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:7820;s:10:"size_after";i:78
20;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:
"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:11.96000000000000085265128291212022304534912109375;s:5:"bytes";i:8
75;s:11:"size_before";i:6406;s:10:"size_after";i:6406;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:7.5;s:5:"bytes";i:1113;s:11:"size_before";i:13720;s:10:"size_after
";i:13720;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}
}}');
INSERT INTO `wpor_postmeta` VALUES (53171, 1783, '_wp_attached_file',
'2015/11/101.jpg');
INSERT INTO `wpor_postmeta` VALUES (53172, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"101-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"101-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53173, 1783, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53174, 1783, '_wp_attached_file',
'2015/11/101.jpg');
INSERT INTO `wpor_postmeta` VALUES (53175, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"101-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"101-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:15:"101-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53176, 1783, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:11.6017772282867834832131848088465631008148193359375;s:5:"bytes";i
:7155;s:11:"size_before";i:54631;s:10:"size_after";i:54541;s:4:"time";d:0.140000000
00000001332267629550187848508358001708984375;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:19.53999999999999914734871708787977695465087890625;s:5:"bytes";i:8
17;s:11:"size_before";i:3274;s:10:"size_after";i:3274;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:13.2200000000000006394884621840901672840118408203125;s:5:"bytes";i
:1087;s:11:"size_before";i:7404;s:10:"size_after";i:7314;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:16.85000000000000142108547152020037174224853515625;s:5:"bytes";i:8
38;s:11:"size_before";i:4065;s:10:"size_after";i:4065;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:7314;s:10:"size_after";i:73
14;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:
"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:12.9199999999999999289457264239899814128875732421875;s:5:"bytes";i
:899;s:11:"size_before";i:6050;s:10:"size_after";i:6050;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:11.699999999999999289457264239899814128875732421875;s:5:"bytes";i:
3514;s:11:"size_before";i:26524;s:10:"size_after";i:26524;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53177, 1785, '_wp_attached_file',
'2015/11/111.jpg');
INSERT INTO `wpor_postmeta` VALUES (53178, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"111-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"111-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53179, 1785, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53180, 1785, '_wp_attached_file',
'2015/11/111.jpg');
INSERT INTO `wpor_postmeta` VALUES (53181, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"111-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"111-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:15:"111-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53182, 1785, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:11.333201267828844294172085938043892383575439453125;s:5:"bytes";i:
5721;s:11:"size_before";i:44511;s:10:"size_after";i:44511;s:4:"time";d:0.1300000000
0000000444089209850062616169452667236328125;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:19.9200000000000017053025658242404460906982421875;s:5:"bytes";i:77
7;s:11:"size_before";i:2994;s:10:"size_after";i:2994;s:4:"time";d:0.010000000000000
00020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:12.5800000000000000710542735760100185871124267578125;s:5:"bytes";i
:906;s:11:"size_before";i:6297;s:10:"size_after";i:6297;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":5
:
{s:7:"percent";d:18.129999999999999005240169935859739780426025390625;s:5:"bytes";i:
841;s:11:"size_before";i:3731;s:10:"size_after";i:3731;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:6297;s:10:"size_after";i:62
97;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:
"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:13.5;s:5:"bytes";i:857;s:11:"size_before";i:5439;s:10:"size_after"
;i:5439;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;
}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:10.589999999999999857891452847979962825775146484375;s:5:"bytes";i:
2340;s:11:"size_before";i:19753;s:10:"size_after";i:19753;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53183, 1793, '_wp_attached_file',
'2015/11/081.jpg');
INSERT INTO `wpor_postmeta` VALUES (53184, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"081-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"081-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53185, 1793, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53186, 1793, '_wp_attached_file',
'2015/11/081.jpg');
INSERT INTO `wpor_postmeta` VALUES (53187, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"081-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"081-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:15:"081-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53188, 1793, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:9.8113857818717296055410770350135862827301025390625;s:5:"bytes";i:
6263;s:11:"size_before";i:56390;s:10:"size_after";i:56390;s:4:"time";d:0.1699999999
99999984456877655247808434069156646728515625;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:17.1700000000000017053025658242404460906982421875;s:5:"bytes";i:70
8;s:11:"size_before";i:3216;s:10:"size_after";i:3216;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:7.230000000000000426325641456060111522674560546875;s:5:"bytes";i:6
16;s:11:"size_before";i:7608;s:10:"size_after";i:7608;s:4:"time";d:0.05000000000000
000277555756156289135105907917022705078125;}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:14.1699999999999999289457264239899814128875732421875;s:5:"bytes";i
:693;s:11:"size_before";i:3983;s:10:"size_after";i:3983;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:7608;s:10:"size_after";i:76
08;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20
:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:10.0099999999999997868371792719699442386627197265625;s:5:"bytes";i
:721;s:11:"size_before";i:6294;s:10:"size_after";i:6294;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:11.300000000000000710542735760100185871124267578125;s:5:"bytes";i:
3525;s:11:"size_before";i:27681;s:10:"size_after";i:27681;s:4:"time";d:0.0599999999
99999997779553950749686919152736663818359375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53189, 1913, '_wp_attached_file',
'2015/11/141.jpg');
INSERT INTO `wpor_postmeta` VALUES (53190, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"141-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"141-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53191, 1913, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53192, 1913, '_wp_attached_file',
'2015/11/141.jpg');
INSERT INTO `wpor_postmeta` VALUES (53193, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"141-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"141-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:15:"141-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53194, 1913, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:11.4283363501727830424670173670165240764617919921875;s:5:"bytes";i
:5556;s:11:"size_before";i:41846;s:10:"size_after";i:41846;s:4:"time";d:0.160000000
0000000033306690738754696212708950042724609375;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:21.60000000000000142108547152020037174224853515625;s:5:"bytes";i:7
08;s:11:"size_before";i:2371;s:10:"size_after";i:2371;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:8.6899999999999995026200849679298698902130126953125;s:5:"bytes";i:
594;s:11:"size_before";i:5925;s:10:"size_after";i:5925;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:17.39999999999999857891452847979962825775146484375;s:5:"bytes";i:6
66;s:11:"size_before";i:2920;s:10:"size_after";i:2920;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:5925;s:10:"size_after";i:59
25;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:"s
ow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:12.839999999999999857891452847979962825775146484375;s:5:"bytes";i:
759;s:11:"size_before";i:5004;s:10:"size_after";i:5004;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:12.5600000000000004973799150320701301097869873046875;s:5:"bytes";i
:2829;s:11:"size_before";i:19701;s:10:"size_after";i:19701;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53195, 2411, '_wp_attached_file',
'2015/11/071.jpg');
INSERT INTO `wpor_postmeta` VALUES (53196, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"071-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"071-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53197, 2411, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53198, 2411, '_wp_attached_file',
'2015/11/071.jpg');
INSERT INTO `wpor_postmeta` VALUES (53199, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"071-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"071-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:15:"071-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53200, 2411, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:10.7027662884681067367864670814014971256256103515625;s:5:"bytes";i
:5641;s:11:"size_before";i:45949;s:10:"size_after";i:45949;s:4:"time";d:0.210000000
000000019984014443252817727625370025634765625;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:19.60000000000000142108547152020037174224853515625;s:5:"bytes";i:7
00;s:11:"size_before";i:2665;s:10:"size_after";i:2665;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:8.160000000000000142108547152020037174224853515625;s:5:"bytes";i:6
03;s:11:"size_before";i:6485;s:10:"size_after";i:6485;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:17.480000000000000426325641456060111522674560546875;s:5:"bytes";i:
711;s:11:"size_before";i:3160;s:10:"size_after";i:3160;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:6485;s:10:"size_after";i:64
85;s:4:"time";d:0.059999999999999997779553950749686919152736663818359375;}s:20:"sow
-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:12.7799999999999993605115378159098327159881591796875;s:5:"bytes";i
:802;s:11:"size_before";i:5368;s:10:"size_after";i:5368;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:11.480000000000000426325641456060111522674560546875;s:5:"bytes";i:
2825;s:11:"size_before";i:21786;s:10:"size_after";i:21786;s:4:"time";d:0.0800000000
0000000166533453693773481063544750213623046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53201, 2413, '_wp_attached_file',
'2015/11/091.jpg');
INSERT INTO `wpor_postmeta` VALUES (53202, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"091-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"091-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53203, 2413, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53204, 2413, '_wp_attached_file',
'2015/11/091.jpg');
INSERT INTO `wpor_postmeta` VALUES (53205, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"091-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"091-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:15:"091-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53206, 2413, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:15.76351433503828758375675533898174762725830078125;s:5:"bytes";i:7
135;s:11:"size_before";i:38989;s:10:"size_after";i:38679;s:4:"time";d:0.14999999999
99999944488848768742172978818416595458984375;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:27.030000000000001136868377216160297393798828125;s:5:"bytes";i:832
;s:11:"size_before";i:2171;s:10:"size_after";i:2171;s:4:"time";d:0.0100000000000000
0020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:22.0499999999999971578290569595992565155029296875;s:5:"bytes";i:13
73;s:11:"size_before";i:5493;s:10:"size_after";i:5260;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:23.769999999999999573674358543939888477325439453125;s:5:"bytes";i:
890;s:11:"size_before";i:2838;s:10:"size_after";i:2838;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:5260;s:10:"size_after";i:52
60;s:4:"time";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:21.93999999999999772626324556767940521240234375;s:5:"bytes";i:1061
;s:11:"size_before";i:4008;s:10:"size_after";i:3931;s:4:"time";d:0.0100000000000000
0020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:13.4199999999999999289457264239899814128875732421875;s:5:"bytes";i
:2979;s:11:"size_before";i:19219;s:10:"size_after";i:19219;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53207, 2415, '_wp_attached_file',
'2015/11/061.jpg');
INSERT INTO `wpor_postmeta` VALUES (53208, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"061-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"061-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53209, 2415, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53210, 2415, '_wp_attached_file',
'2015/11/061.jpg');
INSERT INTO `wpor_postmeta` VALUES (53211, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"061-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"061-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:15:"061-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53212, 2415, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:13.88930406482182888794341124594211578369140625;s:5:"bytes";i:6761
;s:11:"size_before";i:42414;s:10:"size_after";i:42206;s:4:"time";d:0.16999999999999
9984456877655247808434069156646728515625;s:11:"api_version";s:3:"1.0";s:5:"lossy";b
:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:24.129999999999999005240169935859739780426025390625;s:5:"bytes";i:
821;s:11:"size_before";i:2495;s:10:"size_after";i:2495;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:18.00999999999999801048033987171947956085205078125;s:5:"bytes";i:1
213;s:11:"size_before";i:5957;s:10:"size_after";i:5804;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:20.9200000000000017053025658242404460906982421875;s:5:"bytes";i:84
5;s:11:"size_before";i:3132;s:10:"size_after";i:3132;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:5804;s:10:"size_after";i:58
04;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20
:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:17.530000000000001136868377216160297393798828125;s:5:"bytes";i:101
7;s:11:"size_before";i:4952;s:10:"size_after";i:4897;s:4:"time";d:0.010000000000000
00020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:12.4900000000000002131628207280300557613372802734375;s:5:"bytes";i
:2865;s:11:"size_before";i:20074;s:10:"size_after";i:20074;s:4:"time";d:0.089999999
9999999966693309261245303787291049957275390625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53213, 2461, '_wp_attached_file',
'2015/11/051.jpg');
INSERT INTO `wpor_postmeta` VALUES (53214, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"051-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"051-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53215, 2461, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53216, 2461, '_wp_attached_file',
'2015/11/051.jpg');
INSERT INTO `wpor_postmeta` VALUES (53217, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"051-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"051-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:15:"051-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53218, 2461, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:13.8455855190247500985378792393021285533905029296875;s:5:"bytes";i
:5622;s:11:"size_before";i:34551;s:10:"size_after";i:34551;s:4:"time";d:0.120000000
00000000943689570931383059360086917877197265625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:23.92999999999999971578290569595992565155029296875;s:5:"bytes";i:7
36;s:11:"size_before";i:2168;s:10:"size_after";i:2168;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:14.8599999999999994315658113919198513031005859375;s:5:"bytes";i:85
8;s:11:"size_before";i:4866;s:10:"size_after";i:4866;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClass":5
:
{s:7:"percent";d:22.699999999999999289457264239899814128875732421875;s:5:"bytes";i:
805;s:11:"size_before";i:2639;s:10:"size_after";i:2639;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:4866;s:10:"size_after";i:48
66;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:"so
w-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:17.050000000000000710542735760100185871124267578125;s:5:"bytes";i:
846;s:11:"size_before";i:4054;s:10:"size_after";i:4054;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:12.96000000000000085265128291212022304534912109375;s:5:"bytes";i:2
377;s:11:"size_before";i:15958;s:10:"size_after";i:15958;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53219, 2463, '_wp_attached_file',
'2015/11/041.jpg');
INSERT INTO `wpor_postmeta` VALUES (53220, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"041-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"041-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53221, 2463, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53222, 2463, '_wp_attached_file',
'2015/11/041.jpg');
INSERT INTO `wpor_postmeta` VALUES (53223, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"041-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"041-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:15:"041-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53224, 2463, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:11.4879788086992551399134754319675266742706298828125;s:5:"bytes";i
:6768;s:11:"size_before";i:52125;s:10:"size_after";i:52068;s:4:"time";d:0.160000000
0000000033306690738754696212708950042724609375;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:19.629999999999999005240169935859739780426025390625;s:5:"bytes";i:
809;s:11:"size_before";i:3215;s:10:"size_after";i:3215;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:12.760000000000001563194018672220408916473388671875;s:5:"bytes";i:
1021;s:11:"size_before";i:7151;s:10:"size_after";i:7094;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:17.010000000000001563194018672220408916473388671875;s:5:"bytes";i:
836;s:11:"size_before";i:4009;s:10:"size_after";i:4009;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:7094;s:10:"size_after";i:70
94;s:4:"time";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:12.8100000000000004973799150320701301097869873046875;s:5:"bytes";i
:876;s:11:"size_before";i:5934;s:10:"size_after";i:5934;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:11.53999999999999914734871708787977695465087890625;s:5:"bytes";i:3
226;s:11:"size_before";i:24722;s:10:"size_after";i:24722;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53225, 2788, '_wp_attached_file',
'2015/06/course-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53226, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-1-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53227, 2788, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53228, 2788, '_wp_attached_file',
'2015/06/course-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53229, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-1-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"course-
1-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53230, 2788, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.2090379573844582949959658435545861721038818359375;s:5:"bytes";i:
6714;s:11:"size_before";i:303795;s:10:"size_after";i:300571;s:4:"time";d:0.47999999
9999999926725280374739668332040309906005859375;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.8300000000000000710542735760100185871124267578125;s:5:"bytes";i:
74;s:11:"size_before";i:8922;s:10:"size_after";i:8898;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:1.810000000000000053290705182007513940334320068359375;s:5:"bytes";
i:316;s:11:"size_before";i:17424;s:10:"size_after";i:17279;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClas
s":5:
{s:7:"percent";d:2.770000000000000017763568394002504646778106689453125;s:5:"bytes";
i:2134;s:11:"size_before";i:76998;s:10:"size_after";i:75944;s:4:"time";d:0.17000000
00000000122124532708767219446599483489990234375;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:0.9000000000000001332267629550187848508358001708984375;s:5:"bytes"
;i:106;s:11:"size_before";i:11695;s:10:"size_after";i:11655;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:3.17999999999999971578290569595992565155029296875;s:5:"bytes";i:84
8;s:11:"size_before";i:26648;s:10:"size_after";i:26237;s:4:"time";d:0.0400000000000
00000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:3.6699999999999999289457264239899814128875732421875;s:5:"bytes";i:
2738;s:11:"size_before";i:74528;s:10:"size_after";i:73172;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.42999999999999971578290569595992565155029296875;s:5:"bytes";i:41
4;s:11:"size_before";i:16969;s:10:"size_after";i:16775;s:4:"time";d:0.0400000000000
00000832667268468867405317723751068115234375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.11999999999999999555910790149937383830547332763671875;s:5:"bytes
";i:84;s:11:"size_before";i:70611;s:10:"size_after";i:70611;s:4:"time";d:0.11000000
000000000055511151231257827021181583404541015625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53231, 2790, '_wp_attached_file',
'2015/06/course-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53232, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-2-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53233, 2790, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53234, 2790, '_wp_attached_file',
'2015/06/course-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53235, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-2-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"course-
2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53236, 2790, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.3403490344994748451057375859818421304225921630859375;s:5:"bytes"
;i:674;s:11:"size_before";i:198032;s:10:"size_after";i:197695;s:4:"time";d:0.280000
0000000000266453525910037569701671600341796875;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:6744;s:10:"size_after";i:67
44;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:"
medium";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:13110;s:10:"size_after";i:1
3110;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:"
medium_large";O:8:"stdClass":5:
{s:7:"percent";d:1.3000000000000000444089209850062616169452667236328125;s:5:"bytes"
;i:674;s:11:"size_before";i:52162;s:10:"size_after";i:51825;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:8886;s:10:"size_after";i:88
86;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12
:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:18355;s:10:"size_after";i:1
8355;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:42895;s:10:"size_after";i:4
2895;s:4:"time";d:0.070000000000000006661338147750939242541790008544921875;}s:20:"s
ow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:12440;s:10:"size_after";i:1
2440;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:
4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:43440;s:10:"size_after";i:4
3440;s:4:"time";d:0.0899999999999999966693309261245303787291049957275390625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53237, 2809, '_wp_attached_file', '2015/11/bg-
home-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53238, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"bg-home-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"bg-home-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"bg-home-2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53239, 2809, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53240, 2809, '_wp_attached_file', '2015/11/bg-
home-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53241, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"bg-home-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"bg-home-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"bg-home-2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:21:"bg-home-
2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53242, 2809, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.7214789614661156758046445247600786387920379638671875;s:5:"bytes"
;i:4878;s:11:"size_before";i:283361;s:10:"size_after";i:280922;s:4:"time";d:0.35999
999999999998667732370449812151491641998291015625;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.2399999999999999911182158029987476766109466552734375;s:5:"bytes"
;i:20;s:11:"size_before";i:8505;s:10:"size_after";i:8495;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.70000000000000017763568394002504646778106689453125;s:5:"bytes";i
:522;s:11:"size_before";i:14078;s:10:"size_after";i:13817;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:2.87999999999999989341858963598497211933135986328125;s:5:"bytes";i
:1608;s:11:"size_before";i:55910;s:10:"size_after";i:55106;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:1.899999999999999911182158029987476766109466552734375;s:5:"bytes";
i:1636;s:11:"size_before";i:86266;s:10:"size_after";i:85448;s:4:"time";d:0.14999999
99999999944488848768742172978818416595458984375;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:0.61999999999999999555910790149937383830547332763671875;s:5:"bytes
";i:70;s:11:"size_before";i:11358;s:10:"size_after";i:11323;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdCla
ss":5:
{s:7:"percent";d:1.8600000000000000976996261670137755572795867919921875;s:5:"bytes"
;i:454;s:11:"size_before";i:24339;s:10:"size_after";i:24112;s:4:"time";d:0.02999999
99999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:66355;s:10:"size_after";i:6
6355;s:4:"time";d:0.040000000000000000832667268468867405317723751068115234375;}s:20
:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:3.439999999999999946709294817992486059665679931640625;s:5:"bytes";
i:568;s:11:"size_before";i:16550;s:10:"size_after";i:16266;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53243, 2818, '_wp_attached_file',
'2015/11/transparent.png');
INSERT INTO `wpor_postmeta` VALUES (53244, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"transparent-
180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"transparent-
300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:23:"transparent-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53245, 2818, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53246, 2818, '_wp_attached_file',
'2015/11/transparent.png');
INSERT INTO `wpor_postmeta` VALUES (53247, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"transparent-
180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"transparent-
300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:23:"transparent-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:23:"transparent-
272x182.png";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53248, 2818, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:2761;s:10:"size_after";i:27
61;s:4:"time";d:0.11999999999999999555910790149937383830547332763671875;s:11:"api_v
ersion";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:8:
{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:325;s:10:"size_after";i:325
;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:"m
edium";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:328;s:10:"size_after";i:328
;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:"
medium_large";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:362;s:10:"size_after";i:362
;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:"large
";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:393;s:10:"size_after";i:393
;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:"
shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:326;s:10:"size_after";i:326
;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:"
shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:333;s:10:"size_after";i:333
;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:"
shop_single";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:366;s:10:"size_after";i:366
;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:"
sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:328;s:10:"size_after";i:328
;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53249, 2822, '_wp_attached_file',
'2015/11/jackson.jpg');
INSERT INTO `wpor_postmeta` VALUES (53250, 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:"si
zes";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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53251, 2822, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53252, 2822, '_wp_attached_file',
'2015/11/jackson.jpg');
INSERT INTO `wpor_postmeta` VALUES (53253, 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:"si
zes";a:0:{}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53254, 2822, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:3180;s:10:"size_after";i:31
80;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:
"api_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:1:
{s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:3180;s:10:"size_after";i:31
80;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53255, 2828, '_wp_attached_file',
'2015/11/anthony.jpg');
INSERT INTO `wpor_postmeta` VALUES (53256, 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:"si
zes";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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53257, 2828, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53258, 2828, '_wp_attached_file',
'2015/11/anthony.jpg');
INSERT INTO `wpor_postmeta` VALUES (53259, 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:"si
zes";a:0:{}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53260, 2828, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:4154;s:10:"size_after";i:41
54;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:
"api_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:1:
{s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:4154;s:10:"size_after";i:41
54;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53261, 2829, '_wp_attached_file',
'2015/11/elsie.jpg');
INSERT INTO `wpor_postmeta` VALUES (53262, 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:"size
s";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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53263, 2829, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53264, 2829, '_wp_attached_file',
'2015/11/elsie.jpg');
INSERT INTO `wpor_postmeta` VALUES (53265, 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:"size
s";a:0:{}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53266, 2829, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:3633;s:10:"size_after";i:36
33;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:
"api_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:1:
{s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:3633;s:10:"size_after";i:36
33;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53267, 2830, '_wp_attached_file',
'2015/11/john-doe.jpg');
INSERT INTO `wpor_postmeta` VALUES (53268, 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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53269, 2830, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53270, 2830, '_wp_attached_file',
'2015/11/john-doe.jpg');
INSERT INTO `wpor_postmeta` VALUES (53271, 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";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53272, 2830, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:2995;s:10:"size_after";i:29
95;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:
"api_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:1:
{s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:2995;s:10:"size_after";i:29
95;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53273, 2831, '_wp_attached_file',
'2015/11/manuel.jpg');
INSERT INTO `wpor_postmeta` VALUES (53274, 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:"siz
es";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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53275, 2831, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53276, 2831, '_wp_attached_file',
'2015/11/manuel.jpg');
INSERT INTO `wpor_postmeta` VALUES (53277, 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:"siz
es";a:0:{}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53278, 2831, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:4364;s:10:"size_after";i:43
64;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:
"api_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:1:
{s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:4364;s:10:"size_after";i:43
64;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53279, 2832, '_wp_attached_file',
'2015/11/peter.jpg');
INSERT INTO `wpor_postmeta` VALUES (53280, 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:"size
s";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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53281, 2832, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53282, 2832, '_wp_attached_file',
'2015/11/peter.jpg');
INSERT INTO `wpor_postmeta` VALUES (53283, 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:"size
s";a:0:{}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53284, 2832, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:3468;s:10:"size_after";i:34
68;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:"
api_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:1:
{s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:3468;s:10:"size_after";i:34
68;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53285, 2847, '_wp_attached_file',
'2015/11/logo.png');
INSERT INTO `wpor_postmeta` VALUES (53286, 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:1:{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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53287, 2847, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53288, 2847, '_wp_attached_file',
'2015/11/logo.png');
INSERT INTO `wpor_postmeta` VALUES (53289, 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:1:{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:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53290, 2847, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:22.072827937186882962805611896328628063201904296875;s:5:"bytes";i:
1016;s:11:"size_before";i:4118;s:10:"size_after";i:3920;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:18.50999999999999801048033987171947956085205078125;s:5:"bytes";i:4
33;s:11:"size_before";i:2319;s:10:"size_after";i:2121;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:24.480000000000000426325641456060111522674560546875;s:5:"bytes";i:
583;s:11:"size_before";i:1799;s:10:"size_after";i:1799;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53291, 2848, '_wp_attached_file',
'2015/11/logo-sticky.png');
INSERT INTO `wpor_postmeta` VALUES (53292, 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:1:{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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53293, 2848, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53294, 2848, '_wp_attached_file',
'2015/11/logo-sticky.png');
INSERT INTO `wpor_postmeta` VALUES (53295, 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:1:{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:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53296, 2848, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:23.357519621885227678603769163601100444793701171875;s:5:"bytes";i:
1083;s:11:"size_before";i:4083;s:10:"size_after";i:3889;s:4:"time";d:0.040000000000
000000832667268468867405317723751068115234375;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:18.35000000000000142108547152020037174224853515625;s:5:"bytes";i:4
25;s:11:"size_before";i:2296;s:10:"size_after";i:2102;s:4:"time";d:0.02999999999999
99988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:26.910000000000000142108547152020037174224853515625;s:5:"bytes";i:
658;s:11:"size_before";i:1787;s:10:"size_after";i:1787;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53297, 2892, '_wp_attached_file',
'2015/11/become-teacher.jpg');
INSERT INTO `wpor_postmeta` VALUES (53298, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"become-
teacher-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"become-teacher-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"become-teacher-
600x478.jpg";s:5:"width";i:600;s:6:"height";i:478;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53299, 2892, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53300, 2892, '_wp_attached_file',
'2015/11/become-teacher.jpg');
INSERT INTO `wpor_postmeta` VALUES (53301, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"become-
teacher-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"become-teacher-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"become-teacher-
600x478.jpg";s:5:"width";i:600;s:6:"height";i:478;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:26:"become-
teacher-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53302, 2892, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.37906145339741659228138814796693623065948486328125;s:5:"bytes";i
:11966;s:11:"size_before";i:354122;s:10:"size_after";i:348139;s:4:"time";d:0.400000
00000000002220446049250313080847263336181640625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.479999999999999982236431605997495353221893310546875;s:5:"bytes";
i:146;s:11:"size_before";i:9827;s:10:"size_after";i:9754;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.839999999999999857891452847979962825775146484375;s:5:"bytes";i:6
32;s:11:"size_before";i:16484;s:10:"size_after";i:16168;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:3.7599999999999997868371792719699442386627197265625;s:5:"bytes";i:
2658;s:11:"size_before";i:70787;s:10:"size_after";i:69458;s:4:"time";d:0.1400000000
0000001332267629550187848508358001708984375;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:3.37999999999999989341858963598497211933135986328125;s:5:"bytes";i
:3694;s:11:"size_before";i:109369;s:10:"size_after";i:107522;s:4:"time";d:0.0800000
0000000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:2.5800000000000000710542735760100185871124267578125;s:5:"bytes";i:
346;s:11:"size_before";i:13452;s:10:"size_after";i:13279;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:3.2400000000000002131628207280300557613372802734375;s:5:"bytes";i:
964;s:11:"size_before";i:29720;s:10:"size_after";i:29238;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:3.12000000000000010658141036401502788066864013671875;s:5:"bytes";i
:2600;s:11:"size_before";i:83071;s:10:"size_after";i:81771;s:4:"time";d:0.080000000
00000000166533453693773481063544750213623046875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:4.32000000000000028421709430404007434844970703125;s:5:"bytes";i:92
6;s:11:"size_before";i:21412;s:10:"size_after";i:20949;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53303, 2904, '_wp_attached_file',
'2015/11/slider-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53304, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-1-
600x550.jpg";s:5:"width";i:600;s:6:"height";i:550;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53305, 2904, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53306, 2904, '_wp_attached_file',
'2015/11/slider-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53307, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-1-
600x550.jpg";s:5:"width";i:600;s:6:"height";i:550;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"slider-
1-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53308, 2904, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:5.5664138847627242512317025102674961090087890625;s:5:"bytes";i:306
16;s:11:"size_before";i:550013;s:10:"size_after";i:534705;s:4:"time";d:0.5100000000
000000088817841970012523233890533447265625;s:11:"api_version";s:3:"1.0";s:5:"lossy"
;b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.7399999999999999911182158029987476766109466552734375;s:5:"bytes"
;i:78;s:11:"size_before";i:10655;s:10:"size_after";i:10616;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.20000000000000017763568394002504646778106689453125;s:5:"bytes";i
:388;s:11:"size_before";i:17610;s:10:"size_after";i:17416;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:4.45999999999999996447286321199499070644378662109375;s:5:"bytes";i
:4668;s:11:"size_before";i:104766;s:10:"size_after";i:102432;s:4:"time";d:0.1199999
9999999999555910790149937383830547332763671875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:5.29999999999999982236431605997495353221893310546875;s:5:"bytes";i
:9296;s:11:"size_before";i:175714;s:10:"size_after";i:171066;s:4:"time";d:0.1499999
999999999944488848768742172978818416595458984375;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:2.339999999999999857891452847979962825775146484375;s:5:"bytes";i:3
58;s:11:"size_before";i:15326;s:10:"size_after";i:15147;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:4.79999999999999982236431605997495353221893310546875;s:5:"bytes";i
:2068;s:11:"size_before";i:43145;s:10:"size_after";i:42111;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass
":5:
{s:7:"percent";d:8.1199999999999992184029906638897955417633056640625;s:5:"bytes";i:
13180;s:11:"size_before";i:162198;s:10:"size_after";i:155608;s:4:"time";d:0.1300000
0000000000444089209850062616169452667236328125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.819999999999999840127884453977458178997039794921875;s:5:"bytes";
i:580;s:11:"size_before";i:20599;s:10:"size_after";i:20309;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53309, 2909, '_wp_attached_file',
'2015/11/team-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53310, 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:2:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53311, 2909, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53312, 2909, '_wp_attached_file',
'2015/11/team-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53313, 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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"team-4-
200x182.jpg";s:5:"width";i:200;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53314, 2909, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.3096761092496700396026199086918495595455169677734375;s:5:"bytes"
;i:122;s:11:"size_before";i:39396;s:10:"size_after";i:39335;s:4:"time";d:0.07000000
0000000006661338147750939242541790008544921875;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.35999999999999998667732370449812151491641998291015625;s:5:"bytes
";i:30;s:11:"size_before";i:8273;s:10:"size_after";i:8258;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:0.479999999999999982236431605997495353221893310546875;s:5:"bytes";
i:52;s:11:"size_before";i:10622;s:10:"size_after";i:10596;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:0.35999999999999998667732370449812151491641998291015625;s:5:"bytes
";i:40;s:11:"size_before";i:11181;s:10:"size_after";i:11161;s:4:"time";d:0.01000000
000000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:9320;s:10:"size_after";i:93
20;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53315, 2917, '_wp_attached_file',
'2015/11/team-8.jpg');
INSERT INTO `wpor_postmeta` VALUES (53316, 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:2:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-8-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53317, 2917, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53318, 2917, '_wp_attached_file',
'2015/11/team-8.jpg');
INSERT INTO `wpor_postmeta` VALUES (53319, 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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-8-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"team-8-
200x182.jpg";s:5:"width";i:200;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53320, 2917, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.30444296451336694264711013602209277451038360595703125;s:5:"bytes
";i:128;s:11:"size_before";i:42044;s:10:"size_after";i:41980;s:4:"time";d:0.1000000
000000000055511151231257827021181583404541015625;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:8728;s:10:"size_after";i:87
28;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:
"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.460000000000000019984014443252817727625370025634765625;s:5:"byte
s";i:50;s:11:"size_before";i:11022;s:10:"size_after";i:10997;s:4:"time";d:0.0200000
000000000004163336342344337026588618755340576171875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:0.61999999999999999555910790149937383830547332763671875;s:5:"bytes
";i:78;s:11:"size_before";i:12419;s:10:"size_after";i:12380;s:4:"time";d:0.02999999
99999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:9875;s:10:"size_after";i:98
75;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53321, 2918, '_wp_attached_file',
'2015/11/team-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53322, 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:2:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53323, 2918, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53324, 2918, '_wp_attached_file',
'2015/11/team-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53325, 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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"team-1-
200x182.jpg";s:5:"width";i:200;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53326, 2918, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.039298245614035089146032220241977483965456485748291015625;s:5:"b
ytes";i:14;s:11:"size_before";i:35625;s:10:"size_after";i:35618;s:4:"time";d:0.0500
0000000000000277555756156289135105907917022705078125;s:11:"api_version";s:3:"1.0";s
:5:"lossy";b:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:7097;s:10:"size_after";i:70
97;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14
:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:9438;s:10:"size_after";i:94
38;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:
"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:0.14000000000000001332267629550187848508358001708984375;s:5:"bytes
";i:14;s:11:"size_before";i:10478;s:10:"size_after";i:10471;s:4:"time";d:0.01000000
000000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:8612;s:10:"size_after";i:86
12;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53327, 2919, '_wp_attached_file',
'2015/11/team-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53328, 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:2:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53329, 2919, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53330, 2919, '_wp_attached_file',
'2015/11/team-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53331, 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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"team-2-
200x182.jpg";s:5:"width";i:200;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53332, 2919, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.75052699110988907449382168124429881572723388671875;s:5:"bytes";i
:764;s:11:"size_before";i:43644;s:10:"size_after";i:43262;s:4:"time";d:0.0600000000
00000004718447854656915296800434589385986328125;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.899999999999999911182158029987476766109466552734375;s:5:"bytes";
i:172;s:11:"size_before";i:9044;s:10:"size_after";i:8958;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:1.7399999999999999911182158029987476766109466552734375;s:5:"bytes"
;i:202;s:11:"size_before";i:11594;s:10:"size_after";i:11493;s:4:"time";d:0.01000000
000000000020816681711721685132943093776702880859375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.060000000000000053290705182007513940334320068359375;s:5:"bytes";
i:390;s:11:"size_before";i:12734;s:10:"size_after";i:12539;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:10272;s:10:"size_after";i:1
0272;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}}}
');
INSERT INTO `wpor_postmeta` VALUES (53333, 2920, '_wp_attached_file',
'2015/11/team-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53334, 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:2:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53335, 2920, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53336, 2920, '_wp_attached_file',
'2015/11/team-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53337, 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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"team-6-
200x182.jpg";s:5:"width";i:200;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53338, 2920, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.53945880100931009604181554095703177154064178466796875;s:5:"bytes
";i:186;s:11:"size_before";i:34479;s:10:"size_after";i:34386;s:4:"time";d:0.0600000
00000000004718447854656915296800434589385986328125;s:11:"api_version";s:3:"1.0";s:5
:"lossy";b:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.6999999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:48;s:11:"size_before";i:6934;s:10:"size_after";i:6910;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:1.0800000000000000710542735760100185871124267578125;s:5:"bytes";i:
96;s:11:"size_before";i:8928;s:10:"size_after";i:8880;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:0.419999999999999984456877655247808434069156646728515625;s:5:"byte
s";i:42;s:11:"size_before";i:10219;s:10:"size_after";i:10198;s:4:"time";d:0.0200000
000000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:8398;s:10:"size_after";i:83
98;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53339, 2921, '_wp_attached_file',
'2015/11/team-5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53340, 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:2:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53341, 2921, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53342, 2921, '_wp_attached_file',
'2015/11/team-5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53343, 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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"team-5-
200x182.jpg";s:5:"width";i:200;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53344, 2921, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.76544664951938035102330104564316570758819580078125;s:5:"bytes";i
:743;s:11:"size_before";i:41985;s:10:"size_after";i:41696;s:4:"time";d:0.0700000000
00000006661338147750939242541790008544921875;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.95999999999999996447286321199499070644378662109375;s:5:"bytes";i
:78;s:11:"size_before";i:8098;s:10:"size_after";i:8072;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:2.060000000000000053290705182007513940334320068359375;s:5:"bytes";
i:222;s:11:"size_before";i:10746;s:10:"size_after";i:10648;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.810000000000000053290705182007513940334320068359375;s:5:"bytes";
i:356;s:11:"size_before";i:12655;s:10:"size_after";i:12490;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.81999999999999995115018691649311222136020660400390625;s:5:"bytes
";i:87;s:11:"size_before";i:10486;s:10:"size_after";i:10486;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53345, 2922, '_wp_attached_file',
'2015/11/team-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53346, 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:2:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53347, 2922, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53348, 2922, '_wp_attached_file',
'2015/11/team-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53349, 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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"team-3-
200x182.jpg";s:5:"width";i:200;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53350, 2922, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.0047230571060541404193600101280026137828826904296875;s:5:"bytes"
;i:468;s:11:"size_before";i:46580;s:10:"size_after";i:46346;s:4:"time";d:0.07000000
0000000006661338147750939242541790008544921875;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.88000000000000000444089209850062616169452667236328125;s:5:"bytes
";i:82;s:11:"size_before";i:9362;s:10:"size_after";i:9321;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:1.439999999999999946709294817992486059665679931640625;s:5:"bytes";
i:174;s:11:"size_before";i:12159;s:10:"size_after";i:12072;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:1.520000000000000017763568394002504646778106689453125;s:5:"bytes";
i:212;s:11:"size_before";i:13858;s:10:"size_after";i:13752;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:11201;s:10:"size_after";i:1
1201;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'
);
INSERT INTO `wpor_postmeta` VALUES (53351, 2923, '_wp_attached_file',
'2015/11/team-7.jpg');
INSERT INTO `wpor_postmeta` VALUES (53352, 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:2:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-7-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53353, 2923, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53354, 2923, '_wp_attached_file',
'2015/11/team-7.jpg');
INSERT INTO `wpor_postmeta` VALUES (53355, 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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"team-7-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"team-7-
200x182.jpg";s:5:"width";i:200;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53356, 2923, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:4.08363106595752523020337321213446557521820068359375;s:5:"bytes";i
:2324;s:11:"size_before";i:56811;s:10:"size_after";i:55741;s:4:"time";d:0.130000000
00000000444089209850062616169452667236328125;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:5.1099999999999994315658113919198513031005859375;s:5:"bytes";i:572
;s:11:"size_before";i:11183;s:10:"size_after";i:10910;s:4:"time";d:0.02000000000000
00004163336342344337026588618755340576171875;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:6.04999999999999982236431605997495353221893310546875;s:5:"bytes";i
:900;s:11:"size_before";i:14855;s:10:"size_after";i:14418;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:4.410000000000000142108547152020037174224853515625;s:5:"bytes";i:7
46;s:11:"size_before";i:16875;s:10:"size_after";i:16515;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.7600000000000000088817841970012523233890533447265625;s:5:"bytes"
;i:106;s:11:"size_before";i:13898;s:10:"size_after";i:13898;s:4:"time";d:0.02999999
99999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53357, 2935, '_wp_attached_file', '2015/11/bg-
parallax-about-us.jpg');
INSERT INTO `wpor_postmeta` VALUES (53358, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"bg-parallax-
about-us-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:32:"bg-parallax-
about-us-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53359, 2935, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53360, 2935, '_wp_attached_file', '2015/11/bg-
parallax-about-us.jpg');
INSERT INTO `wpor_postmeta` VALUES (53361, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"bg-parallax-
about-us-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:32:"bg-parallax-
about-us-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:32:"bg-
parallax-about-us-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53362, 2935, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.32153424743546477060363031341694295406341552734375;s:5:"bytes";i
:8464;s:11:"size_before";i:254822;s:10:"size_after";i:250590;s:4:"time";d:0.3800000
0000000000444089209850062616169452667236328125;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.68000000000000004884981308350688777863979339599609375;s:5:"bytes
";i:54;s:11:"size_before";i:7883;s:10:"size_after";i:7856;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.020000000000000017763568394002504646778106689453125;s:5:"bytes";
i:254;s:11:"size_before";i:12516;s:10:"size_after";i:12389;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:12:"medium_large";O:8:"stdClass":
5:
{s:7:"percent";d:4.20000000000000017763568394002504646778106689453125;s:5:"bytes";i
:2152;s:11:"size_before";i:51247;s:10:"size_after";i:50171;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:3.779999999999999804600747665972448885440826416015625;s:5:"bytes";
i:2976;s:11:"size_before";i:78889;s:10:"size_after";i:77401;s:4:"time";d:0.16000000
00000000033306690738754696212708950042724609375;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:2.020000000000000017763568394002504646778106689453125;s:5:"bytes";
i:212;s:11:"size_before";i:10466;s:10:"size_after";i:10360;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdCla
ss":5:
{s:7:"percent";d:2.9199999999999999289457264239899814128875732421875;s:5:"bytes";i:
636;s:11:"size_before";i:21742;s:10:"size_after";i:21424;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:2.79999999999999982236431605997495353221893310546875;s:5:"bytes";i
:1582;s:11:"size_before";i:56375;s:10:"size_after";i:55584;s:4:"time";d:0.070000000
000000006661338147750939242541790008544921875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.79999999999999982236431605997495353221893310546875;s:5:"bytes";i
:598;s:11:"size_before";i:15704;s:10:"size_after";i:15405;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53363, 2945, '_wp_attached_file',
'2015/11/demo_image.jpg');
INSERT INTO `wpor_postmeta` VALUES (53364, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"demo_image-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"demo_image-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"demo_image-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53365, 2945, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53366, 2945, '_wp_attached_file',
'2015/11/demo_image.jpg');
INSERT INTO `wpor_postmeta` VALUES (53367, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"demo_image-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"demo_image-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"demo_image-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:22:"demo_image-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53368, 2945, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:4.1307677579934907186043346882797777652740478515625;s:5:"bytes";i:
1726;s:11:"size_before";i:41784;s:10:"size_after";i:40921;s:4:"time";d:0.2200000000
00000028865798640254070051014423370361328125;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:1142;s:10:"size_after";i:11
42;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:
"medium";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:2220;s:10:"size_after";i:22
20;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12
:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:4.0800000000000000710542735760100185871124267578125;s:5:"bytes";i:
368;s:11:"size_before";i:9026;s:10:"size_after";i:8842;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:6.05999999999999960920149533194489777088165283203125;s:5:"bytes";i
:892;s:11:"size_before";i:14699;s:10:"size_after";i:14253;s:4:"time";d:0.1000000000
000000055511151231257827021181583404541015625;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:1532;s:10:"size_after";i:15
32;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12
:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:2928;s:10:"size_after";i:29
28;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11
:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:5.55999999999999960920149533194489777088165283203125;s:5:"bytes";i
:466;s:11:"size_before";i:8384;s:10:"size_after";i:8151;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:1853;s:10:"size_after";i:18
53;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53369, 3056, '_wp_attached_file',
'2015/10/blog-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53370, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-1-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53371, 3056, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53372, 3056, '_wp_attached_file',
'2015/10/blog-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53373, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-1-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"blog-1-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53374, 3056, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.76412963419819579513614371535368263721466064453125;s:5:"bytes";i
:12609;s:11:"size_before";i:334660;s:10:"size_after";i:328659;s:4:"time";d:0.299999
999999999988897769753748434595763683319091796875;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:3.649999999999999911182158029987476766109466552734375;s:5:"bytes";
i:408;s:11:"size_before";i:11170;s:10:"size_after";i:10979;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:5.4000000000000003552713678800500929355621337890625;s:5:"bytes";i:
1126;s:11:"size_before";i:20834;s:10:"size_after";i:20284;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:5.269999999999999573674358543939888477325439453125;s:5:"bytes";i:4
476;s:11:"size_before";i:84900;s:10:"size_after";i:82675;s:4:"time";d:0.08000000000
000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:4.3100000000000004973799150320701301097869873046875;s:5:"bytes";i:
644;s:11:"size_before";i:14917;s:10:"size_after";i:14608;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:4.9399999999999995026200849679298698902130126953125;s:5:"bytes";i:
1604;s:11:"size_before";i:32436;s:10:"size_after";i:31647;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:3.75;s:5:"bytes";i:2838;s:11:"size_before";i:75710;s:10:"size_afte
r";i:74304;s:4:"time";d:0.070000000000000006661338147750939242541790008544921875;}s
:20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:5.17999999999999971578290569595992565155029296875;s:5:"bytes";i:10
88;s:11:"size_before";i:21006;s:10:"size_after";i:20475;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.56999999999999995115018691649311222136020660400390625;s:5:"bytes
";i:425;s:11:"size_before";i:73687;s:10:"size_after";i:73687;s:4:"time";d:0.0700000
00000000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53375, 3059, '_wp_attached_file',
'2015/11/slider-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53376, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-2-
600x550.jpg";s:5:"width";i:600;s:6:"height";i:550;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53377, 3059, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53378, 3059, '_wp_attached_file',
'2015/11/slider-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53379, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-2-
600x550.jpg";s:5:"width";i:600;s:6:"height";i:550;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"slider-
2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53380, 3059, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:6.82154703901926584563852884457446634769439697265625;s:5:"bytes";i
:32986;s:11:"size_before";i:483556;s:10:"size_after";i:467063;s:4:"time";d:0.440000
00000000005773159728050814010202884674072265625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:7.20000000000000017763568394002504646778106689453125;s:5:"bytes";i
:944;s:11:"size_before";i:13120;s:10:"size_after";i:12648;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:8.67999999999999971578290569595992565155029296875;s:5:"bytes";i:20
68;s:11:"size_before";i:23850;s:10:"size_after";i:22816;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass":
5:
{s:7:"percent";d:7.019999999999999573674358543939888477325439453125;s:5:"bytes";i:7
090;s:11:"size_before";i:101042;s:10:"size_after";i:97497;s:4:"time";d:0.1000000000
000000055511151231257827021181583404541015625;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:6.339999999999999857891452847979962825775146484375;s:5:"bytes";i:9
878;s:11:"size_before";i:155869;s:10:"size_after";i:150930;s:4:"time";d:0.119999999
99999999555910790149937383830547332763671875;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:6.79999999999999982236431605997495353221893310546875;s:5:"bytes";i
:1192;s:11:"size_before";i:17506;s:10:"size_after";i:16910;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:7.160000000000000142108547152020037174224853515625;s:5:"bytes";i:2
706;s:11:"size_before";i:37808;s:10:"size_after";i:36455;s:4:"time";d:0.08000000000
000000166533453693773481063544750213623046875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:6.44000000000000039079850466805510222911834716796875;s:5:"bytes";i
:6988;s:11:"size_before";i:108407;s:10:"size_after";i:104913;s:4:"time";d:0.0500000
0000000000277555756156289135105907917022705078125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:8.160000000000000142108547152020037174224853515625;s:5:"bytes";i:2
120;s:11:"size_before";i:25954;s:10:"size_after";i:24894;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53381, 3060, '_wp_attached_file',
'2015/11/slider-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53382, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-3-
600x550.jpg";s:5:"width";i:600;s:6:"height";i:550;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53383, 3060, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53384, 3060, '_wp_attached_file',
'2015/11/slider-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53385, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-3-
600x550.jpg";s:5:"width";i:600;s:6:"height";i:550;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"slider-
3-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53386, 3060, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:6.20842392514585750262767760432325303554534912109375;s:5:"bytes";i
:30668;s:11:"size_before";i:493974;s:10:"size_after";i:478640;s:4:"time";d:0.349999
99999999997779553950749686919152736663818359375;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:5.4199999999999999289457264239899814128875732421875;s:5:"bytes";i:
716;s:11:"size_before";i:13217;s:10:"size_after";i:12859;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:7.28000000000000024868995751603506505489349365234375;s:5:"bytes";i
:1792;s:11:"size_before";i:24609;s:10:"size_after";i:23713;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClas
s":5:
{s:7:"percent";d:6.45999999999999996447286321199499070644378662109375;s:5:"bytes";i
:6708;s:11:"size_before";i:103786;s:10:"size_after";i:100432;s:4:"time";d:0.0800000
0000000000166533453693773481063544750213623046875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:5.9199999999999999289457264239899814128875732421875;s:5:"bytes";i:
9384;s:11:"size_before";i:158729;s:10:"size_after";i:154037;s:4:"time";d:0.05999999
9999999997779553950749686919152736663818359375;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:6.13999999999999968025576890795491635799407958984375;s:5:"bytes";i
:1094;s:11:"size_before";i:17817;s:10:"size_after";i:17270;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:6.21999999999999975131004248396493494510650634765625;s:5:"bytes";i
:2394;s:11:"size_before";i:38464;s:10:"size_after";i:37267;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:6.019999999999999573674358543939888477325439453125;s:5:"bytes";i:6
682;s:11:"size_before";i:110958;s:10:"size_after";i:107617;s:4:"time";d:0.089999999
9999999966693309261245303787291049957275390625;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:7.20000000000000017763568394002504646778106689453125;s:5:"bytes";i
:1898;s:11:"size_before";i:26394;s:10:"size_after";i:25445;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53387, 3070, '_wp_attached_file',
'2015/06/course-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53388, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-3-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53389, 3070, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53390, 3070, '_wp_attached_file',
'2015/06/course-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53391, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-3-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"course-
3-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53392, 3070, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.3187511136005216627609115676023066043853759765625;s:5:"bytes";i:
7275;s:11:"size_before";i:313488;s:10:"size_after";i:310093;s:4:"time";d:0.38000000
0000000059952043329758453182876110076904296875;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.9499999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:108;s:11:"size_before";i:11362;s:10:"size_after";i:11321;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.7599999999999997868371792719699442386627197265625;s:5:"bytes";i:
592;s:11:"size_before";i:21479;s:10:"size_after";i:21196;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:3.5099999999999997868371792719699442386627197265625;s:5:"bytes";i:
2782;s:11:"size_before";i:79122;s:10:"size_after";i:77744;s:4:"time";d:0.0800000000
0000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:1.770000000000000017763568394002504646778106689453125;s:5:"bytes";
i:258;s:11:"size_before";i:14576;s:10:"size_after";i:14460;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:3.04999999999999982236431605997495353221893310546875;s:5:"bytes";i
:898;s:11:"size_before";i:29414;s:10:"size_after";i:28978;s:4:"time";d:0.0700000000
00000006661338147750939242541790008544921875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:2.46999999999999975131004248396493494510650634765625;s:5:"bytes";i
:1714;s:11:"size_before";i:69451;s:10:"size_after";i:68607;s:4:"time";d:0.070000000
000000006661338147750939242541790008544921875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.9199999999999999289457264239899814128875732421875;s:5:"bytes";i:
620;s:11:"size_before";i:21272;s:10:"size_after";i:20975;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.450000000000000011102230246251565404236316680908203125;s:5:"byte
s";i:303;s:11:"size_before";i:66812;s:10:"size_after";i:66812;s:4:"time";d:0.070000
000000000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53393, 3077, '_wp_attached_file',
'2015/06/course-8.jpg');
INSERT INTO `wpor_postmeta` VALUES (53394, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-8-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-8-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-8-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53395, 3077, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53396, 3077, '_wp_attached_file',
'2015/06/course-8.jpg');
INSERT INTO `wpor_postmeta` VALUES (53397, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-8-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-8-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-8-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"course-
8-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53398, 3077, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:6.4458613318709740980239075724966824054718017578125;s:5:"bytes";i:
20745;s:11:"size_before";i:319923;s:10:"size_after";i:311206;s:4:"time";d:0.3000000
000000000444089209850062616169452667236328125;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.7199999999999999733546474089962430298328399658203125;s:5:"bytes"
;i:66;s:11:"size_before";i:9205;s:10:"size_after";i:9185;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.9900000000000002131628207280300557613372802734375;s:5:"bytes";i:
460;s:11:"size_before";i:15344;s:10:"size_after";i:15127;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:8.129999999999999005240169935859739780426025390625;s:5:"bytes";i:6
458;s:11:"size_before";i:79386;s:10:"size_after";i:76170;s:4:"time";d:0.07000000000
0000006661338147750939242541790008544921875;}s:14:"shop_thumbnail";O:8:"stdClass":5
:
{s:7:"percent";d:2.770000000000000017763568394002504646778106689453125;s:5:"bytes";
i:348;s:11:"size_before";i:12535;s:10:"size_after";i:12374;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:7.17999999999999971578290569595992565155029296875;s:5:"bytes";i:21
86;s:11:"size_before";i:30444;s:10:"size_after";i:29364;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:8.769999999999999573674358543939888477325439453125;s:5:"bytes";i:7
476;s:11:"size_before";i:85201;s:10:"size_after";i:81476;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.9199999999999999289457264239899814128875732421875;s:5:"bytes";i:
622;s:11:"size_before";i:15841;s:10:"size_after";i:15543;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:4.1699999999999999289457264239899814128875732421875;s:5:"bytes";i:
3129;s:11:"size_before";i:71967;s:10:"size_after";i:71967;s:4:"time";d:0.1100000000
0000000055511151231257827021181583404541015625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53399, 3079, '_wp_attached_file',
'2015/11/course-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53400, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-4-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53401, 3079, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53402, 3079, '_wp_attached_file',
'2015/11/course-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53403, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-4-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"course-
4-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53404, 3079, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.6256836666733942564633252914063632488250732421875;s:5:"bytes";i:
10408;s:11:"size_before";i:396392;s:10:"size_after";i:391188;s:4:"time";d:0.3799999
99999999948929740867242799140512943267822265625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:3.2400000000000002131628207280300557613372802734375;s:5:"bytes";i:
406;s:11:"size_before";i:12507;s:10:"size_after";i:12304;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.660000000000000142108547152020037174224853515625;s:5:"bytes";i:8
90;s:11:"size_before";i:24338;s:10:"size_after";i:23893;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:2.7400000000000002131628207280300557613372802734375;s:5:"bytes";i:
2724;s:11:"size_before";i:99439;s:10:"size_after";i:98077;s:4:"time";d:0.1199999999
9999999555910790149937383830547332763671875;}s:14:"shop_thumbnail";O:8:"stdClass":5
:
{s:7:"percent";d:4.160000000000000142108547152020037174224853515625;s:5:"bytes";i:7
06;s:11:"size_before";i:16945;s:10:"size_after";i:16592;s:4:"time";d:0.040000000000
000000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";d:4.7400000000000002131628207280300557613372802734375;s:5:"bytes";i:
1758;s:11:"size_before";i:37166;s:10:"size_after";i:36287;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:3.2599999999999997868371792719699442386627197265625;s:5:"bytes";i:
3002;s:11:"size_before";i:91919;s:10:"size_after";i:90418;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.95999999999999996447286321199499070644378662109375;s:5:"bytes";i
:922;s:11:"size_before";i:23301;s:10:"size_after";i:22840;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:90777;s:10:"size_after";i:9
0777;s:4:"time";d:0.08000000000000000166533453693773481063544750213623046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53405, 3088, '_wp_attached_file',
'2015/06/course-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53406, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-6-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53407, 3088, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53408, 3088, '_wp_attached_file',
'2015/06/course-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53409, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-6-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"course-
6-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53410, 3088, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.26947628028130399258088800706900656223297119140625;s:5:"bytes";i
:12135;s:11:"size_before";i:370821;s:10:"size_after";i:365076;s:4:"time";d:0.339999
99999999996891375531049561686813831329345703125;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:3.410000000000000142108547152020037174224853515625;s:5:"bytes";i:4
06;s:11:"size_before";i:11899;s:10:"size_after";i:11709;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.9399999999999995026200849679298698902130126953125;s:5:"bytes";i:
834;s:11:"size_before";i:21179;s:10:"size_after";i:20775;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:3.3300000000000000710542735760100185871124267578125;s:5:"bytes";i:
2980;s:11:"size_before";i:89582;s:10:"size_after";i:88105;s:4:"time";d:0.0899999999
999999966693309261245303787291049957275390625;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:4.519999999999999573674358543939888477325439453125;s:5:"bytes";i:7
28;s:11:"size_before";i:16100;s:10:"size_after";i:15749;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";d:5.1899999999999995026200849679298698902130126953125;s:5:"bytes";i:
1886;s:11:"size_before";i:36293;s:10:"size_after";i:35363;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:4.269999999999999573674358543939888477325439453125;s:5:"bytes";i:3
904;s:11:"size_before";i:91303;s:10:"size_after";i:89364;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:4.480000000000000426325641456060111522674560546875;s:5:"bytes";i:9
34;s:11:"size_before";i:20869;s:10:"size_after";i:20415;s:4:"time";d:0.040000000000
000000832667268468867405317723751068115234375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.5500000000000000444089209850062616169452667236328125;s:5:"bytes"
;i:463;s:11:"size_before";i:83596;s:10:"size_after";i:83596;s:4:"time";d:0.05000000
000000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53411, 3089, '_wp_attached_file',
'2015/06/course-7.jpg');
INSERT INTO `wpor_postmeta` VALUES (53412, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-7-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-7-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-7-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53413, 3089, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53414, 3089, '_wp_attached_file',
'2015/06/course-7.jpg');
INSERT INTO `wpor_postmeta` VALUES (53415, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-7-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-7-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-7-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"course-
7-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53416, 3089, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.72328223549806391901029201108030974864959716796875;s:5:"bytes";i
:9165;s:11:"size_before";i:336446;s:10:"size_after";i:331958;s:4:"time";d:0.3099999
99999999997779553950749686919152736663818359375;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.87999999999999989341858963598497211933135986328125;s:5:"bytes";i
:328;s:11:"size_before";i:11371;s:10:"size_after";i:11220;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.97999999999999953814722175593487918376922607421875;s:5:"bytes";i
:848;s:11:"size_before";i:21303;s:10:"size_after";i:20892;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:3.229999999999999982236431605997495353221893310546875;s:5:"bytes";
i:2718;s:11:"size_before";i:84137;s:10:"size_after";i:82791;s:4:"time";d:0.08000000
000000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:4.089999999999999857891452847979962825775146484375;s:5:"bytes";i:6
12;s:11:"size_before";i:14958;s:10:"size_after";i:14665;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";d:4.63999999999999968025576890795491635799407958984375;s:5:"bytes";i
:1472;s:11:"size_before";i:31726;s:10:"size_after";i:31003;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass
":5:
{s:7:"percent";d:3.04000000000000003552713678800500929355621337890625;s:5:"bytes";i
:2360;s:11:"size_before";i:77677;s:10:"size_after";i:76510;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:4.019999999999999573674358543939888477325439453125;s:5:"bytes";i:8
20;s:11:"size_before";i:20370;s:10:"size_after";i:19973;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:
"bytes";i:7;s:11:"size_before";i:74904;s:10:"size_after";i:74904;s:4:"time";d:0.050
00000000000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53417, 3098, '_wp_attached_file',
'2015/11/event-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53418, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"event-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"event-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"event-1-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53419, 3098, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53420, 3098, '_wp_attached_file',
'2015/11/event-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53421, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"event-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"event-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"event-1-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"event-1-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53422, 3098, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:5.93686639274634586627144017256796360015869140625;s:5:"bytes";i:31
968;s:11:"size_before";i:537076;s:10:"size_after";i:522381;s:4:"time";d:0.430000000
00000004884981308350688777863979339599609375;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:8.730000000000000426325641456060111522674560546875;s:5:"bytes";i:1
330;s:11:"size_before";i:15227;s:10:"size_after";i:14575;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:8.67999999999999971578290569595992565155029296875;s:5:"bytes";i:26
56;s:11:"size_before";i:30615;s:10:"size_after";i:29300;s:4:"time";d:0.070000000000
000006661338147750939242541790008544921875;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:6.79000000000000003552713678800500929355621337890625;s:5:"bytes";i
:9080;s:11:"size_before";i:133693;s:10:"size_after";i:129166;s:4:"time";d:0.0500000
0000000000277555756156289135105907917022705078125;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:8.879999999999999005240169935859739780426025390625;s:5:"bytes";i:1
832;s:11:"size_before";i:20623;s:10:"size_after";i:19720;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:8.160000000000000142108547152020037174224853515625;s:5:"bytes";i:3
852;s:11:"size_before";i:47190;s:10:"size_after";i:45277;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:6.2400000000000002131628207280300557613372802734375;s:5:"bytes";i:
8248;s:11:"size_before";i:132015;s:10:"size_after";i:127904;s:4:"time";d:0.05000000
000000000277555756156289135105907917022705078125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:8.6099999999999994315658113919198513031005859375;s:5:"bytes";i:257
4;s:11:"size_before";i:29889;s:10:"size_after";i:28615;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:1.8400000000000000799360577730112709105014801025390625;s:5:"bytes"
;i:2396;s:11:"size_before";i:127824;s:10:"size_after";i:127824;s:4:"time";d:0.14999
99999999999944488848768742172978818416595458984375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53423, 3099, '_wp_attached_file',
'2015/11/event-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53424, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"event-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"event-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"event-2-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53425, 3099, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53426, 3099, '_wp_attached_file',
'2015/11/event-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53427, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"event-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"event-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"event-2-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"event-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53428, 3099, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.64485820567735974151446498581208288669586181640625;s:5:"bytes";i
:10066;s:11:"size_before";i:379761;s:10:"size_after";i:375450;s:4:"time";d:0.359999
99999999998667732370449812151491641998291015625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.2099999999999999922284388276239042170345783233642578125;s:5:"byt
es";i:22;s:11:"size_before";i:10330;s:10:"size_after";i:10330;s:4:"time";d:0.029999
9999999999988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.649999999999999911182158029987476766109466552734375;s:5:"bytes";
i:808;s:11:"size_before";i:22143;s:10:"size_after";i:21752;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClas
s":5:
{s:7:"percent";d:3.45000000000000017763568394002504646778106689453125;s:5:"bytes";i
:3400;s:11:"size_before";i:98644;s:10:"size_after";i:96957;s:4:"time";d:0.089999999
9999999966693309261245303787291049957275390625;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:2;s:5:"bytes";i:282;s:11:"size_before";i:14127;s:10:"size_after";i
:13999;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s
:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:3.339999999999999857891452847979962825775146484375;s:5:"bytes";i:1
062;s:11:"size_before";i:31764;s:10:"size_after";i:31246;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass":
5:
{s:7:"percent";d:2.8499999999999996447286321199499070644378662109375;s:5:"bytes";i:
2498;s:11:"size_before";i:87666;s:10:"size_after";i:86430;s:4:"time";d:0.0599999999
99999997779553950749686919152736663818359375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.439999999999999946709294817992486059665679931640625;s:5:"bytes";
i:728;s:11:"size_before";i:21117;s:10:"size_after";i:20766;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:1.3300000000000000710542735760100185871124267578125;s:5:"bytes";i:
1266;s:11:"size_before";i:93970;s:10:"size_after";i:93970;s:4:"time";d:0.0700000000
00000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53429, 3102, '_wp_attached_file', '2015/12/bg-
footer.jpg');
INSERT INTO `wpor_postmeta` VALUES (53430, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"bg-footer-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"bg-footer-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"bg-footer-
600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53431, 3102, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53432, 3102, '_wp_attached_file', '2015/12/bg-
footer.jpg');
INSERT INTO `wpor_postmeta` VALUES (53433, 3102, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:520;s:4:"file";s:21:"2015/12/bg-
footer.jpg";s:5:"sizes";a:8:{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-
300x98.jpg";s:5:"width";i:300;s:6:"height";i:98;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"bg-footer-
768x250.jpg";s:5:"width";i:768;s:6:"height";i:250;s:9:"mime-
type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"bg-footer-
1024x333.jpg";s:5:"width";i:1024;s:6:"height";i:333;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"bg-footer-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"bg-footer-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"bg-footer-
600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:21:"bg-
footer-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53434, 3102, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:19.106425926890295841076294891536235809326171875;s:5:"bytes";i:770
48;s:11:"size_before";i:403257;s:10:"size_after";i:364733;s:4:"time";d:0.3099999999
99999997779553950749686919152736663818359375;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:50.24000000000000198951966012828052043914794921875;s:5:"bytes";i:6
400;s:11:"size_before";i:12740;s:10:"size_after";i:9540;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:42.17999999999999971578290569595992565155029296875;s:5:"bytes";i:6
810;s:11:"size_before";i:16147;s:10:"size_after";i:12742;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:15.7799999999999993605115378159098327159881591796875;s:5:"bytes";i
:11522;s:11:"size_before";i:73025;s:10:"size_after";i:67264;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:13.0800000000000000710542735760100185871124267578125;s:5:"bytes";i
:15314;s:11:"size_before";i:117152;s:10:"size_after";i:109495;s:4:"time";d:0.080000
00000000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdC
lass":5:
{s:7:"percent";d:40.3599999999999994315658113919198513031005859375;s:5:"bytes";i:67
38;s:11:"size_before";i:16698;s:10:"size_after";i:13329;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";d:22.60000000000000142108547152020037174224853515625;s:5:"bytes";i:8
430;s:11:"size_before";i:37301;s:10:"size_after";i:33086;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass":
5:
{s:7:"percent";d:13.5800000000000000710542735760100185871124267578125;s:5:"bytes";i
:14596;s:11:"size_before";i:107410;s:10:"size_after";i:100112;s:4:"time";d:0.040000
000000000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:31.760000000000001563194018672220408916473388671875;s:5:"bytes";i:
7238;s:11:"size_before";i:22784;s:10:"size_after";i:19165;s:4:"time";d:0.0700000000
00000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53435, 3168, '_wp_attached_file',
'2015/12/certificate-template.jpg');
INSERT INTO `wpor_postmeta` VALUES (53436, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"certificate-
template-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"certificate-
template-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"certificate-
template-600x583.jpg";s:5:"width";i:600;s:6:"height";i:583;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53437, 3168, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53438, 3168, '_wp_attached_file',
'2015/12/certificate-template.jpg');
INSERT INTO `wpor_postmeta` VALUES (53439, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"certificate-
template-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"certificate-
template-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"certificate-
template-600x583.jpg";s:5:"width";i:600;s:6:"height";i:583;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:32:"certificate-template-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53440, 3168, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:4.267145820339663941922481171786785125732421875;s:5:"bytes";i:1125
8;s:11:"size_before";i:262855;s:10:"size_after";i:258051;s:4:"time";d:0.28999999999
9999980015985556747182272374629974365234375;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.61000000000000031974423109204508364200592041015625;s:5:"bytes";i
:87;s:11:"size_before";i:3294;s:10:"size_after";i:3278;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:8.519999999999999573674358543939888477325439453125;s:5:"bytes";i:1
117;s:11:"size_before";i:13077;s:10:"size_after";i:12546;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:7.699999999999999289457264239899814128875732421875;s:5:"bytes";i:6
829;s:11:"size_before";i:88683;s:10:"size_after";i:85296;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:1.270000000000000017763568394002504646778106689453125;s:5:"bytes";
i:63;s:11:"size_before";i:4891;s:10:"size_after";i:4887;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:8.760000000000001563194018672220408916473388671875;s:5:"bytes";i:1
211;s:11:"size_before";i:13794;s:10:"size_after";i:13216;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:50706;s:10:"size_after";i:5
0706;s:4:"time";d:0.059999999999999997779553950749686919152736663818359375;}s:20:"s
ow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:6.4199999999999999289457264239899814128875732421875;s:5:"bytes";i:
631;s:11:"size_before";i:9800;s:10:"size_after";i:9512;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:1.649999999999999911182158029987476766109466552734375;s:5:"bytes";
i:1320;s:11:"size_before";i:78610;s:10:"size_after";i:78610;s:4:"time";d:0.11000000
000000000055511151231257827021181583404541015625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53441, 3175, '_wp_attached_file',
'2015/12/imgpsh_fullsize-2.jpeg');
INSERT INTO `wpor_postmeta` VALUES (53442, 3175, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:3508;s:6:"height";i:2480;s:4:"file";s:30:"2015/12/imgpsh_fullsize-
2.jpeg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"imgpsh_fullsize-2-
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:30:"imgpsh_fullsize-2-
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:30:"imgpsh_fullsize-
2-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:31:"imgpsh_fullsize-2-
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:30:"imgpsh_fullsize-2-
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:30:"imgpsh_fullsize-2-
300x212.jpeg";s:5:"width";i:300;s:6:"height";i:212;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:
{s:4:"file";s:30:"imgpsh_fullsize-2-
180x180.jpeg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"imgpsh_fullsize-
2-300x300.jpeg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"imgpsh_fullsize-
2-600x600.jpeg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53443, 3175, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53444, 3175, '_wp_attached_file',
'2015/12/imgpsh_fullsize.jpeg');
INSERT INTO `wpor_postmeta` VALUES (53445, 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.jp
eg";s:5:"sizes";a:8:{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:14:"shop_thumbnail";a:4:
{s:4:"file";s:28:"imgpsh_fullsize-
180x180.jpeg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"imgpsh_fullsize-
300x300.jpeg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"imgpsh_fullsize-
600x600.jpeg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:28:"imgpsh_fullsize-
272x182.jpeg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:1;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53446, 3175, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:112.98215841384325131002697162330150604248046875;s:5:"bytes";i:548
586;s:11:"size_before";i:485551;s:10:"size_after";i:211258;s:4:"time";d:0.330000000
000000015543122344752191565930843353271484375;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:168.43999999999999772626324556767940521240234375;s:5:"bytes";i:661
94;s:11:"size_before";i:39298;s:10:"size_after";i:6201;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:145.68000000000000682121026329696178436279296875;s:5:"bytes";i:661
24;s:11:"size_before";i:45390;s:10:"size_after";i:12328;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass":
5:
{s:7:"percent";d:85.7600000000000051159076974727213382720947265625;s:5:"bytes";i:71
366;s:11:"size_before";i:83224;s:10:"size_after";i:47541;s:4:"time";d:0.08999999999
99999966693309261245303787291049957275390625;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:69.56000000000000227373675443232059478759765625;s:5:"bytes";i:7312
8;s:11:"size_before";i:105140;s:10:"size_after";i:68576;s:4:"time";d:0.059999999999
999997779553950749686919152736663818359375;}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:161.6200000000000045474735088646411895751953125;s:5:"bytes";i:6655
4;s:11:"size_before";i:41180;s:10:"size_after";i:7903;s:4:"time";d:0.02999999999999
99988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:134.8600000000000136424205265939235687255859375;s:5:"bytes";i:6780
6;s:11:"size_before";i:50278;s:10:"size_after";i:16375;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:90.56000000000000227373675443232059478759765625;s:5:"bytes";i:7110
8;s:11:"size_before";i:78521;s:10:"size_after";i:42967;s:4:"time";d:0.0700000000000
00006661338147750939242541790008544921875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:155.93999999999999772626324556767940521240234375;s:5:"bytes";i:663
06;s:11:"size_before";i:42520;s:10:"size_after";i:9367;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53447, 3181, '_wp_attached_file',
'2015/12/eduma.png');
INSERT INTO `wpor_postmeta` VALUES (53448, 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:"si
zes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"eduma-
180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"eduma-
300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:17:"eduma-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53449, 3181, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53450, 3181, '_wp_attached_file',
'2015/12/eduma.png');
INSERT INTO `wpor_postmeta` VALUES (53451, 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:"si
zes";a:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"eduma-
180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"eduma-
300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:17:"eduma-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:17:"eduma-
272x182.png";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53452, 3181, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:57.70609886413108569058749708347022533416748046875;s:5:"bytes";i:1
45806;s:11:"size_before";i:252670;s:10:"size_after";i:179767;s:4:"time";d:1.9299999
999999999378275106209912337362766265869140625;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:58.719999999999998863131622783839702606201171875;s:5:"bytes";i:527
6;s:11:"size_before";i:8986;s:10:"size_after";i:6348;s:4:"time";d:0.040000000000000
000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:61.25999999999999801048033987171947956085205078125;s:5:"bytes";i:9
152;s:11:"size_before";i:14941;s:10:"size_after";i:10365;s:4:"time";d:0.13000000000
000000444089209850062616169452667236328125;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:56.88000000000000255795384873636066913604736328125;s:5:"bytes";i:2
8768;s:11:"size_before";i:50576;s:10:"size_after";i:36192;s:4:"time";d:0.2999999999
99999988897769753748434595763683319091796875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:54.43999999999999772626324556767940521240234375;s:5:"bytes";i:4122
0;s:11:"size_before";i:75718;s:10:"size_after";i:55108;s:4:"time";d:0.6999999999999
999555910790149937383830547332763671875;}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:60.5;s:5:"bytes";i:6840;s:11:"size_before";i:11305;s:10:"size_afte
r";i:7885;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875
;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:60.67999999999999971578290569595992565155029296875;s:5:"bytes";i:1
3738;s:11:"size_before";i:22637;s:10:"size_after";i:15768;s:4:"time";d:0.0899999999
999999966693309261245303787291049957275390625;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:59;s:5:"bytes";i:32878;s:11:"size_before";i:55734;s:10:"size_after
";i:39295;s:4:"time";d:0.57999999999999996003197111349436454474925994873046875;}s:2
0:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:62.11999999999999744204615126363933086395263671875;s:5:"bytes";i:7
934;s:11:"size_before";i:12773;s:10:"size_after";i:8806;s:4:"time";d:0.070000000000
000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53453, 3186, '_wp_attached_file',
'2015/12/Untitled.png');
INSERT INTO `wpor_postmeta` VALUES (53454, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"Untitled-
180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"Untitled-
300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:20:"Untitled-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53455, 3186, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53456, 3186, '_wp_attached_file',
'2015/12/Untitled.png');
INSERT INTO `wpor_postmeta` VALUES (53457, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"Untitled-
180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"Untitled-
300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:20:"Untitled-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"Untitled-
272x182.png";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53458, 3186, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:33.78464839433087973930014413781464099884033203125;s:5:"bytes";i:1
04552;s:11:"size_before";i:309466;s:10:"size_after";i:257190;s:4:"time";d:1.5300000
000000000266453525910037569701671600341796875;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:42.780000000000001136868377216160297393798828125;s:5:"bytes";i:394
2;s:11:"size_before";i:9214;s:10:"size_after";i:7243;s:4:"time";d:0.040000000000000
000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:42.24000000000000198951966012828052043914794921875;s:5:"bytes";i:6
914;s:11:"size_before";i:16372;s:10:"size_after";i:12915;s:4:"time";d:0.07000000000
0000006661338147750939242541790008544921875;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:33.2999999999999971578290569595992565155029296875;s:5:"bytes";i:21
430;s:11:"size_before";i:64348;s:10:"size_after";i:53633;s:4:"time";d:0.34000000000
0000024424906541753443889319896697998046875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:29.519999999999999573674358543939888477325439453125;s:5:"bytes";i:
28994;s:11:"size_before";i:98186;s:10:"size_after";i:83689;s:4:"time";d:0.479999999
999999982236431605997495353221893310546875;}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:40.17999999999999971578290569595992565155029296875;s:5:"bytes";i:4
812;s:11:"size_before";i:11975;s:10:"size_after";i:9569;s:4:"time";d:0.040000000000
000000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";d:38.0799999999999982946974341757595539093017578125;s:5:"bytes";i:94
06;s:11:"size_before";i:24703;s:10:"size_after";i:20000;s:4:"time";d:0.119999999999
99999555910790149937383830547332763671875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:33.52000000000000312638803734444081783294677734375;s:5:"bytes";i:2
3346;s:11:"size_before";i:69650;s:10:"size_after";i:57977;s:4:"time";d:0.3499999999
9999997779553950749686919152736663818359375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";i:38;s:5:"bytes";i:5708;s:11:"size_before";i:15018;s:10:"size_after"
;i:12164;s:4:"time";d:0.0899999999999999966693309261245303787291049957275390625;}}}
');
INSERT INTO `wpor_postmeta` VALUES (53459, 3203, '_wp_attached_file',
'2015/12/Eduma-learnling-5.mp4');
INSERT INTO `wpor_postmeta` VALUES (53460, 3203, '_wp_attachment_metadata', 'a:9:
{s:7:"bitrate";i:2141640;s:8:"filesize";i:3073838;s:9:"mime_type";s:15:"video/quick
time";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";}');
INSERT INTO `wpor_postmeta` VALUES (53461, 3203, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53462, 3203, '_wp_attached_file',
'2015/12/Eduma-learnling.mp4');
INSERT INTO `wpor_postmeta` VALUES (53463, 3203, '_wp_attachment_metadata', 'a:9:
{s:7:"bitrate";i:2141640;s:8:"filesize";i:3073838;s:9:"mime_type";s:15:"video/quick
time";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";}');
INSERT INTO `wpor_postmeta` VALUES (53464, 3206, '_wp_attached_file', '2015/12/bg-
video.png');
INSERT INTO `wpor_postmeta` VALUES (53465, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"bg-video-
180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"bg-video-
300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:20:"bg-video-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53466, 3206, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53467, 3206, '_wp_attached_file', '2015/12/bg-
video.png');
INSERT INTO `wpor_postmeta` VALUES (53468, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"bg-video-
180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"bg-video-
300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:20:"bg-video-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"bg-video-
272x182.png";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53469, 3206, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:736980;s:10:"size_after";i:
736980;s:4:"time";d:1.1700000000000001509903313490212894976139068603515625;s:11:"ap
i_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:8:
{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:24870;s:10:"size_after";i:2
4870;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6
:"medium";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:36373;s:10:"size_after";i:3
6373;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:1
2:"medium_large";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:141220;s:10:"size_after";i:
141220;s:4:"time";d:0.309999999999999997779553950749686919152736663818359375;}s:5:"
large";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:207673;s:10:"size_after";i:
207673;s:4:"time";d:0.38000000000000000444089209850062616169452667236328125;}s:14:"
shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:32750;s:10:"size_after";i:3
2750;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:1
2:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:68425;s:10:"size_after";i:6
8425;s:4:"time";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:"
shop_single";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:179459;s:10:"size_after";i:
179459;s:4:"time";d:0.2200000000000000011102230246251565404236316680908203125;}s:20
:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:46210;s:10:"size_after";i:4
6210;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53470, 3234, '_wp_attached_file',
'2015/11/course-9.jpg');
INSERT INTO `wpor_postmeta` VALUES (53471, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-9-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-9-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-9-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53472, 3234, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53473, 3234, '_wp_attached_file',
'2015/11/course-9.jpg');
INSERT INTO `wpor_postmeta` VALUES (53474, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-9-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-9-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-9-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"course-
9-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53475, 3234, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.1058210112670483482588679180480539798736572265625;s:5:"bytes";i:
12483;s:11:"size_before";i:401092;s:10:"size_after";i:395594;s:4:"time";d:0.4899999
999999999911182158029987476766109466552734375;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.70999999999999996447286321199499070644378662109375;s:5:"bytes";i
:80;s:11:"size_before";i:11135;s:10:"size_after";i:11108;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:4.8100000000000004973799150320701301097869873046875;s:5:"bytes";i:
1118;s:11:"size_before";i:23223;s:10:"size_after";i:22677;s:4:"time";d:0.0599999999
99999997779553950749686919152736663818359375;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:3.9199999999999999289457264239899814128875732421875;s:5:"bytes";i:
4116;s:11:"size_before";i:104932;s:10:"size_after";i:102887;s:4:"time";d:0.08999999
99999999966693309261245303787291049957275390625;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:1.4899999999999999911182158029987476766109466552734375;s:5:"bytes"
;i:224;s:11:"size_before";i:14994;s:10:"size_after";i:14895;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdCla
ss":5:
{s:7:"percent";d:3.9199999999999999289457264239899814128875732421875;s:5:"bytes";i:
1338;s:11:"size_before";i:34082;s:10:"size_after";i:33426;s:4:"time";d:0.0800000000
0000000166533453693773481063544750213623046875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:3.589999999999999857891452847979962825775146484375;s:5:"bytes";i:3
286;s:11:"size_before";i:91344;s:10:"size_after";i:89714;s:4:"time";d:0.08000000000
000000166533453693773481063544750213623046875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:4.5800000000000000710542735760100185871124267578125;s:5:"bytes";i:
1016;s:11:"size_before";i:22183;s:10:"size_after";i:21688;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:1.3000000000000000444089209850062616169452667236328125;s:5:"bytes"
;i:1305;s:11:"size_before";i:99199;s:10:"size_after";i:99199;s:4:"time";d:0.1100000
0000000000055511151231257827021181583404541015625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53476, 3237, '_wp_attached_file',
'2015/06/course-12.jpg');
INSERT INTO `wpor_postmeta` VALUES (53477, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"course-12-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"course-12-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"course-12-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53478, 3237, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53479, 3237, '_wp_attached_file',
'2015/06/course-12.jpg');
INSERT INTO `wpor_postmeta` VALUES (53480, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"course-12-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"course-12-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"course-12-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:21:"course-
12-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53481, 3237, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:4.2568720477612824737434493727050721645355224609375;s:5:"bytes";i:
15064;s:11:"size_before";i:352618;s:10:"size_after";i:346183;s:4:"time";d:0.4800000
00000000037747582837255322374403476715087890625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.2099999999999999922284388276239042170345783233642578125;s:5:"byt
es";i:20;s:11:"size_before";i:9447;s:10:"size_after";i:9447;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.53000000000000024868995751603506505489349365234375;s:5:"bytes";i
:724;s:11:"size_before";i:20514;s:10:"size_after";i:20165;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:6.04999999999999982236431605997495353221893310546875;s:5:"bytes";i
:5572;s:11:"size_before";i:92197;s:10:"size_after";i:89424;s:4:"time";d:0.149999999
9999999944488848768742172978818416595458984375;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:1.6999999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:214;s:11:"size_before";i:12540;s:10:"size_after";i:12446;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdCla
ss":5:
{s:7:"percent";d:4.1699999999999999289457264239899814128875732421875;s:5:"bytes";i:
1150;s:11:"size_before";i:27565;s:10:"size_after";i:27003;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:5.5099999999999997868371792719699442386627197265625;s:5:"bytes";i:
4674;s:11:"size_before";i:84693;s:10:"size_after";i:82369;s:4:"time";d:0.0800000000
0000000166533453693773481063544750213623046875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.600000000000000088817841970012523233890533447265625;s:5:"bytes";
i:692;s:11:"size_before";i:19194;s:10:"size_after";i:18861;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:2.279999999999999804600747665972448885440826416015625;s:5:"bytes";
i:2018;s:11:"size_before";i:86468;s:10:"size_after";i:86468;s:4:"time";d:0.13000000
000000000444089209850062616169452667236328125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53482, 3282, '_wp_attached_file',
'2015/06/course-5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53483, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-5-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53484, 3282, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53485, 3282, '_wp_attached_file',
'2015/06/course-5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53486, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"course-5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"course-5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"course-5-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"course-
5-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53487, 3282, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.451962750119242195889768254346563480794429779052734375;s:5:"byte
s";i:976;s:11:"size_before";i:215947;s:10:"size_after";i:215459;s:4:"time";d:0.3200
00000000000006661338147750939242541790008544921875;s:11:"api_version";s:3:"1.0";s:5
:"lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:6618;s:10:"size_after";i:66
18;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:
"medium";O:8:"stdClass":5:
{s:7:"percent";d:1.12000000000000010658141036401502788066864013671875;s:5:"bytes";i
:160;s:11:"size_before";i:14231;s:10:"size_after";i:14151;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:0.85999999999999998667732370449812151491641998291015625;s:5:"bytes
";i:486;s:11:"size_before";i:57151;s:10:"size_after";i:56908;s:4:"time";d:0.0800000
0000000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:8706;s:10:"size_after";i:87
06;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12
:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:0.200000000000000011102230246251565404236316680908203125;s:5:"byte
s";i:36;s:11:"size_before";i:18063;s:10:"size_after";i:18045;s:4:"time";d:0.0400000
00000000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClas
s":5:
{s:7:"percent";d:0.2399999999999999911182158029987476766109466552734375;s:5:"bytes"
;i:118;s:11:"size_before";i:47626;s:10:"size_after";i:47567;s:4:"time";d:0.07000000
0000000006661338147750939242541790008544921875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:1.3000000000000000444089209850062616169452667236328125;s:5:"bytes"
;i:176;s:11:"size_before";i:13544;s:10:"size_after";i:13456;s:4:"time";d:0.01000000
000000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:50008;s:10:"size_after";i:5
0008;s:4:"time";d:0.08000000000000000166533453693773481063544750213623046875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53488, 3284, '_wp_attached_file',
'2015/06/course-11.jpg');
INSERT INTO `wpor_postmeta` VALUES (53489, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"course-11-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"course-11-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"course-11-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53490, 3284, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53491, 3284, '_wp_attached_file',
'2015/06/course-11.jpg');
INSERT INTO `wpor_postmeta` VALUES (53492, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"course-11-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"course-11-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"course-11-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:21:"course-
11-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53493, 3284, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.6452035306316457052844270947389304637908935546875;s:5:"bytes";i:
8440;s:11:"size_before";i:318755;s:10:"size_after";i:314828;s:4:"time";d:0.42000000
000000003996802888650563545525074005126953125;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.479999999999999982236431605997495353221893310546875;s:5:"bytes";
i:154;s:11:"size_before";i:10379;s:10:"size_after";i:10315;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.53000000000000024868995751603506505489349365234375;s:5:"bytes";i
:680;s:11:"size_before";i:19269;s:10:"size_after";i:18942;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClas
s":5:
{s:7:"percent";d:3.25;s:5:"bytes";i:2548;s:11:"size_before";i:78479;s:10:"size_afte
r";i:77218;s:4:"time";d:0.11000000000000000055511151231257827021181583404541015625;
}s:14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.62999999999999989341858963598497211933135986328125;s:5:"bytes";i
:358;s:11:"size_before";i:13615;s:10:"size_after";i:13449;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:3.45000000000000017763568394002504646778106689453125;s:5:"bytes";i
:1024;s:11:"size_before";i:29669;s:10:"size_after";i:29170;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:3.410000000000000142108547152020037174224853515625;s:5:"bytes";i:2
620;s:11:"size_before";i:76726;s:10:"size_after";i:75429;s:4:"time";d:0.14000000000
000001332267629550187848508358001708984375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.399999999999999911182158029987476766109466552734375;s:5:"bytes";
i:652;s:11:"size_before";i:19165;s:10:"size_after";i:18852;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.560000000000000053290705182007513940334320068359375;s:5:"bytes";
i:404;s:11:"size_before";i:71453;s:10:"size_after";i:71453;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53494, 3313, '_wp_attached_file',
'2015/12/course-16.jpg');
INSERT INTO `wpor_postmeta` VALUES (53495, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"course-16-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"course-16-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"course-16-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53496, 3313, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53497, 3313, '_wp_attached_file',
'2015/12/course-16.jpg');
INSERT INTO `wpor_postmeta` VALUES (53498, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"course-16-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"course-16-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"course-16-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:21:"course-
16-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53499, 3313, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.230760524165273039898238494060933589935302734375;s:5:"bytes";i:1
0731;s:11:"size_before";i:331729;s:10:"size_after";i:326757;s:4:"time";d:0.35000000
0000000033306690738754696212708950042724609375;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.29000000000000003552713678800500929355621337890625;s:5:"bytes";i
:236;s:11:"size_before";i:10249;s:10:"size_after";i:10144;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:4.7599999999999997868371792719699442386627197265625;s:5:"bytes";i:
994;s:11:"size_before";i:20851;s:10:"size_after";i:20367;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:4.3300000000000000710542735760100185871124267578125;s:5:"bytes";i:
3750;s:11:"size_before";i:86458;s:10:"size_after";i:84596;s:4:"time";d:0.1199999999
9999999555910790149937383830547332763671875;}s:14:"shop_thumbnail";O:8:"stdClass":5
:
{s:7:"percent";d:3.560000000000000053290705182007513940334320068359375;s:5:"bytes";
i:488;s:11:"size_before";i:13707;s:10:"size_after";i:13476;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:4.04999999999999982236431605997495353221893310546875;s:5:"bytes";i
:1196;s:11:"size_before";i:29562;s:10:"size_after";i:28977;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:3.660000000000000142108547152020037174224853515625;s:5:"bytes";i:2
734;s:11:"size_before";i:74653;s:10:"size_after";i:73299;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.79999999999999982236431605997495353221893310546875;s:5:"bytes";i
:728;s:11:"size_before";i:19152;s:10:"size_after";i:18801;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.7800000000000000266453525910037569701671600341796875;s:5:"bytes"
;i:605;s:11:"size_before";i:77097;s:10:"size_after";i:77097;s:4:"time";d:0.05000000
000000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53500, 3317, '_wp_attached_file',
'2015/12/course-10.jpg');
INSERT INTO `wpor_postmeta` VALUES (53501, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"course-10-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"course-10-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"course-10-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53502, 3317, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53503, 3317, '_wp_attached_file',
'2015/12/course-10.jpg');
INSERT INTO `wpor_postmeta` VALUES (53504, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"course-10-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"course-10-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"course-10-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:21:"course-
10-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53505, 3317, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.722699930355418462823990921606309711933135986328125;s:5:"bytes";
i:13978;s:11:"size_before";i:374961;s:10:"size_after";i:368458;s:4:"time";d:0.35999
999999999998667732370449812151491641998291015625;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:4.269999999999999573674358543939888477325439453125;s:5:"bytes";i:5
00;s:11:"size_before";i:11700;s:10:"size_after";i:11463;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:5.1099999999999994315658113919198513031005859375;s:5:"bytes";i:118
6;s:11:"size_before";i:23203;s:10:"size_after";i:22623;s:4:"time";d:0.0100000000000
0000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClass":
5:
{s:7:"percent";d:4.1199999999999992184029906638897955417633056640625;s:5:"bytes";i:
3892;s:11:"size_before";i:94403;s:10:"size_after";i:92470;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:5.0800000000000000710542735760100185871124267578125;s:5:"bytes";i:
798;s:11:"size_before";i:15698;s:10:"size_after";i:15312;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:5.0299999999999993605115378159098327159881591796875;s:5:"bytes";i:
1724;s:11:"size_before";i:34270;s:10:"size_after";i:33421;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:4.3900000000000005684341886080801486968994140625;s:5:"bytes";i:382
0;s:11:"size_before";i:87016;s:10:"size_after";i:85119;s:4:"time";d:0.0899999999999
999966693309261245303787291049957275390625;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:5.6699999999999999289457264239899814128875732421875;s:5:"bytes";i:
1268;s:11:"size_before";i:22377;s:10:"size_after";i:21756;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.91000000000000003108624468950438313186168670654296875;s:5:"bytes
";i:790;s:11:"size_before";i:86294;s:10:"size_after";i:86294;s:4:"time";d:0.1400000
0000000001332267629550187848508358001708984375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53506, 3384, '_wp_attached_file',
'2015/12/ad.jpg');
INSERT INTO `wpor_postmeta` VALUES (53507, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"ad-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:14:"ad-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53508, 3384, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53509, 3384, '_wp_attached_file',
'2015/12/ad.jpg');
INSERT INTO `wpor_postmeta` VALUES (53510, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"ad-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:14:"ad-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:14:"ad-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53511, 3384, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.9617661267766768329323667785502038896083831787109375;s:5:"bytes"
;i:1377;s:11:"size_before";i:69918;s:10:"size_after";i:69424;s:4:"time";d:0.1099999
9999999998667732370449812151491641998291015625;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:5909;s:10:"size_after";i:59
09;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:"med
ium";O:8:"stdClass":5:
{s:7:"percent";d:2.5;s:5:"bytes";i:360;s:11:"size_before";i:14335;s:10:"size_after"
;i:14168;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:
14:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.1700000000000000122124532708767219446599483489990234375;s:5:"byt
es";i:13;s:11:"size_before";i:7827;s:10:"size_after";i:7827;s:4:"time";d:0.01000000
000000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdCl
ass":5:
{s:7:"percent";d:3.020000000000000017763568394002504646778106689453125;s:5:"bytes";
i:480;s:11:"size_before";i:15868;s:10:"size_after";i:15641;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:1.939999999999999946709294817992486059665679931640625;s:5:"bytes";
i:226;s:11:"size_before";i:11652;s:10:"size_after";i:11552;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:2.04000000000000003552713678800500929355621337890625;s:5:"bytes";i
:298;s:11:"size_before";i:14327;s:10:"size_after";i:14327;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53512, 3387, '_wp_attached_file', '2015/12/bg-
page.jpg');
INSERT INTO `wpor_postmeta` VALUES (53513, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"bg-page-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"bg-page-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"bg-page-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53514, 3387, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53515, 3387, '_wp_attached_file', '2015/12/bg-
page.jpg');
INSERT INTO `wpor_postmeta` VALUES (53516, 3387, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:400;s:4:"file";s:19:"2015/12/bg-
page.jpg";s:5:"sizes";a:8:{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-
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:19:"bg-page-
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:20:"bg-page-
1024x256.jpg";s:5:"width";i:1024;s:6:"height";i:256;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"bg-page-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"bg-page-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"bg-page-
600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"bg-page-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53517, 3387, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:24.9314587875598334676396916620433330535888671875;s:5:"bytes";i:49
742;s:11:"size_before";i:199515;s:10:"size_after";i:174644;s:4:"time";d:0.440000000
000000002220446049250313080847263336181640625;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:61.67999999999999971578290569595992565155029296875;s:5:"bytes";i:6
090;s:11:"size_before";i:9873;s:10:"size_after";i:6828;s:4:"time";d:0.0599999999999
99997779553950749686919152736663818359375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:56.43999999999999772626324556767940521240234375;s:5:"bytes";i:6090
;s:11:"size_before";i:10791;s:10:"size_after";i:7746;s:4:"time";d:0.050000000000000
00277555756156289135105907917022705078125;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:19.32000000000000028421709430404007434844970703125;s:5:"bytes";i:6
224;s:11:"size_before";i:32226;s:10:"size_after";i:29114;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:12.5999999999999996447286321199499070644378662109375;s:5:"bytes";i
:6068;s:11:"size_before";i:48196;s:10:"size_after";i:45162;s:4:"time";d:0.160000000
0000000033306690738754696212708950042724609375;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:50.17999999999999971578290569595992565155029296875;s:5:"bytes";i:6
122;s:11:"size_before";i:12202;s:10:"size_after";i:9141;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";d:27.0799999999999982946974341757595539093017578125;s:5:"bytes";i:63
52;s:11:"size_before";i:23465;s:10:"size_after";i:20289;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:14.0800000000000000710542735760100185871124267578125;s:5:"bytes";i
:6668;s:11:"size_before";i:47341;s:10:"size_after";i:44007;s:4:"time";d:0.059999999
999999997779553950749686919152736663818359375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:39.74000000000000198951966012828052043914794921875;s:5:"bytes";i:6
128;s:11:"size_before";i:15421;s:10:"size_after";i:12357;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53518, 3390, '_wp_attached_file',
'2015/12/1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53519, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"1-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53520, 3390, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53521, 3390, '_wp_attached_file',
'2015/12/1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53522, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"1-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:13:"1-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53523, 3390, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:8.1092844005784332495068156276829540729522705078125;s:5:"bytes";i:
23104;s:11:"size_before";i:284908;s:10:"size_after";i:273356;s:4:"time";d:0.4100000
0000000003108624468950438313186168670654296875;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:16.82000000000000028421709430404007434844970703125;s:5:"bytes";i:1
720;s:11:"size_before";i:10221;s:10:"size_after";i:9361;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:17.300000000000000710542735760100185871124267578125;s:5:"bytes";i:
2200;s:11:"size_before";i:12714;s:10:"size_after";i:11614;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:7.36000000000000031974423109204508364200592041015625;s:5:"bytes";i
:3560;s:11:"size_before";i:48352;s:10:"size_after";i:46572;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:6.0800000000000000710542735760100185871124267578125;s:5:"bytes";i:
4604;s:11:"size_before";i:75658;s:10:"size_after";i:73356;s:4:"time";d:0.1100000000
0000000055511151231257827021181583404541015625;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:14.4399999999999995026200849679298698902130126953125;s:5:"bytes";i
:1918;s:11:"size_before";i:13284;s:10:"size_after";i:12325;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:8.839999999999999857891452847979962825775146484375;s:5:"bytes";i:2
458;s:11:"size_before";i:27791;s:10:"size_after";i:26562;s:4:"time";d:0.08000000000
000000166533453693773481063544750213623046875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:5.55999999999999960920149533194489777088165283203125;s:5:"bytes";i
:4272;s:11:"size_before";i:76798;s:10:"size_after";i:74662;s:4:"time";d:0.080000000
00000000166533453693773481063544750213623046875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:11.800000000000000710542735760100185871124267578125;s:5:"bytes";i:
2372;s:11:"size_before";i:20090;s:10:"size_after";i:18904;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53524, 3391, '_wp_attached_file',
'2015/12/2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53525, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"2-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53526, 3391, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53527, 3391, '_wp_attached_file',
'2015/12/2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53528, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"2-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:13:"2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53529, 3391, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:11.38874696640694850202635279856622219085693359375;s:5:"bytes";i:5
7064;s:11:"size_before";i:501056;s:10:"size_after";i:472524;s:4:"time";d:0.64000000
000000001332267629550187848508358001708984375;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:17.46000000000000085265128291212022304534912109375;s:5:"bytes";i:3
076;s:11:"size_before";i:17618;s:10:"size_after";i:16080;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:16.339999999999999857891452847979962825775146484375;s:5:"bytes";i:
3200;s:11:"size_before";i:19585;s:10:"size_after";i:17985;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:11.160000000000000142108547152020037174224853515625;s:5:"bytes";i:
9336;s:11:"size_before";i:83674;s:10:"size_after";i:79006;s:4:"time";d:0.0899999999
999999966693309261245303787291049957275390625;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:10.199999999999999289457264239899814128875732421875;s:5:"bytes";i:
13582;s:11:"size_before";i:133122;s:10:"size_after";i:126331;s:4:"time";d:0.1199999
9999999999555910790149937383830547332763671875;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:15.5;s:5:"bytes";i:3612;s:11:"size_before";i:23315;s:10:"size_afte
r";i:21509;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}
s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:12.4399999999999995026200849679298698902130126953125;s:5:"bytes";i
:6268;s:11:"size_before";i:50349;s:10:"size_after";i:47215;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:9.6400000000000005684341886080801486968994140625;s:5:"bytes";i:136
06;s:11:"size_before";i:141032;s:10:"size_after";i:134229;s:4:"time";d:0.2899999999
99999980015985556747182272374629974365234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:13.53999999999999914734871708787977695465087890625;s:5:"bytes";i:4
384;s:11:"size_before";i:32361;s:10:"size_after";i:30169;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53530, 3392, '_wp_attached_file',
'2015/12/3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53531, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"3-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53532, 3392, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53533, 3392, '_wp_attached_file',
'2015/12/3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53534, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"3-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:13:"3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53535, 3392, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:7.51762627604858746366289778961800038814544677734375;s:5:"bytes";i
:24044;s:11:"size_before";i:319835;s:10:"size_after";i:307813;s:4:"time";d:0.300000
0000000000444089209850062616169452667236328125;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:15.6400000000000005684341886080801486968994140625;s:5:"bytes";i:18
56;s:11:"size_before";i:11872;s:10:"size_after";i:10944;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:14.8599999999999994315658113919198513031005859375;s:5:"bytes";i:19
72;s:11:"size_before";i:13279;s:10:"size_after";i:12293;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:7.17999999999999971578290569595992565155029296875;s:5:"bytes";i:37
90;s:11:"size_before";i:52781;s:10:"size_after";i:50886;s:4:"time";d:0.050000000000
00000277555756156289135105907917022705078125;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:5.94000000000000039079850466805510222911834716796875;s:5:"bytes";i
:4838;s:11:"size_before";i:81398;s:10:"size_after";i:78979;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:12.9399999999999995026200849679298698902130126953125;s:5:"bytes";i
:2024;s:11:"size_before";i:15643;s:10:"size_after";i:14631;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:7.5;s:5:"bytes";i:2434;s:11:"size_before";i:32460;s:10:"size_after
";i:31243;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875
;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:5.17999999999999971578290569595992565155029296875;s:5:"bytes";i:45
94;s:11:"size_before";i:88710;s:10:"size_after";i:86413;s:4:"time";d:0.089999999999
9999966693309261245303787291049957275390625;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:10.699999999999999289457264239899814128875732421875;s:5:"bytes";i:
2536;s:11:"size_before";i:23692;s:10:"size_after";i:22424;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (37275, 7041, 'panels_data', 'a:3:
{s:7:"widgets";a:16:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-page-video"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"0212b8f8-2f10-4e01-856e-
2ab904d506c8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<div class="thim-register-now-form top-
homepage">\n<h3 class="title"><span>Create your free account now and get immediate
access to 100s of online Courses.</span></h3>\n[contact-form-7 id="85" title="Get
It Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1;s:2:
"id";i:1;s:9:"widget_id";s:36:"57d18370-770b-4757-b804-
b0cca8a382e4";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:5:
{s:5:"title";s:0:"";s:6:"layout";s:6:"slider";s:14:"slider-options";a:4:
{s:5:"limit";i:15;s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"7";s:15:"show
_pagination";b:0;}s:12:"list-options";a:2:
{s:11:"show_counts";b:0;s:12:"hierarchical";b:0;}s:11:"panels_info";a:7:
{s:5:"class";s:29:"Thim_Course_Categories_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:
"cell";i:0;s:2:"id";i:2;s:9:"widget_id";s:36:"b7ff4c3d-0268-46dc-a775-
4c0209fccf7e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:12:
{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:0;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_fo
nt_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:3;s:9:"widget_id";s:36:"7997f841-e70f-404c-a45d-
bbf57811b17e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"layout";s:4:"grid";s:5:"limit";i
:8;s:16:"view_all_courses";s:8:"View All";s:14:"slider-options";a:3:
{s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;s:15:"show_navigation";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"4";}s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:4;s:9:"widget_id";s:36:"8f50c808-b7b5-4840-af15-
af7f0e107ea8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:7:
{s:14:"counters_label";s:8:"Learners";s:14:"counters_value";i:5000;s:4:"icon";s:0:"
";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"p
anels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"15011e68-8cc6-4aa3-bdd4-
db625522ef8c";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:7:
{s:14:"counters_label";s:9:"Graduates";s:14:"counters_value";i:6000;s:4:"icon";s:0:
"";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"
panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:1;s:2:"id";i:6;s:9:"widget_id";s:36:"092e38b4-db68-4d3f-bb1a-
94af482263e4";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:7:
{s:14:"counters_label";s:17:"Countries
Reached";s:14:"counters_value";i:150;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:2;s:2:"id";i:7;s:9:"widget_id";s:36:"3538db20-2632-447e-a99e-
994954e8fe46";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:7:
{s:14:"counters_label";s:17:"Courses
Published";s:14:"counters_value";i:940;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:3;s:2:"id";i:8;s:9:"widget_id";s:36:"61380991-a60e-48fc-b1c7-
830885198925";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:40:"Lorem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"78200fdf-18ec-46ab-b5c6-
7276be6a8272";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:65:"http://thim.staging.wp
engine.com/thim-2/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";
i:0;s:2:"id";i:10;s:9:"widget_id";s:36:"3097baa2-b9ae-4238-aaba-
d413988aadf5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:11;a:12:
{s:5:"title";s:12:"Lastest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lo
rem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"defau
lt";s:19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:11;s:9:"widget_id";s:36:"057b090c-4dc3-4ff8-a2cd-
f2b92ade859c";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cel
l";i:0;s:2:"id";i:12;s:9:"widget_id";s:36:"540ad9c9-e463-4ec4-8566-
8fe91527da48";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:13;a:12:
{s:5:"title";s:15:"What People
Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lorem ipsum
dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0
;s:2:"id";i:13;s:9:"widget_id";s:36:"14261fbb-3cdc-4bda-bae2-
317cdfddf482";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell
";i:0;s:2:"id";i:14;s:9:"widget_id";s:36:"2955ad3a-c1f5-4850-8935-
2031051b9e1d";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:8;s:4:"cell";i:0;s:2:
"id";i:15;s:9:"widget_id";s:36:"1cdbf2c1-1646-48d7-8618-
862255667920";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:9:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:22:"thim-register-form-
top";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";}}i:2;a:2
:{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"60px";}}i:4;a:2:
{s:5:"cells";i:4;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"padding";s:9:"124px
0px";s:27:"background_image_attachment";s:2:"52";s:18:"background_display";s:5:"cov
er";s:11:"row_stretch";s:4:"full";}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:27:"background_image_attachment";s:2:"79";s:18:"background_display";s:5:
"cover";s:11:"row_stretch";s:4:"full";}}i:7;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"65px";}}i:8;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:13:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:4;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:4;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"g
rid";i:4;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:7;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:12;a:4:
{s:4:"grid";i:8;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (37272, 6884, 'panels_data', 'a:3:
{s:7:"widgets";a:16:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-page-video"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"85c70708-7ed5-490c-b264-
124e254b2fc9";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<div class="thim-register-now-form top-
homepage">\n<h3 class="title"><span>Create your free account now and get immediate
access to 100s of online Courses.</span></h3>\n[contact-form-7 id="85" title="Get
It Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1;s:2:
"id";i:1;s:9:"widget_id";s:36:"5e9e5bb9-e4be-4551-88f6-
0063983fdcec";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:5:
{s:5:"title";s:0:"";s:6:"layout";s:6:"slider";s:14:"slider-options";a:4:
{s:5:"limit";i:15;s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"7";s:15:"show
_pagination";b:0;}s:12:"list-options";a:2:
{s:11:"show_counts";b:0;s:12:"hierarchical";b:0;}s:11:"panels_info";a:7:
{s:5:"class";s:29:"Thim_Course_Categories_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:
"cell";i:0;s:2:"id";i:2;s:9:"widget_id";s:36:"14f0d14b-871b-494a-a7ab-
13a6b7e8cf0b";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:12:
{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:0;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_fo
nt_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:3;s:9:"widget_id";s:36:"62b7d223-7d16-4c5c-8921-
9177408c4b6e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"layout";s:4:"grid";s:5:"limit";i
:8;s:16:"view_all_courses";s:8:"View All";s:14:"slider-options";a:3:
{s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;s:15:"show_navigation";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"4";}s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:4;s:9:"widget_id";s:36:"b73d85f2-7496-4b3a-a902-
0c0f5fda1c48";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:7:
{s:14:"counters_label";s:8:"Learners";s:14:"counters_value";i:5000;s:4:"icon";s:0:"
";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"p
anels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"ae215117-8f6b-4a83-9a1d-
a1adf58c3c01";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:7:
{s:14:"counters_label";s:9:"Graduates";s:14:"counters_value";i:6000;s:4:"icon";s:0:
"";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"
panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:1;s:2:"id";i:6;s:9:"widget_id";s:36:"13ab166f-3c98-4404-8e59-
ff7d1206598e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:7:
{s:14:"counters_label";s:17:"Countries
Reached";s:14:"counters_value";i:150;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:2;s:2:"id";i:7;s:9:"widget_id";s:36:"e095e49d-f9e6-49a1-aec1-
0b4d4741032a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:7:
{s:14:"counters_label";s:17:"Courses
Published";s:14:"counters_value";i:940;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:3;s:2:"id";i:8;s:9:"widget_id";s:36:"063f9ee9-c7b0-48bb-b43d-
4c9f81ddd211";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:40:"Lorem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"72cfad7f-d21d-4d35-9e4d-
9fd84ef14057";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:65:"http://thim.staging.wp
engine.com/thim-2/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";
i:0;s:2:"id";i:10;s:9:"widget_id";s:36:"1671aea6-4722-478e-9544-
fa104fcc56bf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:11;a:12:
{s:5:"title";s:12:"Lastest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lo
rem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"defau
lt";s:19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:11;s:9:"widget_id";s:36:"90b5b1b4-f143-495c-a010-
6f65fd65cc67";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cel
l";i:0;s:2:"id";i:12;s:9:"widget_id";s:36:"ae8a9853-6f19-4857-bc2d-
8d5ca1308d9e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:13;a:12:
{s:5:"title";s:15:"What People
Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lorem ipsum
dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0
;s:2:"id";i:13;s:9:"widget_id";s:36:"b936555e-12c7-4c79-b933-
c9970820ee8e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell
";i:0;s:2:"id";i:14;s:9:"widget_id";s:36:"68d729e4-b4d4-4f69-b84a-
eab78310bf06";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:8;s:4:"cell";i:0;s:2:
"id";i:15;s:9:"widget_id";s:36:"5d6d88d3-2cb5-459a-b783-
10045c432739";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:9:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:22:"thim-register-form-
top";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";}}i:2;a:2
:{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"60px";}}i:4;a:2:
{s:5:"cells";i:4;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"padding";s:9:"124px
0px";s:27:"background_image_attachment";s:2:"52";s:18:"background_display";s:5:"cov
er";s:11:"row_stretch";s:4:"full";}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:27:"background_image_attachment";s:2:"79";s:18:"background_display";s:5:
"cover";s:11:"row_stretch";s:4:"full";}}i:7;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"65px";}}i:8;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:13:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:4;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:4;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"g
rid";i:4;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:7;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:12;a:4:
{s:4:"grid";i:8;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (9313, 1, '_wp_trash_meta_status', 'publish');
INSERT INTO `wpor_postmeta` VALUES (9314, 1, '_wp_trash_meta_time', '1495659792');
INSERT INTO `wpor_postmeta` VALUES (9315, 1, '_wp_desired_post_slug', 'hello-
world');
INSERT INTO `wpor_postmeta` VALUES (9316, 1, '_vc_post_settings', 'a:1:
{s:10:"vc_grid_id";a:0:{}}');
INSERT INTO `wpor_postmeta` VALUES (9317, 1, '_wp_trash_meta_comments_status',
'a:1:{i:1;s:1:"1";}');
INSERT INTO `wpor_postmeta` VALUES (9318, 6879, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (9319, 6879, '_wp_trash_meta_time',
'1495660066');
INSERT INTO `wpor_postmeta` VALUES (9320, 6880, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (9321, 6880, '_wp_trash_meta_time',
'1495660140');
INSERT INTO `wpor_postmeta` VALUES (9322, 6881, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (9323, 6881, '_wp_trash_meta_time',
'1495660169');
INSERT INTO `wpor_postmeta` VALUES (9324, 6882, '_wp_attached_file',
'2017/05/tubifed-logo.png');
INSERT INTO `wpor_postmeta` VALUES (9325, 6882, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:250;s:6:"height";i:47;s:4:"file";s:24:"2017/05/tubifed-
logo.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"tubifed-logo-
150x47.png";s:5:"width";i:150;s:6:"height";i:47;s:9:"mime-
type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"tubifed-logo-
180x47.png";s:5:"width";i:180;s:6:"height";i:47;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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (9326, 6883, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (9327, 6883, '_wp_trash_meta_time',
'1495660225');
INSERT INTO `wpor_postmeta` VALUES (53536, 3393, '_wp_attached_file',
'2015/12/4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53537, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"4-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53538, 3393, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53539, 3393, '_wp_attached_file',
'2015/12/4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53540, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"4-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:13:"4-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53541, 3393, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:9.64392786991773931504212669096887111663818359375;s:5:"bytes";i:19
590;s:11:"size_before";i:203133;s:10:"size_after";i:193338;s:4:"time";d:0.240000000
000000046629367034256574697792530059814453125;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:20.239999999999998436805981327779591083526611328125;s:5:"bytes";i:
1844;s:11:"size_before";i:9112;s:10:"size_after";i:8190;s:4:"time";d:0.040000000000
000000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:19.4200000000000017053025658242404460906982421875;s:5:"bytes";i:18
06;s:11:"size_before";i:9298;s:10:"size_after";i:8395;s:4:"time";d:0.02999999999999
99988897769753748434595763683319091796875;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:7.21999999999999975131004248396493494510650634765625;s:5:"bytes";i
:2422;s:11:"size_before";i:33578;s:10:"size_after";i:32367;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:5.82000000000000028421709430404007434844970703125;s:5:"bytes";i:29
94;s:11:"size_before";i:51413;s:10:"size_after";i:49916;s:4:"time";d:0.080000000000
00000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:16.96000000000000085265128291212022304534912109375;s:5:"bytes";i:1
966;s:11:"size_before";i:11597;s:10:"size_after";i:10614;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:11.339999999999999857891452847979962825775146484375;s:5:"bytes";i:
2514;s:11:"size_before";i:22172;s:10:"size_after";i:20915;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:11:"shop_single";O:8:"stdClass
":5:
{s:7:"percent";d:7.71999999999999975131004248396493494510650634765625;s:5:"bytes";i
:3924;s:11:"size_before";i:50816;s:10:"size_after";i:48854;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";i:14;s:5:"bytes";i:2120;s:11:"size_before";i:15147;s:10:"size_after"
;i:14087;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375
;}}}');
INSERT INTO `wpor_postmeta` VALUES (53542, 3394, '_wp_attached_file',
'2015/12/5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53543, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"5-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53544, 3394, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53545, 3394, '_wp_attached_file',
'2015/12/5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53546, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"5-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:13:"5-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53547, 3394, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:10.3961629500436032458310364745557308197021484375;s:5:"bytes";i:20
028;s:11:"size_before";i:192648;s:10:"size_after";i:182634;s:4:"time";d:0.390000000
00000001332267629550187848508358001708984375;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:22.440000000000001278976924368180334568023681640625;s:5:"bytes";i:
1794;s:11:"size_before";i:7992;s:10:"size_after";i:7095;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:22.699999999999999289457264239899814128875732421875;s:5:"bytes";i:
1654;s:11:"size_before";i:7289;s:10:"size_after";i:6462;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:10.46000000000000085265128291212022304534912109375;s:5:"bytes";i:2
876;s:11:"size_before";i:27469;s:10:"size_after";i:26031;s:4:"time";d:0.11000000000
000000055511151231257827021181583404541015625;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:8.519999999999999573674358543939888477325439453125;s:5:"bytes";i:3
682;s:11:"size_before";i:43213;s:10:"size_after";i:41372;s:4:"time";d:0.07000000000
0000006661338147750939242541790008544921875;}s:14:"shop_thumbnail";O:8:"stdClass":5
:
{s:7:"percent";d:17.719999999999998863131622783839702606201171875;s:5:"bytes";i:186
4;s:11:"size_before";i:10517;s:10:"size_after";i:9585;s:4:"time";d:0.04000000000000
0000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:10.0999999999999996447286321199499070644378662109375;s:5:"bytes";i
:2304;s:11:"size_before";i:22827;s:10:"size_after";i:21675;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:6.44000000000000039079850466805510222911834716796875;s:5:"bytes";i
:3868;s:11:"size_before";i:60053;s:10:"size_after";i:58119;s:4:"time";d:0.070000000
000000006661338147750939242541790008544921875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:14.9399999999999995026200849679298698902130126953125;s:5:"bytes";i
:1986;s:11:"size_before";i:13288;s:10:"size_after";i:12295;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53548, 3395, '_wp_attached_file',
'2015/12/7.jpg');
INSERT INTO `wpor_postmeta` VALUES (53549, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"7-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"7-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"7-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53550, 3395, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53551, 3395, '_wp_attached_file',
'2015/12/7.jpg');
INSERT INTO `wpor_postmeta` VALUES (53552, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"7-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"7-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"7-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:13:"7-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53553, 3395, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:9.942813840988993234759618644602596759796142578125;s:5:"bytes";i:2
2568;s:11:"size_before";i:226978;s:10:"size_after";i:215694;s:4:"time";d:0.22999999
9999999982236431605997495353221893310546875;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:24.46000000000000085265128291212022304534912109375;s:5:"bytes";i:1
592;s:11:"size_before";i:6508;s:10:"size_after";i:5712;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:20.339999999999999857891452847979962825775146484375;s:5:"bytes";i:
2118;s:11:"size_before";i:10410;s:10:"size_after";i:9351;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:9.46000000000000085265128291212022304534912109375;s:5:"bytes";i:44
98;s:11:"size_before";i:47514;s:10:"size_after";i:45265;s:4:"time";d:0.040000000000
000000832667268468867405317723751068115234375;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:8.0800000000000000710542735760100185871124267578125;s:5:"bytes";i:
6322;s:11:"size_before";i:78173;s:10:"size_after";i:75012;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:20.4200000000000017053025658242404460906982421875;s:5:"bytes";i:17
24;s:11:"size_before";i:8444;s:10:"size_after";i:7582;s:4:"time";d:0.01000000000000
000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";d:11.7799999999999993605115378159098327159881591796875;s:5:"bytes";i
:2066;s:11:"size_before";i:17534;s:10:"size_after";i:16501;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:4.95999999999999996447286321199499070644378662109375;s:5:"bytes";i
:2296;s:11:"size_before";i:46216;s:10:"size_after";i:45068;s:4:"time";d:0.059999999
999999997779553950749686919152736663818359375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:16.019999999999999573674358543939888477325439453125;s:5:"bytes";i:
1952;s:11:"size_before";i:12179;s:10:"size_after";i:11203;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53554, 3396, '_wp_attached_file',
'2015/12/6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53555, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"6-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53556, 3396, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53557, 3396, '_wp_attached_file',
'2015/12/6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53558, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"6-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:13:"6-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53559, 3396, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:8.35399739904575966420452459715306758880615234375;s:5:"bytes";i:19
978;s:11:"size_before";i:239143;s:10:"size_after";i:229154;s:4:"time";d:0.349999999
99999997779553950749686919152736663818359375;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:20.280000000000001136868377216160297393798828125;s:5:"bytes";i:175
4;s:11:"size_before";i:8646;s:10:"size_after";i:7769;s:4:"time";d:0.020000000000000
0004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:18.059999999999998721023075631819665431976318359375;s:5:"bytes";i:
2142;s:11:"size_before";i:11867;s:10:"size_after";i:10796;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:7.7599999999999997868371792719699442386627197265625;s:5:"bytes";i:
3454;s:11:"size_before";i:44465;s:10:"size_after";i:42738;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:5.9199999999999999289457264239899814128875732421875;s:5:"bytes";i:
4078;s:11:"size_before";i:68831;s:10:"size_after";i:66792;s:4:"time";d:0.1000000000
000000055511151231257827021181583404541015625;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:16.879999999999999005240169935859739780426025390625;s:5:"bytes";i:
1864;s:11:"size_before";i:11044;s:10:"size_after";i:10112;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:9.5600000000000004973799150320701301097869873046875;s:5:"bytes";i:
2138;s:11:"size_before";i:22359;s:10:"size_after";i:21290;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:4.519999999999999573674358543939888477325439453125;s:5:"bytes";i:2
582;s:11:"size_before";i:57066;s:10:"size_after";i:55775;s:4:"time";d:0.08000000000
000000166533453693773481063544750213623046875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:13.2200000000000006394884621840901672840118408203125;s:5:"bytes";i
:1966;s:11:"size_before";i:14865;s:10:"size_after";i:13882;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53560, 3397, '_wp_attached_file',
'2015/12/8.jpg');
INSERT INTO `wpor_postmeta` VALUES (53561, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"8-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"8-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"8-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53784, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"presentation-
2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"presentation-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"presentation-2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:26:"presentation-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53781, 4436, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53782, 4436, '_wp_attached_file',
'2016/03/presentation-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53783, 4436, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.0216317964637705341390816471403013565577566623687744140625;s:5:"
bytes";i:57;s:11:"size_before";i:263501;s:10:"size_after";i:263444;s:4:"time";d:0.5
300000000000000266453525910037569701671600341796875;s:11:"api_version";s:3:"1.0";s:
5:"lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:7172;s:10:"size_after";i:71
72;s:4:"time";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:"m
edium";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:19132;s:10:"size_after";i:1
9132;s:4:"time";d:0.040000000000000000832667268468867405317723751068115234375;}s:12
:"medium_large";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:74068;s:10:"size_after";i:7
4068;s:4:"time";d:0.070000000000000006661338147750939242541790008544921875;}s:14:"s
hop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:9298;s:10:"size_after";i:92
98;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:
"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:19132;s:10:"size_after";i:1
9132;s:4:"time";d:0.040000000000000000832667268468867405317723751068115234375;}s:11
:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:0.11000000000000000055511151231257827021181583404541015625;s:5:"by
tes";i:57;s:11:"size_before";i:51968;s:10:"size_after";i:51911;s:4:"time";d:0.04000
0000000000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:12414;s:10:"size_after";i:1
2414;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4
:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:70317;s:10:"size_after";i:7
0317;s:4:"time";d:0.2600000000000000088817841970012523233890533447265625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53778, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"presentation-
3-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"presentation-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"presentation-3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:26:"presentation-3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53779, 4436, '_wp_attached_file',
'2016/03/presentation-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53780, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"presentation-
2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"presentation-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"presentation-2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53769, 4429, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53770, 4429, '_wp_attached_file',
'2016/03/portfolio-course-5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53771, 4429, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.283584283621930666186017333529889583587646484375;s:5:"bytes";i:7
160;s:11:"size_before";i:557813;s:10:"size_after";i:550653;s:4:"time";d:0.760000000
00000011990408665951690636575222015380859375;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.089999999999999857891452847979962825775146484375;s:5:"bytes";i:2
75;s:11:"size_before";i:13160;s:10:"size_after";i:12885;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.589999999999999857891452847979962825775146484375;s:5:"bytes";i:9
73;s:11:"size_before";i:37504;s:10:"size_after";i:36531;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:1.62000000000000010658141036401502788066864013671875;s:5:"bytes";i
:2535;s:11:"size_before";i:156352;s:10:"size_after";i:153817;s:4:"time";d:0.2200000
000000000011102230246251565404236316680908203125;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:2.410000000000000142108547152020037174224853515625;s:5:"bytes";i:4
22;s:11:"size_before";i:17482;s:10:"size_after";i:17060;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:36531;s:10:"size_after";i:3
6531;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:
"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:2.12999999999999989341858963598497211933135986328125;s:5:"bytes";i
:2304;s:11:"size_before";i:108279;s:10:"size_after";i:105975;s:4:"time";d:0.2099999
999999999922284388276239042170345783233642578125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.600000000000000088817841970012523233890533447265625;s:5:"bytes";
i:600;s:11:"size_before";i:23037;s:10:"size_after";i:22437;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.0299999999999999988897769753748434595763683319091796875;s:5:"byt
es";i:51;s:11:"size_before";i:165468;s:10:"size_after";i:165417;s:4:"time";d:0.1700
000000000000122124532708767219446599483489990234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53773, 4435, '_wp_attached_file',
'2016/03/presentation-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53774, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"presentation-
3-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"presentation-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"presentation-3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53775, 4435, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53776, 4435, '_wp_attached_file',
'2016/03/presentation-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53777, 4435, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.8348275155952673554082821283373050391674041748046875;s:5:"bytes"
;i:3343;s:11:"size_before";i:400442;s:10:"size_after";i:397099;s:4:"time";d:0.44999
99999999999555910790149937383830547332763671875;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.5;s:5:"bytes";i:167;s:11:"size_before";i:11141;s:10:"size_after"
;i:10974;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375
;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.319999999999999840127884453977458178997039794921875;s:5:"bytes";
i:598;s:11:"size_before";i:25730;s:10:"size_after";i:25132;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClas
s":5:
{s:7:"percent";d:0.86999999999999999555910790149937383830547332763671875;s:5:"bytes
";i:878;s:11:"size_before";i:101211;s:10:"size_after";i:100333;s:4:"time";d:0.10000
00000000000055511151231257827021181583404541015625;}s:14:"shop_thumbnail";O:8:"stdC
lass":5:
{s:7:"percent";d:1.3300000000000000710542735760100185871124267578125;s:5:"bytes";i:
197;s:11:"size_before";i:14815;s:10:"size_after";i:14618;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:1.45999999999999996447286321199499070644378662109375;s:5:"bytes";i
:462;s:11:"size_before";i:31699;s:10:"size_after";i:31237;s:4:"time";d:0.0700000000
00000006661338147750939242541790008544921875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:0.64000000000000001332267629550187848508358001708984375;s:5:"bytes
";i:533;s:11:"size_before";i:83605;s:10:"size_after";i:83072;s:4:"time";d:0.0899999
999999999966693309261245303787291049957275390625;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.310000000000000053290705182007513940334320068359375;s:5:"bytes";
i:508;s:11:"size_before";i:22009;s:10:"size_after";i:21501;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:110232;s:10:"size_after";i:
110232;s:4:"time";d:0.11000000000000000055511151231257827021181583404541015625;}}}'
);
INSERT INTO `wpor_postmeta` VALUES (53766, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"book-3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53772, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"portfolio-
course-5-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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: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:20:"sow-carousel-default";a:4:
{s:4:"file";s:30:"portfolio-course-5-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53767, 4429, '_wp_attached_file',
'2016/03/portfolio-course-5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53768, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"portfolio-
course-5-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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: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:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53754, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"portfolio-
course-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"portfolio-
course-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"portfolio-course-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:28:"portfolio-course-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53755, 4423, '_wp_attached_file',
'2016/03/portfolio-course-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53756, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"portfolio-
course-3-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:30:"portfolio-course-
3-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53757, 4423, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53758, 4423, '_wp_attached_file',
'2016/03/portfolio-course-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53759, 4423, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.857389537559817060952127576456405222415924072265625;s:5:"bytes";
i:3148;s:11:"size_before";i:367161;s:10:"size_after";i:364013;s:4:"time";d:1.830000
0000000000710542735760100185871124267578125;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.5500000000000000444089209850062616169452667236328125;s:5:"bytes"
;i:59;s:11:"size_before";i:10654;s:10:"size_after";i:10595;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:1.62000000000000010658141036401502788066864013671875;s:5:"bytes";i
:370;s:11:"size_before";i:22817;s:10:"size_after";i:22447;s:4:"time";d:1.4099999999
999999200639422269887290894985198974609375;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:1.1699999999999999289457264239899814128875732421875;s:5:"bytes";i:
1054;s:11:"size_before";i:90089;s:10:"size_after";i:89035;s:4:"time";d:0.1000000000
000000055511151231257827021181583404541015625;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:1.020000000000000017763568394002504646778106689453125;s:5:"bytes";
i:143;s:11:"size_before";i:13984;s:10:"size_after";i:13841;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:1.2800000000000000266453525910037569701671600341796875;s:5:"bytes"
;i:376;s:11:"size_before";i:29422;s:10:"size_after";i:29046;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClas
s":5:
{s:7:"percent";d:1.04000000000000003552713678800500929355621337890625;s:5:"bytes";i
:850;s:11:"size_before";i:81508;s:10:"size_after";i:80658;s:4:"time";d:0.0800000000
0000000166533453693773481063544750213623046875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:1.5;s:5:"bytes";i:296;s:11:"size_before";i:19789;s:10:"size_after"
;i:19493;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;
}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:98898;s:10:"size_after";i:9
8898;s:4:"time";d:0.1499999999999999944488848768742172978818416595458984375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53748, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-4-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"book-4-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53749, 4422, '_wp_attached_file',
'2016/03/portfolio-course.jpg');
INSERT INTO `wpor_postmeta` VALUES (53750, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"portfolio-
course-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"portfolio-
course-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"portfolio-course-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53765, 4427, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.17005284609543291907129969331435859203338623046875;s:5:"bytes";i
:6040;s:11:"size_before";i:516216;s:10:"size_after";i:510176;s:4:"time";d:0.6699999
999999999289457264239899814128875732421875;s:11:"api_version";s:3:"1.0";s:5:"lossy"
;b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.0800000000000000710542735760100185871124267578125;s:5:"bytes";i:
243;s:11:"size_before";i:11707;s:10:"size_after";i:11464;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.339999999999999857891452847979962825775146484375;s:5:"bytes";i:7
84;s:11:"size_before";i:33434;s:10:"size_after";i:32650;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass":
5:
{s:7:"percent";d:1.560000000000000053290705182007513940334320068359375;s:5:"bytes";
i:2266;s:11:"size_before";i:145017;s:10:"size_after";i:142751;s:4:"time";d:0.209999
9999999999922284388276239042170345783233642578125;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:1.979999999999999982236431605997495353221893310546875;s:5:"bytes";
i:307;s:11:"size_before";i:15528;s:10:"size_after";i:15221;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:32650;s:10:"size_after";i:3
2650;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:"
shop_single";O:8:"stdClass":5:
{s:7:"percent";d:1.9499999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:1932;s:11:"size_before";i:99074;s:10:"size_after";i:97142;s:4:"time";d:0.1199999
9999999999555910790149937383830547332763671875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.45999999999999996447286321199499070644378662109375;s:5:"bytes";i
:508;s:11:"size_before";i:20634;s:10:"size_after";i:20126;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:158172;s:10:"size_after";i:
158172;s:4:"time";d:0.190000000000000002220446049250313080847263336181640625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53760, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"portfolio-
course-3-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:30:"portfolio-course-
3-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:30:"portfolio-course-3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53761, 4427, '_wp_attached_file',
'2016/03/book-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53762, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53763, 4427, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53764, 4427, '_wp_attached_file',
'2016/03/book-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53751, 4422, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53752, 4422, '_wp_attached_file',
'2016/03/portfolio-course.jpg');
INSERT INTO `wpor_postmeta` VALUES (53753, 4422, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.129504589940065084618936452898196876049041748046875;s:5:"bytes";
i:15675;s:11:"size_before";i:500878;s:10:"size_after";i:485203;s:4:"time";d:0.60999
9999999999875655021241982467472553253173828125;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:3.350000000000000088817841970012523233890533447265625;s:5:"bytes";
i:441;s:11:"size_before";i:13175;s:10:"size_after";i:12734;s:4:"time";d:0.059999999
999999997779553950749686919152736663818359375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.2599999999999997868371792719699442386627197265625;s:5:"bytes";i:
879;s:11:"size_before";i:26979;s:10:"size_after";i:26100;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:3.37000000000000010658141036401502788066864013671875;s:5:"bytes";i
:4024;s:11:"size_before";i:119487;s:10:"size_after";i:115463;s:4:"time";d:0.25;}s:1
4:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:3.189999999999999946709294817992486059665679931640625;s:5:"bytes";
i:561;s:11:"size_before";i:17605;s:10:"size_after";i:17044;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:3.75;s:5:"bytes";i:1509;s:11:"size_before";i:40188;s:10:"size_afte
r";i:38679;s:4:"time";d:0.040000000000000000832667268468867405317723751068115234375
;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:3.430000000000000159872115546022541821002960205078125;s:5:"bytes";
i:4017;s:11:"size_before";i:117221;s:10:"size_after";i:113204;s:4:"time";d:0.050000
00000000000277555756156289135105907917022705078125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.359999999999999875655021241982467472553253173828125;s:5:"bytes";
i:773;s:11:"size_before";i:23014;s:10:"size_after";i:22241;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:2.4199999999999999289457264239899814128875732421875;s:5:"bytes";i:
3471;s:11:"size_before";i:143209;s:10:"size_after";i:139738;s:4:"time";d:0.11000000
000000000055511151231257827021181583404541015625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53742, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"book-5-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53745, 4419, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53746, 4419, '_wp_attached_file',
'2016/03/book-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53747, 4419, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.58071159787117332395922630894347093999385833740234375;s:5:"bytes
";i:3017;s:11:"size_before";i:519535;s:10:"size_after";i:516518;s:4:"time";d:1.0800
000000000000710542735760100185871124267578125;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:12390;s:10:"size_after";i:1
2390;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6
:"medium";O:8:"stdClass":5:
{s:7:"percent";d:0.5;s:5:"bytes";i:130;s:11:"size_before";i:25838;s:10:"size_after"
;i:25708;s:4:"time";d:0.5500000000000000444089209850062616169452667236328125;}s:12:
"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:0.689999999999999946709294817992486059665679931640625;s:5:"bytes";
i:860;s:11:"size_before";i:125184;s:10:"size_after";i:124324;s:4:"time";d:0.1199999
9999999999555910790149937383830547332763671875;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:0.270000000000000017763568394002504646778106689453125;s:5:"bytes";
i:46;s:11:"size_before";i:16931;s:10:"size_after";i:16885;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:0.7800000000000000266453525910037569701671600341796875;s:5:"bytes"
;i:304;s:11:"size_before";i:39067;s:10:"size_after";i:38763;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass
":5:
{s:7:"percent";d:0.83999999999999996891375531049561686813831329345703125;s:5:"bytes
";i:1034;s:11:"size_before";i:122498;s:10:"size_after";i:121464;s:4:"time";d:0.1199
9999999999999555910790149937383830547332763671875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:0.54000000000000003552713678800500929355621337890625;s:5:"bytes";i
:120;s:11:"size_before";i:22419;s:10:"size_after";i:22299;s:4:"time";d:0.0599999999
99999997779553950749686919152736663818359375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.340000000000000024424906541753443889319896697998046875;s:5:"byte
s";i:523;s:11:"size_before";i:155208;s:10:"size_after";i:154685;s:4:"time";d:0.1499
999999999999944488848768742172978818416595458984375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53737, 4418, '_wp_attached_file',
'2016/03/book-5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53738, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53739, 4418, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53740, 4418, '_wp_attached_file',
'2016/03/book-5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53741, 4418, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.62212561196648452632729231481789611279964447021484375;s:5:"bytes
";i:1929;s:11:"size_before";i:310066;s:10:"size_after";i:308137;s:4:"time";d:0.5;s:
11:"api_version";s:3:"1.0";s:5:"lossy";b:0;}s:5:"sizes";a:8:
{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:7775;s:10:"size_after";i:77
75;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:
"medium";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:17190;s:10:"size_after";i:1
7190;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:"
medium_large";O:8:"stdClass":5:
{s:7:"percent";d:1.20999999999999996447286321199499070644378662109375;s:5:"bytes";i
:925;s:11:"size_before";i:76553;s:10:"size_after";i:75628;s:4:"time";d:0.1799999999
99999993338661852249060757458209991455078125;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:10340;s:10:"size_after";i:1
0340;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:1
2:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:0.520000000000000017763568394002504646778106689453125;s:5:"bytes";
i:120;s:11:"size_before";i:23199;s:10:"size_after";i:23079;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:11:"shop_single";O:8:"stdClass":
5:
{s:7:"percent";d:1.229999999999999982236431605997495353221893310546875;s:5:"bytes";
i:879;s:11:"size_before";i:71706;s:10:"size_after";i:70827;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:0.0299999999999999988897769753748434595763683319091796875;s:5:"byt
es";i:5;s:11:"size_before";i:14824;s:10:"size_after";i:14819;s:4:"time";d:0.0299999
999999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:88479;s:10:"size_after";i:8
8479;s:4:"time";d:0.14000000000000001332267629550187848508358001708984375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53744, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-4-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53743, 4419, '_wp_attached_file',
'2016/03/book-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53736, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"book-2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53733, 4414, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53734, 4414, '_wp_attached_file',
'2016/03/book-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53735, 4414, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.340081673403451301140876239514909684658050537109375;s:5:"bytes";
i:19270;s:11:"size_before";i:576932;s:10:"size_after";i:557662;s:4:"time";d:0.76000
00000000000088817841970012523233890533447265625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.04000000000000003552713678800500929355621337890625;s:5:"bytes";i
:239;s:11:"size_before";i:11730;s:10:"size_after";i:11491;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.640000000000000124344978758017532527446746826171875;s:5:"bytes";
i:1114;s:11:"size_before";i:30565;s:10:"size_after";i:29451;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdCla
ss":5:
{s:7:"percent";d:3.87000000000000010658141036401502788066864013671875;s:5:"bytes";i
:5738;s:11:"size_before";i:148155;s:10:"size_after";i:142417;s:4:"time";d:0.1499999
999999999944488848768742172978818416595458984375;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:2.79999999999999982236431605997495353221893310546875;s:5:"bytes";i
:454;s:11:"size_before";i:16234;s:10:"size_after";i:15780;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:3.930000000000000159872115546022541821002960205078125;s:5:"bytes";
i:1499;s:11:"size_before";i:38097;s:10:"size_after";i:36598;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClas
s":5:
{s:7:"percent";d:3.45000000000000017763568394002504646778106689453125;s:5:"bytes";i
:4148;s:11:"size_before";i:120216;s:10:"size_after";i:116068;s:4:"time";d:0.1799999
99999999993338661852249060757458209991455078125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.3300000000000000710542735760100185871124267578125;s:5:"bytes";i:
869;s:11:"size_before";i:26069;s:10:"size_after";i:25200;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:2.79999999999999982236431605997495353221893310546875;s:5:"bytes";i
:5209;s:11:"size_before";i:185866;s:10:"size_after";i:180657;s:4:"time";d:0.3200000
00000000006661338147750939242541790008544921875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53727, 4411, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53728, 4411, '_wp_attached_file',
'2016/03/book-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53729, 4411, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.906508239205906729551998068927787244319915771484375;s:5:"bytes";
i:7798;s:11:"size_before";i:409020;s:10:"size_after";i:401222;s:4:"time";d:0.490000
000000000046629367034256574697792530059814453125;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.689999999999999946709294817992486059665679931640625;s:5:"bytes";
i:64;s:11:"size_before";i:9225;s:10:"size_after";i:9161;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";i:2;s:5:"bytes";i:430;s:11:"size_before";i:21518;s:10:"size_after";i
:21088;s:4:"time";d:0.059999999999999997779553950749686919152736663818359375;}s:12:
"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:2.339999999999999857891452847979962825775146484375;s:5:"bytes";i:2
400;s:11:"size_before";i:102464;s:10:"size_after";i:100064;s:4:"time";d:0.110000000
00000000055511151231257827021181583404541015625;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:1.37000000000000010658141036401502788066864013671875;s:5:"bytes";i
:178;s:11:"size_before";i:12951;s:10:"size_after";i:12773;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:2.12999999999999989341858963598497211933135986328125;s:5:"bytes";i
:666;s:11:"size_before";i:31227;s:10:"size_after";i:30561;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:2.140000000000000124344978758017532527446746826171875;s:5:"bytes";
i:2015;s:11:"size_before";i:94035;s:10:"size_after";i:92020;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:1.9499999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:354;s:11:"size_before";i:18112;s:10:"size_after";i:17758;s:4:"time";d:0.02999999
99999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:1.4199999999999999289457264239899814128875732421875;s:5:"bytes";i:
1691;s:11:"size_before";i:119488;s:10:"size_after";i:117797;s:4:"time";d:0.19000000
0000000002220446049250313080847263336181640625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53730, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-1-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"book-1-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53731, 4414, '_wp_attached_file',
'2016/03/book-2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53732, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53713, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"top-slider-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"top-slider-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"top-slider-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:22:"top-
slider-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53714, 4273, '_wp_attached_file',
'2016/02/11695945_926594224064699_3490818432882818536_n-3.png');
INSERT INTO `wpor_postmeta` VALUES (53715, 4273, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:960;s:6:"height";i:636;s:4:"file";s:60:"2016/02/11695945_92659422406
4699_3490818432882818536_n-3.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:
{s:4:"file";s:60:"11695945_926594224064699_3490818432882818536_n-3-
150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-
type";s:9:"image/png";}s:6:"medium";a:4:
{s:4:"file";s:60:"11695945_926594224064699_3490818432882818536_n-3-
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:60:"11695945_926594224064699_3490818432882818536_n-3-
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:60:"11695945_926594224064699_3490818432882818536_n-3-
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:60:"11695945_926594224064699_3490818432882818536_n-3-
300x199.png";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-
type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:
{s:4:"file";s:60:"11695945_926594224064699_3490818432882818536_n-3-
180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:
{s:4:"file";s:60:"11695945_926594224064699_3490818432882818536_n-3-
300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:9:"image/png";}s:11:"shop_single";a:4:
{s:4:"file";s:60:"11695945_926594224064699_3490818432882818536_n-3-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53716, 4273, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53717, 4273, '_wp_attached_file',
'2016/02/11695945_926594224064699_3490818432882818536_n.png');
INSERT INTO `wpor_postmeta` VALUES (53718, 4273, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:960;s:6:"height";i:636;s:4:"file";s:58:"2016/02/11695945_92659422406
4699_3490818432882818536_n.png";s:5:"sizes";a:7:{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:14:"shop_thumbnail";a:4:
{s:4:"file";s:58:"11695945_926594224064699_3490818432882818536_n-
180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:9:"image/png";}s:12:"shop_catalog";a:4:
{s:4:"file";s:58:"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:11:"shop_single";a:4:
{s:4:"file";s:58:"11695945_926594224064699_3490818432882818536_n-
600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:9:"image/png";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:58:"11695945_926594224064699_3490818432882818536_n-
272x182.png";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:9:"image/png";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53719, 4385, '_wp_attached_file',
'2016/02/megamenu-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53720, 4385, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:252;s:6:"height";i:359;s:4:"file";s:22:"2016/02/megamenu-
1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"megamenu-1-
150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-
type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"megamenu-1-
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:22:"megamenu-1-
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:22:"megamenu-1-
211x300.jpg";s:5:"width";i:211;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"megamenu-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"megamenu-1-
252x300.jpg";s:5:"width";i:252;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53721, 4385, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53722, 4385, '_wp_attached_file',
'2016/02/megamenu.jpg');
INSERT INTO `wpor_postmeta` VALUES (53723, 4385, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.578686110003499010190353146754205226898193359375;s:5:"bytes";i:1
940;s:11:"size_before";i:122887;s:10:"size_after";i:120947;s:4:"time";d:0.199999999
9999999833466546306226518936455249786376953125;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.560000000000000053290705182007513940334320068359375;s:5:"bytes";
i:58;s:11:"size_before";i:10357;s:10:"size_after";i:10299;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.45999999999999996447286321199499070644378662109375;s:5:"bytes";i
:638;s:11:"size_before";i:25961;s:10:"size_after";i:25323;s:4:"time";d:0.0800000000
0000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:1.2600000000000000088817841970012523233890533447265625;s:5:"bytes"
;i:177;s:11:"size_before";i:14034;s:10:"size_after";i:13857;s:4:"time";d:0.02999999
99999999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:2.390000000000000124344978758017532527446746826171875;s:5:"bytes";
i:756;s:11:"size_before";i:31647;s:10:"size_after";i:30891;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:13877;s:10:"size_after";i:1
3877;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4
:"full";O:8:"stdClass":5:
{s:7:"percent";d:1.149999999999999911182158029987476766109466552734375;s:5:"bytes";
i:311;s:11:"size_before";i:27011;s:10:"size_after";i:26700;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53724, 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:"s
izes";a:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"megamenu-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"megamenu-
252x300.jpg";s:5:"width";i:252;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:20:"megamenu-
252x182.jpg";s:5:"width";i:252;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53725, 4411, '_wp_attached_file',
'2016/03/book-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53726, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"book-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"book-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"book-1-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53704, 3967, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53705, 3967, '_wp_attached_file',
'2016/02/slide_5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53706, 3967, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.8941511822151484434328949646442197263240814208984375;s:5:"bytes"
;i:5522;s:11:"size_before";i:291529;s:10:"size_after";i:286007;s:4:"time";d:0.43000
000000000004884981308350688777863979339599609375;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.310000000000000053290705182007513940334320068359375;s:5:"bytes";
i:99;s:11:"size_before";i:7550;s:10:"size_after";i:7451;s:4:"time";d:0.050000000000
00000277555756156289135105907917022705078125;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.1699999999999999289457264239899814128875732421875;s:5:"bytes";i:
344;s:11:"size_before";i:15858;s:10:"size_after";i:15514;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:2.180000000000000159872115546022541821002960205078125;s:5:"bytes";
i:1407;s:11:"size_before";i:64491;s:10:"size_after";i:63084;s:4:"time";d:0.07000000
0000000006661338147750939242541790008544921875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:1.95999999999999996447286321199499070644378662109375;s:5:"bytes";i
:1945;s:11:"size_before";i:98987;s:10:"size_after";i:97042;s:4:"time";d:0.209999999
9999999922284388276239042170345783233642578125;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:1.37999999999999989341858963598497211933135986328125;s:5:"bytes";i
:138;s:11:"size_before";i:10022;s:10:"size_after";i:9884;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:1.8899999999999999023003738329862244427204132080078125;s:5:"bytes"
;i:407;s:11:"size_before";i:21485;s:10:"size_after";i:21078;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClas
s":5:
{s:7:"percent";d:1.4199999999999999289457264239899814128875732421875;s:5:"bytes";i:
825;s:11:"size_before";i:58023;s:10:"size_after";i:57198;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.359999999999999875655021241982467472553253173828125;s:5:"bytes";
i:357;s:11:"size_before";i:15113;s:10:"size_after";i:14756;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53707, 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:"s
izes";a:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"slide_5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"slide_5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"slide_5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"slide_5-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53708, 3968, '_wp_attached_file', '2016/02/top-
slider-1.jpg');
INSERT INTO `wpor_postmeta` VALUES (53709, 3968, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:24:"2016/02/top-slider-
1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"top-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:24:"top-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:24:"top-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:25:"top-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:24:"top-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:24:"top-slider-
1-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-
type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"top-slider-1-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"top-slider-1-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"top-slider-1-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53710, 3968, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53711, 3968, '_wp_attached_file', '2016/02/top-
slider.jpg');
INSERT INTO `wpor_postmeta` VALUES (53712, 3968, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.8542347157609950780710050821653567254543304443359375;s:5:"bytes"
;i:5058;s:11:"size_before";i:272781;s:10:"size_after";i:267723;s:4:"time";d:0.39999
9999999999966693309261245303787291049957275390625;s:11:"api_version";s:3:"1.0";s:5:
"lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.440000000000000002220446049250313080847263336181640625;s:5:"byte
s";i:31;s:11:"size_before";i:7024;s:10:"size_after";i:6993;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:1.7399999999999999911182158029987476766109466552734375;s:5:"bytes"
;i:240;s:11:"size_before";i:13815;s:10:"size_after";i:13575;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:12:"medium_large";O:8:"stdClas
s":5:
{s:7:"percent";d:2.020000000000000017763568394002504646778106689453125;s:5:"bytes";
i:1172;s:11:"size_before";i:57923;s:10:"size_after";i:56751;s:4:"time";d:0.05999999
9999999997779553950749686919152736663818359375;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:1.8600000000000000976996261670137755572795867919921875;s:5:"bytes"
;i:1680;s:11:"size_before";i:90532;s:10:"size_after";i:88852;s:4:"time";d:0.1799999
99999999993338661852249060757458209991455078125;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:1.0500000000000000444089209850062616169452667236328125;s:5:"bytes"
;i:99;s:11:"size_before";i:9460;s:10:"size_after";i:9361;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:1.649999999999999911182158029987476766109466552734375;s:5:"bytes";
i:341;s:11:"size_before";i:20697;s:10:"size_after";i:20356;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:2.149999999999999911182158029987476766109466552734375;s:5:"bytes";
i:1298;s:11:"size_before";i:60353;s:10:"size_after";i:59055;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:1.520000000000000017763568394002504646778106689453125;s:5:"bytes";
i:197;s:11:"size_before";i:12977;s:10:"size_after";i:12780;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53702, 3967, '_wp_attached_file',
'2016/02/slide_5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53703, 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:"s
izes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"slide_5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"slide_5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"slide_5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53695, 3873, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:31:"revslider/home-
page/slide_5.jpg";s:5:"sizes";a:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"slide_5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"slide_5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"slide_5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"slide_5-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53696, 3966, '_wp_attached_file',
'2016/02/hero_slide_3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53697, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"hero_slide_3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"hero_slide_3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"hero_slide_3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53698, 3966, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53699, 3966, '_wp_attached_file',
'2016/02/hero_slide_3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53700, 3966, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.149713012204824469364439210039563477039337158203125;s:5:"bytes";
i:12550;s:11:"size_before";i:398449;s:10:"size_after";i:385899;s:4:"time";d:0.30000
00000000000444089209850062616169452667236328125;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.0100000000000000088817841970012523233890533447265625;s:5:"bytes"
;i:108;s:11:"size_before";i:10650;s:10:"size_after";i:10542;s:4:"time";d:0.01000000
000000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:1.9699999999999999733546474089962430298328399658203125;s:5:"bytes"
;i:340;s:11:"size_before";i:17289;s:10:"size_after";i:16949;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdCla
ss":5:
{s:7:"percent";d:3.399999999999999911182158029987476766109466552734375;s:5:"bytes";
i:2670;s:11:"size_before";i:78467;s:10:"size_after";i:75797;s:4:"time";d:0.07000000
0000000006661338147750939242541790008544921875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:3.430000000000000159872115546022541821002960205078125;s:5:"bytes";
i:4189;s:11:"size_before";i:121967;s:10:"size_after";i:117778;s:4:"time";d:0.050000
00000000000277555756156289135105907917022705078125;}s:14:"shop_thumbnail";O:8:"stdC
lass":5:
{s:7:"percent";d:2.2400000000000002131628207280300557613372802734375;s:5:"bytes";i:
333;s:11:"size_before";i:14869;s:10:"size_after";i:14536;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:3.069999999999999840127884453977458178997039794921875;s:5:"bytes";
i:1070;s:11:"size_before";i:34875;s:10:"size_after";i:33805;s:4:"time";d:0.02999999
99999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":
5:
{s:7:"percent";d:3.4199999999999999289457264239899814128875732421875;s:5:"bytes";i:
3500;s:11:"size_before";i:102242;s:10:"size_after";i:98742;s:4:"time";d:0.070000000
000000006661338147750939242541790008544921875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:1.87999999999999989341858963598497211933135986328125;s:5:"bytes";i
:340;s:11:"size_before";i:18090;s:10:"size_after";i:17750;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53689, 3872, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1920;s:6:"height";i:1275;s:4:"file";s:36:"revslider/home-
page/hero_slide_3.jpg";s:5:"sizes";a:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"hero_slide_3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"hero_slide_3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"hero_slide_3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:24:"hero_slide_3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53690, 3873, '_wp_attached_file',
'2016/01/slide_5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53691, 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:"s
izes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"slide_5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"slide_5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"slide_5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53701, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"hero_slide_3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"hero_slide_3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"hero_slide_3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:24:"hero_slide_3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53692, 3873, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53693, 3873, '_wp_attached_file',
'revslider/home-page/slide_5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53694, 3873, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.6809937835124220129046079819090664386749267578125;s:5:"bytes";i:
10040;s:11:"size_before";i:374488;s:10:"size_after";i:364448;s:4:"time";d:0.4799999
99999999982236431605997495353221893310546875;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:9.42999999999999971578290569595992565155029296875;s:5:"bytes";i:96
8;s:11:"size_before";i:10261;s:10:"size_after";i:9293;s:4:"time";d:0.02999999999999
99988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:5.82000000000000028421709430404007434844970703125;s:5:"bytes";i:12
02;s:11:"size_before";i:20656;s:10:"size_after";i:19454;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass":
5:
{s:7:"percent";d:1.9699999999999999733546474089962430298328399658203125;s:5:"bytes"
;i:1615;s:11:"size_before";i:81991;s:10:"size_after";i:80376;s:4:"time";d:0.0899999
999999999966693309261245303787291049957275390625;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:1.439999999999999946709294817992486059665679931640625;s:5:"bytes";
i:1813;s:11:"size_before";i:125963;s:10:"size_after";i:124150;s:4:"time";d:0.209999
9999999999922284388276239042170345783233642578125;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:7.37000000000000010658141036401502788066864013671875;s:5:"bytes";i
:987;s:11:"size_before";i:13384;s:10:"size_after";i:12397;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:4.019999999999999573674358543939888477325439453125;s:5:"bytes";i:1
127;s:11:"size_before";i:28041;s:10:"size_after";i:26914;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:1.479999999999999982236431605997495353221893310546875;s:5:"bytes";
i:1102;s:11:"size_before";i:74456;s:10:"size_after";i:73354;s:4:"time";d:0.07000000
0000000006661338147750939242541790008544921875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:6.20999999999999996447286321199499070644378662109375;s:5:"bytes";i
:1226;s:11:"size_before";i:19736;s:10:"size_after";i:18510;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53686, 3872, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53687, 3872, '_wp_attached_file',
'revslider/home-page/hero_slide_3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53688, 3872, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.50412588754557674519674037583172321319580078125;s:5:"bytes";i:18
260;s:11:"size_before";i:521100;s:10:"size_after";i:502840;s:4:"time";d:0.470000000
000000028865798640254070051014423370361328125;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:7.1500000000000003552713678800500929355621337890625;s:5:"bytes";i:
927;s:11:"size_before";i:12967;s:10:"size_after";i:12040;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:5.2400000000000002131628207280300557613372802734375;s:5:"bytes";i:
1289;s:11:"size_before";i:24602;s:10:"size_after";i:23313;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:3.04000000000000003552713678800500929355621337890625;s:5:"bytes";i
:3361;s:11:"size_before";i:110419;s:10:"size_after";i:107058;s:4:"time";d:0.0400000
00000000000832667268468867405317723751068115234375;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:2.899999999999999911182158029987476766109466552734375;s:5:"bytes";
i:5012;s:11:"size_before";i:172930;s:10:"size_after";i:167918;s:4:"time";d:0.080000
00000000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdC
lass":5:
{s:7:"percent";d:6.37000000000000010658141036401502788066864013671875;s:5:"bytes";i
:1131;s:11:"size_before";i:17756;s:10:"size_after";i:16625;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:4.3499999999999996447286321199499070644378662109375;s:5:"bytes";i:
1764;s:11:"size_before";i:40556;s:10:"size_after";i:38792;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";i:3;s:5:"bytes";i:3615;s:11:"size_before";i:120676;s:10:"size_after"
;i:117061;s:4:"time";d:0.1700000000000000122124532708767219446599483489990234375;}s
:20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:5.480000000000000426325641456060111522674560546875;s:5:"bytes";i:1
161;s:11:"size_before";i:21194;s:10:"size_after";i:20033;s:4:"time";d:0.05999999999
9999997779553950749686919152736663818359375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53679, 3861, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53680, 3861, '_wp_attached_file',
'2016/01/logo01-e1454016875444.png');
INSERT INTO `wpor_postmeta` VALUES (53681, 3861, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:22.80982444002421516415779478847980499267578125;s:5:"bytes";i:1055
0;s:11:"size_before";i:35702;s:10:"size_after";i:35702;s:4:"time";d:0.7300000000000
0009325873406851314939558506011962890625;s:11:"api_version";s:3:"1.0";s:5:"lossy";b
:0;}s:5:"sizes";a:7:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:24.269999999999999573674358543939888477325439453125;s:5:"bytes";i:
476;s:11:"size_before";i:1485;s:10:"size_after";i:1485;s:4:"time";d:0.0700000000000
00006661338147750939242541790008544921875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:21.870000000000000994759830064140260219573974609375;s:5:"bytes";i:
696;s:11:"size_before";i:2486;s:10:"size_after";i:2486;s:4:"time";d:0.0800000000000
0000166533453693773481063544750213623046875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:22.379999999999999005240169935859739780426025390625;s:5:"bytes";i:
4015;s:11:"size_before";i:13926;s:10:"size_after";i:13926;s:4:"time";d:0.3099999999
99999997779553950749686919152736663818359375;}s:14:"shop_thumbnail";O:8:"stdClass":
5:
{s:7:"percent";d:23.989999999999998436805981327779591083526611328125;s:5:"bytes";i:
563;s:11:"size_before";i:1784;s:10:"size_after";i:1784;s:4:"time";d:0.0200000000000
000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";i:25;s:5:"bytes";i:1199;s:11:"size_before";i:3597;s:10:"size_after";
i:3597;s:4:"time";d:0.05000000000000000277555756156289135105907917022705078125;}s:1
1:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:22.050000000000000710542735760100185871124267578125;s:5:"bytes";i:
2709;s:11:"size_before";i:9579;s:10:"size_after";i:9579;s:4:"time";d:0.149999999999
9999944488848768742172978818416595458984375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:23.870000000000000994759830064140260219573974609375;s:5:"bytes";i:
892;s:11:"size_before";i:2845;s:10:"size_after";i:2845;s:4:"time";d:0.0500000000000
0000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53682, 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:7:{s:9:"thumbnail";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:6:"medium";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:5:"large";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:14:"shop_thumbnail";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:12:"shop_catalog";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:11:"shop_single";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:20:"sow-carousel-default";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:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53683, 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:"thumbnai
l-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";}}');
INSERT INTO `wpor_postmeta` VALUES (53684, 3872, '_wp_attached_file',
'2016/01/hero_slide_3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53685, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"hero_slide_3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"hero_slide_3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"hero_slide_3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53667, 3846, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53668, 3846, '_wp_attached_file',
'2016/01/globe-967305_1920.jpg');
INSERT INTO `wpor_postmeta` VALUES (53669, 3846, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:4.8628817280474887496666269726119935512542724609375;s:5:"bytes";i:
31851;s:11:"size_before";i:654982;s:10:"size_after";i:623131;s:4:"time";d:0.3400000
00000000024424906541753443889319896697998046875;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.5099999999999997868371792719699442386627197265625;s:5:"bytes";i:
258;s:11:"size_before";i:10280;s:10:"size_after";i:10022;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.720000000000000195399252334027551114559173583984375;s:5:"bytes";
i:958;s:11:"size_before";i:25757;s:10:"size_after";i:24799;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdCla
ss":5:
{s:7:"percent";d:4.69000000000000039079850466805510222911834716796875;s:5:"bytes";i
:7139;s:11:"size_before";i:152092;s:10:"size_after";i:144953;s:4:"time";d:0.0500000
0000000000277555756156289135105907917022705078125;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:5.4900000000000002131628207280300557613372802734375;s:5:"bytes";i:
14225;s:11:"size_before";i:259295;s:10:"size_after";i:245070;s:4:"time";d:0.0800000
0000000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:3.160000000000000142108547152020037174224853515625;s:5:"bytes";i:4
61;s:11:"size_before";i:14584;s:10:"size_after";i:14123;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:3.8300000000000000710542735760100185871124267578125;s:5:"bytes";i:
1412;s:11:"size_before";i:36893;s:10:"size_after";i:35481;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:4.87999999999999989341858963598497211933135986328125;s:5:"bytes";i
:6626;s:11:"size_before";i:135702;s:10:"size_after";i:129076;s:4:"time";d:0.1100000
0000000000055511151231257827021181583404541015625;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.79000000000000003552713678800500929355621337890625;s:5:"bytes";i
:772;s:11:"size_before";i:20379;s:10:"size_after";i:19607;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53670, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"globe-
967305_1920-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:29:"globe-
967305_1920-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:29:"globe-
967305_1920-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53676, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"01-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:14:"01-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:14:"01-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:14:"01-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53677, 3861, '_wp_attached_file',
'2016/01/logo01-e1454016875444.png');
INSERT INTO `wpor_postmeta` VALUES (53678, 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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53674, 3860, '_wp_attached_file',
'2016/01/01.jpg');
INSERT INTO `wpor_postmeta` VALUES (53675, 3860, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.715196590099346440894123588805086910724639892578125;s:5:"bytes";
i:17049;s:11:"size_before";i:458899;s:10:"size_after";i:441850;s:4:"time";d:0.70999
999999999996447286321199499070644378662109375;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.95999999999999996447286321199499070644378662109375;s:5:"bytes";i
:331;s:11:"size_before";i:11186;s:10:"size_after";i:10855;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.529999999999999804600747665972448885440826416015625;s:5:"bytes";
i:842;s:11:"size_before";i:23859;s:10:"size_after";i:23017;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdCla
ss":5:
{s:7:"percent";d:3.62000000000000010658141036401502788066864013671875;s:5:"bytes";i
:3699;s:11:"size_before";i:102063;s:10:"size_after";i:98364;s:4:"time";d:0.08999999
99999999966693309261245303787291049957275390625;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:3.609999999999999875655021241982467472553253173828125;s:5:"bytes";
i:5841;s:11:"size_before";i:161877;s:10:"size_after";i:156036;s:4:"time";d:0.119999
99999999999555910790149937383830547332763671875;}s:14:"shop_thumbnail";O:8:"stdClas
s":5:
{s:7:"percent";d:3.660000000000000142108547152020037174224853515625;s:5:"bytes";i:5
43;s:11:"size_before";i:14853;s:10:"size_after";i:14310;s:4:"time";d:0.190000000000
000002220446049250313080847263336181640625;}s:12:"shop_catalog";O:8:"stdClass":5:
{s:7:"percent";d:4.20999999999999996447286321199499070644378662109375;s:5:"bytes";i
:1332;s:11:"size_before";i:31627;s:10:"size_after";i:30295;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:3.9900000000000002131628207280300557613372802734375;s:5:"bytes";i:
3706;s:11:"size_before";i:92872;s:10:"size_after";i:89166;s:4:"time";d:0.2399999999
999999911182158029987476766109466552734375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.6699999999999999289457264239899814128875732421875;s:5:"bytes";i:
755;s:11:"size_before";i:20562;s:10:"size_after";i:19807;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53673, 3860, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53671, 3860, '_wp_attached_file',
'2016/01/01.jpg');
INSERT INTO `wpor_postmeta` VALUES (53672, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"01-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:14:"01-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:14:"01-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53665, 3846, '_wp_attached_file',
'2016/01/globe-967305_1920.jpg');
INSERT INTO `wpor_postmeta` VALUES (53666, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"globe-
967305_1920-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:29:"globe-
967305_1920-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53661, 3845, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53662, 3845, '_wp_attached_file',
'2016/01/kids-1093758_1920.jpg');
INSERT INTO `wpor_postmeta` VALUES (53663, 3845, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.0544045882758883436736141447909176349639892578125;s:5:"bytes";i:
10534;s:11:"size_before";i:344879;s:10:"size_after";i:334345;s:4:"time";d:0.3399999
9999999996891375531049561686813831329345703125;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";i:1;s:5:"bytes";i:75;s:11:"size_before";i:7511;s:10:"size_after";i:7
436;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6
:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.770000000000000017763568394002504646778106689453125;s:5:"bytes";
i:495;s:11:"size_before";i:17881;s:10:"size_after";i:17386;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdCla
ss":5:
{s:7:"percent";d:3.3300000000000000710542735760100185871124267578125;s:5:"bytes";i:
2630;s:11:"size_before";i:78885;s:10:"size_after";i:76255;s:4:"time";d:0.0599999999
99999997779553950749686919152736663818359375;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:3.229999999999999982236431605997495353221893310546875;s:5:"bytes";
i:4164;s:11:"size_before";i:128808;s:10:"size_after";i:124644;s:4:"time";d:0.149999
9999999999944488848768742172978818416595458984375;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:1.6999999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:170;s:11:"size_before";i:10018;s:10:"size_after";i:9848;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:2.439999999999999946709294817992486059665679931640625;s:5:"bytes";
i:524;s:11:"size_before";i:21495;s:10:"size_after";i:20971;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:11:"shop_single";O:8:"stdClass":
5:
{s:7:"percent";d:3.140000000000000124344978758017532527446746826171875;s:5:"bytes";
i:2043;s:11:"size_before";i:65039;s:10:"size_after";i:62996;s:4:"time";d:0.02999999
99999999988897769753748434595763683319091796875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.839999999999999857891452847979962825775146484375;s:5:"bytes";i:4
33;s:11:"size_before";i:15242;s:10:"size_after";i:14809;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53664, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"kids-
1093758_1920-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:29:"kids-
1093758_1920-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:29:"kids-
1093758_1920-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53658, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"hero_slide_2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"hero_slide_2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"hero_slide_2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:24:"hero_slide_2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53659, 3845, '_wp_attached_file',
'2016/01/kids-1093758_1920.jpg');
INSERT INTO `wpor_postmeta` VALUES (53660, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"kids-
1093758_1920-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:29:"kids-
1093758_1920-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53646, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-9-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-9-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-9-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"blog-9-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53647, 3750, '_wp_attached_file', '2016/01/top-
slider.jpg');
INSERT INTO `wpor_postmeta` VALUES (53648, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"top-slider-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"top-slider-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"top-slider-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53649, 3750, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53650, 3750, '_wp_attached_file', '2016/01/top-
slider.jpg');
INSERT INTO `wpor_postmeta` VALUES (53651, 3750, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.58772668087272617043481659493409097194671630859375;s:5:"bytes";i
:4595;s:11:"size_before";i:781826;s:10:"size_after";i:777231;s:4:"time";d:1.0200000
00000000017763568394002504646778106689453125;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:14:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.08000000000000000166533453693773481063544750213623046875;s:5:"by
tes";i:7;s:11:"size_before";i:8501;s:10:"size_after";i:8494;s:4:"time";d:0.01000000
000000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:0.7800000000000000266453525910037569701671600341796875;s:5:"bytes"
;i:135;s:11:"size_before";i:17409;s:10:"size_after";i:17274;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdCla
ss":5:
{s:7:"percent";d:0.81999999999999995115018691649311222136020660400390625;s:5:"bytes
";i:604;s:11:"size_before";i:73268;s:10:"size_after";i:72664;s:4:"time";d:0.1199999
9999999999555910790149937383830547332763671875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:0.40000000000000002220446049250313080847263336181640625;s:5:"bytes
";i:454;s:11:"size_before";i:113884;s:10:"size_after";i:113430;s:4:"time";d:0.29999
9999999999988897769753748434595763683319091796875;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:0.460000000000000019984014443252817727625370025634765625;s:5:"byte
s";i:52;s:11:"size_before";i:11374;s:10:"size_after";i:11322;s:4:"time";d:0.0500000
0000000000277555756156289135105907917022705078125;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:0.82999999999999996003197111349436454474925994873046875;s:5:"bytes
";i:212;s:11:"size_before";i:25397;s:10:"size_after";i:25185;s:4:"time";d:0.0100000
0000000000020816681711721685132943093776702880859375;}s:11:"shop_single";O:8:"stdCl
ass":5:
{s:7:"percent";d:0.6999999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:520;s:11:"size_before";i:74089;s:10:"size_after";i:73569;s:4:"time";d:0.05000000
000000000277555756156289135105907917022705078125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:0.7399999999999999911182158029987476766109466552734375;s:5:"bytes"
;i:118;s:11:"size_before";i:16041;s:10:"size_after";i:15923;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:12:"thumbnail@2x";O:8:"stdCla
ss":5:
{s:7:"percent";d:0.82999999999999996003197111349436454474925994873046875;s:5:"bytes
";i:212;s:11:"size_before";i:25397;s:10:"size_after";i:25185;s:4:"time";d:0.0100000
0000000000020816681711721685132943093776702880859375;}s:9:"medium@2x";O:8:"stdClass
":5:
{s:7:"percent";d:1.12000000000000010658141036401502788066864013671875;s:5:"bytes";i
:566;s:11:"size_before";i:50510;s:10:"size_after";i:49944;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:15:"medium_large@2x";O:8:"stdClass
":5:
{s:7:"percent";d:0.2099999999999999922284388276239042170345783233642578125;s:5:"byt
es";i:447;s:11:"size_before";i:211229;s:10:"size_after";i:210782;s:4:"time";d:0.270
000000000000017763568394002504646778106689453125;}s:17:"shop_thumbnail@2x";O:8:"std
Class":5:
{s:7:"percent";d:0.85999999999999998667732370449812151491641998291015625;s:5:"bytes
";i:285;s:11:"size_before";i:33085;s:10:"size_after";i:32800;s:4:"time";d:0.0400000
00000000000832667268468867405317723751068115234375;}s:15:"shop_catalog@2x";O:8:"std
Class":5:
{s:7:"percent";d:0.6999999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:520;s:11:"size_before";i:74089;s:10:"size_after";i:73569;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:23:"sow-carousel-
default@2x";O:8:"stdClass":5:
{s:7:"percent";d:0.9699999999999999733546474089962430298328399658203125;s:5:"bytes"
;i:463;s:11:"size_before";i:47553;s:10:"size_after";i:47090;s:4:"time";d:0.05000000
000000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53655, 3752, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53656, 3752, '_wp_attached_file',
'2016/01/hero_slide_2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53657, 3752, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.5228354098654179882288417502422817051410675048828125;s:5:"bytes"
;i:14969;s:11:"size_before";i:982969;s:10:"size_after";i:968000;s:4:"time";d:0.9199
999999999999289457264239899814128875732421875;s:11:"api_version";s:3:"1.0";s:5:"los
sy";b:0;}s:5:"sizes";a:14:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.11999999999999999555910790149937383830547332763671875;s:5:"bytes
";i:11;s:11:"size_before";i:8866;s:10:"size_after";i:8855;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:1.7399999999999999911182158029987476766109466552734375;s:5:"bytes"
;i:348;s:11:"size_before";i:19944;s:10:"size_after";i:19596;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:12:"medium_large";O:8:"stdClas
s":5:
{s:7:"percent";d:1.8600000000000000976996261670137755572795867919921875;s:5:"bytes"
;i:1764;s:11:"size_before";i:94694;s:10:"size_after";i:92930;s:4:"time";d:0.0400000
00000000000832667268468867405317723751068115234375;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:1.8200000000000000621724893790087662637233734130859375;s:5:"bytes"
;i:2764;s:11:"size_before";i:152218;s:10:"size_after";i:149454;s:4:"time";d:0.07000
0000000000006661338147750939242541790008544921875;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:0.82999999999999996003197111349436454474925994873046875;s:5:"bytes
";i:101;s:11:"size_before";i:12184;s:10:"size_after";i:12083;s:4:"time";d:0.0200000
000000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdCl
ass":5:
{s:7:"percent";d:1.1999999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:328;s:11:"size_before";i:27372;s:10:"size_after";i:27044;s:4:"time";d:0.02999999
99999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":
5:
{s:7:"percent";d:1.310000000000000053290705182007513940334320068359375;s:5:"bytes";
i:1116;s:11:"size_before";i:85372;s:10:"size_after";i:84256;s:4:"time";d:0.10000000
00000000055511151231257827021181583404541015625;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.020000000000000017763568394002504646778106689453125;s:5:"bytes";
i:385;s:11:"size_before";i:19086;s:10:"size_after";i:18701;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:12:"thumbnail@2x";O:8:"stdClass":
5:
{s:7:"percent";d:1.1999999999999999555910790149937383830547332763671875;s:5:"bytes"
;i:328;s:11:"size_before";i:27372;s:10:"size_after";i:27044;s:4:"time";d:0.01000000
000000000020816681711721685132943093776702880859375;}s:9:"medium@2x";O:8:"stdClass"
:5:
{s:7:"percent";d:1.9299999999999999378275106209912337362766265869140625;s:5:"bytes"
;i:1205;s:11:"size_before";i:62390;s:10:"size_after";i:61185;s:4:"time";d:0.0599999
99999999997779553950749686919152736663818359375;}s:15:"medium_large@2x";O:8:"stdCla
ss":5:
{s:7:"percent";d:1.29000000000000003552713678800500929355621337890625;s:5:"bytes";i
:3741;s:11:"size_before";i:290885;s:10:"size_after";i:287144;s:4:"time";d:0.2999999
99999999988897769753748434595763683319091796875;}s:17:"shop_thumbnail@2x";O:8:"stdC
lass":5:
{s:7:"percent";d:1.4199999999999999289457264239899814128875732421875;s:5:"bytes";i:
520;s:11:"size_before";i:36595;s:10:"size_after";i:36075;s:4:"time";d:0.05000000000
000000277555756156289135105907917022705078125;}s:15:"shop_catalog@2x";O:8:"stdClass
":5:
{s:7:"percent";d:1.310000000000000053290705182007513940334320068359375;s:5:"bytes";
i:1116;s:11:"size_before";i:85372;s:10:"size_after";i:84256;s:4:"time";d:0.10000000
00000000055511151231257827021181583404541015625;}s:23:"sow-carousel-
default@2x";O:8:"stdClass":5:
{s:7:"percent";d:2.04999999999999982236431605997495353221893310546875;s:5:"bytes";i
:1242;s:11:"size_before";i:60619;s:10:"size_after";i:59377;s:4:"time";d:0.059999999
999999997779553950749686919152736663818359375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53652, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"top-slider-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"top-slider-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"top-slider-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:22:"top-
slider-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53653, 3752, '_wp_attached_file',
'2016/01/hero_slide_2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53654, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"hero_slide_2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"hero_slide_2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"hero_slide_2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53643, 3714, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53644, 3714, '_wp_attached_file',
'2016/01/blog-9.jpg');
INSERT INTO `wpor_postmeta` VALUES (53645, 3714, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.658552038142691475997025918331928551197052001953125;s:5:"bytes";
i:9903;s:11:"size_before";i:372496;s:10:"size_after";i:362593;s:4:"time";d:0.330000
000000000015543122344752191565930843353271484375;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.5900000000000000799360577730112709105014801025390625;s:5:"bytes"
;i:190;s:11:"size_before";i:11920;s:10:"size_after";i:11730;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.45000000000000017763568394002504646778106689453125;s:5:"bytes";i
:463;s:11:"size_before";i:18917;s:10:"size_after";i:18454;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClas
s":5:
{s:7:"percent";d:3.149999999999999911182158029987476766109466552734375;s:5:"bytes";
i:2740;s:11:"size_before";i:87089;s:10:"size_after";i:84349;s:4:"time";d:0.08000000
000000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:2.319999999999999840127884453977458178997039794921875;s:5:"bytes";
i:375;s:11:"size_before";i:16184;s:10:"size_after";i:15809;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:3.220000000000000195399252334027551114559173583984375;s:5:"bytes";
i:1197;s:11:"size_before";i:37207;s:10:"size_after";i:36010;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass
":5:
{s:7:"percent";d:2.62000000000000010658141036401502788066864013671875;s:5:"bytes";i
:2428;s:11:"size_before";i:92571;s:10:"size_after";i:90143;s:4:"time";d:0.080000000
00000000166533453693773481063544750213623046875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.770000000000000017763568394002504646778106689453125;s:5:"bytes";
i:620;s:11:"size_before";i:22361;s:10:"size_after";i:21741;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:2.189999999999999946709294817992486059665679931640625;s:5:"bytes";
i:1890;s:11:"size_before";i:86247;s:10:"size_after";i:84357;s:4:"time";d:0.05000000
000000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wpor_postmeta` VALUES (53628, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-6-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"blog-6-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53640, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-7-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-7-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-7-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"blog-7-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53641, 3714, '_wp_attached_file',
'2016/01/blog-9.jpg');
INSERT INTO `wpor_postmeta` VALUES (53642, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-9-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-9-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-9-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53637, 3712, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53638, 3712, '_wp_attached_file',
'2016/01/blog-7.jpg');
INSERT INTO `wpor_postmeta` VALUES (53639, 3712, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.049647101405561944176270117168314754962921142578125;s:5:"bytes";
i:3132;s:11:"size_before";i:298386;s:10:"size_after";i:295254;s:4:"time";d:0.319999
99999999995115018691649311222136020660400390625;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.84999999999999997779553950749686919152736663818359375;s:5:"bytes
";i:84;s:11:"size_before";i:9903;s:10:"size_after";i:9819;s:4:"time";d:0.0100000000
0000000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:1.75;s:5:"bytes";i:334;s:11:"size_before";i:19077;s:10:"size_after
";i:18743;s:4:"time";d:0.0200000000000000004163336342344337026588618755340576171875
;}s:12:"medium_large";O:8:"stdClass":5:
{s:7:"percent";d:1.3400000000000000799360577730112709105014801025390625;s:5:"bytes"
;i:1018;s:11:"size_before";i:75875;s:10:"size_after";i:74857;s:4:"time";d:0.0800000
0000000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:1.479999999999999982236431605997495353221893310546875;s:5:"bytes";
i:195;s:11:"size_before";i:13215;s:10:"size_after";i:13020;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdCla
ss":5:
{s:7:"percent";d:1.6100000000000000976996261670137755572795867919921875;s:5:"bytes"
;i:448;s:11:"size_before";i:27868;s:10:"size_after";i:27420;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClas
s":5:
{s:7:"percent";d:1.04000000000000003552713678800500929355621337890625;s:5:"bytes";i
:685;s:11:"size_before";i:65955;s:10:"size_after";i:65270;s:4:"time";d:0.0800000000
0000000166533453693773481063544750213623046875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:1.9199999999999999289457264239899814128875732421875;s:5:"bytes";i:
368;s:11:"size_before";i:19199;s:10:"size_after";i:18831;s:4:"time";d:0.01000000000
000000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:67294;s:10:"size_after";i:6
7294;s:4:"time";d:0.0899999999999999966693309261245303787291049957275390625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53635, 3712, '_wp_attached_file',
'2016/01/blog-7.jpg');
INSERT INTO `wpor_postmeta` VALUES (53636, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-7-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-7-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-7-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53634, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-8-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-8-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-8-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"blog-8-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53631, 3711, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53632, 3711, '_wp_attached_file',
'2016/01/blog-8.jpg');
INSERT INTO `wpor_postmeta` VALUES (53633, 3711, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:0.59742976801447122969790370916598476469516754150390625;s:5:"bytes
";i:1582;s:11:"size_before";i:264801;s:10:"size_after";i:263219;s:4:"time";d:0.3099
99999999999997779553950749686919152736663818359375;s:11:"api_version";s:3:"1.0";s:5
:"lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:0.61999999999999999555910790149937383830547332763671875;s:5:"bytes
";i:58;s:11:"size_before";i:9421;s:10:"size_after";i:9363;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:1.20999999999999996447286321199499070644378662109375;s:5:"bytes";i
:201;s:11:"size_before";i:16662;s:10:"size_after";i:16461;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:0.5500000000000000444089209850062616169452667236328125;s:5:"bytes"
;i:364;s:11:"size_before";i:66061;s:10:"size_after";i:65697;s:4:"time";d:0.07000000
0000000006661338147750939242541790008544921875;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:0.79000000000000003552713678800500929355621337890625;s:5:"bytes";i
:97;s:11:"size_before";i:12296;s:10:"size_after";i:12199;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:0.91000000000000003108624468950438313186168670654296875;s:5:"bytes
";i:239;s:11:"size_before";i:26126;s:10:"size_after";i:25887;s:4:"time";d:0.0299999
999999999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:0.770000000000000017763568394002504646778106689453125;s:5:"bytes";
i:457;s:11:"size_before";i:59538;s:10:"size_after";i:59081;s:4:"time";d:0.070000000
000000006661338147750939242541790008544921875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:0.979999999999999982236431605997495353221893310546875;s:5:"bytes";
i:166;s:11:"size_before";i:17009;s:10:"size_after";i:16843;s:4:"time";d:0.040000000
000000000832667268468867405317723751068115234375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";i:0;s:5:"bytes";i:0;s:11:"size_before";i:57688;s:10:"size_after";i:5
7688;s:4:"time";d:0.040000000000000000832667268468867405317723751068115234375;}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53629, 3711, '_wp_attached_file',
'2016/01/blog-8.jpg');
INSERT INTO `wpor_postmeta` VALUES (53630, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-8-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-8-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-8-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53611, 3703, '_wp_attached_file',
'2015/12/event-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53612, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"event-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"event-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"event-3-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53613, 3703, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53614, 3703, '_wp_attached_file',
'2015/12/event-3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53615, 3703, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.32281456543575703932447140687145292758941650390625;s:5:"bytes";i
:14489;s:11:"size_before";i:436046;s:10:"size_after";i:421557;s:4:"time";d:0.299999
999999999988897769753748434595763683319091796875;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.839999999999999857891452847979962825775146484375;s:5:"bytes";i:3
58;s:11:"size_before";i:12593;s:10:"size_after";i:12235;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:3.819999999999999840127884453977458178997039794921875;s:5:"bytes";
i:1018;s:11:"size_before";i:26681;s:10:"size_after";i:25663;s:4:"time";d:0.05999999
9999999997779553950749686919152736663818359375;}s:12:"medium_large";O:8:"stdClass":
5:
{s:7:"percent";d:3.640000000000000124344978758017532527446746826171875;s:5:"bytes";
i:4075;s:11:"size_before";i:111823;s:10:"size_after";i:107748;s:4:"time";d:0.040000
000000000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"std
Class":5:
{s:7:"percent";d:2.979999999999999982236431605997495353221893310546875;s:5:"bytes";
i:500;s:11:"size_before";i:16803;s:10:"size_after";i:16303;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdCla
ss":5:
{s:7:"percent";d:4.019999999999999573674358543939888477325439453125;s:5:"bytes";i:1
527;s:11:"size_before";i:37998;s:10:"size_after";i:36471;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:3.189999999999999946709294817992486059665679931640625;s:5:"bytes";
i:3078;s:11:"size_before";i:96636;s:10:"size_after";i:93558;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:3.839999999999999857891452847979962825775146484375;s:5:"bytes";i:9
53;s:11:"size_before";i:24818;s:10:"size_after";i:23865;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:2.7400000000000002131628207280300557613372802734375;s:5:"bytes";i:
2980;s:11:"size_before";i:108694;s:10:"size_after";i:105714;s:4:"time";d:0.10000000
00000000055511151231257827021181583404541015625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53623, 3706, '_wp_attached_file',
'2016/01/blog-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53624, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-6-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53625, 3706, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53626, 3706, '_wp_attached_file',
'2016/01/blog-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (53627, 3706, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.286960653047121372338779110577888786792755126953125;s:5:"bytes";
i:8472;s:11:"size_before";i:370448;s:10:"size_after";i:361976;s:4:"time";d:0.369999
99999999999555910790149937383830547332763671875;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.45999999999999996447286321199499070644378662109375;s:5:"bytes";i
:310;s:11:"size_before";i:12605;s:10:"size_after";i:12295;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.520000000000000017763568394002504646778106689453125;s:5:"bytes";
i:493;s:11:"size_before";i:19581;s:10:"size_after";i:19088;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClas
s":5:
{s:7:"percent";d:2.140000000000000124344978758017532527446746826171875;s:5:"bytes";
i:1838;s:11:"size_before";i:85837;s:10:"size_after";i:83999;s:4:"time";d:0.08000000
000000000166533453693773481063544750213623046875;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:3.04000000000000003552713678800500929355621337890625;s:5:"bytes";i
:521;s:11:"size_before";i:17153;s:10:"size_after";i:16632;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";d:3.589999999999999857891452847979962825775146484375;s:5:"bytes";i:1
402;s:11:"size_before";i:39090;s:10:"size_after";i:37688;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:2.609999999999999875655021241982467472553253173828125;s:5:"bytes";
i:2396;s:11:"size_before";i:91883;s:10:"size_after";i:89487;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.9199999999999999289457264239899814128875732421875;s:5:"bytes";i:
649;s:11:"size_before";i:22203;s:10:"size_after";i:21554;s:4:"time";d:0.05000000000
000000277555756156289135105907917022705078125;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:1.0500000000000000444089209850062616169452667236328125;s:5:"bytes"
;i:863;s:11:"size_before";i:82096;s:10:"size_after";i:81233;s:4:"time";d:0.08999999
99999999966693309261245303787291049957275390625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53622, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-5-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:18:"blog-5-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53617, 3704, '_wp_attached_file',
'2016/01/blog-5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53618, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"blog-5-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-5-
600x445.jpg";s:5:"width";i:600;s:6:"height";i:445;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53619, 3704, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53620, 3704, '_wp_attached_file',
'2016/01/blog-5.jpg');
INSERT INTO `wpor_postmeta` VALUES (53621, 3704, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.100220049580791670251755931531079113483428955078125;s:5:"bytes";
i:7540;s:11:"size_before";i:359010;s:10:"size_after";i:351470;s:4:"time";d:0.399999
999999999966693309261245303787291049957275390625;s:11:"api_version";s:3:"1.0";s:5:"
lossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.4099999999999999200639422269887290894985198974609375;s:5:"bytes"
;i:153;s:11:"size_before";i:10817;s:10:"size_after";i:10664;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.770000000000000017763568394002504646778106689453125;s:5:"bytes";
i:609;s:11:"size_before";i:21954;s:10:"size_after";i:21345;s:4:"time";d:0.010000000
00000000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdCla
ss":5:
{s:7:"percent";d:2.430000000000000159872115546022541821002960205078125;s:5:"bytes";
i:2212;s:11:"size_before";i:91132;s:10:"size_after";i:88920;s:4:"time";d:0.11999999
999999999555910790149937383830547332763671875;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:1.9199999999999999289457264239899814128875732421875;s:5:"bytes";i:
278;s:11:"size_before";i:14486;s:10:"size_after";i:14208;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:2.4900000000000002131628207280300557613372802734375;s:5:"bytes";i:
784;s:11:"size_before";i:31526;s:10:"size_after";i:30742;s:4:"time";d:0.02999999999
99999988897769753748434595763683319091796875;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:2.3300000000000000710542735760100185871124267578125;s:5:"bytes";i:
1896;s:11:"size_before";i:81502;s:10:"size_after";i:79606;s:4:"time";d:0.0700000000
00000006661338147750939242541790008544921875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.810000000000000053290705182007513940334320068359375;s:5:"bytes";
i:616;s:11:"size_before";i:21914;s:10:"size_after";i:21298;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:1.1599999999999999200639422269887290894985198974609375;s:5:"bytes"
;i:992;s:11:"size_before";i:85679;s:10:"size_after";i:84687;s:4:"time";d:0.05999999
9999999997779553950749686919152736663818359375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53616, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"event-3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"event-3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"event-3-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"event-3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53607, 3702, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53608, 3702, '_wp_attached_file',
'2015/11/event-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53609, 3702, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.2468373058426980293234009877778589725494384765625;s:5:"bytes";i:
8779;s:11:"size_before";i:390727;s:10:"size_after";i:381948;s:4:"time";d:0.47999999
9999999982236431605997495353221893310546875;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:2.20000000000000017763568394002504646778106689453125;s:5:"bytes";i
:270;s:11:"size_before";i:12259;s:10:"size_after";i:11989;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.5099999999999997868371792719699442386627197265625;s:5:"bytes";i:
534;s:11:"size_before";i:21304;s:10:"size_after";i:20770;s:4:"time";d:0.05000000000
000000277555756156289135105907917022705078125;}s:12:"medium_large";O:8:"stdClass":5
:
{s:7:"percent";d:2.12999999999999989341858963598497211933135986328125;s:5:"bytes";i
:1989;s:11:"size_before";i:93163;s:10:"size_after";i:91174;s:4:"time";d:0.100000000
0000000055511151231257827021181583404541015625;}s:14:"shop_thumbnail";O:8:"stdClass
":5:
{s:7:"percent";d:2.95000000000000017763568394002504646778106689453125;s:5:"bytes";i
:487;s:11:"size_before";i:16517;s:10:"size_after";i:16030;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:3.649999999999999911182158029987476766109466552734375;s:5:"bytes";
i:1391;s:11:"size_before";i:38098;s:10:"size_after";i:36707;s:4:"time";d:0.07000000
0000000006661338147750939242541790008544921875;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";d:2.54999999999999982236431605997495353221893310546875;s:5:"bytes";i
:2529;s:11:"size_before";i:99258;s:10:"size_after";i:96729;s:4:"time";d:0.089999999
9999999966693309261245303787291049957275390625;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.850000000000000088817841970012523233890533447265625;s:5:"bytes";
i:605;s:11:"size_before";i:21210;s:10:"size_after";i:20605;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:1.100000000000000088817841970012523233890533447265625;s:5:"bytes";
i:974;s:11:"size_before";i:88918;s:10:"size_after";i:87944;s:4:"time";d:0.100000000
0000000055511151231257827021181583404541015625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53610, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"event-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"event-4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"event-4-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"event-4-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53605, 3702, '_wp_attached_file',
'2015/11/event-4.jpg');
INSERT INTO `wpor_postmeta` VALUES (53606, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"event-4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"event-4-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"event-4-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53601, 3701, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53602, 3701, '_wp_attached_file',
'2015/11/event-7.jpg');
INSERT INTO `wpor_postmeta` VALUES (53603, 3701, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:2.1584405618214344002581128734163939952850341796875;s:5:"bytes";i:
7988;s:11:"size_before";i:370082;s:10:"size_after";i:362094;s:4:"time";d:0.45999999
999999996447286321199499070644378662109375;s:11:"api_version";s:3:"1.0";s:5:"lossy"
;b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.9699999999999999733546474089962430298328399658203125;s:5:"bytes"
;i:216;s:11:"size_before";i:10982;s:10:"size_after";i:10766;s:4:"time";d:0.02000000
00000000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:2.810000000000000053290705182007513940334320068359375;s:5:"bytes";
i:646;s:11:"size_before";i:22993;s:10:"size_after";i:22347;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClas
s":5:
{s:7:"percent";d:2.359999999999999875655021241982467472553253173828125;s:5:"bytes";
i:2234;s:11:"size_before";i:94545;s:10:"size_after";i:92311;s:4:"time";d:0.04000000
0000000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"stdCl
ass":5:
{s:7:"percent";d:2.1699999999999999289457264239899814128875732421875;s:5:"bytes";i:
318;s:11:"size_before";i:14623;s:10:"size_after";i:14305;s:4:"time";d:0.05000000000
000000277555756156289135105907917022705078125;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";d:2.5800000000000000710542735760100185871124267578125;s:5:"bytes";i:
818;s:11:"size_before";i:31725;s:10:"size_after";i:30907;s:4:"time";d:0.05000000000
000000277555756156289135105907917022705078125;}s:11:"shop_single";O:8:"stdClass":5:
{s:7:"percent";d:2.390000000000000124344978758017532527446746826171875;s:5:"bytes";
i:2013;s:11:"size_before";i:84372;s:10:"size_after";i:82359;s:4:"time";d:0.14000000
000000001332267629550187848508358001708984375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:2.62000000000000010658141036401502788066864013671875;s:5:"bytes";i
:561;s:11:"size_before";i:21443;s:10:"size_after";i:20882;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:1.3200000000000000621724893790087662637233734130859375;s:5:"bytes"
;i:1182;s:11:"size_before";i:89399;s:10:"size_after";i:88217;s:4:"time";d:0.1100000
0000000000055511151231257827021181583404541015625;}}}');
INSERT INTO `wpor_postmeta` VALUES (53604, 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:7:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"event-7-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"event-7-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"event-7-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:19:"event-7-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53597, 3683, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:11.0215920077344495808802093961276113986968994140625;s:5:"bytes";i
:342;s:11:"size_before";i:3103;s:10:"size_after";i:2761;s:4:"time";d:0.029999999999
9999988897769753748434595763683319091796875;s:11:"api_version";s:3:"1.0";s:5:"lossy
";b:0;}s:5:"sizes";a:1:{s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:11.019999999999999573674358543939888477325439453125;s:5:"bytes";i:
342;s:11:"size_before";i:3103;s:10:"size_after";i:2761;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53598, 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:0:{}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53595, 3683, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53596, 3683, '_wp_attached_file',
'2015/10/maker-map.png');
INSERT INTO `wpor_postmeta` VALUES (53592, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"learner-
account-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"learner-account-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:27:"learner-
account-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53599, 3701, '_wp_attached_file',
'2015/11/event-7.jpg');
INSERT INTO `wpor_postmeta` VALUES (53600, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"event-7-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"event-7-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"event-7-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53593, 3683, '_wp_attached_file',
'2015/10/maker-map.png');
INSERT INTO `wpor_postmeta` VALUES (53594, 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: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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53587, 3671, '_wp_attached_file',
'2016/01/learner-account.jpg');
INSERT INTO `wpor_postmeta` VALUES (53588, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"learner-
account-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"learner-account-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53585, 3670, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:1.5414848466734414333956237896927632391452789306640625;s:5:"bytes"
;i:2063;s:11:"size_before";i:133832;s:10:"size_after";i:131769;s:4:"time";d:0.19000
0000000000002220446049250313080847263336181640625;s:11:"api_version";s:3:"1.0";s:5:
"lossy";b:0;}s:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.54000000000000003552713678800500929355621337890625;s:5:"bytes";i
:149;s:11:"size_before";i:9651;s:10:"size_after";i:9502;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";i:2;s:5:"bytes";i:427;s:11:"size_before";i:21311;s:10:"size_after";i
:20884;s:4:"time";d:0.0299999999999999988897769753748434595763683319091796875;}s:14
:"shop_thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:1.9099999999999999200639422269887290894985198974609375;s:5:"bytes"
;i:247;s:11:"size_before";i:12908;s:10:"size_after";i:12661;s:4:"time";d:0.05000000
000000000277555756156289135105907917022705078125;}s:12:"shop_catalog";O:8:"stdClass
":5:
{s:7:"percent";d:2.089999999999999857891452847979962825775146484375;s:5:"bytes";i:6
03;s:11:"size_before";i:28917;s:10:"size_after";i:28314;s:4:"time";d:0.050000000000
00000277555756156289135105907917022705078125;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:1.899999999999999911182158029987476766109466552734375;s:5:"bytes";
i:327;s:11:"size_before";i:17197;s:10:"size_after";i:16870;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:0.70999999999999996447286321199499070644378662109375;s:5:"bytes";i
:310;s:11:"size_before";i:43848;s:10:"size_after";i:43538;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53589, 3671, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53590, 3671, '_wp_attached_file',
'2016/01/learner-account.jpg');
INSERT INTO `wpor_postmeta` VALUES (53591, 3671, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:3.4971922082595483516342937946319580078125;s:5:"bytes";i:7386;s:11
:"size_before";i:211198;s:10:"size_after";i:203812;s:4:"time";d:0.26000000000000000
88817841970012523233890533447265625;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;}s
:5:"sizes";a:6:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:4.07000000000000028421709430404007434844970703125;s:5:"bytes";i:59
3;s:11:"size_before";i:14571;s:10:"size_after";i:13978;s:4:"time";d:0.0299999999999
999988897769753748434595763683319091796875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:4.32000000000000028421709430404007434844970703125;s:5:"bytes";i:14
95;s:11:"size_before";i:34629;s:10:"size_after";i:33134;s:4:"time";d:0.040000000000
000000832667268468867405317723751068115234375;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:4.20999999999999996447286321199499070644378662109375;s:5:"bytes";i
:831;s:11:"size_before";i:19731;s:10:"size_after";i:18900;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}s:12:"shop_catalog";O:8:"stdClass":
5:
{s:7:"percent";d:3.839999999999999857891452847979962825775146484375;s:5:"bytes";i:1
662;s:11:"size_before";i:43332;s:10:"size_after";i:41670;s:4:"time";d:0.05999999999
9999997779553950749686919152736663818359375;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:4.44000000000000039079850466805510222911834716796875;s:5:"bytes";i
:1241;s:11:"size_before";i:27938;s:10:"size_after";i:26697;s:4:"time";d:0.050000000
00000000277555756156289135105907917022705078125;}s:4:"full";O:8:"stdClass":5:
{s:7:"percent";d:2.20000000000000017763568394002504646778106689453125;s:5:"bytes";i
:1564;s:11:"size_before";i:70997;s:10:"size_after";i:69433;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53582, 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:6:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"intructor-
account-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"intructor-
account-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53586, 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:5:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"intructor-
account-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"intructor-
account-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:29:"intructor-account-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53583, 3670, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53584, 3670, '_wp_attached_file',
'2016/01/intructor-account.jpg');
INSERT INTO `wpor_postmeta` VALUES (53577, 3419, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:7.0082517750911534903934807516634464263916015625;s:5:"bytes";i:365
20;s:11:"size_before";i:521100;s:10:"size_after";i:502840;s:4:"time";d:0.4999999999
99999944488848768742172978818416595458984375;s:11:"api_version";s:3:"1.0";s:5:"loss
y";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:14.300000000000000710542735760100185871124267578125;s:5:"bytes";i:
1854;s:11:"size_before";i:12967;s:10:"size_after";i:12040;s:4:"time";d:0.0400000000
00000000832667268468867405317723751068115234375;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:10.480000000000000426325641456060111522674560546875;s:5:"bytes";i:
2578;s:11:"size_before";i:24602;s:10:"size_after";i:23313;s:4:"time";d:0.0500000000
0000000277555756156289135105907917022705078125;}s:12:"medium_large";O:8:"stdClass":
5:
{s:7:"percent";d:6.0800000000000000710542735760100185871124267578125;s:5:"bytes";i:
6722;s:11:"size_before";i:110419;s:10:"size_after";i:107058;s:4:"time";d:0.10000000
00000000055511151231257827021181583404541015625;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:5.79999999999999982236431605997495353221893310546875;s:5:"bytes";i
:10024;s:11:"size_before";i:172930;s:10:"size_after";i:167918;s:4:"time";d:0.110000
00000000000055511151231257827021181583404541015625;}s:14:"shop_thumbnail";O:8:"stdC
lass":5:
{s:7:"percent";d:12.7400000000000002131628207280300557613372802734375;s:5:"bytes";i
:2262;s:11:"size_before";i:17756;s:10:"size_after";i:16625;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}s:12:"shop_catalog";O:8:"stdClas
s":5:
{s:7:"percent";d:8.699999999999999289457264239899814128875732421875;s:5:"bytes";i:3
528;s:11:"size_before";i:40556;s:10:"size_after";i:38792;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}s:11:"shop_single";O:8:"stdClass":5
:
{s:7:"percent";i:6;s:5:"bytes";i:7230;s:11:"size_before";i:120676;s:10:"size_after"
;i:117061;s:4:"time";d:0.1000000000000000055511151231257827021181583404541015625;}s
:20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:10.96000000000000085265128291212022304534912109375;s:5:"bytes";i:2
322;s:11:"size_before";i:21194;s:10:"size_after";i:20033;s:4:"time";d:0.04000000000
0000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wpor_postmeta` VALUES (53578, 7185, '_wp_attached_file', '2015/06/pdf-
test.pdf');
INSERT INTO `wpor_postmeta` VALUES (53579, 7185, '_wp_attached_file', '2015/06/New-
Text-Document.doc');
INSERT INTO `wpor_postmeta` VALUES (53580, 7185, '_wp_attached_file',
'2016/01/HR.docx');
INSERT INTO `wpor_postmeta` VALUES (53581, 3670, '_wp_attached_file',
'2016/01/intructor-account.jpg');
INSERT INTO `wpor_postmeta` VALUES (53574, 3419, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53575, 3419, '_wp_attached_file',
'2015/12/hero_slide_3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53576, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"hero_slide_3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"hero_slide_3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"hero_slide_3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:24:"hero_slide_3-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53572, 3419, '_wp_attached_file',
'2015/12/hero_slide_3.jpg');
INSERT INTO `wpor_postmeta` VALUES (53573, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"hero_slide_3-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"hero_slide_3-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"hero_slide_3-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53571, 3418, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:6.48899436622729641754858675994910299777984619140625;s:5:"bytes";i
:30350;s:11:"size_before";i:467715;s:10:"size_after";i:452540;s:4:"time";d:0.450000
00000000006661338147750939242541790008544921875;s:11:"api_version";s:3:"1.0";s:5:"l
ossy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:18.760000000000001563194018672220408916473388671875;s:5:"bytes";i:
1944;s:11:"size_before";i:10367;s:10:"size_after";i:9395;s:4:"time";d:0.02000000000
00000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:11.339999999999999857891452847979962825775146484375;s:5:"bytes";i:
2616;s:11:"size_before";i:23063;s:10:"size_after";i:21755;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:12:"medium_large";O:8:"stdClass
":5:
{s:7:"percent";d:5.0999999999999996447286321199499070644378662109375;s:5:"bytes";i:
5476;s:11:"size_before";i:107297;s:10:"size_after";i:104559;s:4:"time";d:0.05999999
9999999997779553950749686919152736663818359375;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:4.55999999999999960920149533194489777088165283203125;s:5:"bytes";i
:7782;s:11:"size_before";i:170952;s:10:"size_after";i:167061;s:4:"time";d:0.1700000
000000000122124532708767219446599483489990234375;}s:14:"shop_thumbnail";O:8:"stdCla
ss":5:
{s:7:"percent";d:15.03999999999999914734871708787977695465087890625;s:5:"bytes";i:2
072;s:11:"size_before";i:13777;s:10:"size_after";i:12741;s:4:"time";d:0.05000000000
000000277555756156289135105907917022705078125;}s:12:"shop_catalog";O:8:"stdClass":5
:
{s:7:"percent";d:9.2799999999999993605115378159098327159881591796875;s:5:"bytes";i:
2790;s:11:"size_before";i:30074;s:10:"size_after";i:28679;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:5.5;s:5:"bytes";i:5072;s:11:"size_before";i:92288;s:10:"size_after
";i:89752;s:4:"time";d:0.0899999999999999966693309261245303787291049957275390625;}s
:20:"sow-carousel-default";O:8:"stdClass":5:
{s:7:"percent";d:13.0600000000000004973799150320701301097869873046875;s:5:"bytes";i
:2598;s:11:"size_before";i:19897;s:10:"size_after";i:18598;s:4:"time";d:0.020000000
0000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wpor_postmeta` VALUES (53566, 3418, '_wp_attached_file',
'2015/12/hero_slide_2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53567, 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:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"hero_slide_2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"hero_slide_2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"hero_slide_2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53568, 3418, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53569, 3418, '_wp_attached_file',
'2015/12/hero_slide_2.jpg');
INSERT INTO `wpor_postmeta` VALUES (53570, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"hero_slide_2-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"hero_slide_2-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"hero_slide_2-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:
{s:4:"file";s:24:"hero_slide_2-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53562, 3397, '_thim_demo_content', 'yes');
INSERT INTO `wpor_postmeta` VALUES (53563, 3397, '_wp_attached_file',
'2015/12/8.jpg');
INSERT INTO `wpor_postmeta` VALUES (53564, 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:8:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"8-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:13:"8-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"8-
600x500.jpg";s:5:"width";i:600;s:6:"height";i:500;s:9:"mime-
type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:13:"8-
272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywor
ds";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53565, 3397, 'wp-smpro-smush-data', 'a:2:
{s:5:"stats";a:7:
{s:7:"percent";d:11.02778796557132778843879350461065769195556640625;s:5:"bytes";i:1
4132;s:11:"size_before";i:128149;s:10:"size_after";i:121083;s:4:"time";d:0.20000000
0000000011102230246251565404236316680908203125;s:11:"api_version";s:3:"1.0";s:5:"lo
ssy";b:0;}s:5:"sizes";a:8:{s:9:"thumbnail";O:8:"stdClass":5:
{s:7:"percent";d:26.120000000000000994759830064140260219573974609375;s:5:"bytes";i:
1546;s:11:"size_before";i:5920;s:10:"size_after";i:5147;s:4:"time";d:0.020000000000
0000004163336342344337026588618755340576171875;}s:6:"medium";O:8:"stdClass":5:
{s:7:"percent";d:26.120000000000000994759830064140260219573974609375;s:5:"bytes";i:
1344;s:11:"size_before";i:5145;s:10:"size_after";i:4473;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"medium_large";O:8:"stdClass"
:5:
{s:7:"percent";d:8.5600000000000004973799150320701301097869873046875;s:5:"bytes";i:
1498;s:11:"size_before";i:17515;s:10:"size_after";i:16766;s:4:"time";d:0.0299999999
999999988897769753748434595763683319091796875;}s:5:"large";O:8:"stdClass":5:
{s:7:"percent";d:5.62000000000000010658141036401502788066864013671875;s:5:"bytes";i
:1632;s:11:"size_before";i:29026;s:10:"size_after";i:28210;s:4:"time";d:0.070000000
000000006661338147750939242541790008544921875;}s:14:"shop_thumbnail";O:8:"stdClass"
:5:
{s:7:"percent";d:22.019999999999999573674358543939888477325439453125;s:5:"bytes";i:
1608;s:11:"size_before";i:7305;s:10:"size_after";i:6501;s:4:"time";d:0.010000000000
00000020816681711721685132943093776702880859375;}s:12:"shop_catalog";O:8:"stdClass"
:5:
{s:7:"percent";d:14.199999999999999289457264239899814128875732421875;s:5:"bytes";i:
2058;s:11:"size_before";i:14484;s:10:"size_after";i:13455;s:4:"time";d:0.0200000000
000000004163336342344337026588618755340576171875;}s:11:"shop_single";O:8:"stdClass"
:5:
{s:7:"percent";d:7.04000000000000003552713678800500929355621337890625;s:5:"bytes";i
:2830;s:11:"size_before";i:40250;s:10:"size_after";i:38835;s:4:"time";d:0.029999999
9999999988897769753748434595763683319091796875;}s:20:"sow-carousel-
default";O:8:"stdClass":5:
{s:7:"percent";d:19;s:5:"bytes";i:1616;s:11:"size_before";i:8504;s:10:"size_after";
i:7696;s:4:"time";d:0.01000000000000000020816681711721685132943093776702880859375;}
}}');
INSERT INTO `wpor_postmeta` VALUES (18638, 6934, '_wp_attached_file',
'revslider/home-university1/hero_slider_5.jpg');
INSERT INTO `wpor_postmeta` VALUES (18639, 6934, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:44:"revslider/home-
university1/hero_slider_5.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (18640, 6935, '_wp_attached_file',
'revslider/home-university1/slider-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (18641, 6935, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:39:"revslider/home-
university1/slider-6.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-6-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (18642, 6936, '_wp_attached_file',
'revslider/home-university1/hero_slider_4.jpg');
INSERT INTO `wpor_postmeta` VALUES (18643, 6936, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:44:"revslider/home-
university1/hero_slider_4.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_4-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (27953, 6986, '_wp_attached_file',
'revslider/home-university2/slider-6.jpg');
INSERT INTO `wpor_postmeta` VALUES (27954, 6986, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:39:"revslider/home-
university2/slider-6.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"slider-6-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"slider-6-
300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-
type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"slider-6-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (27955, 6987, '_wp_attached_file',
'revslider/home-university2/hero_slider_4.jpg');
INSERT INTO `wpor_postmeta` VALUES (27956, 6987, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:44:"revslider/home-
university2/hero_slider_4.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_4-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (27957, 6988, '_wp_attached_file',
'revslider/home-university2/hero_slider_5.jpg');
INSERT INTO `wpor_postmeta` VALUES (27958, 6988, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:44:"revslider/home-
university2/hero_slider_5.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (37267, 7039, '_wp_attached_file',
'revslider/home-university3/hero_slider_4.jpg');
INSERT INTO `wpor_postmeta` VALUES (37268, 7039, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:44:"revslider/home-
university3/hero_slider_4.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_4-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_4-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (37269, 7040, '_wp_attached_file',
'revslider/home-university3/hero_slider_5.jpg');
INSERT INTO `wpor_postmeta` VALUES (37270, 7040, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:44:"revslider/home-
university3/hero_slider_5.jpg";s:5:"sizes";a:9:{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:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"hero_slider_5-
180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-
type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s: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:11:"shop_single";a:4:{s:4:"file";s:25:"hero_slider_5-
600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-
type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:
{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"
0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientat
ion";s:1:"1";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (37273, 6884, 'panels_data', 'a:3:
{s:7:"widgets";a:16:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-page-video"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"85c70708-7ed5-490c-b264-
124e254b2fc9";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<div class="thim-register-now-form top-
homepage">\n<h3 class="title"><span>Create your free account now and get immediate
access to 100s of online Courses.</span></h3>\n[contact-form-7 id="85" title="Get
It Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1;s:2:
"id";i:1;s:9:"widget_id";s:36:"5e9e5bb9-e4be-4551-88f6-
0063983fdcec";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:5:
{s:5:"title";s:0:"";s:6:"layout";s:6:"slider";s:14:"slider-options";a:4:
{s:5:"limit";i:15;s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"7";s:15:"show
_pagination";b:0;}s:12:"list-options";a:2:
{s:11:"show_counts";b:0;s:12:"hierarchical";b:0;}s:11:"panels_info";a:7:
{s:5:"class";s:29:"Thim_Course_Categories_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:
"cell";i:0;s:2:"id";i:2;s:9:"widget_id";s:36:"14f0d14b-871b-494a-a7ab-
13a6b7e8cf0b";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:12:
{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:0;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_fo
nt_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:3;s:9:"widget_id";s:36:"62b7d223-7d16-4c5c-8921-
9177408c4b6e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"layout";s:4:"grid";s:5:"limit";i
:8;s:16:"view_all_courses";s:8:"View All";s:14:"slider-options";a:3:
{s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;s:15:"show_navigation";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"4";}s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:4;s:9:"widget_id";s:36:"b73d85f2-7496-4b3a-a902-
0c0f5fda1c48";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:7:
{s:14:"counters_label";s:8:"Learners";s:14:"counters_value";i:5000;s:4:"icon";s:0:"
";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"p
anels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"ae215117-8f6b-4a83-9a1d-
a1adf58c3c01";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:7:
{s:14:"counters_label";s:9:"Graduates";s:14:"counters_value";i:6000;s:4:"icon";s:0:
"";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"
panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:1;s:2:"id";i:6;s:9:"widget_id";s:36:"13ab166f-3c98-4404-8e59-
ff7d1206598e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:7:
{s:14:"counters_label";s:17:"Countries
Reached";s:14:"counters_value";i:150;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:2;s:2:"id";i:7;s:9:"widget_id";s:36:"e095e49d-f9e6-49a1-aec1-
0b4d4741032a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:7:
{s:14:"counters_label";s:17:"Courses
Published";s:14:"counters_value";i:940;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:3;s:2:"id";i:8;s:9:"widget_id";s:36:"063f9ee9-c7b0-48bb-b43d-
4c9f81ddd211";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:40:"Lorem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"72cfad7f-d21d-4d35-9e4d-
9fd84ef14057";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:65:"http://thim.staging.wp
engine.com/thim-2/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";
i:0;s:2:"id";i:10;s:9:"widget_id";s:36:"1671aea6-4722-478e-9544-
fa104fcc56bf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:11;a:12:
{s:5:"title";s:12:"Lastest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lo
rem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"defau
lt";s:19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:11;s:9:"widget_id";s:36:"90b5b1b4-f143-495c-a010-
6f65fd65cc67";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cel
l";i:0;s:2:"id";i:12;s:9:"widget_id";s:36:"ae8a9853-6f19-4857-bc2d-
8d5ca1308d9e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:13;a:12:
{s:5:"title";s:15:"What People
Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lorem ipsum
dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0
;s:2:"id";i:13;s:9:"widget_id";s:36:"b936555e-12c7-4c79-b933-
c9970820ee8e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell
";i:0;s:2:"id";i:14;s:9:"widget_id";s:36:"68d729e4-b4d4-4f69-b84a-
eab78310bf06";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:8;s:4:"cell";i:0;s:2:
"id";i:15;s:9:"widget_id";s:36:"5d6d88d3-2cb5-459a-b783-
10045c432739";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:9:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:22:"thim-register-form-
top";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";}}i:2;a:2
:{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"60px";}}i:4;a:2:
{s:5:"cells";i:4;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"padding";s:9:"124px
0px";s:27:"background_image_attachment";s:2:"52";s:18:"background_display";s:5:"cov
er";s:11:"row_stretch";s:4:"full";}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:27:"background_image_attachment";s:2:"79";s:18:"background_display";s:5:
"cover";s:11:"row_stretch";s:4:"full";}}i:7;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"65px";}}i:8;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:13:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:4;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:4;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"g
rid";i:4;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:7;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:12;a:4:
{s:4:"grid";i:8;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (37276, 7041, 'panels_data', 'a:3:
{s:7:"widgets";a:16:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-page-video"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"0212b8f8-2f10-4e01-856e-
2ab904d506c8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<div class="thim-register-now-form top-
homepage">\n<h3 class="title"><span>Create your free account now and get immediate
access to 100s of online Courses.</span></h3>\n[contact-form-7 id="85" title="Get
It Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1;s:2:
"id";i:1;s:9:"widget_id";s:36:"57d18370-770b-4757-b804-
b0cca8a382e4";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:5:
{s:5:"title";s:0:"";s:6:"layout";s:6:"slider";s:14:"slider-options";a:4:
{s:5:"limit";i:15;s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"7";s:15:"show
_pagination";b:0;}s:12:"list-options";a:2:
{s:11:"show_counts";b:0;s:12:"hierarchical";b:0;}s:11:"panels_info";a:7:
{s:5:"class";s:29:"Thim_Course_Categories_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:
"cell";i:0;s:2:"id";i:2;s:9:"widget_id";s:36:"b7ff4c3d-0268-46dc-a775-
4c0209fccf7e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:12:
{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:0;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_fo
nt_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:3;s:9:"widget_id";s:36:"7997f841-e70f-404c-a45d-
bbf57811b17e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"layout";s:4:"grid";s:5:"limit";i
:8;s:16:"view_all_courses";s:8:"View All";s:14:"slider-options";a:3:
{s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;s:15:"show_navigation";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"4";}s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:4;s:9:"widget_id";s:36:"8f50c808-b7b5-4840-af15-
af7f0e107ea8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:7:
{s:14:"counters_label";s:8:"Learners";s:14:"counters_value";i:5000;s:4:"icon";s:0:"
";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"p
anels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"15011e68-8cc6-4aa3-bdd4-
db625522ef8c";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:7:
{s:14:"counters_label";s:9:"Graduates";s:14:"counters_value";i:6000;s:4:"icon";s:0:
"";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"
panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:1;s:2:"id";i:6;s:9:"widget_id";s:36:"092e38b4-db68-4d3f-bb1a-
94af482263e4";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:7:
{s:14:"counters_label";s:17:"Countries
Reached";s:14:"counters_value";i:150;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:2;s:2:"id";i:7;s:9:"widget_id";s:36:"3538db20-2632-447e-a99e-
994954e8fe46";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:7:
{s:14:"counters_label";s:17:"Courses
Published";s:14:"counters_value";i:940;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:3;s:2:"id";i:8;s:9:"widget_id";s:36:"61380991-a60e-48fc-b1c7-
830885198925";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:40:"Lorem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"78200fdf-18ec-46ab-b5c6-
7276be6a8272";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:65:"http://thim.staging.wp
engine.com/thim-2/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";
i:0;s:2:"id";i:10;s:9:"widget_id";s:36:"3097baa2-b9ae-4238-aaba-
d413988aadf5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:11;a:12:
{s:5:"title";s:12:"Lastest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lo
rem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"defau
lt";s:19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:11;s:9:"widget_id";s:36:"057b090c-4dc3-4ff8-a2cd-
f2b92ade859c";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cel
l";i:0;s:2:"id";i:12;s:9:"widget_id";s:36:"540ad9c9-e463-4ec4-8566-
8fe91527da48";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:13;a:12:
{s:5:"title";s:15:"What People
Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lorem ipsum
dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0
;s:2:"id";i:13;s:9:"widget_id";s:36:"14261fbb-3cdc-4bda-bae2-
317cdfddf482";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell
";i:0;s:2:"id";i:14;s:9:"widget_id";s:36:"2955ad3a-c1f5-4850-8935-
2031051b9e1d";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:8;s:4:"cell";i:0;s:2:
"id";i:15;s:9:"widget_id";s:36:"1cdbf2c1-1646-48d7-8618-
862255667920";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:9:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:22:"thim-register-form-
top";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";}}i:2;a:2
:{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"60px";}}i:4;a:2:
{s:5:"cells";i:4;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"padding";s:9:"124px
0px";s:27:"background_image_attachment";s:2:"52";s:18:"background_display";s:5:"cov
er";s:11:"row_stretch";s:4:"full";}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:27:"background_image_attachment";s:2:"79";s:18:"background_display";s:5:
"cover";s:11:"row_stretch";s:4:"full";}}i:7;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"65px";}}i:8;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:13:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:4;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:4;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"g
rid";i:4;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:7;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:12;a:4:
{s:4:"grid";i:8;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (37277, 7041, 'panels_data', 'a:3:
{s:7:"widgets";a:16:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-page-video"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"0212b8f8-2f10-4e01-856e-
2ab904d506c8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<div class="thim-register-now-form top-
homepage">\n<h3 class="title"><span>Create your free account now and get immediate
access to 100s of online Courses.</span></h3>\n[contact-form-7 id="85" title="Get
It Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1;s:2:
"id";i:1;s:9:"widget_id";s:36:"57d18370-770b-4757-b804-
b0cca8a382e4";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:5:
{s:5:"title";s:0:"";s:6:"layout";s:6:"slider";s:14:"slider-options";a:4:
{s:5:"limit";i:15;s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"7";s:15:"show
_pagination";b:0;}s:12:"list-options";a:2:
{s:11:"show_counts";b:0;s:12:"hierarchical";b:0;}s:11:"panels_info";a:7:
{s:5:"class";s:29:"Thim_Course_Categories_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:
"cell";i:0;s:2:"id";i:2;s:9:"widget_id";s:36:"b7ff4c3d-0268-46dc-a775-
4c0209fccf7e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:12:
{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:0;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_fo
nt_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:3;s:9:"widget_id";s:36:"7997f841-e70f-404c-a45d-
bbf57811b17e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"layout";s:4:"grid";s:5:"limit";i
:8;s:16:"view_all_courses";s:8:"View All";s:14:"slider-options";a:3:
{s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;s:15:"show_navigation";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"4";}s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:4;s:9:"widget_id";s:36:"8f50c808-b7b5-4840-af15-
af7f0e107ea8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:7:
{s:14:"counters_label";s:8:"Learners";s:14:"counters_value";i:5000;s:4:"icon";s:0:"
";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"p
anels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"15011e68-8cc6-4aa3-bdd4-
db625522ef8c";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:7:
{s:14:"counters_label";s:9:"Graduates";s:14:"counters_value";i:6000;s:4:"icon";s:0:
"";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"
panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:1;s:2:"id";i:6;s:9:"widget_id";s:36:"092e38b4-db68-4d3f-bb1a-
94af482263e4";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:7:
{s:14:"counters_label";s:17:"Countries
Reached";s:14:"counters_value";i:150;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:2;s:2:"id";i:7;s:9:"widget_id";s:36:"3538db20-2632-447e-a99e-
994954e8fe46";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:7:
{s:14:"counters_label";s:17:"Courses
Published";s:14:"counters_value";i:940;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:3;s:2:"id";i:8;s:9:"widget_id";s:36:"61380991-a60e-48fc-b1c7-
830885198925";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:40:"Lorem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"78200fdf-18ec-46ab-b5c6-
7276be6a8272";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:65:"http://thim.staging.wp
engine.com/thim-2/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";
i:0;s:2:"id";i:10;s:9:"widget_id";s:36:"3097baa2-b9ae-4238-aaba-
d413988aadf5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:11;a:12:
{s:5:"title";s:12:"Lastest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lo
rem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"defau
lt";s:19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:11;s:9:"widget_id";s:36:"057b090c-4dc3-4ff8-a2cd-
f2b92ade859c";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cel
l";i:0;s:2:"id";i:12;s:9:"widget_id";s:36:"540ad9c9-e463-4ec4-8566-
8fe91527da48";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:13;a:12:
{s:5:"title";s:15:"What People
Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lorem ipsum
dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0
;s:2:"id";i:13;s:9:"widget_id";s:36:"14261fbb-3cdc-4bda-bae2-
317cdfddf482";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell
";i:0;s:2:"id";i:14;s:9:"widget_id";s:36:"2955ad3a-c1f5-4850-8935-
2031051b9e1d";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:8;s:4:"cell";i:0;s:2:
"id";i:15;s:9:"widget_id";s:36:"1cdbf2c1-1646-48d7-8618-
862255667920";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:9:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:22:"thim-register-form-
top";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";}}i:2;a:2
:{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"60px";}}i:4;a:2:
{s:5:"cells";i:4;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"padding";s:9:"124px
0px";s:27:"background_image_attachment";s:2:"52";s:18:"background_display";s:5:"cov
er";s:11:"row_stretch";s:4:"full";}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:27:"background_image_attachment";s:2:"79";s:18:"background_display";s:5:
"cover";s:11:"row_stretch";s:4:"full";}}i:7;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"65px";}}i:8;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:13:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:4;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:4;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"g
rid";i:4;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:7;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:12;a:4:
{s:4:"grid";i:8;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (37278, 7041, 'panels_data', 'a:3:
{s:7:"widgets";a:16:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-page-video"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"0212b8f8-2f10-4e01-856e-
2ab904d506c8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<div class="thim-register-now-form top-
homepage">\n<h3 class="title"><span>Create your free account now and get immediate
access to 100s of online Courses.</span></h3>\n[contact-form-7 id="85" title="Get
It Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1;s:2:
"id";i:1;s:9:"widget_id";s:36:"57d18370-770b-4757-b804-
b0cca8a382e4";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:5:
{s:5:"title";s:0:"";s:6:"layout";s:6:"slider";s:14:"slider-options";a:4:
{s:5:"limit";i:15;s:15:"show_navigation";b:1;s:12:"item_visible";s:1:"7";s:15:"show
_pagination";b:0;}s:12:"list-options";a:2:
{s:11:"show_counts";b:0;s:12:"hierarchical";b:0;}s:11:"panels_info";a:7:
{s:5:"class";s:29:"Thim_Course_Categories_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:
"cell";i:0;s:2:"id";i:2;s:9:"widget_id";s:36:"b7ff4c3d-0268-46dc-a775-
4c0209fccf7e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:12:
{s:5:"title";s:15:"Popular
Courses";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"su
b_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";a
:3:
{s:16:"custom_font_size";i:0;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_fo
nt_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:3;s:9:"widget_id";s:36:"7997f841-e70f-404c-a45d-
bbf57811b17e";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:5:"title";s:0:"";s:5:"order";s:7:"popular";s:6:"layout";s:4:"grid";s:5:"limit";i
:8;s:16:"view_all_courses";s:8:"View All";s:14:"slider-options";a:3:
{s:12:"item_visible";s:1:"4";s:15:"show_pagination";b:0;s:15:"show_navigation";b:0;
}s:12:"grid-options";a:1:{s:7:"columns";s:1:"4";}s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Courses_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:4;s:9:"widget_id";s:36:"8f50c808-b7b5-4840-af15-
af7f0e107ea8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:7:
{s:14:"counters_label";s:8:"Learners";s:14:"counters_value";i:5000;s:4:"icon";s:0:"
";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"p
anels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"15011e68-8cc6-4aa3-bdd4-
db625522ef8c";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:7:
{s:14:"counters_label";s:9:"Graduates";s:14:"counters_value";i:6000;s:4:"icon";s:0:
"";s:12:"border_color";b:0;s:13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"
panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:1;s:2:"id";i:6;s:9:"widget_id";s:36:"092e38b4-db68-4d3f-bb1a-
94af482263e4";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:7:
{s:14:"counters_label";s:17:"Countries
Reached";s:14:"counters_value";i:150;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:2;s:2:"id";i:7;s:9:"widget_id";s:36:"3538db20-2632-447e-a99e-
994954e8fe46";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:7:
{s:14:"counters_label";s:17:"Courses
Published";s:14:"counters_value";i:940;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell
";i:3;s:2:"id";i:8;s:9:"widget_id";s:36:"61380991-a60e-48fc-b1c7-
830885198925";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:6:"Events";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading
";s:40:"Lorem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"78200fdf-18ec-46ab-b5c6-
7276be6a8272";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:5:
{s:5:"title";s:0:"";s:12:"number_posts";i:2;s:4:"link";s:65:"http://thim.staging.wp
engine.com/thim-2/educationwp-2/all-events/";s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";
i:0;s:2:"id";i:10;s:9:"widget_id";s:36:"3097baa2-b9ae-4238-aaba-
d413988aadf5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:11;a:12:
{s:5:"title";s:12:"Lastest
News";s:9:"textcolor";s:7:"#ffffff";s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lo
rem ipsum dolor sit amet,
consectetur.";s:17:"sub_heading_color";s:7:"#ffffff";s:12:"font_heading";s:7:"defau
lt";s:19:"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";s:7:"#ffffff";s:10:"text_ali
gn";s:9:"text-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:0
;s:2:"id";i:11;s:9:"widget_id";s:36:"057b090c-4dc3-4ff8-a2cd-
f2b92ade859c";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:12;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cel
l";i:0;s:2:"id";i:12;s:9:"widget_id";s:36:"540ad9c9-e463-4ec4-8566-
8fe91527da48";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:13;a:12:
{s:5:"title";s:15:"What People
Say";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:40:"Lorem ipsum
dolor sit amet,
consectetur.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"
custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell";i:0
;s:2:"id";i:13;s:9:"widget_id";s:36:"14261fbb-3cdc-4bda-bae2-
317cdfddf482";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:14;a:7:
{s:5:"title";s:0:"";s:5:"limit";i:5;s:12:"item_visible";i:5;s:12:"widget-
class";s:0:"";s:8:"autoplay";b:0;s:10:"mousewheel";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Testimonials_Widget";s:3:"raw";b:0;s:4:"grid";i:7;s:4:"cell
";i:0;s:2:"id";i:14;s:9:"widget_id";s:36:"2955ad3a-c1f5-4850-8935-
2031051b9e1d";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:15;a:4:
{s:5:"title";s:0:"";s:4:"text";s:217:"<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]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:8;s:4:"cell";i:0;s:2:
"id";i:15;s:9:"widget_id";s:36:"1cdbf2c1-1646-48d7-8618-
862255667920";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:9:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:1;a:2:
{s:5:"cells";i:2;s:5:"style";a:3:{s:5:"class";s:22:"thim-register-form-
top";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";}}i:2;a:2
:{s:5:"cells";i:1;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"60px";}}i:4;a:2:
{s:5:"cells";i:4;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"padding";s:9:"124px
0px";s:27:"background_image_attachment";s:2:"52";s:18:"background_display";s:5:"cov
er";s:11:"row_stretch";s:4:"full";}}i:5;a:2:{s:5:"cells";i:1;s:5:"style";a:0:
{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:5:{s:5:"class";s:15:"thim-bg-
overlay";s:7:"row_css";s:56:"padding-bottom: 85px;\nbackground-position: right
bottom;";s:27:"background_image_attachment";s:2:"79";s:18:"background_display";s:5:
"cover";s:11:"row_stretch";s:4:"full";}}i:7;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"65px";}}i:8;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}}s:10:"grid_cells";a:13:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.5;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:4;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:4;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"g
rid";i:4;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:7;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:12;a:4:
{s:4:"grid";i:8;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (53927, 5749, '_edit_last', '1');
INSERT INTO `wpor_postmeta` VALUES (53928, 7190, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-university"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:12:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:1;s:4:"cell";i:1;s:2:"id";i:3;
s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-6e205164f430";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:4
;a:5:{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:2;s:4:"cell";i:0;s:2:"id";i:6;
s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-754488fbc974";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:7
;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:13:"height:
100vh";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:3:"0px";s:11:"ro
w_stretch";s:14:"full-stretched";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:6:
{s:5:"class";s:23:"thim-welcome-university";s:7:"padding";s:16:"50px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:6:"center";s:18
:"vertical_alignment";s:4:"auto";}}}}');
INSERT INTO `wpor_postmeta` VALUES (53929, 7190, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-university"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:12:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:1;s:4:"cell";i:1;s:2:"id";i:3;
s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-6e205164f430";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:4
;a:5:{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:2;s:4:"cell";i:0;s:2:"id";i:6;
s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-754488fbc974";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:7
;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:13:"height:
100vh";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:3:"0px";s:11:"ro
w_stretch";s:14:"full-stretched";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:6:
{s:5:"class";s:23:"thim-welcome-university";s:7:"padding";s:16:"50px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:6:"center";s:18
:"vertical_alignment";s:4:"auto";}}}}');
INSERT INTO `wpor_postmeta` VALUES (53930, 7191, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:36:"[rev_slider
alias="home-university"]";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:12:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:1;s:4:"cell";i:1;s:2:"id";i:3;
s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-6e205164f430";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:4
;a:5:{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:2;s:4:"cell";i:0;s:2:"id";i:6;
s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-754488fbc974";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:7
;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:13:"height:
100vh";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:3:"0px";s:11:"ro
w_stretch";s:14:"full-stretched";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:6:
{s:5:"class";s:23:"thim-welcome-university";s:7:"padding";s:16:"50px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:6:"center";s:18
:"vertical_alignment";s:4:"auto";}}}}');
INSERT INTO `wpor_postmeta` VALUES (53931, 7193, '_wp_attached_file',
'2017/05/white-tubifed-logo.png');
INSERT INTO `wpor_postmeta` VALUES (53932, 7193, '_wp_attachment_metadata', 'a:5:
{s:5:"width";i:250;s:6:"height";i:47;s:4:"file";s:30:"2017/05/white-tubifed-
logo.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"white-tubifed-
logo-150x47.png";s:5:"width";i:150;s:6:"height";i:47;s:9:"mime-
type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"white-tubifed-
logo-180x47.png";s:5:"width";i:180;s:6:"height";i:47;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:"orientat
ion";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpor_postmeta` VALUES (53933, 7192, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53934, 7192, '_wp_trash_meta_time',
'1495667335');
INSERT INTO `wpor_postmeta` VALUES (53935, 7194, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53936, 7194, '_wp_trash_meta_time',
'1495667393');
INSERT INTO `wpor_postmeta` VALUES (53937, 7195, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53938, 7195, '_wp_trash_meta_time',
'1495667431');
INSERT INTO `wpor_postmeta` VALUES (53939, 7196, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53940, 7196, '_wp_trash_meta_time',
'1495667500');
INSERT INTO `wpor_postmeta` VALUES (53941, 7197, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53942, 7197, '_wp_trash_meta_time',
'1495667546');
INSERT INTO `wpor_postmeta` VALUES (54580, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:55:"Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"b722de82-596f-4872-a999-
82903792e77e";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:18:"vertical_alignment";s:4:"auto";}}i:1;a:
4:{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (53952, 7200, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53953, 7200, '_wp_trash_meta_time',
'1495669640');
INSERT INTO `wpor_postmeta` VALUES (53954, 7201, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53955, 7201, '_wp_trash_meta_time',
'1495669762');
INSERT INTO `wpor_postmeta` VALUES (53956, 7202, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53957, 7202, '_wp_trash_meta_time',
'1495670501');
INSERT INTO `wpor_postmeta` VALUES (53958, 7203, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53959, 7203, '_wp_trash_meta_time',
'1495670580');
INSERT INTO `wpor_postmeta` VALUES (53960, 7204, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53961, 7204, '_wp_trash_meta_time',
'1495670621');
INSERT INTO `wpor_postmeta` VALUES (53962, 7205, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53963, 7205, '_wp_trash_meta_time',
'1495670655');
INSERT INTO `wpor_postmeta` VALUES (53964, 7206, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53965, 7206, '_wp_trash_meta_time',
'1495670685');
INSERT INTO `wpor_postmeta` VALUES (53966, 7207, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53967, 7207, '_wp_trash_meta_time',
'1495670743');
INSERT INTO `wpor_postmeta` VALUES (53968, 7208, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53969, 7208, '_wp_trash_meta_time',
'1495670801');
INSERT INTO `wpor_postmeta` VALUES (53970, 7209, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (53971, 7209, '_wp_trash_meta_time',
'1495670920');
INSERT INTO `wpor_postmeta` VALUES (53992, 7210, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;s:9:"
widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-2b2e452a0128";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}s:6:
"filter";b:0;}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;
s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-7273ba4d60a7";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:16:{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:4:"30px";s:14:"cell_alignment";s:10:"f
lex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53993, 7210, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;s:9:"
widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-2b2e452a0128";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}s:6:
"filter";b:0;}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;
s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-7273ba4d60a7";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:16:{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:4:"30px";s:14:"cell_alignment";s:10:"f
lex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53994, 7211, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;s:9:"
widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-2b2e452a0128";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:1
;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;
s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-7273ba4d60a7";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:16:{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:4:"30px";s:14:"cell_alignment";s:10:"f
lex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54007, 7220, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"200px 0px
0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53995, 7212, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile"
;s:13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:
"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53996, 7212, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile"
;s:13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:
"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53997, 7213, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile"
;s:13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:
"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54004, 7218, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:18:"0px 0px
-150px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53998, 7214, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile"
;s:13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"g
utter";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (53999, 7214, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile"
;s:13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"g
utter";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54000, 7215, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile"
;s:13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"g
utter";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54001, 7216, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
150px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54002, 7216, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
150px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54003, 7217, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:27:"-150px
-150px -150px
-150px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
150px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54005, 7218, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:18:"0px 0px
-150px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54006, 7219, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:18:"0px 0px
-150px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54008, 7220, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"200px 0px
0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54009, 7221, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"200px 0px
0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54010, 7222, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
200px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54011, 7222, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
200px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54012, 7223, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
200px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54013, 7224, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54014, 7224, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54015, 7225, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54019, 7228, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54016, 7226, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-100px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54017, 7226, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-100px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54018, 7227, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-100px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54020, 7228, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54021, 7229, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54153, 7316, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:11:"0%
0% 0%
0%";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"ba
ckground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px
";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54024, 7230, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:5:"200px";s:11:"row_stretch";s:4:"full
";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54025, 7230, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:5:"200px";s:11:"row_stretch";s:4:"full
";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54026, 7231, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:5:"200px";s:11:"row_stretch";s:4:"full
";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54027, 7232, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"200px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54028, 7232, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"200px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54029, 7233, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"200px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54030, 7234, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54031, 7234, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54032, 7235, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54033, 7236, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54034, 7236, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54035, 7237, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-150px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54036, 7238, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
200px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54037, 7238, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
200px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54038, 7239, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
200px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54039, 7240, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54040, 7240, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54041, 7241, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54042, 7242, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"450px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54043, 7242, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"450px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54044, 7243, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"450px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54045, 7244, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54046, 7244, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54047, 7245, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54048, 7246, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54049, 7246, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54050, 7247, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54051, 7248, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54052, 7248, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54053, 7249, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"150px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54057, 7252, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:18:"-
400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54054, 7250, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54055, 7250, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54056, 7251, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54058, 7252, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:18:"-
400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54059, 7253, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:18:"-
400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54060, 7254, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:18:"-
800px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54061, 7254, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:18:"-
800px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54062, 7255, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:18:"-
800px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54063, 7256, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54064, 7256, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54065, 7257, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54066, 7258, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
1000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54067, 7258, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
1000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54068, 7259, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
1000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54069, 7260, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
2000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54070, 7260, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
2000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54071, 7261, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
2000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54072, 7262, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
4000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54073, 7262, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
4000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54074, 7263, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
4000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";
s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:8:
{s:5:"class";s:26:"thim-latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"b
ottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"
cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54075, 7264, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
4000px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"
background_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0
px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54076, 7264, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
4000px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"
background_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0
px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54077, 7265, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
4000px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"
background_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0
px";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54081, 7268, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54078, 7266, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:18:"collapse_behaviour";s:11:
"no_collapse";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54079, 7266, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:18:"collapse_behaviour";s:11:
"no_collapse";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54080, 7267, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:18:"collapse_behaviour";s:11:
"no_collapse";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54082, 7268, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54083, 7269, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54084, 7270, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"400%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54085, 7270, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"400%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54086, 7271, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"400%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54087, 7272, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:11:"0%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54088, 7272, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:11:"0%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54089, 7273, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:11:"0%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54090, 7274, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:14:"-
200% 0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54091, 7274, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:14:"-
200% 0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54092, 7275, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:14:"-
200% 0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54096, 7278, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:7:"stretch";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54093, 7276, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54094, 7276, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54095, 7277, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54097, 7278, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:7:"stretch";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54098, 7279, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:9:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:13:"100%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:7:"stretch";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54099, 7280, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"500px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54100, 7280, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"500px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54101, 7281, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"500px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54102, 7282, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:18:"-
800px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54103, 7282, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:18:"-
800px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54104, 7283, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
400px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:11:"row_stretch";s:14:"full-stretched";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:18:"-
800px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54108, 7286, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
1800px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54105, 7284, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
1800px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54106, 7284, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
1800px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54107, 7285, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:8:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:11:"row_stretch";s:14:"full-
stretched";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
1800px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54109, 7286, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
1800px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54110, 7287, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:19:"-
1800px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54114, 7290, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px
0px 700px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54111, 7288, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px
0px 500px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54112, 7288, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px
0px 500px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54113, 7289, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px
0px 500px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54115, 7290, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px
0px 700px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54116, 7291, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px
0px 700px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54117, 7292, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:18:"5000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54118, 7292, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:18:"5000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54119, 7293, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:18:"5000px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54120, 7294, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54121, 7294, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54122, 7295, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54123, 7296, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
500px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54124, 7296, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
500px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54125, 7297, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
500px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54126, 7298, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
500px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"300px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54127, 7298, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
500px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"300px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54128, 7299, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
500px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"300px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54129, 7300, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"300px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54130, 7300, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"300px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54131, 7301, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"300px 0px 0px
0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutt
er";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:19:"100%
100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54135, 7304, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54132, 7302, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54133, 7302, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54134, 7303, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:7:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:6:"-250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"400px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54136, 7304, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54137, 7305, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:15:"0px
0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54138, 7306, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"120px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54139, 7306, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"120px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54140, 7307, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px
0px";s:14:"mobile_padding";s:17:"120px 0px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:
13:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fl
ex-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-
latest-new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54141, 7308, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"50%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54142, 7308, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"50%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54143, 7309, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"50%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54144, 7310, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"25%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54145, 7310, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"25%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54146, 7311, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"25%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54147, 7312, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"30%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54148, 7312, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"30%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54149, 7313, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"30%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54150, 7314, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54151, 7314, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54152, 7315, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:8:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:1
3:"bottom_margin";s:4:"80px";s:6:"gutter";s:3:"0px";s:14:"cell_alignment";s:10:"fle
x-start";}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:9:{s:5:"class";s:26:"thim-latest-
new-university";s:7:"padding";s:17:"0px 0px 100px
0px";s:14:"mobile_padding";s:19:"100% 100% 100%
100%";s:10:"background";s:7:"#f2f2f2";s:18:"background_display";s:6:"center";s:13:"
bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px";s:11:"row_stretch";s:4:"full";s:14:
"cell_alignment";s:10:"flex-start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333333148296162562473909
92939472198486328125;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54154, 7316, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:11:"0%
0% 0%
0%";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"ba
ckground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px
";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54155, 7317, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:11:"0%
0% 0%
0%";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"ba
ckground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0px
";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54156, 7318, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:17:"0px
0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54157, 7318, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:17:"0px
0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54158, 7319, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:17:"0px
0px 100px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54159, 7320, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:16:"0px
0px 70px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54160, 7320, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:16:"0px
0px 70px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54161, 7321, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:47:"Sektör ve derken üyelerinden güncel
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0
;s:2:"id";i:6;s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-
754488fbc974";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:16:"0px
0px 70px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54162, 7322, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:41:"Sektör ve üye derneklerimizden
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:2;s:4:"cell";i:0;s:2:"id";i:6;
s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-754488fbc974";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:7
;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:16:"0px
0px 70px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54163, 7322, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:41:"Sektör ve üye derneklerimizden
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:2;s:4:"cell";i:0;s:2:"id";i:6;
s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-754488fbc974";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:7
;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:16:"0px
0px 70px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54164, 7323, 'panels_data', 'a:3:
{s:7:"widgets";a:8:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:30:"[rev_slider
alias="news-post"]";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:
"id";i:0;s:9:"widget_id";s:36:"4f6c9792-0cdf-4051-bd0e-
2b2e452a0128";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:13:
{s:5:"title";s:7:"Welcome";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headin
g";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0
;s:2:"id";i:1;s:9:"widget_id";s:36:"9c671b23-3999-4f5a-b267-
7273ba4d60a7";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:16:
{s:11:"title_group";a:6:
{s:5:"title";s:0:"";s:11:"color_title";b:0;s:4:"size";s:2:"h3";s:12:"font_heading";
s:7:"default";s:14:"custom_heading";a:4:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:13:"custom_m
g_top";i:0;s:12:"custom_mg_bt";i:0;}s:16:"line_after_title";b:0;}s:10:"desc_group";
a:4:{s:7:"content";s:167:"<p>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.</p>";s:20:"custom_font_size_des";i:0;s:18:"custom_font_weight";b:0;s:17:"col
or_description";b:0;}s:15:"read_more_group";a:5:
{s:4:"link";s:1:"#";s:6:"target";s:5:"_self";s:9:"read_more";s:4:"more";s:12:"link_
to_icon";s:2:"no";s:22:"button_read_more_group";a:6:{s:9:"read_text";s:9:"Read
More";s:20:"read_more_text_color";b:0;s:21:"border_read_more_text";b:0;s:17:"bg_rea
d_more_text";b:0;s:26:"read_more_text_color_hover";b:0;s:23:"bg_read_more_text_hove
r";b:0;}}s:9:"icon_type";s:6:"custom";s:19:"font_7_stroke_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:18:"font_awesome_group";a:2:
{s:4:"icon";s:0:"";s:9:"icon_size";i:14;}s:16:"font_image_group";a:1:
{s:8:"icon_img";i:5754;}s:14:"width_icon_box";i:370;s:11:"color_group";a:6:
{s:10:"icon_color";b:0;s:17:"icon_border_color";b:0;s:13:"icon_bg_color";b:0;s:16:"
icon_hover_color";b:0;s:23:"icon_border_color_hover";b:0;s:19:"icon_bg_color_hover"
;b:0;}s:12:"layout_group";a:4:
{s:14:"box_icon_style";b:0;s:3:"pos";s:3:"top";s:13:"text_align_sc";s:9:"text-
left";s:9:"style_box";b:0;}s:17:"widget_background";s:4:"none";s:10:"self_video";i:
0;s:11:"self_poster";i:0;s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Icon_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ab83b880-b727-459a-8b40-
625baedbebdf";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:13:
{s:5:"title";s:11:"Etkinlikler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_h
eading";s:0:"";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:
"custom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:6:"normal";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"te
xt-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:1
;s:2:"id";i:3;s:9:"widget_id";s:36:"3e0bdd67-4146-47ff-82b7-
6e205164f430";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:5:
{s:6:"layout";s:8:"layout-
2";s:5:"title";s:0:"";s:12:"number_posts";i:3;s:9:"text_link";s:8:"View
All";s:11:"panels_info";a:7:
{s:5:"class";s:22:"Thim_List_Event_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";
i:1;s:2:"id";i:4;s:9:"widget_id";s:36:"d2f6166f-9ab9-4f04-a995-
80a66890c815";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:5;a:4:
{s:5:"title";s:0:"";s:4:"text";s:204:"<div class="thim-register-now-form">\n<h3
class="title"><span>Create your free account now and get immediate access to 100s
of online courses.</span></h3>\n[contact-form-7 id="85" title="Get It
Now"]\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:2;s:2:
"id";i:5;s:9:"widget_id";s:36:"0f14fd4f-a792-43c0-adfc-
a810adec141a";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:13:
{s:5:"title";s:8:"Haberler";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_headi
ng";s:41:"Sektör ve üye derneklerimizden
haberler";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cust
om_font_heading";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:2;s:4:"cell";i:0;s:2:"id";i:6;
s:9:"widget_id";s:36:"70b32ee8-623a-46dd-9084-754488fbc974";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:7
;a:10:
{s:5:"title";s:0:"";s:6:"cat_id";s:1:"9";s:12:"visible_post";i:3;s:12:"number_posts
";s:1:"4";s:8:"show_nav";s:3:"yes";s:15:"show_pagination";s:2:"no";s:7:"orderby";s:
6:"recent";s:5:"order";s:4:"desc";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:25:"Thim_Carousel_Post_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cel
l";i:0;s:2:"id";i:7;s:9:"widget_id";s:36:"e8017100-c0a2-4d8c-9d0d-
10b727c178ee";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:6:{s:7:"row_css";s:13:"height:
100vh";s:7:"padding";s:15:"0px 0px 0px 0px";s:14:"mobile_padding";s:17:"0px 0px
300px 0px";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:6:"-
250px";s:14:"cell_alignment";s:10:"flex-start";}}i:1;a:2:
{s:5:"cells";i:3;s:5:"style";a:7:{s:5:"class";s:23:"thim-welcome-
university";s:7:"padding";s:17:"100px 0px 0px 0px";s:14:"mobile_padding";s:12:"40%
0% 0%
0%";s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"80px";s:6:"gutte
r";s:3:"0px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:10:{s:5:"class";s:26:"thim-latest-new-
university";s:7:"padding";s:17:"0px 0px 100px 0px";s:14:"mobile_padding";s:16:"0px
0px 70px
0px";s:10:"background";s:7:"#f2f2f2";s:27:"background_image_attachment";b:0;s:18:"b
ackground_display";s:6:"center";s:13:"bottom_margin";s:3:"0px";s:6:"gutter";s:3:"0p
x";s:11:"row_stretch";s:4:"full";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.3333333333333299841605423807777697
22044467926025390625;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:2:
{s:18:"background_display";s:6:"center";s:18:"vertical_alignment";s:4:"auto";}}}}')
;
INSERT INTO `wpor_postmeta` VALUES (54165, 7326, '_wp_trash_meta_status',
'publish');
INSERT INTO `wpor_postmeta` VALUES (54166, 7326, '_wp_trash_meta_time',
'1495723741');
INSERT INTO `wpor_postmeta` VALUES (54167, 7327, '_menu_item_type', 'post_type');
INSERT INTO `wpor_postmeta` VALUES (54168, 7327, '_menu_item_menu_item_parent',
'0');
INSERT INTO `wpor_postmeta` VALUES (54169, 7327, '_menu_item_object_id', '5749');
INSERT INTO `wpor_postmeta` VALUES (54170, 7327, '_menu_item_object', 'page');
INSERT INTO `wpor_postmeta` VALUES (54171, 7327, '_menu_item_target', '');
INSERT INTO `wpor_postmeta` VALUES (54172, 7327, '_menu_item_classes', 'a:1:
{i:0;s:0:"";}');
INSERT INTO `wpor_postmeta` VALUES (54173, 7327, '_menu_item_xfn', '');
INSERT INTO `wpor_postmeta` VALUES (54174, 7327, '_menu_item_url', '');
INSERT INTO `wpor_postmeta` VALUES (54176, 7327, 'tc-mega-menu', 'a:3:
{s:4:"icon";s:0:"";s:5:"align";s:4:"left";s:6:"layout";s:7:"default";}');
INSERT INTO `wpor_postmeta` VALUES (54217, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:11:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:8:{s:14:"counters_label";s:17:"Foreign
Followers";s:14:"counters_value";i:55000;s:4:"icon";s:0:"";s:12:"border_color";b:0;
s:13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"2b5bf1c5-ff51-4fe3-8c3f-
a4d20da2222b";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:8:
{s:14:"counters_label";s:18:"Certified
Teachers";s:14:"counters_value";i:60;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:1;s:2:"id";i:2;s:9:"widget_id";s:36:"47c4671b-e5f4-43f9-bb49-
82f2c049a469";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:14:"counters_label";s:17:"Students
Enrolled";s:14:"counters_value";i:2240;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:2;s:2:"id";i:3;s:9:"widget_id";s:36:"585f084c-53fb-47e7-84b4-
85c3d8c74760";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:14:"counters_label";s:16:"Complete
Courses";s:14:"counters_value";i:215;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:3;s:2:"id";i:4;s:9:"widget_id";s:36:"82c5805e-b49b-452b-a85f-
8f89ef984017";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:5;a:9:
{s:5:"image";s:14:"3060,3059,2904";s:10:"image_size";s:4:"full";s:10:"image_link";s
:0:"";s:6:"number";i:1;s:15:"show_pagination";s:3:"yes";s:11:"link_target";s:5:"_se
lf";s:13:"css_animation";b:0;s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:26:"Thim_Gallery_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"ce
ll";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"b3bc72c0-3276-4092-a83f-
b92096a5bf7f";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:4:
{s:5:"title";s:0:"";s:4:"text";s:199:"<div class="thim-about-us-quote">\n<p>“Cras
tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum
metus.”</p>\n<div class="agency">Tony Nguyen, Co-
Founder</div>\n<hr>\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:6;s:9:"widget_id";s:36:"4cc15902-05fa-4547-a468-
6bd99ecd8b45";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:4:
{s:5:"title";s:10:"Who We Are";s:4:"text";s:507:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \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. \n<br><br>\nDonec iaculis adipiscing neque, non congue massa
euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0;s:2:
"id";i:7;s:9:"widget_id";s:36:"a2aa4470-dfef-4185-af54-
4e60a71c14c0";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:4:
{s:5:"title";s:10:"What We Do";s:4:"text";s:508:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \nvulputate a elit ac mollis. In sit amet ipsum turpis.
\n<br><br>\nPellentesque 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. Donec iaculis adipiscing neque, non congue
massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:2;s:2:
"id";i:8;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:
0;s:2:"id";i:10;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:7:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:4;s:5:"style";a:0:
{}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:3;a:2:
{s:5:"cells";i:3;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";}}i:4;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:5;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:12:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:1;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:3;s:5:"index";i:1;s:6:"weight";d:0.0400000000000000008326672684688674
05317723751068115234375;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"grid";i:3;s:5:"index";i:2;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54218, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:11:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:8:{s:14:"counters_label";s:17:"Foreign
Followers";s:14:"counters_value";i:55000;s:4:"icon";s:0:"";s:12:"border_color";b:0;
s:13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"2b5bf1c5-ff51-4fe3-8c3f-
a4d20da2222b";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:8:
{s:14:"counters_label";s:18:"Certified
Teachers";s:14:"counters_value";i:60;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:1;s:2:"id";i:2;s:9:"widget_id";s:36:"47c4671b-e5f4-43f9-bb49-
82f2c049a469";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:14:"counters_label";s:17:"Students
Enrolled";s:14:"counters_value";i:2240;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:2;s:2:"id";i:3;s:9:"widget_id";s:36:"585f084c-53fb-47e7-84b4-
85c3d8c74760";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:14:"counters_label";s:16:"Complete
Courses";s:14:"counters_value";i:215;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:3;s:2:"id";i:4;s:9:"widget_id";s:36:"82c5805e-b49b-452b-a85f-
8f89ef984017";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:5;a:9:
{s:5:"image";s:14:"3060,3059,2904";s:10:"image_size";s:4:"full";s:10:"image_link";s
:0:"";s:6:"number";i:1;s:15:"show_pagination";s:3:"yes";s:11:"link_target";s:5:"_se
lf";s:13:"css_animation";b:0;s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:26:"Thim_Gallery_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"ce
ll";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"b3bc72c0-3276-4092-a83f-
b92096a5bf7f";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:4:
{s:5:"title";s:0:"";s:4:"text";s:199:"<div class="thim-about-us-quote">\n<p>“Cras
tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum
metus.”</p>\n<div class="agency">Tony Nguyen, Co-
Founder</div>\n<hr>\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:6;s:9:"widget_id";s:36:"4cc15902-05fa-4547-a468-
6bd99ecd8b45";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:4:
{s:5:"title";s:10:"Who We Are";s:4:"text";s:507:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \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. \n<br><br>\nDonec iaculis adipiscing neque, non congue massa
euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0;s:2:
"id";i:7;s:9:"widget_id";s:36:"a2aa4470-dfef-4185-af54-
4e60a71c14c0";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:4:
{s:5:"title";s:10:"What We Do";s:4:"text";s:508:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \nvulputate a elit ac mollis. In sit amet ipsum turpis.
\n<br><br>\nPellentesque 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. Donec iaculis adipiscing neque, non congue
massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:2;s:2:
"id";i:8;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:
0;s:2:"id";i:10;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:7:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:4;s:5:"style";a:0:
{}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:3;a:2:
{s:5:"cells";i:3;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";}}i:4;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:5;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:12:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:1;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:3;s:5:"index";i:1;s:6:"weight";d:0.0400000000000000008326672684688674
05317723751068115234375;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"grid";i:3;s:5:"index";i:2;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54219, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:11:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:8:{s:14:"counters_label";s:17:"Foreign
Followers";s:14:"counters_value";i:55000;s:4:"icon";s:0:"";s:12:"border_color";b:0;
s:13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"2b5bf1c5-ff51-4fe3-8c3f-
a4d20da2222b";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:8:
{s:14:"counters_label";s:18:"Certified
Teachers";s:14:"counters_value";i:60;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:1;s:2:"id";i:2;s:9:"widget_id";s:36:"47c4671b-e5f4-43f9-bb49-
82f2c049a469";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:14:"counters_label";s:17:"Students
Enrolled";s:14:"counters_value";i:2240;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:
13:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:2;s:2:"id";i:3;s:9:"widget_id";s:36:"585f084c-53fb-47e7-84b4-
85c3d8c74760";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:4;a:8:
{s:14:"counters_label";s:16:"Complete
Courses";s:14:"counters_value";i:215;s:4:"icon";s:0:"";s:12:"border_color";b:0;s:13
:"counter_color";b:0;s:5:"style";s:8:"about-
us";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:24:"Thim_Counters_Box_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell
";i:3;s:2:"id";i:4;s:9:"widget_id";s:36:"82c5805e-b49b-452b-a85f-
8f89ef984017";s:5:"style";a:2:{s:5:"class";s:14:"thim-no-
border";s:18:"background_display";s:4:"tile";}}}i:5;a:9:
{s:5:"image";s:14:"3060,3059,2904";s:10:"image_size";s:4:"full";s:10:"image_link";s
:0:"";s:6:"number";i:1;s:15:"show_pagination";s:3:"yes";s:11:"link_target";s:5:"_se
lf";s:13:"css_animation";b:0;s:12:"widget-class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:26:"Thim_Gallery_Images_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"ce
ll";i:0;s:2:"id";i:5;s:9:"widget_id";s:36:"b3bc72c0-3276-4092-a83f-
b92096a5bf7f";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:6;a:4:
{s:5:"title";s:0:"";s:4:"text";s:199:"<div class="thim-about-us-quote">\n<p>“Cras
tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum
metus.”</p>\n<div class="agency">Tony Nguyen, Co-
Founder</div>\n<hr>\n</div>";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:0;s:2:
"id";i:6;s:9:"widget_id";s:36:"4cc15902-05fa-4547-a468-
6bd99ecd8b45";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:7;a:4:
{s:5:"title";s:10:"Who We Are";s:4:"text";s:507:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \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. \n<br><br>\nDonec iaculis adipiscing neque, non congue massa
euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0;s:2:
"id";i:7;s:9:"widget_id";s:36:"a2aa4470-dfef-4185-af54-
4e60a71c14c0";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:8;a:4:
{s:5:"title";s:10:"What We Do";s:4:"text";s:508:"Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac,
pulvinar odio. Praesent \nvulputate a elit ac mollis. In sit amet ipsum turpis.
\n<br><br>\nPellentesque 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. Donec iaculis adipiscing neque, non congue
massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:2;s:2:
"id";i:8;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:9;a:12:
{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:5;s:4:"cell";i:0
;s:2:"id";i:9;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:10;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:6;s:4:"cell";i:
0;s:2:"id";i:10;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:7:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:4;s:5:"style";a:0:
{}}i:2;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:3;a:2:
{s:5:"cells";i:3;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";}}i:4;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:5;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:6;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:12:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:1;s:5:"index";i:2;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:1;s:5:"index";i:3;s:6:"weight";d:0.25;s:5:"style";a:0:{}}i:5;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:6;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:7;a:4:
{s:4:"grid";i:3;s:5:"index";i:1;s:6:"weight";d:0.0400000000000000008326672684688674
05317723751068115234375;s:5:"style";a:0:{}}i:8;a:4:
{s:4:"grid";i:3;s:5:"index";i:2;s:6:"weight";d:0.4799999999999999822364316059974953
53221893310546875;s:5:"style";a:0:{}}i:9;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:10;a:4:
{s:4:"grid";i:5;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:11;a:4:
{s:4:"grid";i:6;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54222, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:4:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:4:{s:5:"title";s:10:"What We Do";s:4:"text";s:508:"Lorem ipsum dolor sit
amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum
turpis ac, pulvinar odio. Praesent \nvulputate a elit ac mollis. In sit amet ipsum
turpis. \n<br><br>\nPellentesque 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. Donec iaculis adipiscing neque, non
congue massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing
elit.";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:12:
{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:2;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";i:
0;s:2:"id";i:3;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:5:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:4;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54227, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:3:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:6:"filter";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"
widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-b5d27e1882f5";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:8:{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:3:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54225, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:4:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:6:"filter";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"
widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-b5d27e1882f5";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:12:{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:2;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";i:
0;s:2:"id";i:3;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:5:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:4;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54223, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:4:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:50:"Türkiye Bilişim Sektörü Dernekleri
Federasyonu";s:4:"text";s:606:"2008 yılında bilişim sektöründe faaliyet gösteren
dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür. \n1000’den fazla
firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği oluşturmak.
\nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal, teknik ve
ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve hedefler
oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara uygun
normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:6:"filter";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"
widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-b5d27e1882f5";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:12:{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:2;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";i:
0;s:2:"id";i:3;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:5:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:4;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54224, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:4:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:50:"Türkiye Bilişim Sektörü Dernekleri
Federasyonu";s:4:"text";s:606:"2008 yılında bilişim sektöründe faaliyet gösteren
dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür. \n1000’den fazla
firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği oluşturmak.
\nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal, teknik ve
ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve hedefler
oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara uygun
normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:6:"filter";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"
widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-b5d27e1882f5";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:12:{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:2;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";i:
0;s:2:"id";i:3;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:5:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:4;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54226, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:4:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:6:"filter";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"
widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-b5d27e1882f5";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:12:{s:5:"title";s:13:"Meet Our
Team";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:44:"Plugins your
themes with even more
features.";s:17:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"cus
tom_font_heading";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:11:"
text-center";s:13:"css_animation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:3;s:4:"cell";i:0
;s:2:"id";i:2;s:9:"widget_id";s:36:"0c057e43-c17d-4704-a824-
7b1a638cb0d8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:3;a:8:
{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:4;s:4:"cell";i:
0;s:2:"id";i:3;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:5:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:4:{s:7:"row_css";s:17:"min-height:
460px";s:27:"background_image_attachment";s:4:"2935";s:18:"background_display";s:8:
"parallax";s:11:"row_stretch";s:4:"full";}}i:3;a:2:
{s:5:"cells";i:1;s:5:"style";a:0:{}}i:4;a:2:{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:5:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:3;a:4:
{s:4:"grid";i:3;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:4;a:4:
{s:4:"grid";i:4;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54228, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:3:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:6:"filter";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"
widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-b5d27e1882f5";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2
;a:8:{s:6:"cat_id";s:3:"all";s:11:"number_post";i:8;s:9:"text_link";s:13:"Join Our
Team";s:4:"link";s:1:"#";s:11:"link_member";b:1;s:7:"columns";s:1:"4";s:13:"css_ani
mation";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:20:"Thim_Our_Team_Widget";s:3:"raw";b:0;s:4:"grid";i:2;s:4:"cell";i:
0;s:2:"id";i:2;s:9:"widget_id";s:36:"ff208cdc-0c4b-4276-9537-
15ea28cd454e";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:3:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-start";}}i:2;a:2:
{s:5:"cells";i:1;s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:3:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:2;a:4:
{s:4:"grid";i:2;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54230, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:6:"filter";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"
widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-b5d27e1882f5";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54231, 2901, '_edit_last', '1');
INSERT INTO `wpor_postmeta` VALUES (54240, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:50:"Türkiye Bilişim Sektörü Dernekleri
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"b722de82-596f-4872-a999-
82903792e77e";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54233, 7346, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"
widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-b5d27e1882f5";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}s:6:
"filter";b:0;}}s:5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54234, 7346, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:19:"TÜBİFED
Hakkında";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17:"s
ub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_heading";
a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:14:"WP_Widget_Text";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"
widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-b5d27e1882f5";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}s:6:
"filter";b:0;}}s:5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:14:"
cell_alignment";s:10:"flex-start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:4:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";s:13:"
bottom_margin";s:4:"93px";s:14:"cell_alignment";s:10:"flex-
start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54238, 7348, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:50:"Türkiye Bilişim Sektörü Dernekleri
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54239, 7349, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:50:"Türkiye Bilişim Sektörü Dernekleri
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54241, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:50:"Türkiye Bilişim Sektörü Dernekleri
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"b722de82-596f-4872-a999-
82903792e77e";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54246, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:55:"Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"b722de82-596f-4872-a999-
82903792e77e";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54243, 7350, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:55:"Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54244, 7350, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:55:"Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54245, 7351, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:55:"Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";d:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:19:"Thim_Heading_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;
s:9:"widget_id";s:36:"b722de82-596f-4872-a999-82903792e77e";s:5:"style";a:3:
{s:7:"padding";s:12:"30px 0px
0px";s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}
}i:1;a:5:{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe
faaliyet gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54247, 7345, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:13:{s:5:"title";s:55:"Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu";s:9:"textcolor";b:0;s:4:"size";s:2:"h3";s:11:"sub_heading";s:0:"";s:17
:"sub_heading_color";b:0;s:12:"font_heading";s:7:"default";s:19:"custom_font_headin
g";a:3:
{s:16:"custom_font_size";i:14;s:18:"custom_font_weight";s:6:"normal";s:17:"custom_f
ont_style";s:7:"inherit";}s:4:"line";b:1;s:7:"bg_line";b:0;s:10:"text_align";s:9:"t
ext-left";s:13:"css_animation";b:0;s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:19:"Thim_Heading_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0
;s:2:"id";i:0;s:9:"widget_id";s:36:"b722de82-596f-4872-a999-
82903792e77e";s:5:"style";a:2:{s:7:"padding";s:12:"30px 0px
0px";s:18:"background_display";s:4:"tile";}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:606:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı örgüttür.
\n1000’den fazla firmayı temsil etmektedir.\n<br><br>\nAmacımız;\nSektör birliği
oluşturmak. \nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek. \nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek sağlamak.";s:12:"widget-
class";s:0:"";s:6:"filter";b:0;s:11:"panels_info";a:7:
{s:5:"class";s:14:"WP_Widget_Text";s:3:"raw";b:0;s:4:"grid";i:1;s:4:"cell";i:0;s:2:
"id";i:1;s:9:"widget_id";s:36:"9ce3c527-ede0-42c7-a0c2-
b5d27e1882f5";s:5:"style";a:1:
{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54248, 7352, '_edit_last', '1');
INSERT INTO `wpor_postmeta` VALUES (54249, 7352, '_edit_lock', '1497194473:1');
INSERT INTO `wpor_postmeta` VALUES (54251, 7352, 'slide_template', 'default');
INSERT INTO `wpor_postmeta` VALUES (54252, 7352, 'panels_data', 'a:3:
{s:7:"widgets";a:3:{i:0;a:8:{s:5:"title";s:0:"";s:4:"text";s:91:"<p> </p><h3
class="title">Türkiye Bilişim Sektörü Dernekleri Federasyonu</h3><p>
</p>";s:20:"text_selected_editor";s:7:"tinymce";s:5:"autop";b:1;s:12:"_sow_form_id"
;s:13:"593d5fdb9ae90";s:19:"_sow_form_timestamp";s:13:"1497194653283";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:4:"grid";i:0;s:4:"cell";i:0;s
:2:"id";i:0;s:9:"widget_id";s:36:"8ae6c01b-5aeb-4ae9-8768-
202b71dc8d82";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:1
;a:5:{s:5:"title";s:0:"";s:4:"text";s:32098:"\n <p><span class="ff2
fs24"><b>TÜBİFED “Bilişim Sektörü Dernekleri Federasyonu” Ana
Tüzüğü<br>\n</b></span><span class="fs28 ff2"><br>\n</span><span class="cf0 fs20
ff2"><b>Madde 1 -<wbr> Federasyonun Adı ve
Merkezi</b></span></p><b>\n</b><p><b></b><span class="cf1 fs20 ff2">Kuruluş
amaçları aynı olan, aşağıda 2. ve 3.üncü maddede özetlenen amaçları gerçekleştirmek
için üye sıfatıyla bir araya gelmek üzere kısa adı TÜBİFED olan “Bilişim Sektörü
Dernekleri Federasyonu” kurulmuştur.</span><span class="cf0 fs20
ff2"></span></p>\n<p>Federasyon<span class="ff3 cf0 fs20">’</span><span class="ff2
cf0 fs20">un merkezi İSTANBUL</span><span class="ff3 cf0 fs20">’</span><span
class="ff2 cf0 fs20">dur.</span></p>\n<p><b>Federasyonu kuran
dernekler:</b></p><b>\n</b><p><b></b><span class="cf1 ff2 fs20">ABİAD </span><span
class="ff3 cf1 fs20">–</span><span class="ff2 cf1 fs20"> ADANA BİLİŞİMCİ İŞADAMLARI
DERNEĞİ<br>\nBİSİAD </span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1
fs20"> BURSA BİLİŞİM İŞADAMLARI SEKTÖR DERNEĞİ<br>\nGABİAD </span><span class="ff3
cf1 fs20">–</span><span class="ff2 cf1 fs20"> GAZİANTEP BİLİŞİMCİ İŞADAMLARI
DERNEĞİ<br>\nKOBİD </span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1
fs20"> KONYA BİLİŞİM DERNEĞİ<br>\nSABİDER </span><span class="ff3 cf1 fs20">–
</span><span class="ff2 cf1 fs20"> SAKARYA BİLİŞİM SEKTÖRÜ DERNEĞİ<br>\nTÜBİDER
</span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1 fs20"> BİLİŞİM
SEKTÖRÜ DERNEĞİ</span></p>\n<p><b>Madde 2 -<wbr> Federasyonun Amacı, ve faaliyet
alanı<br>\n</b>Bilişim Sektörü firmalarına ve sektör mensuplarına mesleki sosyal,
teknik ve ekonomik yönlerden rehberlik etmek,<br>\nTürkiye bilişim Sektörünün
endüstriyel ve ticari gelişimi için faaliyet yürütmek, bilişim sektörü için ortak
ilke ve hedefler oluşturmak, <span class="cf0 ff2 fs20"><br>\n</span><span
class="cf1 ff2 fs20">Sektörel kuruluşların ulusal,ekonomik politikalarının
oluşturulmasına katkıda bulunmak ,<br>\nSektördeki kuruluşların uluslararası kurum
ve kuruluşlarla ilişki ve entegrasyonunu sağlama yönünde projeler
geliştirmek,<br>\nSorunları ve çözüm önerilerini kamuoyu ile yetkili kurum ve
kuruluşlara ulaştırmak, çözümü için baskı gücü oluşturmak.<br>\nBilişim sektörünün
yasal gerekliliklere uygun, tüketici haklarına saygılı, haksız rekabete yol
açmayacak, etik kuralları gözeten bir ticari faaliyet içinde olmasını
sağlamak,<br>\nSektörde özdenetimi gerçekleştirmek,<br>\nMesleki standartların
oluşmasına katkıda bulunmak ve oluşmuş mesleki standartların sektörde uygulanması
ve sahiplenilmesi için çalışmak,<br>\nFederasyonu oluşturan derneklerin tüm bu
amaçlar doğrultusunda birlikte çalışmasını ve ortak hedef ve amaçların
gerçekleştirilmesini sağlamak</span><span class="cf0 ff2 fs20"><br>\nFederasyonun
faaliyet alanı amacına uygun olarak yurt içi ve dışıdır.<br>\n</span><span
class="cf1 ff2 fs20"></span></p>\n<p><b>Madde 3 -<wbr> Çalışma Konuları ve
Biçimi;<br>\n</b>Ortak ekonomik, sosyal ve teknik sorunlarına çözüm arar, bilişim
sektörünün ürün kalitesi ve verimliliğini yükseltmeye yönelik araştırma-
<wbr>geliştirme ve teknik üretim çabalarını destekler.<br>\nBilişim sektörünün,
kendini ilgilendiren konularda hızlı ve doğru bilgi alışverişini
sağlar,<br>\nBilişim sektörünün Ürün ve faaliyetlerinin yurt içi ve yurt dışında
tanıtımını yapabilir.<br>\nSektörün ekonomik, bilimsel, teknolojik, kültürel ve
ticari gelişimini sağlayacak kurum, konsorsiyum, ortaklık ve toplulukları
kurmasını, teşvik eder, bunlara katılır ve destekler.<br>\nSektörün üretim ve
ticaretinin mesleki etik ve kamu yararına uygun, ahenkli, planlı ve verimli tarzda
gelişmesini sağlar,<br>\nSektörde açıkça haksız rekabet teşkil eden fiil ve
tasarruflara engel olmaya çalışır.<br>\nKüresel rekabet koşullarında üyelerinin
rekabetçi biçimde yapılanmaları için işbirliği alanları yaratmaya
çalışır.<br>\nFederasyonun çatısı altında temsil edilen tüm sektör ve alt
sektörlerde gerek yurt içinde üretilen, gerek ise dış alım yolu ile ülkeye
getirilen her türlü ürün ve ikame malzemenin standart ve normlara uygun olup
olmadıklarını takip ve tetkik eder.<br>\nGerektiğinde standart tespiti yapabilecek
laboratuar ve benzeri tesisler kurar.<br>\nÜyeleri ve/veya mensubu oldukları
kuruluşlar arasında rasyonel ilişkilerin kurulmasına öncülük eder.<br>\nİstemeleri
halinde aralarında çıkan uyuşmazlıklarda hakemlik yapar.<br>\nBilişim sektörünün
mesleki, ticari ve sektörel sorunlarını tespit ve bunlara çözüm getirmek amacı ile
resmi daire, kurum, kuruluş ve diğer meslek kuruluşları nezdinde girişimlerde
bulunur.<br>\nBilim, mesleki eğitim ve öğretim kurumları ile benzeri kuruluşların
bu alanlardaki çalışmalarını, olabilecek her türlü yardım ve destek ile özendirir;
araştırmaların sonuçlarından yararlanılmasına öncülük eder,<br>\nYurt içi ve yurt
dışında bilimsel araştırmalar yapmak üzere AR-<wbr>GE laboratuarı gibi birimler
oluşturabilir veya bu yöndeki girişimlere katılır, destek olur.<br>\nSektör ve tüm
alt sektörlerle ilgili yurt içi ve yurt dışı istatistiki bilgileri ve verileri
temin ederek üyelerine duyurur. Bu konularda bilgi depolamak ve sistematik bilgi
arşivleri oluşturmak. Rayiçler, birim fiyatlar ve fiyat analizleri üzerinde gerekli
araştırmaları yaparak üyelerine ve ilgililere bildirmelerde bulunur.<br>\nYurt içi
ve yurt dışında sektör ürünlerinin kullanımının teşviki, pazar payının artırılması
amacına yönelik olarak ortak tanıtım ve reklam yöntemleri geliştirir; bu amaçla
sponsorluklar bulmak da dahil etkin çalışmalar yapar.<br>\nYasal koşulları yerine
getirmek kaydı ile yurt içi ve yurt dışındaki benzer amaçlı dernek, birlik ve
kuruluşlarla ilişki ve işbirliği kurar, ortak çalışmalar yapar. Aynı amaçla yurt
dışında ve yurt içinde kurulmuş, konfederasyonlara katılabilir, üye
olabilir.<br>\nMesleki gelişim ve yetkinlik için meslek içi kurs, eğitimler,
seminer, konferans, panel ve benzeri toplantılar düzenleyebilir. Dergi, bülten,
kitap broşür, CD, DVD vb digital ortam ürünleri çıkarabilir. Radyo ve TV
kurabilir.<span class="cf0 ff2 fs20"> Sergi ve fuar düzenleyebilir ve yurt içi ve
yurt dışı fuarlara katılabilir.<br>\nMünhasıran amacının gerçekleşmesini sağlamaya
yönelik gelir için, kazanç paylaşmayı amaçlamayan iktisadi işletmeler
kurabilir.<br>\nÜniversiteler ve bilimsel araştırma kuruluşları ile işbirliği
yapabilir.<br>\nUluslararası ilişkilere önem verir: kurumsal, sektörel ve ulusal
düzeylerde deneyim alışverişi, işbirliği ve ortak girişim olanaklarını geliştirmeye
çalışır.<br>\nAmacı ile faaliyet ve çalışma konu ve biçimleri için yasa ve tüzük
hükümlerinin elverdiği ve gerekli saydığı diğer konularda faaliyetler
yapar.<br>\nFederasyon amaç ve hizmet konularını gerçekleştirmek için:<br>\nÜyeler
alabilir.<br>\nAmaç ve hizmet konuları ile gelir artırıcı projeler için
ortaklıklar, iktisadi işletmeler ve yardımlaşma sandığı
kurabilir.<br>\n</span><span class="cf1 ff2 fs20">Gerekli taşınır, taşınmaz mallar
satın alır, kiralar ve satar, taşınır, taşınmaz mallar üzerinde her türlü hakları
koydurabilir, işletebilir ve her türlü inşaatı yaptırabilir.<br>\n</span><span
class="cf0 ff2 fs20">Yardım ve bağış alır ve verir.<br>\nAmaç ve hizmet konularında
her türlü bilimsel, sosyal, kültürel, teknik olaylar, gösteriler, toplantılar,
geziler vb. düzenleyebilir; araştırma, inceleme, etütler vb yapabilir; öneri ve
dilekleri saptayabilir.<br>\nAmacı ile faaliyet ve çalışma konu ve biçimleri için
yasa ve tüzük hükümlerinin elverdiği ve gerekli saydığı diğer
biçimler.<br>\n</span><span class="cf1 ff2 fs20"><br>\n<b>Madde 4 -<wbr> Üyelik
Koşulları<br>\n</b>Federasyona üyelik için başvuracak;<br>\nFederasyona üye
derneklerle kuruluş amaçları aynı,<br>\nTüzel kişiliği kazanmış,<br>\nFederasyon
gelirlerine temel oluşturan aidat ve katkı paylarını ödemeyi taahhüt
eden;<br>\nFederasyonun yukarıda ikinci ve üçüncü maddede yazılı amaçları ile
faaliyet, çalışma konularını ve biçimlerini benimseyen dernekler,<br>\nfederasyona
üye olabilirler.</span></p>\n<p><b>Madde 5-<wbr> Üyelik
İşlemleri<br>\n</b>Federasyona üyelik işlemleri aşağıda gösterilmiştir:<br>\n4.
Maddedeki koşulları yerine getiren dernekler kendi yönetim kurullarında karar
aldıktan sonra federasyon amaç ve faaliyet alanları ile ana tüzük hükümlerini kabul
ettiklerini, gerekli üyelik koşullarını yerine getireceklerini belirten üyelik
başvuru formunu, genel kurulu kararlarını ve gerektiğinde kuruculuk beyannamesini
doldurup yazılı olarak müracaat ederler.<br>\nİstek Federasyon yönetim kurulunun
ilk toplantısında görüşülür ve federasyon yönetim kurulu başvuruları en fazla 30
takvim günü içinde, üyeliğe kabul veya isteğin reddi şeklinde karara bağlayıp,
sonucu aday derneğe yazılı olarak bildirir. Aday derneğin federasyon üyeliğine
kabul edilmesi üzerine kayıt işlemleri gerçekleştirilir.<br>\nAday derneğin üyelik
isteği yönetim kurulu tarafından reddedilmişse, itiraz halinde buna ilişkin nihai
kararı genel kurul verir.</p>\n<p><b>Madde 6 -<wbr> Üyelerin Hak ve
Yükümlülükleri<br>\n</b>Federasyon üyeleri, Federasyona karşı bu tüzükte yazılı
yükümlülükleri yerine getirmeleri koşulu ile, Federasyonun tüm çalışma
sonuçlarından eşit olarak yararlanma hakkına sahiptirler.<br>\nÜyelerin tüzükte
açıkça belirlenmiş yükümlülükleri zamanında ve eksiksiz yerine getirmeleri
zorunludur.<br>\nFederasyon yetkili organlarının Federasyonun amacına ve çalışma
konularına uygun doğrultuda alacağı karar ve buna dayalı faaliyetlerini desteklemek
ve gereklerini yerine getirmek; Genel Kurul''ca çıkarılacak Yönetmelikler
hükümlerine uymak da üyelerin temel yükümlülükleri arasındadır.<br>\nAmacı ile
faaliyet ve çalışma konu ve biçimleri için yasa ve tüzük hükümlerinin elverdiği ve
gerekli saydığı diğer hak ve yükümlülükler.<br>\n<b><br>\nMadde 7-<wbr> Üyelikten
Çıkma ve Çıkarılma<br>\nÜyelikten Çıkma<br>\n</b>Üyelikten çıkma serbesttir.
Dileyen üye dernek &nbsp;kendi genel kurulunda aldığı çıkma kararını federasyon
Yönetim Kurulu''na yazılı olarak bildirir. Bu istek, dilekçe tarihinden itibaren
yürürlüğe girer. Federasyon üyeliğinden çıkan veya çıkartılan üye dernekler
üyelikte bulundukları sürenin birikmiş borçlarını ödemekle
yükümlüdürler.</p>\n<p><b>Üyelikten Çıkarılma<br>\n</b>Üyelikten çıkarılma,
Federasyonun amaçlarına karşı ve/veya çalışmalarını aksatacak (veya etkinliğini
azaltacak) bir tutum takınılması, tüzüğün üyeler için öngördüğü yükümlülüklerin
zorunlu ve haklı bir nedene bağlı olmaksızın yerine getirilmemesi vb. hallerde
yazılı savunmaları alınarak Disiplin Kurulu kararı ve Genel Kurul''un onayı ile
mümkündür. Disiplin Kurulu'' nun isteğine rağmen on beş gün içinde savunmasını
vermeyen üye, bu hakkından vaz geçmiş sayılır. Federasyon üyeliğinden çıkma
&nbsp;isteği ile Federasyon Disiplin Kurulu tarafından yönetim kuruluna ve Genel
Kurul''a sevk edilmiş olan üyenin çıkarılması, Yönetim Kurulu''nun ilk
toplantısında kabul edilerek yürürlüğe girer ve genel kurulca kabul edilerek
kesinleşir. Çıkarılan üye Genel Kurul toplantısına kadar Federasyonun hiçbir
hizmetinden yararlanamaz.</p>\n<p><b>Madde 8 -<wbr> Federasyon
Organları<br>\n</b>Federasyonun zorunlu organları aşağıda
gösterilmiştir;<br>\nGenel Kurul,<br>\nYönetim Kurulu,<br>\nDenetleme
Kurulu.<br>\nFederasyonun faaliyetlerini daha etkin yürütebilmesi amacıyla,
yukarıda belirtilen yasa gereği zorunlu olanlara ilaveten, ayrıca aşağıdaki
organlar da ihdas edilmiştir:<br>\nDisiplin Kurulu,<br>\nFederasyon
Meclisi<br>\nFederasyon yasa ve tüzüğe göre çıkaracağı yönetmelikle ihtiyaca göre
başka organlar ve komiteler de kurabilir.<br>\n<b><br>\nMadde 9 -<wbr> GENEL
KURUL<br>\n</b>Genel kurul oluşumu, toplantı zamanı ve şekli ile görev ve
yetkileri, çağrı, çoğunluk ve görüşme, oy kullanma ve karar alma usul ve
şekilleri.</p>\n<p><b>9.1. -<wbr> Genel Kurul''un Oluşumu<br>\n</b>Genel Kurul,
Federasyona üye derneklerin, tüm üyelerinin katılımıyla yapılır.</p>\n<p><b>9.2.
Genel Kurul''un toplanma zamanı ve şekli, çağrı, çoğunluk ve görüşme karar alma
usul ve şekilleri<br>\nGenel Kurul;<br>\n</b>Genel kurul üç yılda bir olağan
olarak; davet halinde ise olağanüstü olarak Yönetim Kurulu''nun belirlediği yerde
toplanır. Yönetim ve Denetleme Kurullarının gerekli gördüğü hallerde veya
Federasyon genel kuruluna katılma hakkı bulunanların beşte birinin yazılı isteği
üzerine, Genel Kurul olağanüstü toplanır.<br>\nGenel kurula üye derneklerin
federasyon genel kurulundan en az iki ay önceden üye derneğe üye olmuş üyeleri
katılabilir. Federasyon genel kuruluna katılacak üye derneklerin katılacak üyeleri
için belirlenmiş yıllık aidatı ödemiş olmaları zorunludur.<br>\n<span class="cf0
ff2 fs20">Toplantıya çağrı, günü, saati, yeri ve gündemi ile katılacaklara en az 15
gün önceden bildirilerek Yönetim Kurulu''nca yapılır. Bu çağrıda ilk toplantıda
çoğunluk sağlanamadığı takdirde, ikinci toplantının hangi gün ve saatte yapılacağı
da belirtilir. İkinci toplantıya katılan üye sayısı Yönetim, Denetim ve Disiplin
Kurulları üye tam sayısı toplamının iki katından az olamaz. Çağrı ve toplantıya
ilişkin diğer işlemler, dernekler mevzuatı hükümlerine göre
yapılır.<br>\n</span><span class="cf1 ff2 fs20">Genel Kurul, Genel Kurul''a katılma
hakkı bulunanların yarısından bir fazlasının iştiraki ile toplanır. Federasyon
genel kurulunun ilk toplantısında, federasyona üye derneklerin yarısından bir
fazlasının üyelerinden katılım olup olmadığına da bakılır. Bu sağlanamamışsa
toplantı için yeterli çoğunluk sağlanmamış sayılır. İlk toplantıda yeter sayı
sağlanamaz ise, ikincisinde çoğunluk aranmaz. Ancak bu ikinci toplantıya
katılanların</span><span class="cf0 ff2 fs20"> sayısı, Federasyon Yönetim,
Denetleme, Disiplin Kurulları üye tam sayısı toplamının iki katından az
olamaz.<br>\nGenel Kurula katılacak olanlar, Yönetim Kurulu''nca düzenlenen
listedeki adları karşısına imza koyarak toplantı yerine girerler.<br>\nToplantı,
Yönetim Kurulu Başkanı veya görevlendireceği bir Yönetim Kurulu Üyesi tarafından
açılır. Açılıştan sonra genel kurul toplantısını yönetmek genel kurul
katılımcılarından, bir divan başkanı ve bir başkan vekili ile bir katip
seçilir.<br>\nToplantının yönetimi Genel Kurul Divan Başkanına aittir. Aksine karar
alınmadıkça oy verme usulü genel kurul tarafından belirlenir. Ancak, Yönetim Kurulu
üyelerinin seçimine ilişkin 10. madde hükümleri saklıdır.<br>\nGörüşmelerde, yasa
ve tüzükte belirlenmiş özel haller dışındaki kararlar mevcudun çoğunluğu ile
alınır. Tüzük değişikliği için hazır bulunanların 2/3''ünün olumlu oyu
gerekir.<br>\nKatip, toplantı tutanağını düzenler; Başkan ve Başkan vekili ile
birlikte imzalarlar. Toplantı sonunda bütün tutanak ve belgeler Yönetim Kurulu''na
verilir. Yönetim Kurulu, Genel Kurul kararlarının bir örneğini tüm üyelere
gönderir.<br>\nGenel kurul toplantılarında yalnızca gündemde yer alan konular
görüşülür. Ancak, toplantıda hazır bulunanların en az 1/10''u tarafından
görüşülmesi istenen hususların gündeme alınması zorunludur.<br>\n</span><span
class="cf1 ff2 fs20"></span></p>\n<p><b>9.3. Genel Kurulun Görev ve
Yetkileri<br>\n</b>Aşağıda yazılı hususlar Genel Kurul''ca görüşülüp karara
bağlanır.<br>\nFederasyon Yönetim, Denetleme ve Disiplin Kurulu üyelerinin
seçilmesi,<br>\nAna tüzüğün değiştirilmesi,<br>\nYönetim ve Denetleme Kurulları
raporlarının görüşülmesi, bu kurulların ibra edilmesi,<br>\nYönetim Kurulunca
hazırlanmış bütçenin görüşülüp aynen veya değiştirilerek kabul
edilmesi,<br>\nÜyelik aidatının belirlenmesi,<br>\nFederasyon için gerekli taşınır,
taşınmaz malların satın alınması veya mevcut taşınır v taşınmazların satılması
konusunda Yönetim Kurulu''na yetki verilmesi,<br>\nYönetim Kurulu üyelerinin doğal
gider ve yolluklarını tespit etmek,<br>\nYönetim Kurulu''na çalışmaları konusunda
direktif ve görevler verilmesi,<br>\nSorumluluklarının tespiti halinde Yönetim ve
Denetleme Kurulu üyelerinin azledilmesi, gerektiğinde haklarında yasal yollara
başvurulması,<br>\nFederasyonun uluslar arası faaliyette bulunması, yurt dışındaki
dernek ya da kuruluşlara üye olarak katılması veya ayrılması,<br>\nFederasyon
faaliyetleri ve iç işleyişi bakımından gerekli, Yönetim Kurulu''nca hazırlanmış
yönetmeliklerin kabul edilmesi, değiştirilmesi ya da yürürlükten
kaldırılması,<br>\nÜyelik ve Disiplin Kurulu''nca alınmış üyelikten çıkarma
isteklerinin karara bağlanması,<br>\nFederasyonun feshine ve mal varlığının
dağıtılmasına karar verilmesi,<br>\nOrtaklık, ve yardımlaşma sandığı kurulmasına,
karar vermek,<br>\nKonfederasyona katılma durumunda katılım kararını vermek ve
konfederasyonda federasyonu temsil edecek kişileri seçmek,<br>\nMevzuat ve bu tüzük
hükümlerine göre Genel Kurul''ca yapılması gereken diğer görev ve yetkilerin yerine
getirilmesi.<br>\n<b><br>\nMadde 10 -<wbr> YÖNETİM KURULU<br>\n</b>Yönetim kurulu,
seçimi ve oluşumu, iş bölümü, çalışma ilkeleri, görev ve
yetkileri.</p>\n<p><b>10.1. -<wbr> Yönetim Kurulunun Oluşumu<br>\n</b>Yönetim
Kurulu 9 asil ve 9 yedek üyeden oluşur ve Genel Kurula katılan üyeler tarafından
seçilir. Asil ve yedek üyeler aldıkları oy sırasına göre seçilirler.<span
class="cf0 ff2 fs20"> Yönetim Kurulu üyeliği sona eren üye yerine yedeği yönetim
kurulu üyeliğine davet edilir.<br>\nKurulun görev süresi iki olağan genel kurul
arasında devam eder.<br>\n</span><span class="cf1 ff2 fs20">Yönetim kuruluna
seçilmiş olanların üyesi oldukları federasyon üyesi dernekle ilişkilerinin sona
ermesi halinde federasyon yönetim kurulu üyeliği başka hiçbir işleme gerek
kalmaksızın sona erer.<br>\nAynı kişi üç dönemden daha fazla üst üste federasyon
yönetim kurulu başkanlığı yapamaz.<br>\n</span><span class="cf0 ff2 fs20">Yönetim
kurulu üye sayısı boşalmalar sebebiyle yedeklerin de getirilmesinden sonra üye tam
sayı yarısının altına düşerse, genel kurul mevcut yönetim kurulu üyeleri veya
denetleme kurulu tarafından 1 ay içinde toplantıya çağrılır.<br>\n<b><br>\n10.2.
Yönetim Kurulunda İş Bölümü ve Çalışma İlkeleri<br>\n</b></span><span class="cf1
ff2 fs20">Yönetim Kurulu üyeleri, en geç seçimleri takip eden 30 gün içinde kendi
aralarından; bir başkan, bir başkan yardımcısı, bir genel sekreter ve bir sayman
üye seçerler.<br>\nYönetim Kurulunun toplantı yeter sayısı üye tam sayısının
yarıdan bir fazlası ve karar yeter sayısı katılanların salt çoğunluğudur. Yönetim
Kurulu Federasyon Başkanının çağrısı ve saptadığı gündem doğrultusunda toplanır ve
çalışmalarını yapar.<br>\nKurul toplantılarına mazeretsiz olarak bir yıl içinde
arka arkaya 3 kez katılmayan üyenin Yönetim Kurulu üyeliği, yönetim kurulu kararı
ile düşer ve yerine ilk sıradaki yedek üye davet edilir..<br>\nYönetim Kurulu adına
Federasyonu Yönetim Kurulu Başkanı temsil eder. Başkanın bulunmadığı zamanlarda
kendisine Başkan yardımcısı vekalet eder.<br>\nYönetim Kurulu en geç üç
ayda</span><span class="cf0 ff2 fs20"> bir olağan ve gereğinde olağanüstü toplantı
yapabilir.<br>\n</span><span class="cf1 ff2 fs20"><b><br>\n10.3. Yönetim Kurulunun
Görev ve Yetkileri<br>\n</b>Yönetim Kurulu''nun başlıca görev ve yetkileri
şunlardır:<br>\nGenel Kurul tarafından alınmış kararları
uygulamak,<br>\nFederasyonu temsil etmek veya gerekli gördüğü hal ve konularda
üyelerinden bir veya birkaçına yetki vermek ya
da ilgilileri görevlendirmek,<br>\nFederasyonu yasaların ve bu Ana tüzüğün verdiği
yetki çerçevesinde yönetmek,<br>\nGerekli gördüğü hususlarda Yönetmelikler
hazırlayıp genel kurula sunmak ve uygulamak,<br>\nBu tüzükte belirtilen Federasyon
amaç ve faaliyetlerinin gerçekleşmesi ve üyelerinin genel yararlarının korunması
açısından gerekli kararları ve tedbirleri almak; bu kararlara üyelerce uyulup
uyulmadığını takip etmek,<br>\nBütçeyi ve Çalışma programlarını hazırlayıp Genel
Kurul''un onayına sunmak,<br>\nÇalışma ve Hesap Raporlarını hazırlayıp Genel
Kurul''un onayına sunmak,<br>\nGerektiğinde Bütçe fasılları arasında nakiller
yapmak,</span></p>\n<p>Yasalar ve bu tüzüğe göre tutulması gerekli defterleri
tutmak veya nezareti altında Federasyon çalışanlarına tutturmak,<br>\nFederasyonun
günlük işlerini ve büro yönetimi için ve diğer faaliyetleri için Genel Sekreter
atamak.<br>\nİdari personel görevlendirmek, görev ve yetkilerini tespit
etmek,<br>\nPersonel kadro ve ücretleri ile yolluklarını tespit etmek; tayin terfi,
tecziye ve diğer personel işlerini karara bağlamak,<br>\nGerektiği hallerde,
bilumum kurullar ile yurt içi ve yurt dışı toplantılar ve temaslar için temsilciler
seçmek,<br>\nGerektiğinde, belli konuların takip ve tatbiki için dernek üyesi olan
veya olmayan uzman kişilere temsil yetkisi vermek,<br>\nToplantı gündemini
hazırlayarak, Genel Kurul''u olağan ve olağanüstü olarak toplantıya
çağırmak,<br>\nFederasyonun amaç ve görevlerinin gerektirdiği ve Genel Kurul''ca
verilecek yetki üzerine, taşınır ve taşınmaz mal satın almak ve satmak, kiraya
vermek veya kiralamak, Federasyona intikali gereken taşınmazları iktisap etmek ve
bu taşınmazlar ile ilgili ipotek kabul, tesis ve fekketmek; irtifak hakkı tesis
etmek, gerektiğinde bu işlerin yapılması için üyelerinden bir veya birkaç kişiye
yetki vermek,<br>\nFederasyon amacının gerçekleştirilmesi için Genel Kurul''ca
verilecek yetki çerçevesinde iktisadi ve sınai tesis ve işletmeler kurmak, kurulmuş
olanlara iştirak etmek,<br>\nFederasyon üyeliğinden çıkarılması gerektiğini tesbit
ettiği üyeleri Disiplin Kurulu''na sevk etmek,<br>\nYasa hükümleri, ana tüzük ve
Genel Kurul tarafından verilmiş ve verilecek diğer görevleri yapmak ve yetkileri
kullanmak.<br>\n<span class="cf3 ff2 fs20"><b><br>\n</b></span><b><span class="cf1
ff2 fs20">Madde 11 </span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1
fs20"> FEDERASYON MECLİSİ<br>\n</span></b><span class="ff2 cf1 fs20">Federasyon
meclisi; mevcut federasyon asil ve yedek yönetim kurulu üyeleri ile üye derneklerin
yönetim kurulu başkanlarından oluşur. Ayrıca federasyonun kuruluşundan itibaren
görev yapan tüm federasyon başkanı ve başkan yardımcıları federasyon meclisinin
doğal üyeleridir. Federasyon meclis başkanı, daha önce federasyonda görev yapmış
başkan ve başkan yardımcıları içinden federasyon meclisinin ilk toplantısında
federasyon meclisi üyeleri tarafından seçilir. Federasyon Meclisi, &nbsp;6 ayda bir
toplanır. Federasyon Yönetim Kurulunun ve başkanın çağrısı ya da üyelerin beşte
birinin isteği üzerine olağanüstü toplanır. Toplantı gündemi, yönetim kurulu
&nbsp;ve dernek yönetimlerinin önerileri doğrultusunda meclis başkanı tarafından
belirlenir. Toplantıda, dönem içindeki çalışmalar değerlendirilir, gelecekte
yapılması gereken işler saptanır. Kararlarını oy çokluğu ile alır. Fesih ve tüzük
değişikliği dışındaki konularda alacağı tavsiye kararları, öncelikle yerine
getirilir.<br>\n</span><span class="cf0 ff2 fs20"><b><br>\nMadde 12-<wbr> DENETLEME
KURULU<br>\n</b>Denetleme kurulu seçimi ve oluşumu ile görev ve yetkileri, İç
denetim şekilleri.<br>\nFederasyonda iç denetim esastır. Genel kurul, yönetim
kurulu veya denetim kurulu tarafından iç denetim yapılabileceği gibi, bağımsız
denetim kuruluşlarına da denetim yaptırılabilir. Genel kurul, yönetim kurulu veya
bağımsız denetim kuruluşlarınca denetim yapılmış olması, denetim kurulunun
yükümlülüğünü ortadan kaldırmaz.<br>\n<b><br>\n12.1. Denetleme Kurulunun Oluşumu ve
Görevleri<br>\n</b>Federasyon her türlü denetime açık olduğu gibi iç denetim
açısından denetleme kurulu aracılığı ile federasyon içi denetim görevini mevzuata
ve tüzüğe uygun olarak yerine getirmekle de sorumludur.<br>\nDenetleme Kurulu,
Genel Kurul tarafından katalımcılar arasından seçilen 3 asıl ve 3 yedek üyeden
oluşur. Gizli oyla seçilir.<br>\nDenetleme Kurulu seçimi izleyen otuz iş günü
içinde yapacağı ilk toplantıda bir başkan ve bir naip üye seçer.<br>\nKurul, en az
yılda bir kez toplanır. Toplantı ve karar yeter sayısı ikidir. Denetleme Kurulunca
yapılan denetim sonuçları raporla yönetim kuruluna ve toplandığında genel kurula
sunar.<br>\nDenetleme Kurulu''nun görev süresi iki olağan genel kurul
arasıdır.<br>\nDenetleme Kurulu üyeleri, Yönetim Kurulu toplantılarına katılabilir,
ancak oy kullanamazlar.<br>\nYönetim Kurulu, Denetleme Kurulu''nun görevlerine
müdahale edemez ve Yönetim Kurulu, Federasyon faaliyetleri ile ilgili olarak
Denetleme Kurulunun isteyeceği her türlü bilgiyi vermeye; Federasyonun hesap ve
defterleri ile belgeleri, yazışmaları ve kararları göstermeye
mecburdur.<br>\nDenetleme Kurulu federasyonun bütçe hesap ve işlemleriyle ilgili
defter ve belgelerin üzerinde yapacağı inceleme sonuçlarını, dilek ve önerilerini
yönetim kuruluna bildirmek; yönetim kurulunca hazırlanan çalışma dönemi programı
ile yıllık bütçe yönetmeliği ve gelir-<wbr>gider çizelgelerinin görüşüleceği
yönetim kurulu toplantısında hazır bulunarak dilek ve önerilerini belirtmek;
yönetim kurulunca hazırlanan geçen çalışma dönemi raporu ile bilanço ve gelir-
<wbr>gider çizelgeleri hakkındaki incelemelerini bir raporla genel kurula sunmakla
ve mevzuatın öngördüğü diğer konularla görevli ve yetkilidir.<br>\nYasa hükümleri,
ana tüzük ve Genel Kurul tarafından verilmiş ve verilecek diğer görevleri yapmak ve
yetkileri kullanmak.<br>\n</span><span class="cf1 ff2 fs20">Aynı kişiler üç
dönemden daha fazla üst üste denetim kurulu üyeliğine
seçilemezler</span></p>\n<p><span class="cf0 ff2 fs20"><b><br>\nMadde 13 -<wbr>
DİSİPLİN KURULU<br>\n13.1. -<wbr> Disiplin Kurulunun Kuruluş ve
Görevleri<br>\n</b>Disiplin Kurulu, Genel Kurul tarafından Federasyonun genel kurul
katılımcıları arasından seçilen 3 asıl ve 3 yedek üyeden oluşur.<br>\nKurul
üyeleri, kendi aralarından bir başkan ve bir katip üye seçerler.<br>\nKurul,
Yönetim Kurulu''nun çağrısı üzerine toplanır ve Yönetim Kurulu''nca Disiplin
Kurulu''na sevk edilmiş üye veya üyelerin durumunu görüşür.<br>\nDisiplin Kurulu,
kendisine intikal eden sorun ile ilgili olarak her türlü araştırma ve incelemeyi
yapar, tarafları dinler. Kararını ilk toplantısından itibaren en geç 30 gün içinde
vererek, bunu ilgili üye ve Federasyon Yönetim Kurulu''na bildirir.<br>\nKurul
kararlarını salt çoğunlukla alır.<br>\n</span><span class="cf1 ff2 fs20">Aynı
kişiler üç dönemden daha fazla üst üste disiplin kurulu üyeliğine
seçilemezler<br>\n</span><span class="cf0 ff2 fs20"><b><br>\nMadde 14 -<wbr>
Çalışma dönemi ve bütçe ile federasyon gelir kaynakları ve borçlanma
usulleri.<br>\n</b>Federasyonun bütçe dönemi 1 Ocak''ta başlar 31 Aralık''ta sona
erer.<br>\nFederasyonun bütçesi, amaçları doğrultusunda, etkin olarak çalışmasına
ve konfederasyona gerekli katkıyı yapmasına yetecek büyüklükte olmalıdır. Bu
itibarla, Federasyona yapılacak ödenti miktarları günün koşullarına ve ihtiyaca
göre yönetim kurulu önerileri doğrultusunda üçte iki (2/3) çoğunlukla genel kurul
tarafından değiştirilebilir.<br>\n<b>Federasyonun gelir kaynakları;<br>\nÜye
aidatları,<br>\nYıllık aidat:</b> Yıllık aidat Genel kurul tarafından yeniden
belirlenebilir. Her üye derneğin üyeliğinin devamı süresince </span><span
class="cf1 ff2 fs20">Genel Kurul katılımcılarının her biri için her yıl ödeyeceği
zorunlu ödentidir. Üye dernekler federasyon genel kuruluna katılma hakkı olan her
bir üyesi için 20 YTL yıllık aidat ödemek
zorundadır.<br>\n<b><br>\n</b></span><b><span class="cf0 ff2 fs20">Diğer
gelirler,<br>\n</span></b><span class="cf0 ff2 fs20">Federasyon taşınır veya
taşınmaz malları ile haklarının kiraya verilmesinden sağlanan gelirler, taşınır
değerler gelirleri, her türlü faaliyetten elde edilen gelirler, koşullu veya
koşulsuz bağış, ortaklıklar, iktisadi işletmeler gelirleri ile mevzuat ve tüzüğe
uygun olarak sağlanan sair gelirlerden ibarettir.<br>\nBorçlanma
usulleri<br>\nFederasyon Yönetim kurulu ve Federasyon temsilcisi görev ve yetkisi
dahilinde genel mevzuat hükümlerine ve tüzüğüne göre Federasyona ihtiyacı kadar
borç sağlayabilir.</span></p>\n<p><b>Madde 15 -<wbr> Hesaplar ve Defterler ile
kayıtları.<br>\n</b>Federasyonun hesap dönemi bir takvim yılıdır.<br>\nYönetim
Kurulu aşağıda gösterilen defterleri ile kayıtlarını ve işletme hesabı usulü gelir-
<wbr>gider hesapları ile kayıtlarını tutar veya görevlilere tutturur.<br>\n<span
class="cf1 ff2 fs20">Üye Kayıt Defteri,<br>\nKarar Defteri,<br>\nGelen ve Giden
Evrak Defteri,<br>\nİşletme Hesabı Gelir ve Gider Defteri,<br>\nDemirbaş
Defteri,<br>\nEnvanter Defteri,<br>\nAlındı Belgesi Kayıt Defteri.<br>\nFederasyon
gelirleri, dip koçanlı ve sıra numaralı alındı belgeleri ile alınır ve giderler
harcama belgeleri ile yapılır. Bu belgeleri saklama süresi özel kanunlarda
gösterilen daha uzun süreye ilişkin hükümler saklı kalmak üzere, 5 yıldır.<br>\nBu
maddede sayılı defterler dernekler birimi veya noterlikçe
onaylanır.</span></p>\n<p><b>Madde 16 </b><b><span class="ff3 cf1 fs20">–
</span><span class="ff2 cf1 fs20"> Ana tüzüğün Değiştirilebilmesi ve Bazı
Kararların Nisabı<br>\n</span></b><span class="ff2 cf1 fs20">Federasyon Ana tüzüğü,
Genel Kurul kararı ile değiştirilebilir. Ancak tüzüğün değiştirilebilme ve
Yönetmeliğin onaylanmasına ilişkin Genel Kurul kararları, toplantıya katılanların
üçte iki çoğunluğu ile alınır.</span></p>\n<p><b>Madde 17 -<wbr> Federasyon Feshi,
Mal Varlığının Tasfiye Şekli<br>\n</b>Fesih kararı Genel Kurulda katılımcıların
üçte iki çoğunluğu ile
alınır. Fesih kararı ile birlikte tasfiye işlemlerini yapmak, hesapları kapatmak
ve fesih anındaki Federasyonun safi mevcudunu tespit etmek için, bir Tasfiye Heyeti
kurulur. Tasfiye Heyeti, üç kişiden oluşur ve Genel Kurul''ca seçilir. Heyet,
tasfiye işlemlerini yaptıktan sonra kalan Federasyon mevcutları ile gayri nakdi
kıymetlerini Genel Kurul kararında gösterilen kurum ve / veya kuruluşlara devreder.
Heyet, bu devire ait olarak düzenlediği evrak ile birlikte fesih keyfiyetini,
mahallin en büyük mülki amirine bildirir. Federasyonun infisahı ve kapatılması veya
faaliyetten alınması hallerinde, ilgili yasa hükümlerine göre işlem
yapılır.</p>\n<p><b>Madde 18 -<wbr> Kanun Hükümlerinin Uygulanması<br>\n</b>Bu
tüzükte hüküm ve açıklık bulunmayan durumlarda Dernekler Kanunu hükümleri ile Türk
Medeni Kanunu''nun ilgili hükümleri uygulanır. Tüzük hükümleri Federasyon Yönetim
Kurulunca
yürütülür.</p>\n";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"panels_info";a
:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:
4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"bf7054f2-4893-4e45-b728-
38cdc4129056";s:5:"style";a:0:{}}}i:2;a:7:
{s:5:"title";s:0:"";s:4:"text";s:299:"<div class="sc-heading article_heading"><h3
class="heading__primary"><a class="smicon-box-link" href="/wp-
content/uploads/2017/05/TÜBİFED-tüzük.pdf" target="_blank" rel="noopener
noreferrer">İndir</a></h3></div><div class="desc-icon-box"><div class="desc-
content">Tüzüğü
indirin</div></div>";s:20:"text_selected_editor";s:7:"tinymce";s:5:"autop";b:1;s:12
:"_sow_form_id";s:13:"592759b5f2e4a";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:
4:"cell";i:1;s:2:"id";i:2;s:9:"widget_id";s:36:"7f3b95ce-1ff1-4917-b150-
e6f71c760946";s:5:"style";a:3:{s:7:"padding";s:18:"10px 0px 15px
10px";s:10:"background";s:7:"#e5e5e5";s:18:"background_display";s:4:"tile";}}}}s:5:
"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:2;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:3:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";d:0.77807014524677998;s:5:"style";a:0:
{}}i:2;a:4:
{s:4:"grid";i:1;s:5:"index";i:1;s:6:"weight";d:0.22192985475322;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:18:"vertical_alignment";s:4:"auto";}}}}');
INSERT INTO `wpor_postmeta` VALUES (54253, 7353, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:88:"\n<h3
class="title">Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu</h3>\n&nbsp;\n\n";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"pa
nels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:
4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e151c0fc-3488-402f-8040-
9780359b8f67";s:5:"style";a:0:{}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:596:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı
örgüttür.\n1000’den fazla firmayı temsil etmektedir.\n\n\nAmacımız;\nSektör birliği
oluşturmak.\nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek.\nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek
sağlamak.";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"panels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:
4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"865fa1c1-ce6e-4fde-ba68-
5e69b40a9d0b";s:5:"style";a:0:{}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54254, 7353, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:88:"\n<h3
class="title">Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu</h3>\n&nbsp;\n\n";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"pa
nels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:
4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e151c0fc-3488-402f-8040-
9780359b8f67";s:5:"style";a:0:{}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:596:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı
örgüttür.\n1000’den fazla firmayı temsil etmektedir.\n\n\nAmacımız;\nSektör birliği
oluşturmak.\nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek.\nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek
sağlamak.";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"panels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:
4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"865fa1c1-ce6e-4fde-ba68-
5e69b40a9d0b";s:5:"style";a:0:{}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54255, 7352, 'thim_mtb_using_custom_heading',
'1');
INSERT INTO `wpor_postmeta` VALUES (54256, 7352,
'thim_mtb_hide_title_and_subtitle', '0');
INSERT INTO `wpor_postmeta` VALUES (54257, 7352, 'thim_mtb_hide_breadcrumbs', '0');
INSERT INTO `wpor_postmeta` VALUES (54258, 7352, 'thim_mtb_bg_opacity', '1');
INSERT INTO `wpor_postmeta` VALUES (54259, 7352, 'thim_mtb_custom_layout', '1');
INSERT INTO `wpor_postmeta` VALUES (54260, 7352, 'thim_mtb_no_padding', '1');
INSERT INTO `wpor_postmeta` VALUES (54261, 7354, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:88:"\n<h3
class="title">Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu</h3>\n&nbsp;\n\n";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"pa
nels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:
4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e151c0fc-3488-402f-8040-
9780359b8f67";s:5:"style";a:0:{}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:596:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı
örgüttür.\n1000’den fazla firmayı temsil etmektedir.\n\n\nAmacımız;\nSektör birliği
oluşturmak.\nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek.\nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek
sağlamak.";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"panels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:
4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"865fa1c1-ce6e-4fde-ba68-
5e69b40a9d0b";s:5:"style";a:0:{}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54262, 7352, 'thim_mtb_layout', 'full-
content');
INSERT INTO `wpor_postmeta` VALUES (54263, 7355, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:88:"\n<h3
class="title">Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu</h3>\n&nbsp;\n\n";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"pa
nels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:
4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e151c0fc-3488-402f-8040-
9780359b8f67";s:5:"style";a:0:{}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:596:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı
örgüttür.\n1000’den fazla firmayı temsil etmektedir.\n\n\nAmacımız;\nSektör birliği
oluşturmak.\nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek.\nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek
sağlamak.";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"panels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:
4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"865fa1c1-ce6e-4fde-ba68-
5e69b40a9d0b";s:5:"style";a:0:{}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54264, 7355, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:88:"\n<h3
class="title">Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu</h3>\n&nbsp;\n\n";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"pa
nels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:
4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e151c0fc-3488-402f-8040-
9780359b8f67";s:5:"style";a:0:{}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:596:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı
örgüttür.\n1000’den fazla firmayı temsil etmektedir.\n\n\nAmacımız;\nSektör birliği
oluşturmak.\nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek.\nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek
sağlamak.";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"panels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:
4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"865fa1c1-ce6e-4fde-ba68-
5e69b40a9d0b";s:5:"style";a:0:{}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54265, 7356, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:88:"\n<h3
class="title">Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu</h3>\n&nbsp;\n\n";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"pa
nels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:
4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e151c0fc-3488-402f-8040-
9780359b8f67";s:5:"style";a:0:{}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:596:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı
örgüttür.\n1000’den fazla firmayı temsil etmektedir.\n\n\nAmacımız;\nSektör birliği
oluşturmak.\nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek.\nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek
sağlamak.";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"panels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:
4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"865fa1c1-ce6e-4fde-ba68-
5e69b40a9d0b";s:5:"style";a:0:{}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54266, 7357, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:88:"\n<h3
class="title">Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu</h3>\n&nbsp;\n\n";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"pa
nels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:
4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e151c0fc-3488-402f-8040-
9780359b8f67";s:5:"style";a:0:{}}}i:1;a:5:
{s:5:"title";s:0:"";s:4:"text";s:596:"2008 yılında bilişim sektöründe faaliyet
gösteren dernekler tarafından bir araya gelerek kurulan bir çatı
örgüttür.\n1000’den fazla firmayı temsil etmektedir.\n\n\nAmacımız;\nSektör birliği
oluşturmak.\nBilişim sektörü firmalarına ve sektör mensuplarına; mesleki, sosyal,
teknik ve ekonomik yönlerden rehberlik etmek.\nBilişim sektörü için ortak ilke ve
hedefler oluşturmak.\nSektörel bilgi paylaşımı sağlamak.\nUluslararası standartlara
uygun normlar oluşturmak, denetlemek.\nDış pazarlarda rekabet edebilir koşullar
oluşturmak için üyelerine destek
sağlamak.";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"panels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:1;s:
4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"865fa1c1-ce6e-4fde-ba68-
5e69b40a9d0b";s:5:"style";a:0:{}}}}s:5:"grids";a:2:{i:0;a:2:
{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54267, 7358, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:88:"\n<h3
class="title">Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu</h3>\n&nbsp;\n\n";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"pa
nels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:
4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e151c0fc-3488-402f-8040-
9780359b8f67";s:5:"style";a:0:{}}}i:1;a:7:
{s:5:"title";s:0:"";s:4:"text";s:32498:"<p><span class="ff2 fs24"><b>TÜBİFED
“Bilişim Sektörü Dernekleri Federasyonu” Ana Tüzüğü<br /></b></span><span
class="fs28 ff2"><br /></span><span class="cf0 fs20 ff2"><b>Madde 1 -<wbr></wbr>
Federasyonun Adı ve Merkezi<br /><br /></b></span><span class="cf1 fs20
ff2">Kuruluş amaçları aynı olan, aşağıda 2. ve 3.üncü maddede özetlenen amaçları
gerçekleştirmek için üye sıfatıyla bir araya gelmek üzere kısa adı TÜBİFED olan
“Bilişim Sektörü Dernekleri Federasyonu” kurulmuştur.</span><span class="cf0 fs20
ff2"><br /><br />Federasyon</span><span class="ff3 cf0 fs20">’</span><span
class="ff2 cf0 fs20">un merkezi İSTANBUL</span><span class="ff3 cf0
fs20">’</span><span class="ff2 cf0 fs20">dur.<br /><br /><b>Federasyonu kuran
dernekler:<br /><br /></b></span><span class="cf1 ff2 fs20">ABİAD </span><span
class="ff3 cf1 fs20">–</span><span class="ff2 cf1 fs20"> ADANA BİLİŞİMCİ İŞADAMLARI
DERNEĞİ<br />BİSİAD </span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1
fs20"> BURSA BİLİŞİM İŞADAMLARI SEKTÖR DERNEĞİ<br />GABİAD </span><span class="ff3
cf1 fs20">–</span><span class="ff2 cf1 fs20"> GAZİANTEP BİLİŞİMCİ İŞADAMLARI
DERNEĞİ<br />KOBİD </span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1
fs20"> KONYA BİLİŞİM DERNEĞİ<br />SABİDER </span><span class="ff3 cf1 fs20">–
</span><span class="ff2 cf1 fs20"> SAKARYA BİLİŞİM SEKTÖRÜ DERNEĞİ<br />TÜBİDER
</span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1 fs20"> BİLİŞİM
SEKTÖRÜ DERNEĞİ<br /><br /><br /><b>Madde 2 -<wbr></wbr> Federasyonun Amacı, ve
faaliyet alanı<br /></b>Bilişim Sektörü firmalarına ve sektör mensuplarına mesleki
sosyal, teknik ve ekonomik yönlerden rehberlik etmek,<br />Türkiye bilişim
Sektörünün endüstriyel ve ticari gelişimi için faaliyet yürütmek, bilişim sektörü
için ortak ilke ve hedefler oluşturmak, </span><span class="cf0 ff2 fs20"><br
/></span><span class="cf1 ff2 fs20">Sektörel kuruluşların ulusal,ekonomik
politikalarının oluşturulmasına katkıda bulunmak ,<br />Sektördeki kuruluşların
uluslararası kurum ve kuruluşlarla ilişki ve entegrasyonunu sağlama yönünde
projeler geliştirmek,<br />Sorunları ve çözüm önerilerini kamuoyu ile yetkili kurum
ve kuruluşlara ulaştırmak, çözümü için baskı gücü oluşturmak.<br />Bilişim
sektörünün yasal gerekliliklere uygun, tüketici haklarına saygılı, haksız rekabete
yol açmayacak, etik kuralları gözeten bir ticari faaliyet içinde olmasını sağlamak,
<br />Sektörde özdenetimi gerçekleştirmek,<br />Mesleki standartların oluşmasına
katkıda bulunmak ve oluşmuş mesleki standartların sektörde uygulanması ve
sahiplenilmesi için çalışmak,<br />Federasyonu oluşturan derneklerin tüm bu amaçlar
doğrultusunda birlikte çalışmasını ve ortak hedef ve amaçların gerçekleştirilmesini
sağlamak</span><span class="cf0 ff2 fs20"><br />Federasyonun faaliyet alanı amacına
uygun olarak yurt içi ve dışıdır.<br /></span><span class="cf1 ff2 fs20"><br
/><br /><b>Madde 3 -<wbr></wbr> Çalışma Konuları ve Biçimi;<br /></b>Ortak
ekonomik, sosyal ve teknik sorunlarına çözüm arar, bilişim sektörünün ürün kalitesi
ve verimliliğini yükseltmeye yönelik araştırma-<wbr></wbr>geliştirme ve teknik
üretim çabalarını destekler.<br />Bilişim sektörünün, kendini ilgilendiren
konularda hızlı ve doğru bilgi alışverişini sağlar,<br />Bilişim sektörünün Ürün ve
faaliyetlerinin yurt içi ve yurt dışında tanıtımını yapabilir.<br />Sektörün
ekonomik, bilimsel, teknolojik, kültürel ve ticari gelişimini sağlayacak kurum,
konsorsiyum, ortaklık ve toplulukları kurmasını, teşvik eder, bunlara katılır ve
destekler.<br />Sektörün üretim ve ticaretinin mesleki etik ve kamu yararına uygun,
ahenkli, planlı ve verimli tarzda gelişmesini sağlar,<br />Sektörde açıkça haksız
rekabet teşkil eden fiil ve tasarruflara engel olmaya çalışır.<br />Küresel rekabet
koşullarında üyelerinin rekabetçi biçimde yapılanmaları için işbirliği alanları
yaratmaya çalışır. <br />Federasyonun çatısı altında temsil edilen tüm sektör ve
alt sektörlerde gerek yurt içinde üretilen, gerek ise dış alım yolu ile ülkeye
getirilen her türlü ürün ve ikame malzemenin standart ve normlara uygun olup
olmadıklarını takip ve tetkik eder.<br />Gerektiğinde standart tespiti yapabilecek
laboratuar ve benzeri tesisler kurar.<br />Üyeleri ve/veya mensubu oldukları
kuruluşlar arasında rasyonel ilişkilerin kurulmasına öncülük eder. <br />İstemeleri
halinde aralarında çıkan uyuşmazlıklarda hakemlik yapar. <br />Bilişim sektörünün
mesleki, ticari ve sektörel sorunlarını tespit ve bunlara çözüm getirmek amacı ile
resmi daire, kurum, kuruluş ve diğer meslek kuruluşları nezdinde girişimlerde
bulunur.<br />Bilim, mesleki eğitim ve öğretim kurumları ile benzeri kuruluşların
bu alanlardaki çalışmalarını, olabilecek her türlü yardım ve destek ile özendirir;
araştırmaların sonuçlarından yararlanılmasına öncülük eder,<br />Yurt içi ve yurt
dışında bilimsel araştırmalar yapmak üzere AR-<wbr></wbr>GE laboratuarı gibi
birimler oluşturabilir veya bu yöndeki girişimlere katılır, destek olur.<br
/>Sektör ve tüm alt sektörlerle ilgili yurt içi ve yurt dışı istatistiki bilgileri
ve verileri temin ederek üyelerine duyurur. Bu konularda bilgi depolamak ve
sistematik bilgi arşivleri oluşturmak. Rayiçler, birim fiyatlar ve fiyat analizleri
üzerinde gerekli araştırmaları yaparak üyelerine ve ilgililere bildirmelerde
bulunur.<br />Yurt içi ve yurt dışında sektör ürünlerinin kullanımının teşviki,
pazar payının artırılması amacına yönelik olarak ortak tanıtım ve reklam yöntemleri
geliştirir; bu amaçla sponsorluklar bulmak da dahil etkin çalışmalar yapar.<br
/>Yasal koşulları yerine getirmek kaydı ile yurt içi ve yurt dışındaki benzer
amaçlı dernek, birlik ve kuruluşlarla ilişki ve işbirliği kurar, ortak çalışmalar
yapar. Aynı amaçla yurt dışında ve yurt içinde kurulmuş, konfederasyonlara
katılabilir, üye olabilir.<br />Mesleki gelişim ve yetkinlik için meslek içi kurs,
eğitimler, seminer, konferans, panel ve benzeri toplantılar düzenleyebilir. Dergi,
bülten, kitap broşür, CD, DVD vb digital ortam ürünleri çıkarabilir. Radyo ve TV
kurabilir.</span><span class="cf0 ff2 fs20"> Sergi ve fuar düzenleyebilir ve yurt
içi ve yurt dışı fuarlara katılabilir.<br />Münhasıran amacının gerçekleşmesini
sağlamaya yönelik gelir için, kazanç paylaşmayı amaçlamayan iktisadi işletmeler
kurabilir.<br />Üniversiteler ve bilimsel araştırma kuruluşları ile işbirliği
yapabilir.<br />Uluslararası ilişkilere önem verir: kurumsal, sektörel ve ulusal
düzeylerde deneyim alışverişi, işbirliği ve ortak girişim olanaklarını geliştirmeye
çalışır.<br />Amacı ile faaliyet ve çalışma konu ve biçimleri için yasa ve tüzük
hükümlerinin elverdiği ve gerekli saydığı diğer konularda faaliyetler yapar.<br
/>Federasyon amaç ve hizmet konularını gerçekleştirmek için:<br />Üyeler
alabilir.<br />Amaç ve hizmet konuları ile gelir artırıcı projeler için
ortaklıklar, iktisadi işletmeler ve yardımlaşma sandığı kurabilir.<br
/></span><span class="cf1 ff2 fs20">Gerekli taşınır, taşınmaz mallar satın alır,
kiralar ve satar, taşınır, taşınmaz mallar üzerinde her türlü hakları koydurabilir,
işletebilir ve her türlü inşaatı yaptırabilir.<br /></span><span class="cf0 ff2
fs20">Yardım ve bağış alır ve verir.<br />Amaç ve hizmet konularında her türlü
bilimsel, sosyal, kültürel, teknik olaylar, gösteriler, toplantılar, geziler vb.
düzenleyebilir; araştırma, inceleme, etütler vb yapabilir; öneri ve dilekleri
saptayabilir.<br />Amacı ile faaliyet ve çalışma konu ve biçimleri için yasa ve
tüzük hükümlerinin elverdiği ve gerekli saydığı diğer biçimler.<br /></span><span
class="cf1 ff2 fs20"><br /><b>Madde 4 -<wbr></wbr> Üyelik Koşulları<br
/></b>Federasyona üyelik için başvuracak;<br />Federasyona üye derneklerle kuruluş
amaçları aynı,<br />Tüzel kişiliği kazanmış,<br />Federasyon gelirlerine temel
oluşturan aidat ve katkı paylarını ödemeyi taahhüt eden;<br />Federasyonun yukarıda
ikinci ve üçüncü maddede yazılı amaçları ile faaliyet, çalışma konularını ve
biçimlerini benimseyen dernekler,<br />federasyona üye olabilirler.<br /><br
/><b>Madde 5-<wbr></wbr> Üyelik İşlemleri<br /></b>Federasyona üyelik işlemleri
aşağıda gösterilmiştir:<br />4. Maddedeki koşulları yerine getiren dernekler kendi
yönetim kurullarında karar aldıktan sonra federasyon amaç ve faaliyet alanları ile
ana tüzük hükümlerini kabul ettiklerini, gerekli üyelik koşullarını yerine
getireceklerini belirten üyelik başvuru formunu, genel kurulu kararlarını ve
gerektiğinde kuruculuk beyannamesini doldurup yazılı olarak müracaat ederler.<br
/>İstek Federasyon yönetim kurulunun ilk toplantısında görüşülür ve federasyon
yönetim kurulu başvuruları en fazla 30 takvim günü içinde, üyeliğe kabul veya
isteğin reddi şeklinde karara bağlayıp, sonucu aday derneğe yazılı olarak bildirir.
Aday derneğin federasyon üyeliğine kabul edilmesi üzerine kayıt işlemleri
gerçekleştirilir.<br />Aday derneğin üyelik isteği yönetim kurulu tarafından
reddedilmişse, itiraz halinde buna ilişkin nihai kararı genel kurul verir.<br /><br
/><b>Madde 6 -<wbr></wbr> Üyelerin Hak ve Yükümlülükleri<br /></b>Federasyon
üyeleri, Federasyona karşı bu tüzükte yazılı yükümlülükleri yerine getirmeleri
koşulu ile, Federasyonun tüm çalışma sonuçlarından eşit olarak yararlanma hakkına
sahiptirler.<br />Üyelerin tüzükte açıkça belirlenmiş yükümlülükleri zamanında ve
eksiksiz yerine getirmeleri zorunludur.<br />Federasyon yetkili organlarının
Federasyonun amacına ve çalışma
konularına uygun doğrultuda alacağı karar ve buna dayalı faaliyetlerini
desteklemek ve gereklerini yerine getirmek; Genel Kurul''ca çıkarılacak
Yönetmelikler hükümlerine uymak da üyelerin temel yükümlülükleri arasındadır.<br
/>Amacı ile faaliyet ve çalışma konu ve biçimleri için yasa ve tüzük hükümlerinin
elverdiği ve gerekli saydığı diğer hak ve yükümlülükler.<br /><b><br />Madde 7-
<wbr></wbr> Üyelikten Çıkma ve Çıkarılma<br />Üyelikten Çıkma<br /></b>Üyelikten
çıkma serbesttir. Dileyen üye dernek kendi genel kurulunda aldığı çıkma kararını
federasyon Yönetim Kurulu''na yazılı olarak bildirir. Bu istek, dilekçe tarihinden
itibaren yürürlüğe girer. Federasyon üyeliğinden çıkan veya çıkartılan üye
dernekler üyelikte bulundukları sürenin birikmiş borçlarını ödemekle
yükümlüdürler.<br /><br /><br /><br /><b>Üyelikten Çıkarılma<br /></b>Üyelikten
çıkarılma, Federasyonun amaçlarına karşı ve/veya çalışmalarını aksatacak (veya
etkinliğini azaltacak) bir tutum takınılması, tüzüğün üyeler için öngördüğü
yükümlülüklerin zorunlu ve haklı bir nedene bağlı olmaksızın yerine getirilmemesi
vb. hallerde yazılı savunmaları alınarak Disiplin Kurulu kararı ve Genel Kurul''un
onayı ile mümkündür. Disiplin Kurulu'' nun isteğine rağmen on beş gün içinde
savunmasını vermeyen üye, bu hakkından vaz geçmiş sayılır. Federasyon üyeliğinden
çıkma isteği ile Federasyon Disiplin Kurulu tarafından yönetim kuruluna ve Genel
Kurul''a sevk edilmiş olan üyenin çıkarılması, Yönetim Kurulu''nun ilk
toplantısında kabul edilerek yürürlüğe girer ve genel kurulca kabul edilerek
kesinleşir. Çıkarılan üye Genel Kurul toplantısına kadar Federasyonun hiçbir
hizmetinden yararlanamaz.<br /><br /><b>Madde 8 -<wbr></wbr> Federasyon
Organları<br /></b>Federasyonun zorunlu organları aşağıda gösterilmiştir;<br
/>Genel Kurul,<br />Yönetim Kurulu,<br />Denetleme Kurulu.<br />Federasyonun
faaliyetlerini daha etkin yürütebilmesi amacıyla, yukarıda belirtilen yasa gereği
zorunlu olanlara ilaveten, ayrıca aşağıdaki organlar da ihdas edilmiştir:<br
/>Disiplin Kurulu,<br />Federasyon Meclisi<br />Federasyon yasa ve tüzüğe göre
çıkaracağı yönetmelikle ihtiyaca göre başka organlar ve komiteler de
kurabilir.<br /><b><br />Madde 9 -<wbr></wbr> GENEL KURUL<br /></b>Genel kurul
oluşumu, toplantı zamanı ve şekli ile görev ve yetkileri, çağrı, çoğunluk ve
görüşme, oy kullanma ve karar alma usul ve şekilleri.<br /><br /><b>9.1.
-<wbr></wbr> Genel Kurul''un Oluşumu<br /></b>Genel Kurul, Federasyona üye
derneklerin, tüm üyelerinin katılımıyla yapılır.<br /><br /><b>9.2. Genel Kurul''un
toplanma zamanı ve şekli, çağrı, çoğunluk ve görüşme karar alma usul ve
şekilleri<br />Genel Kurul;<br /></b>Genel kurul üç yılda bir olağan olarak; davet
halinde ise olağanüstü olarak Yönetim Kurulu''nun belirlediği yerde toplanır.
Yönetim ve Denetleme Kurullarının gerekli gördüğü hallerde veya Federasyon genel
kuruluna katılma hakkı bulunanların beşte birinin yazılı isteği üzerine, Genel
Kurul olağanüstü toplanır.<br />Genel kurula üye derneklerin federasyon genel
kurulundan en az iki ay önceden üye derneğe üye olmuş üyeleri katılabilir.
Federasyon genel kuruluna katılacak üye derneklerin katılacak üyeleri için
belirlenmiş yıllık aidatı ödemiş olmaları zorunludur.<br /></span><span class="cf0
ff2 fs20">Toplantıya çağrı, günü, saati, yeri ve gündemi ile katılacaklara en az 15
gün önceden bildirilerek Yönetim Kurulu''nca yapılır. Bu çağrıda ilk toplantıda
çoğunluk sağlanamadığı takdirde, ikinci toplantının hangi gün ve saatte yapılacağı
da belirtilir. İkinci toplantıya katılan üye sayısı Yönetim, Denetim ve Disiplin
Kurulları üye tam sayısı toplamının iki katından az olamaz. Çağrı ve toplantıya
ilişkin diğer işlemler, dernekler mevzuatı hükümlerine göre yapılır.<br
/></span><span class="cf1 ff2 fs20">Genel Kurul, Genel Kurul''a katılma hakkı
bulunanların yarısından bir fazlasının iştiraki ile toplanır. Federasyon genel
kurulunun ilk toplantısında, federasyona üye derneklerin yarısından bir fazlasının
üyelerinden katılım olup olmadığına da bakılır. Bu sağlanamamışsa toplantı için
yeterli çoğunluk sağlanmamış sayılır. İlk toplantıda yeter sayı sağlanamaz ise,
ikincisinde çoğunluk aranmaz. Ancak bu ikinci toplantıya katılanların</span><span
class="cf0 ff2 fs20"> sayısı, Federasyon Yönetim, Denetleme, Disiplin Kurulları üye
tam sayısı toplamının iki katından az olamaz.<br />Genel Kurula katılacak olanlar,
Yönetim Kurulu''nca düzenlenen listedeki adları karşısına imza koyarak toplantı
yerine girerler.<br />Toplantı, Yönetim Kurulu Başkanı veya görevlendireceği bir
Yönetim Kurulu Üyesi tarafından açılır. Açılıştan sonra genel kurul toplantısını
yönetmek genel kurul katılımcılarından, bir divan başkanı ve bir başkan vekili ile
bir katip seçilir.<br />Toplantının yönetimi Genel Kurul Divan Başkanına aittir.
Aksine karar alınmadıkça oy verme usulü genel kurul tarafından belirlenir. Ancak,
Yönetim Kurulu üyelerinin seçimine ilişkin 10. madde hükümleri saklıdır.<br
/>Görüşmelerde, yasa ve tüzükte belirlenmiş özel haller dışındaki kararlar mevcudun
çoğunluğu ile alınır. Tüzük değişikliği için hazır bulunanların 2/3''ünün olumlu
oyu gerekir.<br />Katip, toplantı tutanağını düzenler; Başkan ve Başkan vekili ile
birlikte imzalarlar. Toplantı sonunda bütün tutanak ve belgeler Yönetim Kurulu''na
verilir. Yönetim Kurulu, Genel Kurul kararlarının bir örneğini tüm üyelere
gönderir.<br />Genel kurul toplantılarında yalnızca gündemde yer alan konular
görüşülür. Ancak, toplantıda hazır bulunanların en az 1/10''u tarafından
görüşülmesi istenen hususların gündeme alınması zorunludur.<br /></span><span
class="cf1 ff2 fs20"><br /><br /><b>9.3. Genel Kurulun Görev ve Yetkileri<br
/></b>Aşağıda yazılı hususlar Genel Kurul''ca görüşülüp karara bağlanır.<br
/>Federasyon Yönetim, Denetleme ve Disiplin Kurulu üyelerinin seçilmesi,<br />Ana
tüzüğün değiştirilmesi,<br />Yönetim ve Denetleme Kurulları raporlarının
görüşülmesi, bu kurulların ibra edilmesi,<br />Yönetim Kurulunca hazırlanmış
bütçenin görüşülüp aynen veya değiştirilerek kabul edilmesi,<br />Üyelik aidatının
belirlenmesi,<br />Federasyon için gerekli taşınır, taşınmaz malların satın
alınması veya mevcut taşınır v taşınmazların satılması konusunda Yönetim Kurulu''na
yetki verilmesi,<br />Yönetim Kurulu üyelerinin doğal gider ve yolluklarını tespit
etmek,<br />Yönetim Kurulu''na çalışmaları konusunda direktif ve görevler
verilmesi,<br />Sorumluluklarının tespiti halinde Yönetim ve Denetleme Kurulu
üyelerinin azledilmesi, gerektiğinde haklarında yasal yollara başvurulması,<br
/>Federasyonun uluslar arası faaliyette bulunması, yurt dışındaki dernek ya da
kuruluşlara üye olarak katılması veya ayrılması,<br />Federasyon faaliyetleri ve iç
işleyişi bakımından gerekli, Yönetim Kurulu''nca hazırlanmış yönetmeliklerin kabul
edilmesi, değiştirilmesi ya da yürürlükten kaldırılması,<br />Üyelik ve Disiplin
Kurulu''nca alınmış üyelikten çıkarma isteklerinin karara bağlanması,<br
/>Federasyonun feshine ve mal varlığının dağıtılmasına karar verilmesi,<br
/>Ortaklık, ve yardımlaşma sandığı kurulmasına, karar vermek,<br />Konfederasyona
katılma durumunda katılım kararını vermek ve konfederasyonda federasyonu temsil
edecek kişileri seçmek,<br />Mevzuat ve bu tüzük hükümlerine göre Genel Kurul''ca
yapılması gereken diğer görev ve yetkilerin yerine getirilmesi.<br /><b><br />Madde
10 -<wbr></wbr> YÖNETİM KURULU<br /></b>Yönetim kurulu, seçimi ve oluşumu, iş
bölümü, çalışma ilkeleri, görev ve yetkileri.<br /><br /><b>10.1. -<wbr></wbr>
Yönetim Kurulunun Oluşumu<br /></b>Yönetim Kurulu 9 asil ve 9 yedek üyeden oluşur
ve Genel Kurula katılan üyeler tarafından seçilir. Asil ve yedek üyeler aldıkları
oy sırasına göre seçilirler.</span><span class="cf0 ff2 fs20"> Yönetim Kurulu
üyeliği sona eren üye yerine yedeği yönetim kurulu üyeliğine davet edilir.<br
/>Kurulun görev süresi iki olağan genel kurul arasında devam eder.<br
/></span><span class="cf1 ff2 fs20">Yönetim kuruluna seçilmiş olanların üyesi
oldukları federasyon üyesi dernekle ilişkilerinin sona ermesi halinde federasyon
yönetim kurulu üyeliği başka hiçbir işleme gerek kalmaksızın sona erer.<br />Aynı
kişi üç dönemden daha fazla üst üste federasyon yönetim kurulu başkanlığı
yapamaz.<br /></span><span class="cf0 ff2 fs20">Yönetim kurulu üye sayısı
boşalmalar sebebiyle yedeklerin de getirilmesinden sonra üye tam sayı yarısının
altına düşerse, genel kurul mevcut yönetim kurulu üyeleri veya denetleme kurulu
tarafından 1 ay içinde toplantıya çağrılır.<br /><b><br />10.2. Yönetim Kurulunda
İş Bölümü ve Çalışma İlkeleri<br /></b></span><span class="cf1 ff2 fs20">Yönetim
Kurulu üyeleri, en geç seçimleri takip eden 30 gün içinde kendi aralarından; bir
başkan, bir başkan yardımcısı, bir genel sekreter ve bir sayman üye seçerler.<br
/>Yönetim Kurulunun toplantı yeter sayısı üye tam sayısının yarıdan bir fazlası ve
karar yeter sayısı katılanların salt çoğunluğudur. Yönetim Kurulu Federasyon
Başkanının çağrısı ve saptadığı gündem doğrultusunda toplanır ve çalışmalarını
yapar.<br />Kurul toplantılarına mazeretsiz olarak bir yıl içinde arka arkaya 3 kez
katılmayan üyenin Yönetim Kurulu üyeliği, yönetim kurulu kararı ile düşer ve yerine
ilk sıradaki yedek üye davet edilir..<br />Yönetim Kurulu adına Federasyonu Yönetim
Kurulu Başkanı temsil eder. Başkanın bulunmadığı zamanlarda kendisine Başkan
yardımcısı vekalet eder.<br />Yönetim Kurulu en geç üç ayda</span><span class="cf0
ff2 fs20"> bir olağan ve gereğinde olağanüstü toplantı yapabilir.<br /></span><span
class="cf1 ff2 fs20"><b><br />10.3. Yönetim Kurulunun Görev ve Yetkileri<br
/></b>Yönetim Kurulu''nun başlıca görev ve yetkileri şunlardır:<br />Genel Kurul
tarafından alınmış kararları uygulamak,<br />Federasyonu temsil etmek veya gerekli
gördüğü hal ve konularda üyelerinden bir veya birkaçına yetki vermek ya da
ilgilileri görevlendirmek,<br />Federasyonu yasaların ve bu Ana tüzüğün verdiği
yetki çerçevesinde
yönetmek, <br />Gerekli gördüğü hususlarda Yönetmelikler hazırlayıp genel kurula
sunmak ve uygulamak,<br />Bu tüzükte belirtilen Federasyon amaç ve faaliyetlerinin
gerçekleşmesi ve üyelerinin genel yararlarının korunması açısından gerekli
kararları ve tedbirleri almak; bu kararlara üyelerce uyulup uyulmadığını takip
etmek,<br />Bütçeyi ve Çalışma programlarını hazırlayıp Genel Kurul''un onayına
sunmak,<br />Çalışma ve Hesap Raporlarını hazırlayıp Genel Kurul''un onayına
sunmak,<br />Gerektiğinde Bütçe fasılları arasında nakiller yapmak,<br /><br
/>Yasalar ve bu tüzüğe göre tutulması gerekli defterleri tutmak veya nezareti
altında Federasyon çalışanlarına tutturmak,<br />Federasyonun günlük işlerini ve
büro yönetimi için ve diğer faaliyetleri için Genel Sekreter atamak.<br />İdari
personel görevlendirmek, görev ve yetkilerini tespit etmek,<br />Personel kadro ve
ücretleri ile yolluklarını tespit etmek; tayin terfi, tecziye ve diğer personel
işlerini karara bağlamak,<br />Gerektiği hallerde, bilumum kurullar ile yurt içi ve
yurt dışı toplantılar ve temaslar için temsilciler seçmek,<br />Gerektiğinde, belli
konuların takip ve tatbiki için dernek üyesi olan veya olmayan uzman kişilere
temsil yetkisi vermek,<br />Toplantı gündemini hazırlayarak, Genel Kurul''u olağan
ve olağanüstü olarak toplantıya çağırmak,<br />Federasyonun amaç ve görevlerinin
gerektirdiği ve Genel Kurul''ca verilecek yetki üzerine, taşınır ve taşınmaz mal
satın almak ve satmak, kiraya vermek veya kiralamak, Federasyona intikali gereken
taşınmazları iktisap etmek ve bu taşınmazlar ile ilgili ipotek kabul, tesis ve
fekketmek; irtifak hakkı tesis etmek, gerektiğinde bu işlerin yapılması için
üyelerinden bir veya birkaç kişiye yetki vermek,<br />Federasyon amacının
gerçekleştirilmesi için Genel Kurul''ca verilecek yetki çerçevesinde iktisadi ve
sınai tesis ve işletmeler kurmak, kurulmuş olanlara iştirak etmek,<br />Federasyon
üyeliğinden çıkarılması gerektiğini tesbit ettiği üyeleri Disiplin Kurulu''na sevk
etmek,<br />Yasa hükümleri, ana tüzük ve Genel Kurul tarafından verilmiş ve
verilecek diğer görevleri yapmak ve yetkileri kullanmak.<br /></span><span
class="cf3 ff2 fs20"><b><br /></b></span><b><span class="cf1 ff2 fs20">Madde 11
</span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1 fs20"> FEDERASYON
MECLİSİ<br /></span></b><span class="ff2 cf1 fs20">Federasyon meclisi; mevcut
federasyon asil ve yedek yönetim kurulu üyeleri ile üye derneklerin yönetim kurulu
başkanlarından oluşur. Ayrıca federasyonun kuruluşundan itibaren görev yapan tüm
federasyon başkanı ve başkan yardımcıları federasyon meclisinin doğal üyeleridir.
Federasyon meclis başkanı, daha önce federasyonda görev yapmış başkan ve başkan
yardımcıları içinden federasyon meclisinin ilk toplantısında federasyon meclisi
üyeleri tarafından seçilir. Federasyon Meclisi, 6 ayda bir toplanır. Federasyon
Yönetim Kurulunun ve başkanın çağrısı ya da üyelerin beşte birinin isteği üzerine
olağanüstü toplanır. Toplantı gündemi, yönetim kurulu ve dernek yönetimlerinin
önerileri doğrultusunda meclis başkanı tarafından belirlenir. Toplantıda, dönem
içindeki çalışmalar değerlendirilir, gelecekte yapılması gereken işler saptanır.
Kararlarını oy çokluğu ile alır. Fesih ve tüzük değişikliği dışındaki konularda
alacağı tavsiye kararları, öncelikle yerine getirilir. <br /></span><span
class="cf0 ff2 fs20"><b><br />Madde 12-<wbr></wbr> DENETLEME KURULU<br
/></b>Denetleme kurulu seçimi ve oluşumu ile görev ve yetkileri, İç denetim
şekilleri.<br />Federasyonda iç denetim esastır. Genel kurul, yönetim kurulu veya
denetim kurulu tarafından iç denetim yapılabileceği gibi, bağımsız denetim
kuruluşlarına da denetim yaptırılabilir. Genel kurul, yönetim kurulu veya bağımsız
denetim kuruluşlarınca denetim yapılmış olması, denetim kurulunun yükümlülüğünü
ortadan kaldırmaz.<br /><b><br />12.1. Denetleme Kurulunun Oluşumu ve
Görevleri<br /></b>Federasyon her türlü denetime açık olduğu gibi iç denetim
açısından denetleme kurulu aracılığı ile federasyon içi denetim görevini mevzuata
ve tüzüğe uygun olarak yerine getirmekle de sorumludur.<br />Denetleme Kurulu,
Genel Kurul tarafından katalımcılar arasından seçilen 3 asıl ve 3 yedek üyeden
oluşur. Gizli oyla seçilir.<br />Denetleme Kurulu seçimi izleyen otuz iş günü
içinde yapacağı ilk toplantıda bir başkan ve bir naip üye seçer.<br />Kurul, en az
yılda bir kez toplanır. Toplantı ve karar yeter sayısı ikidir. Denetleme Kurulunca
yapılan denetim sonuçları raporla yönetim kuruluna ve toplandığında genel kurula
sunar.<br />Denetleme Kurulu''nun görev süresi iki olağan genel kurul
arasıdır.<br />Denetleme Kurulu üyeleri, Yönetim Kurulu toplantılarına katılabilir,
ancak oy kullanamazlar.<br />Yönetim Kurulu, Denetleme Kurulu''nun görevlerine
müdahale edemez ve Yönetim Kurulu, Federasyon faaliyetleri ile ilgili olarak
Denetleme Kurulunun isteyeceği her türlü bilgiyi vermeye; Federasyonun hesap ve
defterleri ile belgeleri, yazışmaları ve kararları göstermeye mecburdur.<br
/>Denetleme Kurulu federasyonun bütçe hesap ve işlemleriyle ilgili defter ve
belgelerin üzerinde yapacağı inceleme sonuçlarını, dilek ve önerilerini yönetim
kuruluna bildirmek; yönetim kurulunca hazırlanan çalışma dönemi programı ile yıllık
bütçe yönetmeliği ve gelir-<wbr></wbr>gider çizelgelerinin görüşüleceği yönetim
kurulu toplantısında hazır bulunarak dilek ve önerilerini belirtmek; yönetim
kurulunca hazırlanan geçen çalışma dönemi raporu ile bilanço ve gelir-
<wbr></wbr>gider çizelgeleri hakkındaki incelemelerini bir raporla genel kurula
sunmakla ve mevzuatın öngördüğü diğer konularla görevli ve yetkilidir.<br />Yasa
hükümleri, ana tüzük ve Genel Kurul tarafından verilmiş ve verilecek diğer
görevleri yapmak ve yetkileri kullanmak.<br /></span><span class="cf1 ff2
fs20">Aynı kişiler üç dönemden daha fazla üst üste denetim kurulu üyeliğine
seçilemezler<br /><br /></span><span class="cf0 ff2 fs20"><b><br />Madde 13
-<wbr></wbr> DİSİPLİN KURULU<br />13.1. -<wbr></wbr> Disiplin Kurulunun Kuruluş ve
Görevleri<br /></b>Disiplin Kurulu, Genel Kurul tarafından Federasyonun genel kurul
katılımcıları arasından seçilen 3 asıl ve 3 yedek üyeden oluşur.<br />Kurul
üyeleri, kendi aralarından bir başkan ve bir katip üye seçerler.<br />Kurul,
Yönetim Kurulu''nun çağrısı üzerine toplanır ve Yönetim Kurulu''nca Disiplin
Kurulu''na sevk edilmiş üye veya üyelerin durumunu görüşür.<br />Disiplin Kurulu,
kendisine intikal eden sorun ile ilgili olarak her türlü araştırma ve incelemeyi
yapar, tarafları dinler. Kararını ilk toplantısından itibaren en geç 30 gün içinde
vererek, bunu ilgili üye ve Federasyon Yönetim Kurulu''na bildirir.<br />Kurul
kararlarını salt çoğunlukla alır.<br /></span><span class="cf1 ff2 fs20">Aynı
kişiler üç dönemden daha fazla üst üste disiplin kurulu üyeliğine
seçilemezler<br /></span><span class="cf0 ff2 fs20"><b><br />Madde 14 -<wbr></wbr>
Çalışma dönemi ve bütçe ile federasyon gelir kaynakları ve borçlanma
usulleri.<br /></b>Federasyonun bütçe dönemi 1 Ocak''ta başlar 31 Aralık''ta sona
erer.<br />Federasyonun bütçesi, amaçları doğrultusunda, etkin olarak çalışmasına
ve konfederasyona gerekli katkıyı yapmasına yetecek büyüklükte olmalıdır. Bu
itibarla, Federasyona yapılacak ödenti miktarları günün koşullarına ve ihtiyaca
göre yönetim kurulu önerileri doğrultusunda üçte iki (2/3) çoğunlukla genel kurul
tarafından değiştirilebilir.<br /><b>Federasyonun gelir kaynakları;<br />Üye
aidatları,<br />Yıllık aidat:</b> Yıllık aidat Genel kurul tarafından yeniden
belirlenebilir. Her üye derneğin üyeliğinin devamı süresince </span><span
class="cf1 ff2 fs20">Genel Kurul katılımcılarının her biri için her yıl ödeyeceği
zorunlu ödentidir. Üye dernekler federasyon genel kuruluna katılma hakkı olan her
bir üyesi için 20 YTL yıllık aidat ödemek zorundadır. <br /><b><br
/></b></span><b><span class="cf0 ff2 fs20">Diğer gelirler,<br /></span></b><span
class="cf0 ff2 fs20">Federasyon taşınır veya taşınmaz malları ile haklarının kiraya
verilmesinden sağlanan gelirler, taşınır değerler gelirleri, her türlü faaliyetten
elde edilen gelirler, koşullu veya koşulsuz bağış, ortaklıklar, iktisadi işletmeler
gelirleri ile mevzuat ve tüzüğe uygun olarak sağlanan sair gelirlerden
ibarettir.<br />Borçlanma usulleri<br />Federasyon Yönetim kurulu ve Federasyon
temsilcisi görev ve yetkisi dahilinde genel mevzuat hükümlerine ve tüzüğüne göre
Federasyona ihtiyacı kadar borç sağlayabilir.<br /><br /><b>Madde 15 -<wbr></wbr>
Hesaplar ve Defterler ile kayıtları.<br /></b>Federasyonun hesap dönemi bir takvim
yılıdır.<br />Yönetim Kurulu aşağıda gösterilen defterleri ile kayıtlarını ve
işletme hesabı usulü gelir-<wbr></wbr>gider hesapları ile kayıtlarını tutar veya
görevlilere tutturur.<br /></span><span class="cf1 ff2 fs20">Üye Kayıt
Defteri,<br />Karar Defteri,<br />Gelen ve Giden Evrak Defteri,<br />İşletme Hesabı
Gelir ve Gider Defteri,<br />Demirbaş Defteri,<br />Envanter Defteri,<br />Alındı
Belgesi Kayıt Defteri.<br />Federasyon gelirleri, dip koçanlı ve sıra numaralı
alındı belgeleri ile alınır ve giderler harcama belgeleri ile yapılır. Bu belgeleri
saklama süresi özel kanunlarda gösterilen daha uzun süreye ilişkin hükümler saklı
kalmak üzere, 5 yıldır.<br />Bu maddede sayılı defterler dernekler birimi veya
noterlikçe onaylanır.<br /><br /><b>Madde 16 </b></span><b><span class="ff3 cf1
fs20">–</span><span class="ff2 cf1 fs20"> Ana tüzüğün Değiştirilebilmesi ve Bazı
Kararların Nisabı<br /></span></b><span class="ff2 cf1 fs20">Federasyon Ana tüzüğü,
Genel Kurul kararı ile değiştirilebilir. Ancak tüzüğün değiştirilebilme ve
Yönetmeliğin onaylanmasına ilişkin Genel Kurul kararları, toplantıya katılanların
üçte iki çoğunluğu ile alınır.<br /><br /><b>Madde 17 -<wbr></wbr> Federasyon
Feshi, Mal Varlığının Tasfiye Şekli<br /></b>Fesih kararı Genel Kurulda
katılımcıların üçte iki çoğunluğu ile alınır. Fesih kararı ile birlikte tasfiye
işlemlerini
yapmak, hesapları kapatmak ve fesih anındaki Federasyonun safi mevcudunu tespit
etmek için, bir Tasfiye Heyeti kurulur. Tasfiye Heyeti, üç kişiden oluşur ve Genel
Kurul''ca seçilir. Heyet, tasfiye işlemlerini yaptıktan sonra kalan Federasyon
mevcutları ile gayri nakdi kıymetlerini Genel Kurul kararında gösterilen kurum ve /
veya kuruluşlara devreder. Heyet, bu devire ait olarak düzenlediği evrak ile
birlikte fesih keyfiyetini, mahallin en büyük mülki amirine bildirir. Federasyonun
infisahı ve kapatılması veya faaliyetten alınması hallerinde, ilgili yasa
hükümlerine göre işlem yapılır.<br /><br /><b>Madde 18 -<wbr></wbr> Kanun
Hükümlerinin Uygulanması<br /></b>Bu tüzükte hüküm ve açıklık bulunmayan durumlarda
Dernekler Kanunu hükümleri ile Türk Medeni Kanunu''nun ilgili hükümleri uygulanır.
Tüzük hükümleri Federasyon Yönetim Kurulunca
yürütülür.</span></p>";s:20:"text_selected_editor";s:7:"tinymce";s:5:"autop";b:1;s:
12:"_sow_form_id";s:13:"592750ad10a63";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s
:2:"id";i:1;s:9:"widget_id";s:36:"865fa1c1-ce6e-4fde-ba68-
5e69b40a9d0b";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54268, 7358, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:88:"\n<h3
class="title">Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu</h3>\n&nbsp;\n\n";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"pa
nels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:
4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e151c0fc-3488-402f-8040-
9780359b8f67";s:5:"style";a:0:{}}}i:1;a:7:
{s:5:"title";s:0:"";s:4:"text";s:32498:"<p><span class="ff2 fs24"><b>TÜBİFED
“Bilişim Sektörü Dernekleri Federasyonu” Ana Tüzüğü<br /></b></span><span
class="fs28 ff2"><br /></span><span class="cf0 fs20 ff2"><b>Madde 1 -<wbr></wbr>
Federasyonun Adı ve Merkezi<br /><br /></b></span><span class="cf1 fs20
ff2">Kuruluş amaçları aynı olan, aşağıda 2. ve 3.üncü maddede özetlenen amaçları
gerçekleştirmek için üye sıfatıyla bir araya gelmek üzere kısa adı TÜBİFED olan
“Bilişim Sektörü Dernekleri Federasyonu” kurulmuştur.</span><span class="cf0 fs20
ff2"><br /><br />Federasyon</span><span class="ff3 cf0 fs20">’</span><span
class="ff2 cf0 fs20">un merkezi İSTANBUL</span><span class="ff3 cf0
fs20">’</span><span class="ff2 cf0 fs20">dur.<br /><br /><b>Federasyonu kuran
dernekler:<br /><br /></b></span><span class="cf1 ff2 fs20">ABİAD </span><span
class="ff3 cf1 fs20">–</span><span class="ff2 cf1 fs20"> ADANA BİLİŞİMCİ İŞADAMLARI
DERNEĞİ<br />BİSİAD </span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1
fs20"> BURSA BİLİŞİM İŞADAMLARI SEKTÖR DERNEĞİ<br />GABİAD </span><span class="ff3
cf1 fs20">–</span><span class="ff2 cf1 fs20"> GAZİANTEP BİLİŞİMCİ İŞADAMLARI
DERNEĞİ<br />KOBİD </span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1
fs20"> KONYA BİLİŞİM DERNEĞİ<br />SABİDER </span><span class="ff3 cf1 fs20">–
</span><span class="ff2 cf1 fs20"> SAKARYA BİLİŞİM SEKTÖRÜ DERNEĞİ<br />TÜBİDER
</span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1 fs20"> BİLİŞİM
SEKTÖRÜ DERNEĞİ<br /><br /><br /><b>Madde 2 -<wbr></wbr> Federasyonun Amacı, ve
faaliyet alanı<br /></b>Bilişim Sektörü firmalarına ve sektör mensuplarına mesleki
sosyal, teknik ve ekonomik yönlerden rehberlik etmek,<br />Türkiye bilişim
Sektörünün endüstriyel ve ticari gelişimi için faaliyet yürütmek, bilişim sektörü
için ortak ilke ve hedefler oluşturmak, </span><span class="cf0 ff2 fs20"><br
/></span><span class="cf1 ff2 fs20">Sektörel kuruluşların ulusal,ekonomik
politikalarının oluşturulmasına katkıda bulunmak ,<br />Sektördeki kuruluşların
uluslararası kurum ve kuruluşlarla ilişki ve entegrasyonunu sağlama yönünde
projeler geliştirmek,<br />Sorunları ve çözüm önerilerini kamuoyu ile yetkili kurum
ve kuruluşlara ulaştırmak, çözümü için baskı gücü oluşturmak.<br />Bilişim
sektörünün yasal gerekliliklere uygun, tüketici haklarına saygılı, haksız rekabete
yol açmayacak, etik kuralları gözeten bir ticari faaliyet içinde olmasını sağlamak,
<br />Sektörde özdenetimi gerçekleştirmek,<br />Mesleki standartların oluşmasına
katkıda bulunmak ve oluşmuş mesleki standartların sektörde uygulanması ve
sahiplenilmesi için çalışmak,<br />Federasyonu oluşturan derneklerin tüm bu amaçlar
doğrultusunda birlikte çalışmasını ve ortak hedef ve amaçların gerçekleştirilmesini
sağlamak</span><span class="cf0 ff2 fs20"><br />Federasyonun faaliyet alanı amacına
uygun olarak yurt içi ve dışıdır.<br /></span><span class="cf1 ff2 fs20"><br
/><br /><b>Madde 3 -<wbr></wbr> Çalışma Konuları ve Biçimi;<br /></b>Ortak
ekonomik, sosyal ve teknik sorunlarına çözüm arar, bilişim sektörünün ürün kalitesi
ve verimliliğini yükseltmeye yönelik araştırma-<wbr></wbr>geliştirme ve teknik
üretim çabalarını destekler.<br />Bilişim sektörünün, kendini ilgilendiren
konularda hızlı ve doğru bilgi alışverişini sağlar,<br />Bilişim sektörünün Ürün ve
faaliyetlerinin yurt içi ve yurt dışında tanıtımını yapabilir.<br />Sektörün
ekonomik, bilimsel, teknolojik, kültürel ve ticari gelişimini sağlayacak kurum,
konsorsiyum, ortaklık ve toplulukları kurmasını, teşvik eder, bunlara katılır ve
destekler.<br />Sektörün üretim ve ticaretinin mesleki etik ve kamu yararına uygun,
ahenkli, planlı ve verimli tarzda gelişmesini sağlar,<br />Sektörde açıkça haksız
rekabet teşkil eden fiil ve tasarruflara engel olmaya çalışır.<br />Küresel rekabet
koşullarında üyelerinin rekabetçi biçimde yapılanmaları için işbirliği alanları
yaratmaya çalışır. <br />Federasyonun çatısı altında temsil edilen tüm sektör ve
alt sektörlerde gerek yurt içinde üretilen, gerek ise dış alım yolu ile ülkeye
getirilen her türlü ürün ve ikame malzemenin standart ve normlara uygun olup
olmadıklarını takip ve tetkik eder.<br />Gerektiğinde standart tespiti yapabilecek
laboratuar ve benzeri tesisler kurar.<br />Üyeleri ve/veya mensubu oldukları
kuruluşlar arasında rasyonel ilişkilerin kurulmasına öncülük eder. <br />İstemeleri
halinde aralarında çıkan uyuşmazlıklarda hakemlik yapar. <br />Bilişim sektörünün
mesleki, ticari ve sektörel sorunlarını tespit ve bunlara çözüm getirmek amacı ile
resmi daire, kurum, kuruluş ve diğer meslek kuruluşları nezdinde girişimlerde
bulunur.<br />Bilim, mesleki eğitim ve öğretim kurumları ile benzeri kuruluşların
bu alanlardaki çalışmalarını, olabilecek her türlü yardım ve destek ile özendirir;
araştırmaların sonuçlarından yararlanılmasına öncülük eder,<br />Yurt içi ve yurt
dışında bilimsel araştırmalar yapmak üzere AR-<wbr></wbr>GE laboratuarı gibi
birimler oluşturabilir veya bu yöndeki girişimlere katılır, destek olur.<br
/>Sektör ve tüm alt sektörlerle ilgili yurt içi ve yurt dışı istatistiki bilgileri
ve verileri temin ederek üyelerine duyurur. Bu konularda bilgi depolamak ve
sistematik bilgi arşivleri oluşturmak. Rayiçler, birim fiyatlar ve fiyat analizleri
üzerinde gerekli araştırmaları yaparak üyelerine ve ilgililere bildirmelerde
bulunur.<br />Yurt içi ve yurt dışında sektör ürünlerinin kullanımının teşviki,
pazar payının artırılması amacına yönelik olarak ortak tanıtım ve reklam yöntemleri
geliştirir; bu amaçla sponsorluklar bulmak da dahil etkin çalışmalar yapar.<br
/>Yasal koşulları yerine getirmek kaydı ile yurt içi ve yurt dışındaki benzer
amaçlı dernek, birlik ve kuruluşlarla ilişki ve işbirliği kurar, ortak çalışmalar
yapar. Aynı amaçla yurt dışında ve yurt içinde kurulmuş, konfederasyonlara
katılabilir, üye olabilir.<br />Mesleki gelişim ve yetkinlik için meslek içi kurs,
eğitimler, seminer, konferans, panel ve benzeri toplantılar düzenleyebilir. Dergi,
bülten, kitap broşür, CD, DVD vb digital ortam ürünleri çıkarabilir. Radyo ve TV
kurabilir.</span><span class="cf0 ff2 fs20"> Sergi ve fuar düzenleyebilir ve yurt
içi ve yurt dışı fuarlara katılabilir.<br />Münhasıran amacının gerçekleşmesini
sağlamaya yönelik gelir için, kazanç paylaşmayı amaçlamayan iktisadi işletmeler
kurabilir.<br />Üniversiteler ve bilimsel araştırma kuruluşları ile işbirliği
yapabilir.<br />Uluslararası ilişkilere önem verir: kurumsal, sektörel ve ulusal
düzeylerde deneyim alışverişi, işbirliği ve ortak girişim olanaklarını geliştirmeye
çalışır.<br />Amacı ile faaliyet ve çalışma konu ve biçimleri için yasa ve tüzük
hükümlerinin elverdiği ve gerekli saydığı diğer konularda faaliyetler yapar.<br
/>Federasyon amaç ve hizmet konularını gerçekleştirmek için:<br />Üyeler
alabilir.<br />Amaç ve hizmet konuları ile gelir artırıcı projeler için
ortaklıklar, iktisadi işletmeler ve yardımlaşma sandığı kurabilir.<br
/></span><span class="cf1 ff2 fs20">Gerekli taşınır, taşınmaz mallar satın alır,
kiralar ve satar, taşınır, taşınmaz mallar üzerinde her türlü hakları koydurabilir,
işletebilir ve her türlü inşaatı yaptırabilir.<br /></span><span class="cf0 ff2
fs20">Yardım ve bağış alır ve verir.<br />Amaç ve hizmet konularında her türlü
bilimsel, sosyal, kültürel, teknik olaylar, gösteriler, toplantılar, geziler vb.
düzenleyebilir; araştırma, inceleme, etütler vb yapabilir; öneri ve dilekleri
saptayabilir.<br />Amacı ile faaliyet ve çalışma konu ve biçimleri için yasa ve
tüzük hükümlerinin elverdiği ve gerekli saydığı diğer biçimler.<br /></span><span
class="cf1 ff2 fs20"><br /><b>Madde 4 -<wbr></wbr> Üyelik Koşulları<br
/></b>Federasyona üyelik için başvuracak;<br />Federasyona üye derneklerle kuruluş
amaçları aynı,<br />Tüzel kişiliği kazanmış,<br />Federasyon gelirlerine temel
oluşturan aidat ve katkı paylarını ödemeyi taahhüt eden;<br />Federasyonun yukarıda
ikinci ve üçüncü maddede yazılı amaçları ile faaliyet, çalışma konularını ve
biçimlerini benimseyen dernekler,<br />federasyona üye olabilirler.<br /><br
/><b>Madde 5-<wbr></wbr> Üyelik İşlemleri<br /></b>Federasyona üyelik işlemleri
aşağıda gösterilmiştir:<br />4. Maddedeki koşulları yerine getiren dernekler kendi
yönetim kurullarında karar aldıktan sonra federasyon amaç ve faaliyet alanları ile
ana tüzük hükümlerini kabul ettiklerini, gerekli üyelik koşullarını yerine
getireceklerini belirten üyelik başvuru formunu, genel kurulu kararlarını ve
gerektiğinde kuruculuk beyannamesini doldurup yazılı olarak müracaat ederler.<br
/>İstek Federasyon yönetim kurulunun ilk toplantısında görüşülür ve federasyon
yönetim kurulu başvuruları en fazla 30 takvim günü içinde, üyeliğe kabul veya
isteğin reddi şeklinde karara bağlayıp, sonucu aday derneğe yazılı olarak bildirir.
Aday derneğin federasyon üyeliğine kabul edilmesi üzerine kayıt işlemleri
gerçekleştirilir.<br />Aday derneğin üyelik isteği yönetim kurulu tarafından
reddedilmişse, itiraz halinde buna ilişkin nihai kararı genel kurul verir.<br /><br
/><b>Madde 6 -<wbr></wbr> Üyelerin Hak ve Yükümlülükleri<br /></b>Federasyon
üyeleri, Federasyona karşı bu tüzükte yazılı yükümlülükleri yerine getirmeleri
koşulu ile, Federasyonun tüm çalışma sonuçlarından eşit olarak yararlanma hakkına
sahiptirler.<br />Üyelerin tüzükte açıkça belirlenmiş yükümlülükleri zamanında ve
eksiksiz yerine getirmeleri zorunludur.<br />Federasyon yetkili organlarının
Federasyonun amacına ve çalışma
konularına uygun doğrultuda alacağı karar ve buna dayalı faaliyetlerini
desteklemek ve gereklerini yerine getirmek; Genel Kurul''ca çıkarılacak
Yönetmelikler hükümlerine uymak da üyelerin temel yükümlülükleri arasındadır.<br
/>Amacı ile faaliyet ve çalışma konu ve biçimleri için yasa ve tüzük hükümlerinin
elverdiği ve gerekli saydığı diğer hak ve yükümlülükler.<br /><b><br />Madde 7-
<wbr></wbr> Üyelikten Çıkma ve Çıkarılma<br />Üyelikten Çıkma<br /></b>Üyelikten
çıkma serbesttir. Dileyen üye dernek kendi genel kurulunda aldığı çıkma kararını
federasyon Yönetim Kurulu''na yazılı olarak bildirir. Bu istek, dilekçe tarihinden
itibaren yürürlüğe girer. Federasyon üyeliğinden çıkan veya çıkartılan üye
dernekler üyelikte bulundukları sürenin birikmiş borçlarını ödemekle
yükümlüdürler.<br /><br /><br /><br /><b>Üyelikten Çıkarılma<br /></b>Üyelikten
çıkarılma, Federasyonun amaçlarına karşı ve/veya çalışmalarını aksatacak (veya
etkinliğini azaltacak) bir tutum takınılması, tüzüğün üyeler için öngördüğü
yükümlülüklerin zorunlu ve haklı bir nedene bağlı olmaksızın yerine getirilmemesi
vb. hallerde yazılı savunmaları alınarak Disiplin Kurulu kararı ve Genel Kurul''un
onayı ile mümkündür. Disiplin Kurulu'' nun isteğine rağmen on beş gün içinde
savunmasını vermeyen üye, bu hakkından vaz geçmiş sayılır. Federasyon üyeliğinden
çıkma isteği ile Federasyon Disiplin Kurulu tarafından yönetim kuruluna ve Genel
Kurul''a sevk edilmiş olan üyenin çıkarılması, Yönetim Kurulu''nun ilk
toplantısında kabul edilerek yürürlüğe girer ve genel kurulca kabul edilerek
kesinleşir. Çıkarılan üye Genel Kurul toplantısına kadar Federasyonun hiçbir
hizmetinden yararlanamaz.<br /><br /><b>Madde 8 -<wbr></wbr> Federasyon
Organları<br /></b>Federasyonun zorunlu organları aşağıda gösterilmiştir;<br
/>Genel Kurul,<br />Yönetim Kurulu,<br />Denetleme Kurulu.<br />Federasyonun
faaliyetlerini daha etkin yürütebilmesi amacıyla, yukarıda belirtilen yasa gereği
zorunlu olanlara ilaveten, ayrıca aşağıdaki organlar da ihdas edilmiştir:<br
/>Disiplin Kurulu,<br />Federasyon Meclisi<br />Federasyon yasa ve tüzüğe göre
çıkaracağı yönetmelikle ihtiyaca göre başka organlar ve komiteler de
kurabilir.<br /><b><br />Madde 9 -<wbr></wbr> GENEL KURUL<br /></b>Genel kurul
oluşumu, toplantı zamanı ve şekli ile görev ve yetkileri, çağrı, çoğunluk ve
görüşme, oy kullanma ve karar alma usul ve şekilleri.<br /><br /><b>9.1.
-<wbr></wbr> Genel Kurul''un Oluşumu<br /></b>Genel Kurul, Federasyona üye
derneklerin, tüm üyelerinin katılımıyla yapılır.<br /><br /><b>9.2. Genel Kurul''un
toplanma zamanı ve şekli, çağrı, çoğunluk ve görüşme karar alma usul ve
şekilleri<br />Genel Kurul;<br /></b>Genel kurul üç yılda bir olağan olarak; davet
halinde ise olağanüstü olarak Yönetim Kurulu''nun belirlediği yerde toplanır.
Yönetim ve Denetleme Kurullarının gerekli gördüğü hallerde veya Federasyon genel
kuruluna katılma hakkı bulunanların beşte birinin yazılı isteği üzerine, Genel
Kurul olağanüstü toplanır.<br />Genel kurula üye derneklerin federasyon genel
kurulundan en az iki ay önceden üye derneğe üye olmuş üyeleri katılabilir.
Federasyon genel kuruluna katılacak üye derneklerin katılacak üyeleri için
belirlenmiş yıllık aidatı ödemiş olmaları zorunludur.<br /></span><span class="cf0
ff2 fs20">Toplantıya çağrı, günü, saati, yeri ve gündemi ile katılacaklara en az 15
gün önceden bildirilerek Yönetim Kurulu''nca yapılır. Bu çağrıda ilk toplantıda
çoğunluk sağlanamadığı takdirde, ikinci toplantının hangi gün ve saatte yapılacağı
da belirtilir. İkinci toplantıya katılan üye sayısı Yönetim, Denetim ve Disiplin
Kurulları üye tam sayısı toplamının iki katından az olamaz. Çağrı ve toplantıya
ilişkin diğer işlemler, dernekler mevzuatı hükümlerine göre yapılır.<br
/></span><span class="cf1 ff2 fs20">Genel Kurul, Genel Kurul''a katılma hakkı
bulunanların yarısından bir fazlasının iştiraki ile toplanır. Federasyon genel
kurulunun ilk toplantısında, federasyona üye derneklerin yarısından bir fazlasının
üyelerinden katılım olup olmadığına da bakılır. Bu sağlanamamışsa toplantı için
yeterli çoğunluk sağlanmamış sayılır. İlk toplantıda yeter sayı sağlanamaz ise,
ikincisinde çoğunluk aranmaz. Ancak bu ikinci toplantıya katılanların</span><span
class="cf0 ff2 fs20"> sayısı, Federasyon Yönetim, Denetleme, Disiplin Kurulları üye
tam sayısı toplamının iki katından az olamaz.<br />Genel Kurula katılacak olanlar,
Yönetim Kurulu''nca düzenlenen listedeki adları karşısına imza koyarak toplantı
yerine girerler.<br />Toplantı, Yönetim Kurulu Başkanı veya görevlendireceği bir
Yönetim Kurulu Üyesi tarafından açılır. Açılıştan sonra genel kurul toplantısını
yönetmek genel kurul katılımcılarından, bir divan başkanı ve bir başkan vekili ile
bir katip seçilir.<br />Toplantının yönetimi Genel Kurul Divan Başkanına aittir.
Aksine karar alınmadıkça oy verme usulü genel kurul tarafından belirlenir. Ancak,
Yönetim Kurulu üyelerinin seçimine ilişkin 10. madde hükümleri saklıdır.<br
/>Görüşmelerde, yasa ve tüzükte belirlenmiş özel haller dışındaki kararlar mevcudun
çoğunluğu ile alınır. Tüzük değişikliği için hazır bulunanların 2/3''ünün olumlu
oyu gerekir.<br />Katip, toplantı tutanağını düzenler; Başkan ve Başkan vekili ile
birlikte imzalarlar. Toplantı sonunda bütün tutanak ve belgeler Yönetim Kurulu''na
verilir. Yönetim Kurulu, Genel Kurul kararlarının bir örneğini tüm üyelere
gönderir.<br />Genel kurul toplantılarında yalnızca gündemde yer alan konular
görüşülür. Ancak, toplantıda hazır bulunanların en az 1/10''u tarafından
görüşülmesi istenen hususların gündeme alınması zorunludur.<br /></span><span
class="cf1 ff2 fs20"><br /><br /><b>9.3. Genel Kurulun Görev ve Yetkileri<br
/></b>Aşağıda yazılı hususlar Genel Kurul''ca görüşülüp karara bağlanır.<br
/>Federasyon Yönetim, Denetleme ve Disiplin Kurulu üyelerinin seçilmesi,<br />Ana
tüzüğün değiştirilmesi,<br />Yönetim ve Denetleme Kurulları raporlarının
görüşülmesi, bu kurulların ibra edilmesi,<br />Yönetim Kurulunca hazırlanmış
bütçenin görüşülüp aynen veya değiştirilerek kabul edilmesi,<br />Üyelik aidatının
belirlenmesi,<br />Federasyon için gerekli taşınır, taşınmaz malların satın
alınması veya mevcut taşınır v taşınmazların satılması konusunda Yönetim Kurulu''na
yetki verilmesi,<br />Yönetim Kurulu üyelerinin doğal gider ve yolluklarını tespit
etmek,<br />Yönetim Kurulu''na çalışmaları konusunda direktif ve görevler
verilmesi,<br />Sorumluluklarının tespiti halinde Yönetim ve Denetleme Kurulu
üyelerinin azledilmesi, gerektiğinde haklarında yasal yollara başvurulması,<br
/>Federasyonun uluslar arası faaliyette bulunması, yurt dışındaki dernek ya da
kuruluşlara üye olarak katılması veya ayrılması,<br />Federasyon faaliyetleri ve iç
işleyişi bakımından gerekli, Yönetim Kurulu''nca hazırlanmış yönetmeliklerin kabul
edilmesi, değiştirilmesi ya da yürürlükten kaldırılması,<br />Üyelik ve Disiplin
Kurulu''nca alınmış üyelikten çıkarma isteklerinin karara bağlanması,<br
/>Federasyonun feshine ve mal varlığının dağıtılmasına karar verilmesi,<br
/>Ortaklık, ve yardımlaşma sandığı kurulmasına, karar vermek,<br />Konfederasyona
katılma durumunda katılım kararını vermek ve konfederasyonda federasyonu temsil
edecek kişileri seçmek,<br />Mevzuat ve bu tüzük hükümlerine göre Genel Kurul''ca
yapılması gereken diğer görev ve yetkilerin yerine getirilmesi.<br /><b><br />Madde
10 -<wbr></wbr> YÖNETİM KURULU<br /></b>Yönetim kurulu, seçimi ve oluşumu, iş
bölümü, çalışma ilkeleri, görev ve yetkileri.<br /><br /><b>10.1. -<wbr></wbr>
Yönetim Kurulunun Oluşumu<br /></b>Yönetim Kurulu 9 asil ve 9 yedek üyeden oluşur
ve Genel Kurula katılan üyeler tarafından seçilir. Asil ve yedek üyeler aldıkları
oy sırasına göre seçilirler.</span><span class="cf0 ff2 fs20"> Yönetim Kurulu
üyeliği sona eren üye yerine yedeği yönetim kurulu üyeliğine davet edilir.<br
/>Kurulun görev süresi iki olağan genel kurul arasında devam eder.<br
/></span><span class="cf1 ff2 fs20">Yönetim kuruluna seçilmiş olanların üyesi
oldukları federasyon üyesi dernekle ilişkilerinin sona ermesi halinde federasyon
yönetim kurulu üyeliği başka hiçbir işleme gerek kalmaksızın sona erer.<br />Aynı
kişi üç dönemden daha fazla üst üste federasyon yönetim kurulu başkanlığı
yapamaz.<br /></span><span class="cf0 ff2 fs20">Yönetim kurulu üye sayısı
boşalmalar sebebiyle yedeklerin de getirilmesinden sonra üye tam sayı yarısının
altına düşerse, genel kurul mevcut yönetim kurulu üyeleri veya denetleme kurulu
tarafından 1 ay içinde toplantıya çağrılır.<br /><b><br />10.2. Yönetim Kurulunda
İş Bölümü ve Çalışma İlkeleri<br /></b></span><span class="cf1 ff2 fs20">Yönetim
Kurulu üyeleri, en geç seçimleri takip eden 30 gün içinde kendi aralarından; bir
başkan, bir başkan yardımcısı, bir genel sekreter ve bir sayman üye seçerler.<br
/>Yönetim Kurulunun toplantı yeter sayısı üye tam sayısının yarıdan bir fazlası ve
karar yeter sayısı katılanların salt çoğunluğudur. Yönetim Kurulu Federasyon
Başkanının çağrısı ve saptadığı gündem doğrultusunda toplanır ve çalışmalarını
yapar.<br />Kurul toplantılarına mazeretsiz olarak bir yıl içinde arka arkaya 3 kez
katılmayan üyenin Yönetim Kurulu üyeliği, yönetim kurulu kararı ile düşer ve yerine
ilk sıradaki yedek üye davet edilir..<br />Yönetim Kurulu adına Federasyonu Yönetim
Kurulu Başkanı temsil eder. Başkanın bulunmadığı zamanlarda kendisine Başkan
yardımcısı vekalet eder.<br />Yönetim Kurulu en geç üç ayda</span><span class="cf0
ff2 fs20"> bir olağan ve gereğinde olağanüstü toplantı yapabilir.<br /></span><span
class="cf1 ff2 fs20"><b><br />10.3. Yönetim Kurulunun Görev ve Yetkileri<br
/></b>Yönetim Kurulu''nun başlıca görev ve yetkileri şunlardır:<br />Genel Kurul
tarafından alınmış kararları uygulamak,<br />Federasyonu temsil etmek veya gerekli
gördüğü hal ve konularda üyelerinden bir veya birkaçına yetki vermek ya da
ilgilileri görevlendirmek,<br />Federasyonu yasaların ve bu Ana tüzüğün verdiği
yetki çerçevesinde
yönetmek, <br />Gerekli gördüğü hususlarda Yönetmelikler hazırlayıp genel kurula
sunmak ve uygulamak,<br />Bu tüzükte belirtilen Federasyon amaç ve faaliyetlerinin
gerçekleşmesi ve üyelerinin genel yararlarının korunması açısından gerekli
kararları ve tedbirleri almak; bu kararlara üyelerce uyulup uyulmadığını takip
etmek,<br />Bütçeyi ve Çalışma programlarını hazırlayıp Genel Kurul''un onayına
sunmak,<br />Çalışma ve Hesap Raporlarını hazırlayıp Genel Kurul''un onayına
sunmak,<br />Gerektiğinde Bütçe fasılları arasında nakiller yapmak,<br /><br
/>Yasalar ve bu tüzüğe göre tutulması gerekli defterleri tutmak veya nezareti
altında Federasyon çalışanlarına tutturmak,<br />Federasyonun günlük işlerini ve
büro yönetimi için ve diğer faaliyetleri için Genel Sekreter atamak.<br />İdari
personel görevlendirmek, görev ve yetkilerini tespit etmek,<br />Personel kadro ve
ücretleri ile yolluklarını tespit etmek; tayin terfi, tecziye ve diğer personel
işlerini karara bağlamak,<br />Gerektiği hallerde, bilumum kurullar ile yurt içi ve
yurt dışı toplantılar ve temaslar için temsilciler seçmek,<br />Gerektiğinde, belli
konuların takip ve tatbiki için dernek üyesi olan veya olmayan uzman kişilere
temsil yetkisi vermek,<br />Toplantı gündemini hazırlayarak, Genel Kurul''u olağan
ve olağanüstü olarak toplantıya çağırmak,<br />Federasyonun amaç ve görevlerinin
gerektirdiği ve Genel Kurul''ca verilecek yetki üzerine, taşınır ve taşınmaz mal
satın almak ve satmak, kiraya vermek veya kiralamak, Federasyona intikali gereken
taşınmazları iktisap etmek ve bu taşınmazlar ile ilgili ipotek kabul, tesis ve
fekketmek; irtifak hakkı tesis etmek, gerektiğinde bu işlerin yapılması için
üyelerinden bir veya birkaç kişiye yetki vermek,<br />Federasyon amacının
gerçekleştirilmesi için Genel Kurul''ca verilecek yetki çerçevesinde iktisadi ve
sınai tesis ve işletmeler kurmak, kurulmuş olanlara iştirak etmek,<br />Federasyon
üyeliğinden çıkarılması gerektiğini tesbit ettiği üyeleri Disiplin Kurulu''na sevk
etmek,<br />Yasa hükümleri, ana tüzük ve Genel Kurul tarafından verilmiş ve
verilecek diğer görevleri yapmak ve yetkileri kullanmak.<br /></span><span
class="cf3 ff2 fs20"><b><br /></b></span><b><span class="cf1 ff2 fs20">Madde 11
</span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1 fs20"> FEDERASYON
MECLİSİ<br /></span></b><span class="ff2 cf1 fs20">Federasyon meclisi; mevcut
federasyon asil ve yedek yönetim kurulu üyeleri ile üye derneklerin yönetim kurulu
başkanlarından oluşur. Ayrıca federasyonun kuruluşundan itibaren görev yapan tüm
federasyon başkanı ve başkan yardımcıları federasyon meclisinin doğal üyeleridir.
Federasyon meclis başkanı, daha önce federasyonda görev yapmış başkan ve başkan
yardımcıları içinden federasyon meclisinin ilk toplantısında federasyon meclisi
üyeleri tarafından seçilir. Federasyon Meclisi, 6 ayda bir toplanır. Federasyon
Yönetim Kurulunun ve başkanın çağrısı ya da üyelerin beşte birinin isteği üzerine
olağanüstü toplanır. Toplantı gündemi, yönetim kurulu ve dernek yönetimlerinin
önerileri doğrultusunda meclis başkanı tarafından belirlenir. Toplantıda, dönem
içindeki çalışmalar değerlendirilir, gelecekte yapılması gereken işler saptanır.
Kararlarını oy çokluğu ile alır. Fesih ve tüzük değişikliği dışındaki konularda
alacağı tavsiye kararları, öncelikle yerine getirilir. <br /></span><span
class="cf0 ff2 fs20"><b><br />Madde 12-<wbr></wbr> DENETLEME KURULU<br
/></b>Denetleme kurulu seçimi ve oluşumu ile görev ve yetkileri, İç denetim
şekilleri.<br />Federasyonda iç denetim esastır. Genel kurul, yönetim kurulu veya
denetim kurulu tarafından iç denetim yapılabileceği gibi, bağımsız denetim
kuruluşlarına da denetim yaptırılabilir. Genel kurul, yönetim kurulu veya bağımsız
denetim kuruluşlarınca denetim yapılmış olması, denetim kurulunun yükümlülüğünü
ortadan kaldırmaz.<br /><b><br />12.1. Denetleme Kurulunun Oluşumu ve
Görevleri<br /></b>Federasyon her türlü denetime açık olduğu gibi iç denetim
açısından denetleme kurulu aracılığı ile federasyon içi denetim görevini mevzuata
ve tüzüğe uygun olarak yerine getirmekle de sorumludur.<br />Denetleme Kurulu,
Genel Kurul tarafından katalımcılar arasından seçilen 3 asıl ve 3 yedek üyeden
oluşur. Gizli oyla seçilir.<br />Denetleme Kurulu seçimi izleyen otuz iş günü
içinde yapacağı ilk toplantıda bir başkan ve bir naip üye seçer.<br />Kurul, en az
yılda bir kez toplanır. Toplantı ve karar yeter sayısı ikidir. Denetleme Kurulunca
yapılan denetim sonuçları raporla yönetim kuruluna ve toplandığında genel kurula
sunar.<br />Denetleme Kurulu''nun görev süresi iki olağan genel kurul
arasıdır.<br />Denetleme Kurulu üyeleri, Yönetim Kurulu toplantılarına katılabilir,
ancak oy kullanamazlar.<br />Yönetim Kurulu, Denetleme Kurulu''nun görevlerine
müdahale edemez ve Yönetim Kurulu, Federasyon faaliyetleri ile ilgili olarak
Denetleme Kurulunun isteyeceği her türlü bilgiyi vermeye; Federasyonun hesap ve
defterleri ile belgeleri, yazışmaları ve kararları göstermeye mecburdur.<br
/>Denetleme Kurulu federasyonun bütçe hesap ve işlemleriyle ilgili defter ve
belgelerin üzerinde yapacağı inceleme sonuçlarını, dilek ve önerilerini yönetim
kuruluna bildirmek; yönetim kurulunca hazırlanan çalışma dönemi programı ile yıllık
bütçe yönetmeliği ve gelir-<wbr></wbr>gider çizelgelerinin görüşüleceği yönetim
kurulu toplantısında hazır bulunarak dilek ve önerilerini belirtmek; yönetim
kurulunca hazırlanan geçen çalışma dönemi raporu ile bilanço ve gelir-
<wbr></wbr>gider çizelgeleri hakkındaki incelemelerini bir raporla genel kurula
sunmakla ve mevzuatın öngördüğü diğer konularla görevli ve yetkilidir.<br />Yasa
hükümleri, ana tüzük ve Genel Kurul tarafından verilmiş ve verilecek diğer
görevleri yapmak ve yetkileri kullanmak.<br /></span><span class="cf1 ff2
fs20">Aynı kişiler üç dönemden daha fazla üst üste denetim kurulu üyeliğine
seçilemezler<br /><br /></span><span class="cf0 ff2 fs20"><b><br />Madde 13
-<wbr></wbr> DİSİPLİN KURULU<br />13.1. -<wbr></wbr> Disiplin Kurulunun Kuruluş ve
Görevleri<br /></b>Disiplin Kurulu, Genel Kurul tarafından Federasyonun genel kurul
katılımcıları arasından seçilen 3 asıl ve 3 yedek üyeden oluşur.<br />Kurul
üyeleri, kendi aralarından bir başkan ve bir katip üye seçerler.<br />Kurul,
Yönetim Kurulu''nun çağrısı üzerine toplanır ve Yönetim Kurulu''nca Disiplin
Kurulu''na sevk edilmiş üye veya üyelerin durumunu görüşür.<br />Disiplin Kurulu,
kendisine intikal eden sorun ile ilgili olarak her türlü araştırma ve incelemeyi
yapar, tarafları dinler. Kararını ilk toplantısından itibaren en geç 30 gün içinde
vererek, bunu ilgili üye ve Federasyon Yönetim Kurulu''na bildirir.<br />Kurul
kararlarını salt çoğunlukla alır.<br /></span><span class="cf1 ff2 fs20">Aynı
kişiler üç dönemden daha fazla üst üste disiplin kurulu üyeliğine
seçilemezler<br /></span><span class="cf0 ff2 fs20"><b><br />Madde 14 -<wbr></wbr>
Çalışma dönemi ve bütçe ile federasyon gelir kaynakları ve borçlanma
usulleri.<br /></b>Federasyonun bütçe dönemi 1 Ocak''ta başlar 31 Aralık''ta sona
erer.<br />Federasyonun bütçesi, amaçları doğrultusunda, etkin olarak çalışmasına
ve konfederasyona gerekli katkıyı yapmasına yetecek büyüklükte olmalıdır. Bu
itibarla, Federasyona yapılacak ödenti miktarları günün koşullarına ve ihtiyaca
göre yönetim kurulu önerileri doğrultusunda üçte iki (2/3) çoğunlukla genel kurul
tarafından değiştirilebilir.<br /><b>Federasyonun gelir kaynakları;<br />Üye
aidatları,<br />Yıllık aidat:</b> Yıllık aidat Genel kurul tarafından yeniden
belirlenebilir. Her üye derneğin üyeliğinin devamı süresince </span><span
class="cf1 ff2 fs20">Genel Kurul katılımcılarının her biri için her yıl ödeyeceği
zorunlu ödentidir. Üye dernekler federasyon genel kuruluna katılma hakkı olan her
bir üyesi için 20 YTL yıllık aidat ödemek zorundadır. <br /><b><br
/></b></span><b><span class="cf0 ff2 fs20">Diğer gelirler,<br /></span></b><span
class="cf0 ff2 fs20">Federasyon taşınır veya taşınmaz malları ile haklarının kiraya
verilmesinden sağlanan gelirler, taşınır değerler gelirleri, her türlü faaliyetten
elde edilen gelirler, koşullu veya koşulsuz bağış, ortaklıklar, iktisadi işletmeler
gelirleri ile mevzuat ve tüzüğe uygun olarak sağlanan sair gelirlerden
ibarettir.<br />Borçlanma usulleri<br />Federasyon Yönetim kurulu ve Federasyon
temsilcisi görev ve yetkisi dahilinde genel mevzuat hükümlerine ve tüzüğüne göre
Federasyona ihtiyacı kadar borç sağlayabilir.<br /><br /><b>Madde 15 -<wbr></wbr>
Hesaplar ve Defterler ile kayıtları.<br /></b>Federasyonun hesap dönemi bir takvim
yılıdır.<br />Yönetim Kurulu aşağıda gösterilen defterleri ile kayıtlarını ve
işletme hesabı usulü gelir-<wbr></wbr>gider hesapları ile kayıtlarını tutar veya
görevlilere tutturur.<br /></span><span class="cf1 ff2 fs20">Üye Kayıt
Defteri,<br />Karar Defteri,<br />Gelen ve Giden Evrak Defteri,<br />İşletme Hesabı
Gelir ve Gider Defteri,<br />Demirbaş Defteri,<br />Envanter Defteri,<br />Alındı
Belgesi Kayıt Defteri.<br />Federasyon gelirleri, dip koçanlı ve sıra numaralı
alındı belgeleri ile alınır ve giderler harcama belgeleri ile yapılır. Bu belgeleri
saklama süresi özel kanunlarda gösterilen daha uzun süreye ilişkin hükümler saklı
kalmak üzere, 5 yıldır.<br />Bu maddede sayılı defterler dernekler birimi veya
noterlikçe onaylanır.<br /><br /><b>Madde 16 </b></span><b><span class="ff3 cf1
fs20">–</span><span class="ff2 cf1 fs20"> Ana tüzüğün Değiştirilebilmesi ve Bazı
Kararların Nisabı<br /></span></b><span class="ff2 cf1 fs20">Federasyon Ana tüzüğü,
Genel Kurul kararı ile değiştirilebilir. Ancak tüzüğün değiştirilebilme ve
Yönetmeliğin onaylanmasına ilişkin Genel Kurul kararları, toplantıya katılanların
üçte iki çoğunluğu ile alınır.<br /><br /><b>Madde 17 -<wbr></wbr> Federasyon
Feshi, Mal Varlığının Tasfiye Şekli<br /></b>Fesih kararı Genel Kurulda
katılımcıların üçte iki çoğunluğu ile alınır. Fesih kararı ile birlikte tasfiye
işlemlerini
yapmak, hesapları kapatmak ve fesih anındaki Federasyonun safi mevcudunu tespit
etmek için, bir Tasfiye Heyeti kurulur. Tasfiye Heyeti, üç kişiden oluşur ve Genel
Kurul''ca seçilir. Heyet, tasfiye işlemlerini yaptıktan sonra kalan Federasyon
mevcutları ile gayri nakdi kıymetlerini Genel Kurul kararında gösterilen kurum ve /
veya kuruluşlara devreder. Heyet, bu devire ait olarak düzenlediği evrak ile
birlikte fesih keyfiyetini, mahallin en büyük mülki amirine bildirir. Federasyonun
infisahı ve kapatılması veya faaliyetten alınması hallerinde, ilgili yasa
hükümlerine göre işlem yapılır.<br /><br /><b>Madde 18 -<wbr></wbr> Kanun
Hükümlerinin Uygulanması<br /></b>Bu tüzükte hüküm ve açıklık bulunmayan durumlarda
Dernekler Kanunu hükümleri ile Türk Medeni Kanunu''nun ilgili hükümleri uygulanır.
Tüzük hükümleri Federasyon Yönetim Kurulunca
yürütülür.</span></p>";s:20:"text_selected_editor";s:7:"tinymce";s:5:"autop";b:1;s:
12:"_sow_form_id";s:13:"592750ad10a63";s:12:"widget-
class";s:0:"";s:11:"panels_info";a:6:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s
:2:"id";i:1;s:9:"widget_id";s:36:"865fa1c1-ce6e-4fde-ba68-
5e69b40a9d0b";s:5:"style";a:2:
{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:
5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:2:
{s:18:"background_display";s:4:"tile";s:14:"cell_alignment";s:10:"flex-
start";}}i:1;a:2:{s:5:"cells";i:1;s:5:"style";a:3:
{s:18:"background_display";s:4:"tile";s:13:"bottom_margin";s:4:"93px";s:14:"cell_al
ignment";s:10:"flex-start";}}}s:10:"grid_cells";a:2:{i:0;a:4:
{s:4:"grid";i:0;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}i:1;a:4:
{s:4:"grid";i:1;s:5:"index";i:0;s:6:"weight";i:1;s:5:"style";a:0:{}}}}');
INSERT INTO `wpor_postmeta` VALUES (54269, 7358, 'panels_data', 'a:3:
{s:7:"widgets";a:2:{i:0;a:5:{s:5:"title";s:0:"";s:4:"text";s:88:"\n<h3
class="title">Türkİye Bİlİşİm Sektörü Derneklerİ
Federasyonu</h3>\n&nbsp;\n\n";s:6:"filter";s:1:"1";s:4:"type";s:6:"visual";s:11:"pa
nels_info";a:7:
{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:
4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e151c0fc-3488-402f-8040-
9780359b8f67";s:5:"style";a:0:{}}}i:1;a:7:
{s:5:"title";s:0:"";s:4:"text";s:32498:"<p><span class="ff2 fs24"><b>TÜBİFED
“Bilişim Sektörü Dernekleri Federasyonu” Ana Tüzüğü<br /></b></span><span
class="fs28 ff2"><br /></span><span class="cf0 fs20 ff2"><b>Madde 1 -<wbr></wbr>
Federasyonun Adı ve Merkezi<br /><br /></b></span><span class="cf1 fs20
ff2">Kuruluş amaçları aynı olan, aşağıda 2. ve 3.üncü maddede özetlenen amaçları
gerçekleştirmek için üye sıfatıyla bir araya gelmek üzere kısa adı TÜBİFED olan
“Bilişim Sektörü Dernekleri Federasyonu” kurulmuştur.</span><span class="cf0 fs20
ff2"><br /><br />Federasyon</span><span class="ff3 cf0 fs20">’</span><span
class="ff2 cf0 fs20">un merkezi İSTANBUL</span><span class="ff3 cf0
fs20">’</span><span class="ff2 cf0 fs20">dur.<br /><br /><b>Federasyonu kuran
dernekler:<br /><br /></b></span><span class="cf1 ff2 fs20">ABİAD </span><span
class="ff3 cf1 fs20">–</span><span class="ff2 cf1 fs20"> ADANA BİLİŞİMCİ İŞADAMLARI
DERNEĞİ<br />BİSİAD </span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1
fs20"> BURSA BİLİŞİM İŞADAMLARI SEKTÖR DERNEĞİ<br />GABİAD </span><span class="ff3
cf1 fs20">–</span><span class="ff2 cf1 fs20"> GAZİANTEP BİLİŞİMCİ İŞADAMLARI
DERNEĞİ<br />KOBİD </span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1
fs20"> KONYA BİLİŞİM DERNEĞİ<br />SABİDER </span><span class="ff3 cf1 fs20">–
</span><span class="ff2 cf1 fs20"> SAKARYA BİLİŞİM SEKTÖRÜ DERNEĞİ<br />TÜBİDER
</span><span class="ff3 cf1 fs20">–</span><span class="ff2 cf1 fs20"> BİLİŞİM
SEKTÖRÜ DERNEĞİ<br /><br /><br /><b>Madde 2 -<wbr></wbr> Federasyonun Amacı, ve
faaliyet alanı<br /></b>Bilişim Sektörü firmalarına ve sektör mensuplarına mesleki
sosyal, teknik ve ekonomik yönlerden rehberlik etmek,<br />Türkiye bilişim
Sektörünün endüstriyel ve ticari gelişimi için faaliyet yürütmek, bilişim sektörü
için ortak ilke ve hedefler oluşturmak, </span><span class="cf0 ff2 fs20"><br
/></span><span class="cf1 ff2 fs20">Sektörel kuruluşların ulusal,ekonomik
politikalarının oluşturulmasına katkıda bulunmak ,<br />Sektördeki kuruluşların
uluslararası kurum ve kuruluşlarla ilişki ve entegrasyonunu sağlama yönünde
projeler geliştirmek,<br />Sorunları ve çözüm önerilerini kamuoyu ile yetkili kurum
ve kuruluşlara ulaştırmak, çözümü için baskı gücü oluşturmak.<br />Bilişim
sektörünün yasal gerekliliklere uygun, tüketici haklarına saygılı, haksız rekabete
yol açmayacak, etik kuralları gözeten bir ticari faaliyet içinde olmasını sağlamak,
<br />Sektörde özdenetimi gerçekleştirmek,<br />Mesleki standartların oluşmasına
katkıda bulunmak ve oluşmuş mesleki standartların sektörde uygulanması ve
sahiplenilmesi için çalışmak,<br />Federasyonu oluşturan derneklerin tüm bu amaçlar
doğrultusunda birlikte çalışmasını ve ortak hedef ve amaçların gerçekleştirilmesini
sağlamak</span><span class="cf0 ff2 fs20"><br />Federasyonun faaliyet alanı amacına
uygun olarak yurt içi ve dışıdır.<br /></span><span class="cf1 ff2 fs20"><br
/><br /><b>Madde 3 -<wbr></wbr> Çalışma Konuları ve Biçimi;<br /></b>Ortak
ekonomik, sosyal ve teknik sorunlarına çözüm arar, bilişim sektörünün ürün kalitesi
ve verimliliğini yükseltmeye yönelik araştırma-<wbr></wbr>geliştirme ve teknik
üretim çabalarını destekler.<br />Bilişim sektörünün, kendini ilgilendiren
konularda hızlı ve doğru bilgi alışverişini sağlar,<br />Bilişim sektörünün Ürün ve
faaliyetlerinin yurt içi ve yurt dışında tanıtımını yapabilir.<br />Sektörün
ekonomik, bilimsel, teknolojik, kültürel ve ticari gelişimini sağlayacak kurum,
konsorsiyum, ortaklık ve toplulukları kurmasını, teşvik eder, bunlara katılır ve
destekler.<br />Sektörün üretim ve ticaretinin mesleki etik ve kamu yararına uygun,
ahenkli, planlı ve verimli tarzda gelişmesini sağlar,<br />Sektörde açıkça haksız
rekabet teşkil eden fiil ve tasarruflara engel olmaya çalışır.<br />Küresel rekabet
koşullarında üyelerinin rekabetçi biçimde yapılanmaları için işbirliği alanları
yaratmaya çalışır. <br />Federasyonun çatısı altında temsil edilen tüm sektör ve
alt sektörlerde gerek yurt içinde üretilen, gerek ise dış alım yolu ile ülkeye
getirilen her türlü ürün ve ikame malzemenin standart ve normlara uygun olup
olmadıklarını takip ve tetkik eder.<br />Gerektiğinde standart tespiti yapabilecek
laboratuar ve benzeri tesisler kurar.<br />Üyeleri ve/veya mensubu oldukları
kuruluşlar arasında rasyonel ilişkilerin kurulmasına öncülük eder. <br />İstemeleri
halinde aralarında çıkan uyuşmazlıklarda hakemlik yapar. <br />Bilişim sektörünün
mesleki, ticari ve sektörel sorunlarını tespit ve bunlara çözüm getirmek amacı ile
resmi daire, kurum, kuruluş ve diğer meslek kuruluşları nezdinde girişimlerde
bulunur.<br />Bilim, mesleki eğitim ve öğretim kurumları ile benzeri kuruluşların
bu alanlardaki çalışmalarını, olabilecek her türlü yardım ve destek ile özendirir;
araştırmaların sonuçlarından yararlanılmasına öncülük eder,<br />Yurt içi ve yurt
dışında bilimsel araştırmalar yapmak üzere AR-<wbr></wbr>GE laboratuarı gibi
birimler oluşturabilir veya bu yöndeki girişimlere katılır, destek olur.<br
/>Sektör ve tüm alt sektörlerle ilgili yurt içi ve yurt dışı istatistiki bilgileri
ve verileri temin ederek üyelerine duyurur. Bu konularda bilgi depolamak ve
sistematik bilgi arşivleri oluşturmak. Rayiçler, birim fiyatlar ve fiyat analizleri
üzerinde gerekli araştırmaları yaparak üyelerine ve ilgililere bildirmelerde
bulunur.<br />Yurt içi ve yurt dışında sektör ürünlerinin kullanımının teşviki,
pazar payının artırılması amacına yönelik olarak ortak tanıtım ve reklam yöntemleri
geliştirir; bu amaçla sponsorluklar bulmak da dahil etkin çalışmalar yapar.<br
/>Yasal koşulları yerine getirmek kaydı ile yurt içi ve yurt dışındaki benzer
amaçlı dernek, birlik ve kuruluşlarla ilişki ve işbirliği kurar, ortak çalışmalar
yapar. Aynı amaçla yurt dışında ve yurt içinde kurulmuş, konfederasyonlara
katılabilir, üye olabilir.<br />Mesleki gelişim ve yetkinlik için meslek içi kurs,
eğitimler, seminer, konferans, panel ve benzeri toplantılar düzenleyebilir. Dergi,
bülten, kitap broşür, CD, DVD vb digital ortam ürünleri çıkarabilir. Radyo ve TV
kurabilir.</span><span class="cf0 ff2 fs20"> Sergi ve fuar düzenleyebilir ve yurt
içi ve yurt dışı fuarlara katılabilir.<br />Münhasıran amacının gerçekleşmesini
sağlamaya yönelik gelir için, kazanç paylaşmayı amaçlamayan iktisadi işletmeler
kurabilir.<br />Üniversiteler ve bilimsel araştırma kuruluşları ile işbirliği
yapabilir.<br />Uluslararası ilişkilere önem verir: kurumsal, sektörel ve ulusal
düzeylerde deneyim alışverişi, işbirliği ve ortak girişim olanaklarını geliştirmeye
çalışır.<br />Amacı ile faaliyet ve çalışma konu ve biçimleri için yasa ve tüzük
hükümlerinin elverdiği ve gerekli saydığı diğer konularda faaliyetler yapar.<br
/>Federasyon amaç ve hizmet konularını gerçekleştirmek için:<br />Üyeler
alabilir.<br />Amaç ve hizmet konuları ile gelir artırıcı projeler için
ortaklıklar, iktisadi işletmeler ve yardımlaşma sandığı kurabilir.<br
/></span><span class="cf1 ff2 fs20">Gerekli taşınır, taşınmaz mallar satın alır,
kiralar ve satar, taşınır, taşınmaz mallar üzerinde her türlü hakları koydurabilir,
işletebilir ve her türlü inşaatı yaptırabilir.<br /></span><span class="cf0 ff2
fs20">Yardım ve bağış alır ve verir.<br />Amaç ve hizmet konularında her türlü
bilimsel, sosyal, kültürel, teknik olaylar, gösteriler, toplantılar, geziler vb.
düzenleyebilir; araştırma, inceleme, etütler vb yapabilir; öneri ve dilekleri
saptayabilir.<br />Amacı ile faaliyet ve çalışma konu ve biçimleri için yasa ve
tüzük hükümlerinin elverdiği ve gerekli saydığı diğer biçimler.<br /></span><span
class="cf1 ff2 fs20"><br /><b>Madde 4 -<wbr></wbr> Üyelik Koşulları<br
/></b>Federasyona üyelik için başvuracak;<br />Federasyona üye derneklerle kuruluş
amaçları aynı,<br />Tüzel kişiliği kazanmış,<br />Federasyon gelirlerine temel
oluşturan aidat ve katkı paylarını ödemeyi taahhüt eden;<br />Federasyonun yukarıda
ikinci ve üçüncü maddede yazılı amaçları ile faaliyet, çalışma konularını ve
biçimlerini benimseyen dernekler,<br />federasyona üye olabilirler.<br /><br
/><b>Madde 5-<wbr></wbr> Üyelik İşlemleri<br /></b>Federasyona üyelik işlemleri
aşağıda gösterilmiştir:<br />4. Maddedeki koşulları yerine getiren dernekler kendi
yönetim kurullarında karar aldıktan sonra federasyon amaç ve faaliyet alanları ile
ana tüzük hükümlerini kabul ettiklerini, gerekli üyelik koşullarını yerine
getireceklerini belirten üyelik başvuru formunu, genel kurulu kararlarını ve
gerektiğinde kuruculuk beyannamesini doldurup yazılı olarak müracaat ederler.<br
/>İstek Federasyon yönetim kurulunun ilk toplantısında görüşülür ve federasyon
yönetim kurulu başvuruları en fazla 30 takvim günü içinde, üyeliğe kabul veya
isteğin reddi şeklinde karara bağlayıp, sonucu aday derneğe yazılı olarak bildirir.
Aday derneğin federasyon üyeliğine kabul edilmesi üzerine kayıt işlemleri
gerçekleştirilir.<br />Aday derneğin üyelik isteği yönetim kurulu tarafından
reddedilmişse, itiraz halinde buna ilişkin nihai kararı genel kurul verir.<br /><br
/><b>Madde 6 -<wbr></wbr> Üyelerin Hak ve Yükümlülükleri<br /></b>Federasyon
üyeleri, Federasyona karşı bu tüzükte yazılı yükümlülükleri yerine getirmeleri
koşulu ile, Federasyonun tüm çalışma sonuçlarından eşit olarak

Você também pode gostar